Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.location for
openSUSE:Factory checked in at 2025-12-11 18:38:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.location (Old)
and /work/SRC/openSUSE:Factory/.python-zope.location.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.location"
Thu Dec 11 18:38:58 2025 rev:9 rq:1322095 version:6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.location/python-zope.location.changes
2025-02-06 22:06:26.164615875 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.location.new.1939/python-zope.location.changes
2025-12-11 18:40:42.883893259 +0100
@@ -1,0 +2,8 @@
+Thu Dec 11 02:22:03 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 6.0:
+ * Replace pkg_resources namespace with PEP 420 native namespace.
+- Explicitly list files and directories under sitelib.
+- Correct {Build,}Requires.
+
+-------------------------------------------------------------------
Old:
----
zope_location-5.1.tar.gz
New:
----
zope_location-6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.location.spec ++++++
--- /var/tmp/diff_new_pack.URUcoS/_old 2025-12-11 18:40:43.807932088 +0100
+++ /var/tmp/diff_new_pack.URUcoS/_new 2025-12-11 18:40:43.811932256 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-zope.location
#
-# 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
@@ -27,18 +27,18 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.location%{psuffix}
-Version: 5.1
+Version: 6.0
Release: 0
Summary: Zope Location
License: ZPL-2.1
-Group: Development/Languages/Python
URL: https://www.python.org/pypi/zope.location
-Source:
https://files.pythonhosted.org/packages/source/z/zope_location/zope_location-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/z/zope.location/zope_location-%{version}.tar.gz
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
-BuildRequires: %{python_module zope.schema >= 4.2.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-setuptools
Requires: python-zope.interface >= 4.0.2
Requires: python-zope.proxy >= 4.0.1
Requires: python-zope.schema >= 4.2.2
@@ -47,6 +47,7 @@
BuildRequires: %{python_module zope.component >= 4.0.1}
BuildRequires: %{python_module zope.configuration}
BuildRequires: %{python_module zope.copy >= 4.0}
+BuildRequires: %{python_module zope.location = %{version}}
BuildRequires: %{python_module zope.proxy}
BuildRequires: %{python_module zope.testrunner}
%endif
@@ -77,6 +78,8 @@
%files %{python_files}
%license LICENSE.txt
%doc COPYRIGHT.txt CHANGES.rst README.rst
-%{python_sitelib}/*
+%dir %{python_sitelib}/zope
+%{python_sitelib}/zope/location
+%{python_sitelib}/zope[_.]location-%{version}.dist-info
%endif
++++++ zope_location-5.1.tar.gz -> zope_location-6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope_location-5.1/.pre-commit-config.yaml
new/zope_location-6.0/.pre-commit-config.yaml
--- old/zope_location-5.1/.pre-commit-config.yaml 2025-01-31
08:30:22.000000000 +0100
+++ new/zope_location-6.0/.pre-commit-config.yaml 2025-09-12
09:19:48.000000000 +0200
@@ -3,7 +3,7 @@
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
@@ -12,7 +12,7 @@
- id: autopep8
args: [--in-place, --aggressive, --aggressive]
- repo: https://github.com/asottile/pyupgrade
- rev: v3.19.1
+ 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_location-5.1/CHANGES.rst
new/zope_location-6.0/CHANGES.rst
--- old/zope_location-5.1/CHANGES.rst 2025-01-31 08:30:22.000000000 +0100
+++ new/zope_location-6.0/CHANGES.rst 2025-09-12 09:19:48.000000000 +0200
@@ -2,6 +2,12 @@
Changes
=========
+6.0 (2025-09-12)
+================
+
+- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
+
+
5.1 (2025-01-31)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope_location-5.1/PKG-INFO
new/zope_location-6.0/PKG-INFO
--- old/zope_location-5.1/PKG-INFO 2025-01-31 08:30:23.326811300 +0100
+++ new/zope_location-6.0/PKG-INFO 2025-09-12 09:19:49.197484000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
Name: zope.location
-Version: 5.1
+Version: 6.0
Summary: Zope Location
Home-page: http://github.com/zopefoundation/zope.location/
Author: Zope Foundation and Contributors
@@ -38,13 +38,13 @@
Provides-Extra: copy
Requires-Dist: zope.copy>=4.0; extra == "copy"
Provides-Extra: test-minimal
-Requires-Dist: zope.testrunner; extra == "test-minimal"
+Requires-Dist: zope.testrunner>=6.4; extra == "test-minimal"
Provides-Extra: test-component
-Requires-Dist: zope.testrunner; extra == "test-component"
+Requires-Dist: zope.testrunner>=6.4; extra == "test-component"
Requires-Dist: zope.component>=4.0.1; extra == "test-component"
Requires-Dist: zope.configuration; extra == "test-component"
Provides-Extra: test
-Requires-Dist: zope.testrunner; extra == "test"
+Requires-Dist: zope.testrunner>=6.4; extra == "test"
Requires-Dist: zope.configuration; extra == "test"
Requires-Dist: zope.component>=4.0.1; extra == "test"
Requires-Dist: zope.copy>=4.0; extra == "test"
@@ -53,6 +53,18 @@
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: zope.component>=4.0.1; extra == "docs"
Requires-Dist: zope.configuration; extra == "docs"
+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.location``
@@ -89,6 +101,12 @@
Changes
=========
+6.0 (2025-09-12)
+================
+
+- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
+
+
5.1 (2025-01-31)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope_location-5.1/pyproject.toml
new/zope_location-6.0/pyproject.toml
--- old/zope_location-5.1/pyproject.toml 2025-01-31 08:30:22.000000000
+0100
+++ new/zope_location-6.0/pyproject.toml 2025-09-12 09:19:48.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_location-5.1/setup.py
new/zope_location-6.0/setup.py
--- old/zope_location-5.1/setup.py 2025-01-31 08:30:22.000000000 +0100
+++ new/zope_location-6.0/setup.py 2025-09-12 09:19:48.000000000 +0200
@@ -20,7 +20,6 @@
"""
import os
-from setuptools import find_packages
from setuptools import setup
@@ -31,7 +30,7 @@
setup(
name='zope.location',
- version='5.1',
+ version='6.0',
author='Zope Foundation and Contributors',
author_email='[email protected]',
description='Zope Location',
@@ -60,12 +59,6 @@
'Framework :: Zope :: 5',
],
url='http://github.com/zopefoundation/zope.location/',
- packages=find_packages('src'),
- package_dir={
- '': 'src'},
- namespace_packages=[
- 'zope',
- ],
python_requires='>=3.9',
install_requires=[
'setuptools',
@@ -77,14 +70,14 @@
'zcml': ['zope.configuration'],
'component': ['zope.component >= 4.0.1'],
'copy': ['zope.copy >= 4.0'],
- 'test-minimal': ['zope.testrunner'],
+ 'test-minimal': ['zope.testrunner >= 6.4'],
'test-component': [
- 'zope.testrunner',
+ 'zope.testrunner >= 6.4',
'zope.component >= 4.0.1',
'zope.configuration',
],
'test': [
- 'zope.testrunner',
+ 'zope.testrunner >= 6.4',
'zope.configuration',
'zope.component >= 4.0.1',
'zope.copy >= 4.0',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope_location-5.1/src/zope/__init__.py
new/zope_location-6.0/src/zope/__init__.py
--- old/zope_location-5.1/src/zope/__init__.py 2025-01-31 08:30:22.000000000
+0100
+++ new/zope_location-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_location-5.1/src/zope.location.egg-info/PKG-INFO
new/zope_location-6.0/src/zope.location.egg-info/PKG-INFO
--- old/zope_location-5.1/src/zope.location.egg-info/PKG-INFO 2025-01-31
08:30:23.000000000 +0100
+++ new/zope_location-6.0/src/zope.location.egg-info/PKG-INFO 2025-09-12
09:19:49.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
Name: zope.location
-Version: 5.1
+Version: 6.0
Summary: Zope Location
Home-page: http://github.com/zopefoundation/zope.location/
Author: Zope Foundation and Contributors
@@ -38,13 +38,13 @@
Provides-Extra: copy
Requires-Dist: zope.copy>=4.0; extra == "copy"
Provides-Extra: test-minimal
-Requires-Dist: zope.testrunner; extra == "test-minimal"
+Requires-Dist: zope.testrunner>=6.4; extra == "test-minimal"
Provides-Extra: test-component
-Requires-Dist: zope.testrunner; extra == "test-component"
+Requires-Dist: zope.testrunner>=6.4; extra == "test-component"
Requires-Dist: zope.component>=4.0.1; extra == "test-component"
Requires-Dist: zope.configuration; extra == "test-component"
Provides-Extra: test
-Requires-Dist: zope.testrunner; extra == "test"
+Requires-Dist: zope.testrunner>=6.4; extra == "test"
Requires-Dist: zope.configuration; extra == "test"
Requires-Dist: zope.component>=4.0.1; extra == "test"
Requires-Dist: zope.copy>=4.0; extra == "test"
@@ -53,6 +53,18 @@
Requires-Dist: Sphinx; extra == "docs"
Requires-Dist: zope.component>=4.0.1; extra == "docs"
Requires-Dist: zope.configuration; extra == "docs"
+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.location``
@@ -89,6 +101,12 @@
Changes
=========
+6.0 (2025-09-12)
+================
+
+- Replace ``pkg_resources`` namespace with PEP 420 native namespace.
+
+
5.1 (2025-01-31)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope_location-5.1/src/zope.location.egg-info/SOURCES.txt
new/zope_location-6.0/src/zope.location.egg-info/SOURCES.txt
--- old/zope_location-5.1/src/zope.location.egg-info/SOURCES.txt
2025-01-31 08:30:23.000000000 +0100
+++ new/zope_location-6.0/src/zope.location.egg-info/SOURCES.txt
2025-09-12 09:19:49.000000000 +0200
@@ -19,11 +19,9 @@
docs/make.bat
docs/narr.rst
docs/requirements.txt
-src/zope/__init__.py
src/zope.location.egg-info/PKG-INFO
src/zope.location.egg-info/SOURCES.txt
src/zope.location.egg-info/dependency_links.txt
-src/zope.location.egg-info/namespace_packages.txt
src/zope.location.egg-info/not-zip-safe
src/zope.location.egg-info/requires.txt
src/zope.location.egg-info/top_level.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope_location-5.1/src/zope.location.egg-info/namespace_packages.txt
new/zope_location-6.0/src/zope.location.egg-info/namespace_packages.txt
--- old/zope_location-5.1/src/zope.location.egg-info/namespace_packages.txt
2025-01-31 08:30:23.000000000 +0100
+++ new/zope_location-6.0/src/zope.location.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_location-5.1/src/zope.location.egg-info/requires.txt
new/zope_location-6.0/src/zope.location.egg-info/requires.txt
--- old/zope_location-5.1/src/zope.location.egg-info/requires.txt
2025-01-31 08:30:23.000000000 +0100
+++ new/zope_location-6.0/src/zope.location.egg-info/requires.txt
2025-09-12 09:19:49.000000000 +0200
@@ -16,18 +16,18 @@
zope.configuration
[test]
-zope.testrunner
+zope.testrunner>=6.4
zope.configuration
zope.component>=4.0.1
zope.copy>=4.0
[test-component]
-zope.testrunner
+zope.testrunner>=6.4
zope.component>=4.0.1
zope.configuration
[test-minimal]
-zope.testrunner
+zope.testrunner>=6.4
[zcml]
zope.configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope_location-5.1/tox.ini
new/zope_location-6.0/tox.ini
--- old/zope_location-5.1/tox.ini 2025-01-31 08:30:22.000000000 +0100
+++ new/zope_location-6.0/tox.ini 2025-09-12 09:19:48.000000000 +0200
@@ -21,7 +21,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
@@ -47,7 +47,8 @@
basepython = python3
skip_install = true
deps =
- setuptools <= 75.6.0
+ setuptools == 78.1.1
+ wheel
twine
build
check-manifest