Go to file
Ana Guerrero 11d57eeef3 Accepting request 1129244 from devel:languages:python
- 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)

  * Marked tests that fail on older Python patch releases
  * Skip a test under Python 3.11.
- Update to version 1.8.2
- needs typing-extensions
  * Enforce building C Accelerated modules when installing from source tarball,
    use YARL_NO_EXTENSIONS environment variable for falling back to (slower)

OBS-URL: https://build.opensuse.org/request/show/1129244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yarl?expand=0&rev=26
2023-11-28 21:17:31 +00:00
.gitattributes Accepting request 510417 from home:seanmarlow:branches:devel:languages:python 2017-07-17 05:05:19 +00:00
.gitignore Accepting request 510417 from home:seanmarlow:branches:devel:languages:python 2017-07-17 05:05:19 +00:00
python-yarl.changes `URL.__bytes__() and the encoding` argument to 2023-11-27 20:23:54 +00:00
python-yarl.spec - update to 1.9.3: 2023-11-27 20:22:56 +00:00
yarl-1.9.3.tar.gz - update to 1.9.3: 2023-11-27 20:22:56 +00:00