Hello community, here is the log from the commit of package python-yarl for openSUSE:Factory checked in at 2017-11-09 14:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-yarl (Old) and /work/SRC/openSUSE:Factory/.python-yarl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Thu Nov 9 14:00:45 2017 rev:2 rq:538110 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes 2017-08-30 16:24:02.722381750 +0200 +++ /work/SRC/openSUSE:Factory/.python-yarl.new/python-yarl.changes 2017-11-09 14:00:47.628565634 +0100 @@ -1,0 +2,14 @@ +Tue Oct 31 02:41:59 UTC 2017 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- yarl-0.11.0.tar.gz New: ---- yarl-0.13.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yarl.spec ++++++ --- /var/tmp/diff_new_pack.Gadlms/_old 2017-11-09 14:00:52.036405039 +0100 +++ /var/tmp/diff_new_pack.Gadlms/_new 2017-11-09 14:00:52.040404893 +0100 @@ -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 ++++++ yarl-0.11.0.tar.gz -> yarl-0.13.0.tar.gz ++++++ ++++ 3029 lines of diff (skipped)
