Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-time-machine for
openSUSE:Factory checked in at 2022-01-19 00:35:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-time-machine (Old)
and /work/SRC/openSUSE:Factory/.python-time-machine.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-time-machine"
Wed Jan 19 00:35:20 2022 rev:7 rq:947186 version:2.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-time-machine/python-time-machine.changes
2022-01-11 21:24:17.385170688 +0100
+++
/work/SRC/openSUSE:Factory/.python-time-machine.new.1892/python-time-machine.changes
2022-01-19 00:35:50.366318070 +0100
@@ -1,0 +2,5 @@
+Tue Jan 11 10:01:09 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- Limit package to python >= 3.7
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-time-machine.spec ++++++
--- /var/tmp/diff_new_pack.D6jRTJ/_old 2022-01-19 00:35:50.842318410 +0100
+++ /var/tmp/diff_new_pack.D6jRTJ/_new 2022-01-19 00:35:50.850318416 +0100
@@ -17,7 +17,6 @@
%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-time-machine
Group: Development/Languages/Python
Version: 2.6.0
@@ -27,7 +26,7 @@
URL: https://github.com/adamchainz/time-machine
# pypi packages don't contain the tests anymore since 2.2.0, see changelog
Source:
https://github.com/adamchainz/time-machine/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION
@@ -36,6 +35,8 @@
BuildRequires: %{python_module pytzdata}
# /SECTION
BuildRequires: fdupes
+BuildRequires: python-rpm-generators
+%{?python_enable_dependency_generator}
%python_subpackages
%description