Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zope.deprecation for 
openSUSE:Factory checked in at 2025-11-10 19:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.deprecation (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.deprecation.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.deprecation"

Mon Nov 10 19:20:45 2025 rev:16 rq:1316892 version:6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.deprecation/python-zope.deprecation.changes
  2025-05-05 22:59:42.124809376 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.deprecation.new.1980/python-zope.deprecation.changes
        2025-11-10 19:20:51.925214671 +0100
@@ -1,0 +2,7 @@
+Mon Nov 10 10:32:40 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 6.0:
+  * Replace pkg_resources namespace with PEP 420 native
+    namespace.
+
+-------------------------------------------------------------------

Old:
----
  zope_deprecation-5.1.tar.gz

New:
----
  zope_deprecation-6.0.tar.gz

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

Other differences:
------------------
++++++ python-zope.deprecation.spec ++++++
--- /var/tmp/diff_new_pack.J3uMMg/_old  2025-11-10 19:20:52.633244397 +0100
+++ /var/tmp/diff_new_pack.J3uMMg/_new  2025-11-10 19:20:52.637244564 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.deprecation
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-zope.deprecation
-Version:        5.1
+Version:        6.0
 Release:        0
 Summary:        Zope Deprecation Infrastructure
 License:        ZPL-2.1
@@ -69,7 +69,6 @@
 %doc CHANGES.rst COPYRIGHT.txt README.rst
 %dir %{python_sitelib}/zope
 %{python_sitelib}/zope[_.]deprecation-%{version}*info
-%{python_sitelib}/zope.deprecation-%{version}*-nspkg.pth
 %{python_sitelib}/zope/deprecation
 
 %files -n %{name}-doc

++++++ zope_deprecation-5.1.tar.gz -> zope_deprecation-6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/.pre-commit-config.yaml 
new/zope_deprecation-6.0/.pre-commit-config.yaml
--- old/zope_deprecation-5.1/.pre-commit-config.yaml    2025-01-15 
16:53:53.000000000 +0100
+++ new/zope_deprecation-6.0/.pre-commit-config.yaml    2025-09-12 
09:06:02.000000000 +0200
@@ -3,16 +3,16 @@
 minimum_pre_commit_version: '3.6'
 repos:
   - repo: https://github.com/pycqa/isort
-    rev: "5.13.2"
+    rev: "6.0.1"
     hooks:
     - id: isort
   - repo: https://github.com/hhatto/autopep8
-    rev: "v2.3.1"
+    rev: "v2.3.2"
     hooks:
     - id: autopep8
       args: [--in-place, --aggressive, --aggressive]
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.19.0
+    rev: v3.20.0
     hooks:
     - id: pyupgrade
       args: [--py39-plus]
@@ -21,7 +21,7 @@
     hooks:
     - id: teyit
   - repo: https://github.com/PyCQA/flake8
-    rev: "7.1.1"
+    rev: "7.3.0"
     hooks:
     - id: flake8
       additional_dependencies:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/CHANGES.rst 
new/zope_deprecation-6.0/CHANGES.rst
--- old/zope_deprecation-5.1/CHANGES.rst        2025-01-15 16:53:53.000000000 
+0100
+++ new/zope_deprecation-6.0/CHANGES.rst        2025-09-12 09:06:02.000000000 
+0200
@@ -2,6 +2,12 @@
  ``zope.deprecation`` Changelog
 ================================
 
+6.0 (2025-09-12)
+================
+
+- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
+
+
 5.1 (2025-01-15)
 ================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/CONTRIBUTING.md 
new/zope_deprecation-6.0/CONTRIBUTING.md
--- old/zope_deprecation-5.1/CONTRIBUTING.md    2025-01-15 16:53:53.000000000 
+0100
+++ new/zope_deprecation-6.0/CONTRIBUTING.md    2025-09-12 09:06:02.000000000 
+0200
@@ -1,7 +1,7 @@
 <!--
 Generated from:
 https://github.com/zopefoundation/meta/tree/master/config/pure-python
---> 
+-->
 # Contributing to zopefoundation projects
 
 The projects under the zopefoundation GitHub organization are open source and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/PKG-INFO 
new/zope_deprecation-6.0/PKG-INFO
--- old/zope_deprecation-5.1/PKG-INFO   2025-01-15 16:53:54.635835200 +0100
+++ new/zope_deprecation-6.0/PKG-INFO   2025-09-12 09:06:03.380819600 +0200
@@ -1,11 +1,11 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: zope.deprecation
-Version: 5.1
+Version: 6.0
 Summary: Zope Deprecation Infrastructure
 Home-page: https://github.com/zopefoundation/zope.deprecation
-Author: Zope Corporation and Contributors
-Author-email: [email protected]
-License: ZPL 2.1
+Author: Zope Foundation and Contributors
+Author-email: [email protected]
+License: ZPL-2.1
 Keywords: deprecation,deprecated,warning
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Zope Public License
@@ -25,7 +25,19 @@
 Provides-Extra: docs
 Requires-Dist: Sphinx; extra == "docs"
 Provides-Extra: test
-Requires-Dist: zope.testrunner; extra == "test"
+Requires-Dist: zope.testrunner>=6.4; extra == "test"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 ======================
  ``zope.deprecation``
@@ -60,6 +72,12 @@
  ``zope.deprecation`` Changelog
 ================================
 
+6.0 (2025-09-12)
+================
+
+- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
+
+
 5.1 (2025-01-15)
 ================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/pyproject.toml 
new/zope_deprecation-6.0/pyproject.toml
--- old/zope_deprecation-5.1/pyproject.toml     2025-01-15 16:53:53.000000000 
+0100
+++ new/zope_deprecation-6.0/pyproject.toml     2025-09-12 09:06:02.000000000 
+0200
@@ -3,7 +3,10 @@
 # https://github.com/zopefoundation/meta/tree/master/config/pure-python
 
 [build-system]
-requires = ["setuptools <= 75.6.0"]
+requires = [
+    "setuptools == 78.1.1",
+    "wheel",
+]
 build-backend = "setuptools.build_meta"
 
 [tool.coverage.run]
@@ -15,7 +18,16 @@
 precision = 2
 ignore_errors = true
 show_missing = true
-exclude_lines = ["pragma: no cover", "pragma: nocover", "except ImportError:", 
"raise NotImplementedError", "if __name__ == '__main__':", "self.fail", "raise 
AssertionError", "raise unittest.Skip"]
+exclude_lines = [
+    "pragma: no cover",
+    "pragma: nocover",
+    "except ImportError:",
+    "raise NotImplementedError",
+    "if __name__ == '__main__':",
+    "self.fail",
+    "raise AssertionError",
+    "raise unittest.Skip",
+]
 
 [tool.coverage.html]
 directory = "parts/htmlcov"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/setup.py 
new/zope_deprecation-6.0/setup.py
--- old/zope_deprecation-5.1/setup.py   2025-01-15 16:53:53.000000000 +0100
+++ new/zope_deprecation-6.0/setup.py   2025-09-12 09:06:02.000000000 +0200
@@ -21,7 +21,6 @@
 
 import os
 
-from setuptools import find_packages
 from setuptools import setup
 
 
@@ -32,12 +31,12 @@
 
 setup(
     name='zope.deprecation',
-    version='5.1',
+    version='6.0',
     url='https://github.com/zopefoundation/zope.deprecation',
-    license='ZPL 2.1',
+    license='ZPL-2.1',
     description='Zope Deprecation Infrastructure',
-    author='Zope Corporation and Contributors',
-    author_email='[email protected]',
+    author='Zope Foundation and Contributors',
+    author_email='[email protected]',
     long_description=(
         read('README.rst')
         + '\n\n' +
@@ -58,9 +57,6 @@
         "Programming Language :: Python :: Implementation :: PyPy",
         "Framework :: Zope :: 3",
     ],
-    package_dir={'': 'src'},
-    packages=find_packages('src'),
-    namespace_packages=['zope', ],
     python_requires='>= 3.9',
     install_requires=[
         'setuptools',
@@ -70,7 +66,7 @@
     extras_require={
         'docs': ['Sphinx'],
         'test': [
-            'zope.testrunner',
+            'zope.testrunner >= 6.4',
         ],
     },
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/src/zope/__init__.py 
new/zope_deprecation-6.0/src/zope/__init__.py
--- old/zope_deprecation-5.1/src/zope/__init__.py       2025-01-15 
16:53:53.000000000 +0100
+++ new/zope_deprecation-6.0/src/zope/__init__.py       1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-__import__('pkg_resources').declare_namespace(__name__)  # pragma: no cover
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope_deprecation-5.1/src/zope.deprecation.egg-info/PKG-INFO 
new/zope_deprecation-6.0/src/zope.deprecation.egg-info/PKG-INFO
--- old/zope_deprecation-5.1/src/zope.deprecation.egg-info/PKG-INFO     
2025-01-15 16:53:54.000000000 +0100
+++ new/zope_deprecation-6.0/src/zope.deprecation.egg-info/PKG-INFO     
2025-09-12 09:06:03.000000000 +0200
@@ -1,11 +1,11 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: zope.deprecation
-Version: 5.1
+Version: 6.0
 Summary: Zope Deprecation Infrastructure
 Home-page: https://github.com/zopefoundation/zope.deprecation
-Author: Zope Corporation and Contributors
-Author-email: [email protected]
-License: ZPL 2.1
+Author: Zope Foundation and Contributors
+Author-email: [email protected]
+License: ZPL-2.1
 Keywords: deprecation,deprecated,warning
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Zope Public License
@@ -25,7 +25,19 @@
 Provides-Extra: docs
 Requires-Dist: Sphinx; extra == "docs"
 Provides-Extra: test
-Requires-Dist: zope.testrunner; extra == "test"
+Requires-Dist: zope.testrunner>=6.4; extra == "test"
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: provides-extra
+Dynamic: requires-dist
+Dynamic: requires-python
+Dynamic: summary
 
 ======================
  ``zope.deprecation``
@@ -60,6 +72,12 @@
  ``zope.deprecation`` Changelog
 ================================
 
+6.0 (2025-09-12)
+================
+
+- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
+
+
 5.1 (2025-01-15)
 ================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope_deprecation-5.1/src/zope.deprecation.egg-info/SOURCES.txt 
new/zope_deprecation-6.0/src/zope.deprecation.egg-info/SOURCES.txt
--- old/zope_deprecation-5.1/src/zope.deprecation.egg-info/SOURCES.txt  
2025-01-15 16:53:54.000000000 +0100
+++ new/zope_deprecation-6.0/src/zope.deprecation.egg-info/SOURCES.txt  
2025-09-12 09:06:03.000000000 +0200
@@ -18,11 +18,9 @@
 docs/index.rst
 docs/make.bat
 docs/requirements.txt
-src/zope/__init__.py
 src/zope.deprecation.egg-info/PKG-INFO
 src/zope.deprecation.egg-info/SOURCES.txt
 src/zope.deprecation.egg-info/dependency_links.txt
-src/zope.deprecation.egg-info/namespace_packages.txt
 src/zope.deprecation.egg-info/not-zip-safe
 src/zope.deprecation.egg-info/requires.txt
 src/zope.deprecation.egg-info/top_level.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope_deprecation-5.1/src/zope.deprecation.egg-info/namespace_packages.txt 
new/zope_deprecation-6.0/src/zope.deprecation.egg-info/namespace_packages.txt
--- 
old/zope_deprecation-5.1/src/zope.deprecation.egg-info/namespace_packages.txt   
    2025-01-15 16:53:54.000000000 +0100
+++ 
new/zope_deprecation-6.0/src/zope.deprecation.egg-info/namespace_packages.txt   
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-zope
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope_deprecation-5.1/src/zope.deprecation.egg-info/requires.txt 
new/zope_deprecation-6.0/src/zope.deprecation.egg-info/requires.txt
--- old/zope_deprecation-5.1/src/zope.deprecation.egg-info/requires.txt 
2025-01-15 16:53:54.000000000 +0100
+++ new/zope_deprecation-6.0/src/zope.deprecation.egg-info/requires.txt 
2025-09-12 09:06:03.000000000 +0200
@@ -4,4 +4,4 @@
 Sphinx
 
 [test]
-zope.testrunner
+zope.testrunner>=6.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_deprecation-5.1/tox.ini 
new/zope_deprecation-6.0/tox.ini
--- old/zope_deprecation-5.1/tox.ini    2025-01-15 16:53:53.000000000 +0100
+++ new/zope_deprecation-6.0/tox.ini    2025-09-12 09:06:02.000000000 +0200
@@ -19,7 +19,7 @@
 package = wheel
 wheel_build_env = .pkg
 deps =
-    setuptools <= 75.6.0
+    setuptools == 78.1.1
 commands =
     zope-testrunner --test-path=src {posargs:-vc}
     sphinx-build -b doctest -d {envdir}/.cache/doctrees docs 
{envdir}/.cache/doctest
@@ -37,7 +37,8 @@
 basepython = python3
 skip_install = true
 deps =
-    setuptools <= 75.6.0
+    setuptools == 78.1.1
+    wheel
     twine
     build
     check-manifest

Reply via email to