Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zope.event for 
openSUSE:Factory checked in at 2023-09-08 21:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.event (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.event.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.event"

Fri Sep  8 21:15:00 2023 rev:20 rq:1109515 version:5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zope.event/python-zope.event.changes      
2023-07-27 16:50:09.741595223 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.event.new.1766/python-zope.event.changes
    2023-09-08 21:15:12.393753359 +0200
@@ -1,0 +2,6 @@
+Thu Sep  7 11:11:48 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 5.0:
+  * Drop support for Python 2.7, 3.5, 3.6.
+
+-------------------------------------------------------------------

Old:
----
  zope.event-4.6.tar.gz

New:
----
  zope.event-5.0.tar.gz

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

Other differences:
------------------
++++++ python-zope.event.spec ++++++
--- /var/tmp/diff_new_pack.6EjGc5/_old  2023-09-08 21:15:14.189817549 +0200
+++ /var/tmp/diff_new_pack.6EjGc5/_new  2023-09-08 21:15:14.205818121 +0200
@@ -16,12 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global modname zope.event
-%define oldpython python
 %{?sle15_python_module_pythons}
 Name:           python-zope.event
-Version:        4.6
+Version:        5.0
 Release:        0
 Summary:        Very basic event publishing system
 License:        ZPL-2.1
@@ -33,10 +31,6 @@
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 BuildArch:      noarch
-%ifpython2
-Provides:       %{oldpython}-zope-event = %{version}
-Obsoletes:      %{oldpython}-zope-event < %{version}
-%endif
 %python_subpackages
 
 %description

++++++ zope.event-4.6.tar.gz -> zope.event-5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.event-4.6/CHANGES.rst 
new/zope.event-5.0/CHANGES.rst
--- old/zope.event-4.6/CHANGES.rst      2022-12-15 08:21:08.000000000 +0100
+++ new/zope.event-5.0/CHANGES.rst      2023-06-23 08:28:27.000000000 +0200
@@ -2,6 +2,12 @@
  ``zope.event`` Changelog
 ==========================
 
+5.0 (2023-06-23)
+================
+
+- Drop support for Python 2.7, 3.5, 3.6.
+
+
 4.6 (2022-12-15)
 ================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.event-4.6/PKG-INFO new/zope.event-5.0/PKG-INFO
--- old/zope.event-4.6/PKG-INFO 2022-12-15 08:21:11.386886000 +0100
+++ new/zope.event-5.0/PKG-INFO 2023-06-23 08:28:27.769069200 +0200
@@ -1,23 +1,18 @@
 Metadata-Version: 2.1
 Name: zope.event
-Version: 4.6
+Version: 5.0
 Summary: Very basic event publishing system
 Home-page: https://github.com/zopefoundation/zope.event
 Author: Zope Foundation and Contributors
-Author-email: zope-...@zope.org
+Author-email: zope-...@zope.dev
 License: ZPL-2.1
 Keywords: event framework dispatch subscribe publish
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Zope Public License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
@@ -28,6 +23,7 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Framework :: Zope :: 3
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Requires-Python: >=3.7
 Provides-Extra: docs
 Provides-Extra: test
 License-File: LICENSE.txt
@@ -63,6 +59,12 @@
  ``zope.event`` Changelog
 ==========================
 
+5.0 (2023-06-23)
+================
+
+- Drop support for Python 2.7, 3.5, 3.6.
+
+
 4.6 (2022-12-15)
 ================
 
@@ -179,5 +181,3 @@
 ==================
 
 - Initial release as a separate project.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.event-4.6/setup.cfg new/zope.event-5.0/setup.cfg
--- old/zope.event-4.6/setup.cfg        2022-12-15 08:21:11.387738200 +0100
+++ new/zope.event-5.0/setup.cfg        2023-06-23 08:28:27.769314300 +0200
@@ -1,5 +1,5 @@
 [bdist_wheel]
-universal = 1
+universal = 0
 
 [flake8]
 doctests = 1
@@ -15,7 +15,7 @@
 force_single_line = True
 combine_as_imports = True
 sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
-known_third_party = six, docutils, pkg_resources
+known_third_party = docutils, pkg_resources, pytz
 known_zope = 
 known_first_party = 
 default_section = ZOPE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.event-4.6/setup.py new/zope.event-5.0/setup.py
--- old/zope.event-4.6/setup.py 2022-12-15 08:21:08.000000000 +0100
+++ new/zope.event-5.0/setup.py 2023-06-23 08:28:27.000000000 +0200
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 # This package is developed by the Zope Toolkit project, documented here:
-# http://docs.zope.org/zopetoolkit
+# https://zopetoolkit.readthedocs.io/
 # When developing and releasing this package, please follow the documented
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
@@ -32,12 +32,12 @@
 
 setup(
     name='zope.event',
-    version='4.6',
+    version='5.0',
     url='https://github.com/zopefoundation/zope.event',
     license='ZPL-2.1',
     description='Very basic event publishing system',
     author='Zope Foundation and Contributors',
-    author_email='zope-...@zope.org',
+    author_email='zope-...@zope.dev',
     long_description=(
         read('README.rst')
         + '\n' +
@@ -50,11 +50,7 @@
         "License :: OSI Approved :: Zope Public License",
         "Operating System :: OS Independent",
         "Programming Language :: Python",
-        "Programming Language :: Python :: 2",
-        "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.5",
-        "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
@@ -70,9 +66,9 @@
     package_dir={'': 'src'},
     namespace_packages=['zope', ],
     include_package_data=True,
+    python_requires='>=3.7',
     install_requires=['setuptools'],
     zip_safe=False,
-    test_suite='zope.event.tests.test_suite',
     extras_require={
         'docs': [
             'Sphinx',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.event-4.6/src/zope.event.egg-info/PKG-INFO 
new/zope.event-5.0/src/zope.event.egg-info/PKG-INFO
--- old/zope.event-4.6/src/zope.event.egg-info/PKG-INFO 2022-12-15 
08:21:10.000000000 +0100
+++ new/zope.event-5.0/src/zope.event.egg-info/PKG-INFO 2023-06-23 
08:28:27.000000000 +0200
@@ -1,23 +1,18 @@
 Metadata-Version: 2.1
 Name: zope.event
-Version: 4.6
+Version: 5.0
 Summary: Very basic event publishing system
 Home-page: https://github.com/zopefoundation/zope.event
 Author: Zope Foundation and Contributors
-Author-email: zope-...@zope.org
+Author-email: zope-...@zope.dev
 License: ZPL-2.1
 Keywords: event framework dispatch subscribe publish
-Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Zope Public License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
-Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
@@ -28,6 +23,7 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Framework :: Zope :: 3
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Requires-Python: >=3.7
 Provides-Extra: docs
 Provides-Extra: test
 License-File: LICENSE.txt
@@ -63,6 +59,12 @@
  ``zope.event`` Changelog
 ==========================
 
+5.0 (2023-06-23)
+================
+
+- Drop support for Python 2.7, 3.5, 3.6.
+
+
 4.6 (2022-12-15)
 ================
 
@@ -179,5 +181,3 @@
 ==================
 
 - Initial release as a separate project.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.event-4.6/tox.ini new/zope.event-5.0/tox.ini
--- old/zope.event-4.6/tox.ini  2022-12-15 08:21:08.000000000 +0100
+++ new/zope.event-5.0/tox.ini  2023-06-23 08:28:27.000000000 +0200
@@ -4,15 +4,11 @@
 minversion = 3.18
 envlist =
     lint
-    py27
-    py35
-    py36
     py37
     py38
     py39
     py310
     py311
-    pypy
     pypy3
     docs
     coverage
@@ -22,7 +18,7 @@
 deps =
 commands =
     zope-testrunner --test-path=src {posargs:-vc}
-    !py27-!pypy: sphinx-build -b doctest -d {envdir}/.cache/doctrees docs 
{envdir}/.cache/doctest
+    sphinx-build -b doctest -d {envdir}/.cache/doctrees docs 
{envdir}/.cache/doctest
 extras =
     test
     docs
@@ -65,7 +61,6 @@
     mkdir
 deps =
     coverage
-    coverage-python-version
 commands =
     mkdir -p {toxinidir}/parts/htmlcov
     coverage run -m zope.testrunner --test-path=src {posargs:-vc}
@@ -75,7 +70,6 @@
 
 [coverage:run]
 branch = True
-plugins = coverage_python_version
 source = zope.event
 
 [coverage:report]

Reply via email to