Hello community,
here is the log from the commit of package python-freezegun for
openSUSE:Factory checked in at 2019-11-22 10:24:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-freezegun (Old)
and /work/SRC/openSUSE:Factory/.python-freezegun.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-freezegun"
Fri Nov 22 10:24:47 2019 rev:8 rq:748891 version:0.3.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-freezegun/python-freezegun.changes
2019-07-05 13:47:05.161302287 +0200
+++
/work/SRC/openSUSE:Factory/.python-freezegun.new.26869/python-freezegun.changes
2019-11-22 10:25:08.297278608 +0100
@@ -1,0 +2,6 @@
+Thu Nov 14 19:05:26 CET 2019 - Matej Cepl <[email protected]>
+
+- Add dependency on the full python (which is not pulled by
+ setuptools anymore). Use %{pythons} macro now.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-freezegun.spec ++++++
--- /var/tmp/diff_new_pack.6Hw3pa/_old 2019-11-22 10:25:08.833278449 +0100
+++ /var/tmp/diff_new_pack.6Hw3pa/_new 2019-11-22 10:25:08.837278449 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-freezegun
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,11 +33,13 @@
BuildRequires: %{python_module python-dateutil > 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
+BuildRequires: %{pythons}
%ifpython2
BuildRequires: python-mock
%endif
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python
Requires: python-python-dateutil > 2.0
Requires: python-six
BuildArch: noarch