Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zope.interface for 
openSUSE:Factory checked in at 2026-08-24 12:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.interface.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.interface"

Mon Aug 24 12:01:48 2026 rev:47 rq:1373083 version:8.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes  
    2026-06-25 10:50:32.827542424 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.interface.new.1258/python-zope.interface.changes
    2026-08-24 12:02:42.043937829 +0200
@@ -1,0 +2,6 @@
+Sat Aug 22 14:09:22 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 8.6:
+  * Add support for Python 3.15.
+
+-------------------------------------------------------------------

Old:
----
  zope_interface-8.5.tar.gz

New:
----
  zope_interface-8.6.tar.gz

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

Other differences:
------------------
++++++ python-zope.interface.spec ++++++
--- /var/tmp/diff_new_pack.yhl8Hf/_old  2026-08-24 12:02:43.123975932 +0200
+++ /var/tmp/diff_new_pack.yhl8Hf/_new  2026-08-24 12:02:43.125976003 +0200
@@ -27,7 +27,7 @@
 %global modname zope.interface
 %{?sle15_python_module_pythons}
 Name:           python-zope.interface%{psuffix}
-Version:        8.5
+Version:        8.6
 Release:        0
 Summary:        Interfaces for Python
 License:        ZPL-2.1

++++++ zope_interface-8.5.tar.gz -> zope_interface-8.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_interface-8.5/CHANGES.rst 
new/zope_interface-8.6/CHANGES.rst
--- old/zope_interface-8.5/CHANGES.rst  2026-05-26 08:12:56.000000000 +0200
+++ new/zope_interface-8.6/CHANGES.rst  2026-08-20 12:46:56.000000000 +0200
@@ -1,6 +1,12 @@
 Change log
 ==========
 
+8.6 (2026-08-20)
+----------------
+
+- Add support for Python 3.15.
+
+
 8.5 (2026-05-26)
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_interface-8.5/PKG-INFO 
new/zope_interface-8.6/PKG-INFO
--- old/zope_interface-8.5/PKG-INFO     2026-05-26 08:13:11.843406000 +0200
+++ new/zope_interface-8.6/PKG-INFO     2026-08-20 12:47:08.630989600 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: zope.interface
-Version: 8.5
+Version: 8.6
 Summary: Interfaces for Python
 Author-email: Zope Foundation and contributors <[email protected]>
 Maintainer-email: Plone Foundation and contributors <[email protected]>
@@ -21,6 +21,7 @@
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
 Classifier: Programming Language :: Python :: 3.14
+Classifier: Programming Language :: Python :: 3.15
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Requires-Python: >=3.10
@@ -75,6 +76,12 @@
 Change log
 ==========
 
+8.6 (2026-08-20)
+----------------
+
+- Add support for Python 3.15.
+
+
 8.5 (2026-05-26)
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_interface-8.5/pyproject.toml 
new/zope_interface-8.6/pyproject.toml
--- old/zope_interface-8.5/pyproject.toml       2026-05-26 08:12:56.000000000 
+0200
+++ new/zope_interface-8.6/pyproject.toml       2026-08-20 12:46:56.000000000 
+0200
@@ -9,7 +9,7 @@
 
 [project]
 name = "zope.interface"
-version = "8.5"
+version = "8.6"
 description = "Interfaces for Python"
 keywords = ["interface", "components", "plugins"]
 dynamic = ["readme"]
@@ -33,6 +33,7 @@
   "Programming Language :: Python :: 3.12",
   "Programming Language :: Python :: 3.13",
   "Programming Language :: Python :: 3.14",
+  "Programming Language :: Python :: 3.15",
   "Programming Language :: Python :: Implementation :: CPython",
   "Programming Language :: Python :: Implementation :: PyPy",
 ]
@@ -86,4 +87,5 @@
 
 [tool.zest-releaser]
 create-wheel = false
+extra-message = ""
 upload-pypi = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zope_interface-8.5/src/zope.interface.egg-info/PKG-INFO 
new/zope_interface-8.6/src/zope.interface.egg-info/PKG-INFO
--- old/zope_interface-8.5/src/zope.interface.egg-info/PKG-INFO 2026-05-26 
08:13:11.000000000 +0200
+++ new/zope_interface-8.6/src/zope.interface.egg-info/PKG-INFO 2026-08-20 
12:47:08.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: zope.interface
-Version: 8.5
+Version: 8.6
 Summary: Interfaces for Python
 Author-email: Zope Foundation and contributors <[email protected]>
 Maintainer-email: Plone Foundation and contributors <[email protected]>
@@ -21,6 +21,7 @@
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
 Classifier: Programming Language :: Python :: 3.14
+Classifier: Programming Language :: Python :: 3.15
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Requires-Python: >=3.10
@@ -75,6 +76,12 @@
 Change log
 ==========
 
+8.6 (2026-08-20)
+----------------
+
+- Add support for Python 3.15.
+
+
 8.5 (2026-05-26)
 ----------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope_interface-8.5/tox.ini 
new/zope_interface-8.6/tox.ini
--- old/zope_interface-8.5/tox.ini      2026-05-26 08:12:56.000000000 +0200
+++ new/zope_interface-8.6/tox.ini      2026-08-20 12:46:56.000000000 +0200
@@ -23,7 +23,6 @@
     py315t: true
 deps =
     setuptools >= 78.1.1,< 82
-    Sphinx
 setenv =
     pure: PURE_PYTHON=1
     !pure-!pypy3: PURE_PYTHON=0

Reply via email to