14
0
forked from pool/python-yarl

`URL.__bytes__() and the encoding` argument to

* and :rfc:`3986`
  * MyST is now integrated in Sphinx
- drop 882-sq_bracket_in_URL_netloc.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=56
This commit is contained in:
2023-11-27 20:23:54 +00:00
committed by Git OBS Bridge
parent 3652d54a52
commit 8da29269b9
2 changed files with 4 additions and 131 deletions

View File

@@ -9,8 +9,7 @@ Mon Nov 27 20:14:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
* 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
``URL.__bytes__()`` and the ``encoding`` argument to
:py:meth:`~yarl.URL.joinpath`
* Integrated Cython 3 to enable building *yarl* under Python
3.12
@@ -20,11 +19,10 @@ Mon Nov 27 20:14:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
:file:`setup.cfg`
* Declared Python 3.12 supported officially in the distribution
package metadata
* Contributor-facing changes
* A regression test for no-host URLs was added per :issue:`821`
* and :rfc:`3986` -- by :user:`kenballus`. (:issue:`821`,
:issue:`822`)
* MyST is now integrated in Sphinx -- by :user:`webknjaz`.
* and :rfc:`3986`
* MyST is now integrated in Sphinx
- drop 882-sq_bracket_in_URL_netloc.patch (upstream)
-------------------------------------------------------------------
Tue Jul 4 21:47:32 UTC 2023 - Matej Cepl <mcepl@suse.com>