- update to 1.6.0:
- Allow for int and float subclasses in query, while still denying bool. `#492 <https://github.com/aio-libs/yarl/issues/492>`_ - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator. `#502 <https://github.com/aio-libs/yarl/issues/502>`_ - Keep IPv6 brackets in ``origin()``. `#504 <https://github.com/aio-libs/yarl/issues/504>`_ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=29
This commit is contained in:
parent
0bcb020930
commit
d5b279eb3b
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 12:05:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.6.0:
|
||||
- Allow for int and float subclasses in query, while still denying bool.
|
||||
`#492 <https://github.com/aio-libs/yarl/issues/492>`_
|
||||
- Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator.
|
||||
`#502 <https://github.com/aio-libs/yarl/issues/502>`_
|
||||
- Keep IPv6 brackets in ``origin()``.
|
||||
`#504 <https://github.com/aio-libs/yarl/issues/504>`_
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 21:28:25 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-yarl
|
||||
Version: 1.5.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Yet another URL library
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c82f5b1499342339f22c83b97dbe2b8a09e47163fab86cd934a8dd46620e0fb
|
||||
size 172945
|
3
yarl-1.6.0.tar.gz
Normal file
3
yarl-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b
|
||||
size 175492
|
Loading…
Reference in New Issue
Block a user