From 6b0dba15a835efaeec85d3884f874163275a59929413b5f2aefc628cdb55e42b Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 1 Nov 2017 14:38:53 +0000 Subject: [PATCH] Accepting request 537765 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/537765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=3 --- python-yarl.changes | 16 +++++++++++++++- python-yarl.spec | 13 +++++++------ yarl-0.11.0.tar.gz | 3 --- yarl-0.13.0.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 yarl-0.11.0.tar.gz create mode 100644 yarl-0.13.0.tar.gz diff --git a/python-yarl.changes b/python-yarl.changes index f9a5734..a95c7b3 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -1,4 +1,18 @@ +------------------------------------------------------------------- +Tue Oct 31 02:41:59 UTC 2017 - arun@gmx.de + +- update to version 0.13.0: + * Document encoded parameter (#102) + * Support relative urls like ‘?key=value’ (#100) + * Unsafe encoding for QS fixed. Encode ; char in value param (#104) + * Process passwords without user names (#95) + +- changes from version 0.12.0: + * Properly support paths without leading slash in URL.with_path() + (#90) + * Enable type annotation checks + ------------------------------------------------------------------- Thu Jul 13 19:22:44 UTC 2017 - sean.marlow@suse.com -- Initial release v0.11.0. +- Initial release v0.11.0. diff --git a/python-yarl.spec b/python-yarl.spec index deb2674..7ae4f4b 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -13,26 +13,27 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %bcond_without test Name: python-yarl -Version: 0.11.0 +Version: 0.13.0 Release: 0 -License: Apache-2.0 Summary: Yet another URL library -Url: https://github.com/aio-libs/yarl/ +License: Apache-2.0 Group: Development/Languages/Python +Url: https://github.com/aio-libs/yarl/ Source: https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz -BuildRequires: python-rpm-macros +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module Cython} +BuildRequires: python-rpm-macros %if %{with test} -BuildRequires: python3-multidict >= 2.0 BuildRequires: %{python_module pytest} +BuildRequires: python3-multidict >= 2.0 %endif %ifpython3 Requires: python3-multidict >= 2.0 diff --git a/yarl-0.11.0.tar.gz b/yarl-0.11.0.tar.gz deleted file mode 100644 index 1339676..0000000 --- a/yarl-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b92ef78e322cb2c93839c404de5ae33e852cab665fc99652fa89d7ab16e761 -size 132203 diff --git a/yarl-0.13.0.tar.gz b/yarl-0.13.0.tar.gz new file mode 100644 index 0000000..d1736e5 --- /dev/null +++ b/yarl-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fe681a982f2cec567df8abac7cbd2ac27016e4aec89193945cab0643bfdb42 +size 136019