From d5b279eb3bdcd5c1e903346bfd1ca89a13b1bb417e9adfd1d436e987a8659a69 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Sep 2020 12:06:20 +0000 Subject: [PATCH] - update to 1.6.0: - Allow for int and float subclasses in query, while still denying bool. `#492 `_ - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator. `#502 `_ - Keep IPv6 brackets in ``origin()``. `#504 `_ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=29 --- python-yarl.changes | 11 +++++++++++ python-yarl.spec | 2 +- yarl-1.5.0.tar.gz | 3 --- yarl-1.6.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 yarl-1.5.0.tar.gz create mode 100644 yarl-1.6.0.tar.gz diff --git a/python-yarl.changes b/python-yarl.changes index 7cda6fa..4278c8a 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 28 12:05:26 UTC 2020 - Dirk Mueller + +- update to 1.6.0: + - Allow for int and float subclasses in query, while still denying bool. + `#492 `_ + - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator. + `#502 `_ + - Keep IPv6 brackets in ``origin()``. + `#504 `_ + ------------------------------------------------------------------- Tue Jul 28 21:28:25 UTC 2020 - Benjamin Greiner diff --git a/python-yarl.spec b/python-yarl.spec index b2eaf00..5d292fb 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -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 diff --git a/yarl-1.5.0.tar.gz b/yarl-1.5.0.tar.gz deleted file mode 100644 index 0dc32ad..0000000 --- a/yarl-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c82f5b1499342339f22c83b97dbe2b8a09e47163fab86cd934a8dd46620e0fb -size 172945 diff --git a/yarl-1.6.0.tar.gz b/yarl-1.6.0.tar.gz new file mode 100644 index 0000000..76b5c9e --- /dev/null +++ b/yarl-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b +size 175492