Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-freezegun for
openSUSE:Factory checked in at 2021-04-19 21:05:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-freezegun (Old)
and /work/SRC/openSUSE:Factory/.python-freezegun.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-freezegun"
Mon Apr 19 21:05:44 2021 rev:13 rq:885995 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-freezegun/python-freezegun.changes
2021-02-01 13:28:36.754141273 +0100
+++
/work/SRC/openSUSE:Factory/.python-freezegun.new.12324/python-freezegun.changes
2021-04-19 21:05:56.540024243 +0200
@@ -1,0 +2,7 @@
+Fri Apr 16 12:47:48 UTC 2021 - Benjamin Greiner <[email protected]>
+
+- Skip python2 build. Not supported by upstream, a simple
+ `import freezegun` already fails. Was not detected because the
+ pyunittest runs 0 tests.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-freezegun.spec ++++++
--- /var/tmp/diff_new_pack.cBQGRQ/_old 2021-04-19 21:05:56.964024878 +0200
+++ /var/tmp/diff_new_pack.cBQGRQ/_new 2021-04-19 21:05:56.964024878 +0200
@@ -16,8 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
Name: python-freezegun
Version: 1.1.0
Release: 0
@@ -34,9 +34,6 @@
Requires: python
Requires: python-python-dateutil > 2.7
BuildArch: noarch
-%if %{with python2}
-BuildRequires: python-mock
-%endif
%python_subpackages
%description
@@ -60,6 +57,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/freezegun
+%{python_sitelib}/freezegun-%{version}*-info
%changelog