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 2023-05-04 17:10:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-DateTime (Old)
 and      /work/SRC/openSUSE:Factory/.python-DateTime.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-DateTime"

Thu May  4 17:10:41 2023 rev:7 rq:1084453 version:5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-DateTime/python-DateTime.changes  
2023-01-14 00:04:00.677988239 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-DateTime.new.1533/python-DateTime.changes    
    2023-05-04 17:11:02.648529930 +0200
@@ -1,0 +2,6 @@
+Wed May  3 15:43:22 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 5.1:
+  * Add missing ``python_requires`` to ``setup.py``.
+
+-------------------------------------------------------------------

Old:
----
  DateTime-5.0.tar.gz

New:
----
  DateTime-5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-DateTime.spec ++++++
--- /var/tmp/diff_new_pack.qFQIVJ/_old  2023-05-04 17:11:03.072532413 +0200
+++ /var/tmp/diff_new_pack.qFQIVJ/_new  2023-05-04 17:11:03.080532459 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-DateTime
-Version:        5.0
+Version:        5.1
 Release:        0
 Summary:        Zope DateTime data type
 License:        ZPL-2.1

++++++ DateTime-5.0.tar.gz -> DateTime-5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-5.0/CHANGES.rst new/DateTime-5.1/CHANGES.rst
--- old/DateTime-5.0/CHANGES.rst        2023-01-12 15:04:56.000000000 +0100
+++ new/DateTime-5.1/CHANGES.rst        2023-03-14 17:17:55.000000000 +0100
@@ -1,6 +1,12 @@
 Changelog
 =========
 
+5.1 (2023-03-14)
+----------------
+
+- Add missing ``python_requires`` to ``setup.py``.
+
+
 5.0 (2023-01-12)
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-5.0/PKG-INFO new/DateTime-5.1/PKG-INFO
--- old/DateTime-5.0/PKG-INFO   2023-01-12 15:09:30.361405600 +0100
+++ new/DateTime-5.1/PKG-INFO   2023-03-14 17:17:56.435377100 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: DateTime
-Version: 5.0
+Version: 5.1
 Summary: This package provides a DateTime data type, as known from Zope. 
Unless you need to communicate with Zope APIs, you're probably better off using 
Python's built-in datetime module.
 Home-page: https://github.com/zopefoundation/DateTime
 Author: Zope Foundation and Contributors
@@ -20,6 +20,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
+Requires-Python: >=3.7
 License-File: LICENSE.txt
 
 .. image:: https://github.com/zopefoundation/DateTime/workflows/tests/badge.svg
@@ -838,6 +839,12 @@
 Changelog
 =========
 
+5.1 (2023-03-14)
+----------------
+
+- Add missing ``python_requires`` to ``setup.py``.
+
+
 5.0 (2023-01-12)
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-5.0/setup.py new/DateTime-5.1/setup.py
--- old/DateTime-5.0/setup.py   2023-01-12 15:05:02.000000000 +0100
+++ new/DateTime-5.1/setup.py   2023-03-14 17:17:55.000000000 +0100
@@ -26,7 +26,7 @@
 with open(os.path.join(here, 'CHANGES.rst')) as f:
     CHANGES = f.read()
 
-version = '5.0'
+version = '5.1'
 
 setup(
     name='DateTime',
@@ -63,6 +63,7 @@
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
     ],
+    python_requires='>=3.7',
     install_requires=[
         'zope.interface',
         'pytz',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-5.0/src/DateTime.egg-info/PKG-INFO 
new/DateTime-5.1/src/DateTime.egg-info/PKG-INFO
--- old/DateTime-5.0/src/DateTime.egg-info/PKG-INFO     2023-01-12 
15:09:30.000000000 +0100
+++ new/DateTime-5.1/src/DateTime.egg-info/PKG-INFO     2023-03-14 
17:17:56.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: DateTime
-Version: 5.0
+Version: 5.1
 Summary: This package provides a DateTime data type, as known from Zope. 
Unless you need to communicate with Zope APIs, you're probably better off using 
Python's built-in datetime module.
 Home-page: https://github.com/zopefoundation/DateTime
 Author: Zope Foundation and Contributors
@@ -20,6 +20,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
+Requires-Python: >=3.7
 License-File: LICENSE.txt
 
 .. image:: https://github.com/zopefoundation/DateTime/workflows/tests/badge.svg
@@ -838,6 +839,12 @@
 Changelog
 =========
 
+5.1 (2023-03-14)
+----------------
+
+- Add missing ``python_requires`` to ``setup.py``.
+
+
 5.0 (2023-01-12)
 ----------------
 

Reply via email to