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
This commit is contained in:
parent
fcc0b97e94
commit
6b0dba15a8
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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