Hello community, here is the log from the commit of package python-yarl for openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-yarl (Old) and /work/SRC/openSUSE:Leap:15.2/.python-yarl.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-yarl" Mon Mar 2 13:25:25 2020 rev:15 rq:778887 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-yarl/python-yarl.changes 2020-01-15 15:54:40.831640451 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-yarl.new.26092/python-yarl.changes 2020-03-02 13:25:26.226646469 +0100 @@ -1,0 +2,20 @@ +Sun Mar 3 13:52:01 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 1.3.0 + * Fix annotations for query parameter + * An incoming query sequence can have int variables + * Add URL.explicit_port property + * Give a friendlier error when port cant be converted to int + * bool(URL()) now returns False + * Fix annotations for build + * Fix annotations for cached_property + * Accept str subclasses in URL constructor + * Forbid inheritance, replace __init__ with __new__ + * Support PEP-561 (provide type hinting marker) + +------------------------------------------------------------------- +Wed Aug 29 09:17:59 UTC 2018 - [email protected] + +- Raise multidict requirement to match up setup.py + +------------------------------------------------------------------- Old: ---- yarl-1.1.1.tar.gz New: ---- yarl-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-yarl.spec ++++++ --- /var/tmp/diff_new_pack.uTYKrW/_old 2020-03-02 13:25:26.550647114 +0100 +++ /var/tmp/diff_new_pack.uTYKrW/_new 2020-03-02 13:25:26.550647114 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-yarl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,35 +12,33 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-yarl -Version: 1.1.1 +Version: 1.3.0 Release: 0 Summary: Yet another URL library License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/aio-libs/yarl/ +URL: https://github.com/aio-libs/yarl/ Source: https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module idna >= 2.0} -BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros # test requirements BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} -BuildRequires: python3-multidict >= 2.0 +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros +BuildRequires: python3-multidict >= 4.0 Requires: python-idna >= 2.0 %ifpython3 -Requires: python3-multidict >= 2.0 +Requires: python3-multidict >= 4.0 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description @@ -60,8 +58,8 @@ %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES.rst LICENSE README.rst +%license LICENSE +%doc CHANGES.rst README.rst %{python_sitearch}/* %changelog ++++++ yarl-1.1.1.tar.gz -> yarl-1.3.0.tar.gz ++++++ ++++ 10781 lines of diff (skipped)
