14
0
forked from pool/python-yarl

Accepting request 936291 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/936291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=37
This commit is contained in:
2021-12-08 00:51:38 +00:00
committed by Git OBS Bridge
parent 71585e543e
commit adc9a178c2
5 changed files with 26 additions and 23 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 7 15:57:39 UTC 2021 - pgajdos@suse.com
- 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 19:40:32 UTC 2021 - Ben Greiner <code@bnavigator.de>