Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-yarl-1.18.3-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python313-yarl Distribution: openSUSE Tumbleweed
Version: 1.18.3 Vendor: openSUSE
Release: 1.1 Build date: Thu Dec 5 13:10:05 2024
Group: Unspecified Build host: reproducible
Size: 781272 Source RPM: python-yarl-1.18.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/aio-libs/yarl/
Summary: Yet another URL library
The module provides a URL class for url parsing and changing.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Dec 05 2024 Daniel Garcia <[email protected]>
  - Update to 1.18.3:
    * Fixed uppercase ASCII hosts being rejected by :meth:URL.build()
      <yarl.URL.build> and :py:meth:~yarl.URL.with_host -- by :user:bdraco.
    * Improved performances of multiple path properties on cache miss --
      by :user:bdraco.
    1.18.0:
    * Added keep_query and keep_fragment flags in the
      :py:meth:yarl.URL.with_path, :py:meth:yarl.URL.with_name and
      :py:meth:yarl.URL.with_suffix methods, allowing users to
      optionally retain the query string and fragment in the resulting
      URL when replacing the path -- by :user:paul-nameless.
    1.17.2:
    * Stopped implicitly allowing the use of Cython pre-release versions when
      building the distribution package -- by :user:ajsanchezsanz and
      :user:markgreene74.
    * Fixed a bug causing :attr:~yarl.URL.port to return the default
      port when the given port was zero -- by :user:gmacon.
    * Make error messages include details of incorrect type when port is
      not int in :py:meth:~yarl.URL.build. -- by :user:Cycloctane.
    * Stopped implicitly allowing the use of Cython pre-release versions when
      building the distribution package -- by :user:ajsanchezsanz and
      :user:markgreene74.
    * Improved performance of the :py:meth:~yarl.URL.joinpath method --
      by :user:bdraco.
    1.17.1:
    * Improved performance of many URL methods – by @bdraco.
    * Improved performance of passing a dict or str to extend_query() –
      by @bdraco.
    1.17.0:
    * Added host_port_subcomponent which returns the RFC 3986 Section
      3.2.2 host and RFC 3986 Section 3.2.3 port subcomponent – by
      @bdraco.
    1.16.0:
    * Fixed blocking I/O to load Python code when creating a new URL
      with non-ascii characters in the network location part – by
      @bdraco.
    * Migrated to using a single cache for encoding hosts – by @bdraco.
    * Passing ip_address_size and host_validate_size to
      cache_configure() is deprecated in favor of the new
      encode_host_size parameter and will be removed in a future
      release. For backwards compatibility, the old parameters affect
      the encode_host cache size.
    * Improved performance of constructing URL – by @bdraco.
    * Improved performance of calling build() and constructing unencoded
      URL – by @bdraco.
    * Reworked the internal encoding cache to improve performance on
      cache hit – by @bdraco.
    1.15.5:
    * Improved performance of the joinpath() method – by @bdraco.
    * Improved performance of the extend_query() method – by @bdraco.
    * Improved performance of the origin() method – by @bdraco.
    * Improved performance of the with_path() method – by @bdraco.
    * Improved performance of the with_query() method – by @bdraco.
    * Improved performance of the update_query() method – by @bdraco.
    * Improved performance of the join() method – by @bdraco.
    * Improved performance of URL equality checks – by @bdraco.
    * Improved performance of URL methods that modify the network location – by @bdraco.
    * Improved performance of the with_fragment() method – by @bdraco.
    * Improved performance of calculating the hash of URL objects – by @bdraco.
    * Improved performance of the relative() method – by @bdraco.
    * Improved performance of the with_name() method – by @bdraco.
    * Improved performance of parent – by @bdraco.
    * Improved performance of the with_scheme() method – by @bdraco.
    1.15.4:
    * Improved performance of the quoter when all characters are safe – by @bdraco.
    * Improved performance of unquoting strings – by @bdraco.
    * Improved performance of calling build() – by @bdraco.
    1.15.3:
    * Fixed build() failing to validate paths must start with a / when
      passing authority – by @bdraco.
    * Removed support for Python 3.8 as it has reached end of life – by @bdraco.
    * Improved performance of constructing URL when the net location is
      only the host – by @bdraco.
    1.15.2:
    * Improved performance of converting URL to a string – by @bdraco.
    * Improved performance of joinpath() – by @bdraco.
    * Improved performance of constructing query strings from MultiDict – by @bdraco.
    * Improved performance of constructing query strings with int values – by @bdraco.
    1.15.1:
    * Improved performance of calling build() – by @bdraco.
    * Improved performance of all URL methods that create new URL objects – by @bdraco.
    * Improved performance of URL methods that modify the network location – by @bdraco.
    1.15.0:
    * Fixed validation with with_scheme() when passed scheme is not lowercase – by @bdraco.
    * Improved performance of constructing unencoded URL objects – by @bdraco.
    * Added a cache for parsing hosts to reduce overhead of encoding URL – by @bdraco.
    * Improved performance of constructing query strings from Mapping – by @bdraco.
    * Improved performance of converting URL objects to strings – by @bdraco.
* Wed Oct 09 2024 John Paul Adrian Glaubitz <[email protected]>
  - Update to 1.14.0
    * Switched to using the :mod:`propcache <propcache.api>`
      package for property caching
    * Started testing with Hypothesis
    * Improved performance of :py:meth:`~yarl.URL.is_default_port`
      when no explicit port is set
    * Improved performance of converting :class:`~yarl.URL` to
      a string when no explicit port is set
    * Improved performance of the :py:meth:`~yarl.URL.origin` method
    * Improved performance of encoding hosts
  - from version 1.13.1
    * Improved performance of calling :py:meth:`~yarl.URL.build`
      with ``authority``
  - from version 1.13.0
    * Started rejecting ASCII hostnames with invalid characters. For
      host strings that look like authority strings, the exception
      message includes advice on what to do instead
    * Fixed IPv6 addresses missing brackets when the :class:`~yarl.URL`
      was converted to a string
    * Added :attr:`~yarl.URL.host_subcomponent` which returns
      the :rfc:`3986#section-3.2.2` host subcomponent
  - Update BuildRequires from requirements/test.txt
* Wed Sep 25 2024 Nico Krapp <[email protected]>
  - update to 1.12.1
  - update to 1.12.0
    * Added attr `~yarl.URL.path_safe` to be able to fetch the
      path without %2F and %25 decoded
    * Restore decoding %2F (/) in URL.path
    * Improved performance of processing paths
* Tue Sep 03 2024 Adrian Schröter <[email protected]>
  - updaze to 1.9.7:
    * Removed support :rfc:3986#section-3.2.3 port normalization
      when the scheme is not one of http, https, wss, or ws
    * Joining URLs with empty segments has been changed
      to match :rfc:3986
* Tue Mar 12 2024 Bernhard Wiedemann <[email protected]>
  - restore correct reproducible.patch
* Tue Jan 16 2024 Dirk Müller <[email protected]>
  - restore reproducible.patch to not add a random tmp path
    (boo#1062303)
* Sun Jan 14 2024 Dirk Müller <[email protected]>
  - update to 1.9.4:
    * Started raising :py:exc:`TypeError` when a string value is
      passed into :py:meth:`~yarl.URL.build` as the port argument
    - - by :user:`commonism`. Previously the empty string as port
      would create malformed URLs when rendered as string
      representations.
    * Started raising :py:exc:`TypeError` when a string value is
      passed into :py:meth:`~yarl.URL.build` as the port argument
    * Previously the empty string as port would create malformed
      URLs when rendered as string representations. (:issue:`883`)
    * The leading -- has been dropped from the PEP 517 in-tree
      build backend config setting names. --pure-python is now just
      pure-python -- by :user:`webknjaz`. The usage now looks as
      follows:  $ python -m build \     --config-setting=pure-
      python=true \     --config-setting=with-cython-tracing=true
      (:issue:`963`)
    * The leading -- has been dropped from the PEP 517 in-tree
      build backend config setting names. --pure-python is now just
      pure-python -- by :user:`webknjaz`.
    * It is now possible to request line tracing in Cython builds
      using the with-cython-tracing PEP 517 config setting --
      :user:`webknjaz`. This can be used in CI and development
      environment to measure coverage on Cython modules, but is not
      normally useful to the end-users or downstream packagers.
      Here's a usage example:  $ python -Im pip install . --config-
      settings=with-cython-tracing=true  For editable installs,
      this setting is on by default. Otherwise, it's off unless
      requested explicitly. (:issue:`962`)
  - drop reproducible.patch (upstream)
* Tue Dec 12 2023 Bernhard Wiedemann <[email protected]>
  - Add reproducible.patch to not add a random tmp path
    into the package (boo#1062303)
* Mon Nov 27 2023 Dirk Müller <[email protected]>
  - update to 1.9.3:
    * Stopped dropping trailing slashes in
      :py:meth:`~yarl.URL.joinpath`
    * Started accepting string subclasses in ``__truediv__()``
      operations (``URL / segment``)
    * Fixed the human representation of URLs with square brackets
      in usernames and passwords
    * Updated type hints to include ``URL.missing_port()``,
      ``URL.__bytes__()`` and the ``encoding`` argument to
      :py:meth:`~yarl.URL.joinpath`
    * Integrated Cython 3 to enable building *yarl* under Python
      3.12
    * Declared modern ``setuptools.build_meta`` as the :pep:`517`
      build backend in :file:`pyproject.toml` explicitly
    * Converted most of the packaging setup into a declarative
      :file:`setup.cfg`
    * Declared Python 3.12 supported officially in the distribution
      package metadata
    * A regression test for no-host URLs was added per :issue:`821`
    * and :rfc:`3986`
    * MyST is now integrated in Sphinx
  - drop 882-sq_bracket_in_URL_netloc.patch (upstream)
* Tue Jul 04 2023 Matej Cepl <[email protected]>
  - Add 882-sq_bracket_in_URL_netloc.patch fixing handling of
    square bracket handling in URL netloc (gh#aio-libs/yarl#876).
* Wed Apr 26 2023 Daniel Garcia <[email protected]>
  - Update to version 1.9.2
    Fix regression with truediv and absolute URLs with empty paths
    causing the raw path to lack the leading /. ((#854)_)
* Mon Apr 24 2023 Adrian Schröter <[email protected]>
  - update to version 1.9.1
    * Marked tests that fail on older Python patch releases
    (< 3.7.10, < 3.8.8 and < 3.9.2) as expected to fail due to missing
      a security fix for CVE-2021-23336. ((#850)_)
  - Delete support-python-311.patch, not needed anymore
* Fri Apr 21 2023 Dirk Müller <[email protected]>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <[email protected]>
  - Make calling of %{sle15modernpython} optional.
* Thu Mar 02 2023 Matej Cepl <[email protected]>
  - Refreshed support-python-311.patch: with fix
    of CVE-2023-24329 (bsc#1208471), the test
    test_url_parsing.TestScheme.test_not_a_scheme2 fails on all
    openSUSE/SLE Python interpreters.
* Mon Jan 09 2023 Steve Kowalik <[email protected]>
  - Add patch support-python-311.patch:
    * Skip a test under Python 3.11.
* Wed Dec 07 2022 Yogalakshmi Arunachalam <[email protected]>
  - Update to version 1.8.2
    * This is the first release that started shipping wheels for Python 3.11.
* Thu Aug 18 2022 Ben Greiner <[email protected]>
  - Update to 1.8.1
    * Added URL.raw_suffix, URL.suffix, URL.raw_suffixes,
      URL.suffixes, URL.with_suffix. (#613)
    * Dropped Python 3.6 support. (#672)
  - Drop tests_overcome_bpo42967.patch
* Tue Dec 07 2021 [email protected]
  - version update to 1.7.2
    - Changed call in ``with_port()`` to stop reencoding parts of the URL
    that were already encoded. (`#623 <https://github.com/aio-libs/yarl/issues/623>`_)
    - Add `__bytes__()` magic method so that `bytes(url)` will work and use optimal
    ASCII encoding. (`#582 <https://github.com/aio-libs/yarl/issues/582>`_)
    - Started shipping platform-specific arm64 wheels for Apple Silicon.
    (`#622 <https://github.com/aio-libs/yarl/issues/622>`_)
    - Started shipping platform-specific wheels with the ``musl`` tag targeting typical
    Alpine Linux runtimes. (`#622 <https://github.com/aio-libs/yarl/issues/622>`_)
    - Added support for Python 3.10. (`#622 <https://github.com/aio-libs/yarl/issues/622>`_)
  - do not require pytest-runner for build, it is not needed
* Sat Mar 20 2021 Ben Greiner <[email protected]>
  - Unset -Werror=return-type for python39
  - Only install typing_extensions for Python < 3.8
* Tue Feb 23 2021 Matej Cepl <[email protected]>
  - Add tests_overcome_bpo42967.patch to over effects of bpo#42967,
    which forbade mixing amps and semicolons in query strings as
    separators.

Files

/usr/lib64/python3.13/site-packages/yarl
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/LICENSE
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/METADATA
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/NOTICE
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/RECORD
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/yarl-1.18.3.dist-info/top_level.txt
/usr/lib64/python3.13/site-packages/yarl/__init__.py
/usr/lib64/python3.13/site-packages/yarl/__pycache__
/usr/lib64/python3.13/site-packages/yarl/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_parse.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_parse.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_path.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_path.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_query.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_query.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_quoters.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_quoters.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_quoting.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_quoting.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_quoting_py.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_quoting_py.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_url.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/yarl/__pycache__/_url.cpython-313.pyc
/usr/lib64/python3.13/site-packages/yarl/_parse.py
/usr/lib64/python3.13/site-packages/yarl/_path.py
/usr/lib64/python3.13/site-packages/yarl/_query.py
/usr/lib64/python3.13/site-packages/yarl/_quoters.py
/usr/lib64/python3.13/site-packages/yarl/_quoting.py
/usr/lib64/python3.13/site-packages/yarl/_quoting_c.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/yarl/_quoting_c.cpython-312-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/yarl/_quoting_c.cpython-313-x86_64-linux-gnu.so
/usr/lib64/python3.13/site-packages/yarl/_quoting_c.pyi
/usr/lib64/python3.13/site-packages/yarl/_quoting_c.pyx
/usr/lib64/python3.13/site-packages/yarl/_quoting_py.py
/usr/lib64/python3.13/site-packages/yarl/_url.py
/usr/lib64/python3.13/site-packages/yarl/py.typed
/usr/share/doc/packages/python313-yarl
/usr/share/doc/packages/python313-yarl/CHANGES.rst
/usr/share/doc/packages/python313-yarl/README.rst
/usr/share/licenses/python313-yarl
/usr/share/licenses/python313-yarl/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Dec 12 00:13:13 2024