Accepting request 538110 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/538110 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yarl?expand=0&rev=2
This commit is contained in:
commit
37abf60da7
@ -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
|
Thu Jul 13 19:22:44 UTC 2017 - sean.marlow@suse.com
|
||||||
|
|
||||||
- Initial release v0.11.0.
|
- Initial release v0.11.0.
|
||||||
|
@ -13,26 +13,27 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-yarl
|
Name: python-yarl
|
||||||
Version: 0.11.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
|
||||||
Summary: Yet another URL library
|
Summary: Yet another URL library
|
||||||
Url: https://github.com/aio-libs/yarl/
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: https://github.com/aio-libs/yarl/
|
||||||
Source: https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz
|
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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: python3-multidict >= 2.0
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: python3-multidict >= 2.0
|
||||||
%endif
|
%endif
|
||||||
%ifpython3
|
%ifpython3
|
||||||
Requires: python3-multidict >= 2.0
|
Requires: python3-multidict >= 2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:51b92ef78e322cb2c93839c404de5ae33e852cab665fc99652fa89d7ab16e761
|
|
||||||
size 132203
|
|
3
yarl-0.13.0.tar.gz
Normal file
3
yarl-0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25fe681a982f2cec567df8abac7cbd2ac27016e4aec89193945cab0643bfdb42
|
||||||
|
size 136019
|
Loading…
Reference in New Issue
Block a user