Hello community, here is the log from the commit of package python-rfc3986 for openSUSE:Factory checked in at 2019-05-06 13:25:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rfc3986 (Old) and /work/SRC/openSUSE:Factory/.python-rfc3986.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rfc3986" Mon May 6 13:25:29 2019 rev:7 rq:697841 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rfc3986/python-rfc3986.changes 2019-03-07 10:50:29.573852662 +0100 +++ /work/SRC/openSUSE:Factory/.python-rfc3986.new.5148/python-rfc3986.changes 2019-05-06 13:25:34.633071417 +0200 @@ -1,0 +2,9 @@ +Thu Apr 25 10:34:17 UTC 2019 - [email protected] + +- version update to 1.3.0 + * Add the ``IRIReference`` class which parses data according + to RFC 3987 and encodes into an ``URIReference``. + See also `GitHub #50`_ +- run tests + +------------------------------------------------------------------- Old: ---- rfc3986-1.2.0.tar.gz New: ---- rfc3986-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rfc3986.spec ++++++ --- /var/tmp/diff_new_pack.2N1uFE/_old 2019-05-06 13:25:35.137072455 +0200 +++ /var/tmp/diff_new_pack.2N1uFE/_new 2019-05-06 13:25:35.141072464 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rfc3986 -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python module for validating URI references per RFC 3986 License: Apache-2.0 @@ -26,7 +26,11 @@ URL: https://rfc3986.rtfd.org Source: https://files.pythonhosted.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION BuildArch: noarch %python_subpackages @@ -42,6 +46,10 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest %files %{python_files} %license LICENSE ++++++ rfc3986-1.2.0.tar.gz -> rfc3986-1.3.0.tar.gz ++++++ ++++ 1655 lines of diff (skipped)
