Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-versioneer for
openSUSE:Factory checked in at 2021-08-28 22:29:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-versioneer (Old)
and /work/SRC/openSUSE:Factory/.python-versioneer.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-versioneer"
Sat Aug 28 22:29:32 2021 rev:4 rq:914758 version:0.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-versioneer/python-versioneer.changes
2018-12-24 11:45:52.401213834 +0100
+++
/work/SRC/openSUSE:Factory/.python-versioneer.new.1899/python-versioneer.changes
2021-08-28 22:29:55.086025289 +0200
@@ -1,0 +2,25 @@
+Sat Aug 28 10:09:10 UTC 2021 - Matej Cepl <[email protected]>
+
+- Make testing more verbose
+
+-------------------------------------------------------------------
+Thu Aug 26 09:23:44 UTC 2021 - [email protected]
+
+- version update to 0.20
+ Release 0.20 (13-Jul-2020)
+ * Respect versionfile_source in __init__.py snippet (#241)
+ * Add pep440-branch and pep440-post-branch styles (#164)
+ * Stop testing deprecated easy_install, support left in for now (#237)
+ * Use versionfile_build instead of versionfile_source where needed (#242)
+ * Improve handling of refname edge cases (#229)
+ * Clarify installation in docs (#235)
+ * Play nicely with custom build_exts (#232)
+ Release 0.19 (10-Nov-2020)
+ * Drop support for Python < 3.6, test up to Python 3.9
+ * Strip GPG signature information from date (#222)
+ * Add bdist_ext cmdclass, to support native code extensions (#171)
+ * Canonicalize pep440-pre style (#163)
+ * Take arguments to get_cmdclass
+- test the package a bit at least
+
+-------------------------------------------------------------------
Old:
----
versioneer-0.18.tar.gz
New:
----
versioneer-0.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-versioneer.spec ++++++
--- /var/tmp/diff_new_pack.y673ai/_old 2021-08-28 22:29:55.498025747 +0200
+++ /var/tmp/diff_new_pack.y673ai/_new 2021-08-28 22:29:55.502025751 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-versioneer
#
-# Copyright (c) 2018 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
@@ -18,18 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-versioneer
-Version: 0.18
+Version: 0.20
Release: 0
Summary: VCS-based management of project version strings
License: SUSE-Public-Domain
Group: Development/Languages/Python
-Url: https://github.com/warner/python-versioneer
+URL: https://github.com/warner/python-versioneer
Source:
https://files.pythonhosted.org/packages/source/v/versioneer/versioneer-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module testsuite}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -51,7 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%pyunittest -v test/test_file.py
%post
%python_install_alternative versioneer
++++++ versioneer-0.18.tar.gz -> versioneer-0.20.tar.gz ++++++
++++ 2915 lines of diff (skipped)