Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-DateTime for openSUSE:Factory
checked in at 2026-07-09 22:20:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-DateTime (Old)
and /work/SRC/openSUSE:Factory/.python-DateTime.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-DateTime"
Thu Jul 9 22:20:44 2026 rev:13 rq:1364673 version:6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-DateTime/python-DateTime.changes
2025-05-06 16:42:54.639919694 +0200
+++
/work/SRC/openSUSE:Factory/.python-DateTime.new.1991/python-DateTime.changes
2026-07-09 22:21:50.995178105 +0200
@@ -1,0 +2,9 @@
+Thu Jul 9 08:14:03 UTC 2026 - Nico Krapp <[email protected]>
+
+- Update to 6.0.0
+ * Add support for Python 3.13, 3.14.
+ * Drop support for Python 3.7, 3.8, 3.9.
+ * Remove setuptools fossils.
+ * Remove Python2 compatiblity code.
+
+-------------------------------------------------------------------
Old:
----
DateTime-5.5.tar.gz
New:
----
datetime-6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-DateTime.spec ++++++
--- /var/tmp/diff_new_pack.vEghxk/_old 2026-07-09 22:21:51.731203402 +0200
+++ /var/tmp/diff_new_pack.vEghxk/_new 2026-07-09 22:21:51.735203539 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-DateTime
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-DateTime
-Version: 5.5
+Version: 6.0
Release: 0
Summary: Zope DateTime data type
License: ZPL-2.1
Group: Development/Languages/Python
URL: https://github.com/zopefoundation/DateTime
-Source:
https://files.pythonhosted.org/packages/source/D/DateTime/DateTime-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/D/DateTime/datetime-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -46,7 +46,7 @@
better off using Python's built-in datetime module.
%prep
-%setup -q -n DateTime-%{version}
+%autosetup -p1 -n datetime-%{version}
%build
%pyproject_wheel