Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-uritools for openSUSE:Factory
checked in at 2021-06-04 00:34:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uritools (Old)
and /work/SRC/openSUSE:Factory/.python-uritools.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uritools"
Fri Jun 4 00:34:02 2021 rev:2 rq:897225 version:3.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uritools/python-uritools.changes
2020-01-02 14:44:00.964975215 +0100
+++
/work/SRC/openSUSE:Factory/.python-uritools.new.1898/python-uritools.changes
2021-06-04 00:34:22.073010276 +0200
@@ -1,0 +2,10 @@
+Thu Jun 3 13:14:24 UTC 2021 - [email protected]
+
+- version update to 3.0.2
+ * Update build environment.
+ * Do not convert percent-encodings to uppercase in host components
+ generated by ``uricompose()``.
+ * Officially support Python 3.9.
+ * Format code with Black.
+
+-------------------------------------------------------------------
Old:
----
uritools-3.0.0.tar.gz
New:
----
uritools-3.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uritools.spec ++++++
--- /var/tmp/diff_new_pack.oBoa5m/_old 2021-06-04 00:34:22.525011578 +0200
+++ /var/tmp/diff_new_pack.oBoa5m/_new 2021-06-04 00:34:22.529011589 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-uritools
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,24 @@
# 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-uritools
-Version: 3.0.0
+Version: 3.0.2
Release: 0
-License: MIT
Summary: URI parsing, classification and composition
-Url: https://github.com/tkem/uritools/
+License: MIT
Group: Development/Languages/Python
+URL: https://github.com/tkem/uritools/
Source:
https://files.pythonhosted.org/packages/source/u/uritools/uritools-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -46,7 +46,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pyunittest discover -v
%files %{python_files}
%doc CHANGELOG.rst README.rst
++++++ uritools-3.0.0.tar.gz -> uritools-3.0.2.tar.gz ++++++
++++ 3780 lines of diff (skipped)