Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-altgraph for openSUSE:Factory 
checked in at 2026-03-05 17:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-altgraph (Old)
 and      /work/SRC/openSUSE:Factory/.python-altgraph.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-altgraph"

Thu Mar  5 17:15:17 2026 rev:12 rq:1336603 version:0.17.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-altgraph/python-altgraph.changes  
2025-05-13 20:09:23.908731048 +0200
+++ /work/SRC/openSUSE:Factory/.python-altgraph.new.561/python-altgraph.changes 
2026-03-05 17:18:33.979141271 +0100
@@ -1,0 +2,7 @@
+Wed Mar  4 22:14:44 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.17.5:
+  * Update classifiers for Python 3.13 and 3.14
+  * Drop dependency on "pkg_resources"
+
+-------------------------------------------------------------------

Old:
----
  altgraph-0.17.4.tar.gz

New:
----
  altgraph-0.17.5.tar.gz

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

Other differences:
------------------
++++++ python-altgraph.spec ++++++
--- /var/tmp/diff_new_pack.5azuDD/_old  2026-03-05 17:18:34.567165606 +0100
+++ /var/tmp/diff_new_pack.5azuDD/_new  2026-03-05 17:18:34.571165772 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-altgraph
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-altgraph
-Version:        0.17.4
+Version:        0.17.5
 Release:        0
 Summary:        Python graph (network) package
 License:        MIT

++++++ altgraph-0.17.4.tar.gz -> altgraph-0.17.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/PKG-INFO new/altgraph-0.17.5/PKG-INFO
--- old/altgraph-0.17.4/PKG-INFO        2023-09-25 11:04:41.972744700 +0200
+++ new/altgraph-0.17.5/PKG-INFO        2025-11-21 21:35:41.220974400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: altgraph
-Version: 0.17.4
+Version: 0.17.5
 Summary: Python graph (network) package
 Home-page: https://altgraph.readthedocs.io
 Download-URL: http://pypi.python.org/pypi/altgraph
@@ -26,6 +26,8 @@
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Scientific/Engineering :: Mathematics
 Classifier: Topic :: Scientific/Engineering :: Visualization
@@ -52,6 +54,18 @@
 Release history
 ===============
 
+0.17.5
+------
+
+* Update classifiers for Python 3.13 and 3.14
+
+* Drop dependency on "pkg_resources"
+
+0.17.4
+------
+
+* Update classifiers for Python 3.12
+
 0.17.3
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/altgraph/__init__.py 
new/altgraph-0.17.5/altgraph/__init__.py
--- old/altgraph-0.17.4/altgraph/__init__.py    2020-12-30 18:01:12.000000000 
+0100
+++ new/altgraph-0.17.5/altgraph/__init__.py    2025-11-21 21:24:14.000000000 
+0100
@@ -139,9 +139,7 @@
   @contributor: U{Reka Albert <http://www.phys.psu.edu/~ralbert/>}
 
 """
-import pkg_resources
-
-__version__ = pkg_resources.require("altgraph")[0].version
+__version__ = "0.17.5"
 
 
 class GraphError(ValueError):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/altgraph.egg-info/PKG-INFO 
new/altgraph-0.17.5/altgraph.egg-info/PKG-INFO
--- old/altgraph-0.17.4/altgraph.egg-info/PKG-INFO      2023-09-25 
11:04:41.000000000 +0200
+++ new/altgraph-0.17.5/altgraph.egg-info/PKG-INFO      2025-11-21 
21:35:41.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: altgraph
-Version: 0.17.4
+Version: 0.17.5
 Summary: Python graph (network) package
 Home-page: https://altgraph.readthedocs.io
 Download-URL: http://pypi.python.org/pypi/altgraph
@@ -26,6 +26,8 @@
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Scientific/Engineering :: Mathematics
 Classifier: Topic :: Scientific/Engineering :: Visualization
@@ -55,6 +57,18 @@
 Release history
 ===============
 
+0.17.5
+------
+
+* Update classifiers for Python 3.13 and 3.14
+
+* Drop dependency on "pkg_resources"
+
+0.17.4
+------
+
+* Update classifiers for Python 3.12
+
 0.17.3
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/doc/changelog.rst 
new/altgraph-0.17.5/doc/changelog.rst
--- old/altgraph-0.17.4/doc/changelog.rst       2022-09-25 19:40:22.000000000 
+0200
+++ new/altgraph-0.17.5/doc/changelog.rst       2025-11-21 21:27:27.000000000 
+0100
@@ -1,6 +1,18 @@
 Release history
 ===============
 
+0.17.5
+------
+
+* Update classifiers for Python 3.13 and 3.14
+
+* Drop dependency on "pkg_resources"
+
+0.17.4
+------
+
+* Update classifiers for Python 3.12
+
 0.17.3
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/setup.cfg 
new/altgraph-0.17.5/setup.cfg
--- old/altgraph-0.17.4/setup.cfg       2023-09-25 11:04:41.973002700 +0200
+++ new/altgraph-0.17.5/setup.cfg       2025-11-21 21:35:41.221237000 +0100
@@ -1,6 +1,6 @@
 [x-metadata]
 name = altgraph
-version = 0.17.4
+version = 0.17.5
 description = Python graph (network) package
 long_description_file = 
        README.rst
@@ -28,6 +28,8 @@
        Programming Language :: Python :: 3.10
        Programming Language :: Python :: 3.11
        Programming Language :: Python :: 3.12
+       Programming Language :: Python :: 3.13
+       Programming Language :: Python :: 3.14
        Topic :: Software Development :: Libraries :: Python Modules
        Topic :: Scientific/Engineering :: Mathematics
        Topic :: Scientific/Engineering :: Visualization
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/setup.py new/altgraph-0.17.5/setup.py
--- old/altgraph-0.17.4/setup.py        2023-09-25 11:03:23.000000000 +0200
+++ new/altgraph-0.17.5/setup.py        2025-11-21 21:28:10.000000000 +0100
@@ -357,9 +357,6 @@
             sys.path.remove(dirname)
 
     def add_project_to_sys_path(self):
-        from pkg_resources import normalize_path, add_activation_listener
-        from pkg_resources import working_set, require
-
         self.reinitialize_command("egg_info")
         self.run_command("egg_info")
         self.reinitialize_command("build_ext", inplace=1)
@@ -372,9 +369,7 @@
         self.__old_path = sys.path[:]
         self.__old_modules = sys.modules.copy()
 
-        ei_cmd = self.get_finalized_command("egg_info")
-        sys.path.insert(0, normalize_path(ei_cmd.egg_base))
-        sys.path.insert(1, os.path.dirname(__file__))
+        sys.path.insert(0, os.path.dirname(__file__))
 
         # Strip the namespace packages defined in this distribution
         # from sys.modules, needed to reset the search path for
@@ -385,18 +380,8 @@
             for nm in nspkgs:
                 del sys.modules[nm]
 
-        # Reset pkg_resources state:
-        add_activation_listener(lambda dist: dist.activate())
-        working_set.__init__()
-        require("%s==%s" % (ei_cmd.egg_name, ei_cmd.egg_version))
-
     def remove_from_sys_path(self):
-        from pkg_resources import working_set
-
-        sys.path[:] = self.__old_path
-        sys.modules.clear()
-        sys.modules.update(self.__old_modules)
-        working_set.__init__()
+        pass
 
     def run(self):
         import unittest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/altgraph-0.17.4/tox.ini new/altgraph-0.17.5/tox.ini
--- old/altgraph-0.17.4/tox.ini 2023-09-25 10:59:12.000000000 +0200
+++ new/altgraph-0.17.5/tox.ini 2025-11-21 21:27:47.000000000 +0100
@@ -1,9 +1,10 @@
 [tox]
-envlist = py27,py37,py38,py39,py310,py311,py312,flake8,coverage-report
+envlist = py27,py39,py310,py311,py312,py313,py314,py315,flake8
 
 [testenv]
-commands = {envbindir}/python -m coverage run --parallel setup.py test
-deps = coverage
+commands = {envbindir}/python setup.py test
+deps =
+     setuptools
 
 [testenv:black]
 basepython = python3.7

Reply via email to