Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dfdatetime for
openSUSE:Factory checked in at 2022-12-15 19:25:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dfdatetime (Old)
and /work/SRC/openSUSE:Factory/.python-dfdatetime.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dfdatetime"
Thu Dec 15 19:25:32 2022 rev:12 rq:1043019 version:0~20220925
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dfdatetime/python-dfdatetime.changes
2022-09-25 15:35:12.847610079 +0200
+++
/work/SRC/openSUSE:Factory/.python-dfdatetime.new.1835/python-dfdatetime.changes
2022-12-15 19:26:02.676342857 +0100
@@ -1,0 +2,15 @@
+Wed Dec 14 22:48:01 UTC 2022 - Ben Greiner <[email protected]>
+
+- Implement some python packaging best practices
+- Prevent failing builds for Python < 3.7
+- Remove pytest: python unittest is enough
+
+-------------------------------------------------------------------
+Thu Dec 1 17:50:20 UTC 2022 - Greg Freemyer <[email protected]>
+
+- version update to 0~20220925
+ * no upstream changelog file found
+ * multiple fixes
+ * Required by plaso v20220930
+
+-------------------------------------------------------------------
Old:
----
dfdatetime-20220131.tar.gz
New:
----
dfdatetime-20220925.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dfdatetime.spec ++++++
--- /var/tmp/diff_new_pack.FyfwrU/_old 2022-12-15 19:26:03.132345451 +0100
+++ /var/tmp/diff_new_pack.FyfwrU/_new 2022-12-15 19:26:03.136345473 +0100
@@ -16,9 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define timestamp 20220131
-%define skip_python2 1
+%define timestamp 20220925
%define modname dfdatetime
Name: python-dfdatetime
Version: 0~%{timestamp}
@@ -27,8 +25,8 @@
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/log2timeline/dfdatetime
-Source:
https://files.pythonhosted.org/packages/source/d/%{modname}/%{modname}-%{timestamp}.tar.gz
-BuildRequires: %{python_module pytest}
+Source:
https://github.com/log2timeline/%{modname}//releases/download/%{timestamp}/%{modname}-%{timestamp}.tar.gz
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -53,11 +51,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest tests/*.py
+%pyunittest -v tests/*.py
%files %{python_files}
%license LICENSE
%doc ACKNOWLEDGEMENTS AUTHORS README
-%{python_sitelib}/*
+%{python_sitelib}/dfdatetime
+%{python_sitelib}/dfdatetime-%{timestamp}*info
%changelog
++++++ dfdatetime-20220131.tar.gz -> dfdatetime-20220925.tar.gz ++++++
++++ 3243 lines of diff (skipped)