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 2022-10-12 18:25:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-altgraph (Old)
and /work/SRC/openSUSE:Factory/.python-altgraph.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-altgraph"
Wed Oct 12 18:25:57 2022 rev:8 rq:1010154 version:0.17.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-altgraph/python-altgraph.changes
2022-05-03 21:19:21.449027666 +0200
+++
/work/SRC/openSUSE:Factory/.python-altgraph.new.2275/python-altgraph.changes
2022-10-12 18:27:40.198083261 +0200
@@ -1,0 +2,6 @@
+Wed Oct 12 02:39:57 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 0.17.3
+ * Update classifiers for Python 3.11
+
+-------------------------------------------------------------------
Old:
----
altgraph-0.17.2.tar.gz
New:
----
altgraph-0.17.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-altgraph.spec ++++++
--- /var/tmp/diff_new_pack.W8WuCN/_old 2022-10-12 18:27:40.578084098 +0200
+++ /var/tmp/diff_new_pack.W8WuCN/_new 2022-10-12 18:27:40.586084115 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-altgraph
-Version: 0.17.2
+Version: 0.17.3
Release: 0
Summary: Python graph (network) package
License: MIT
++++++ altgraph-0.17.2.tar.gz -> altgraph-0.17.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/altgraph-0.17.2/PKG-INFO new/altgraph-0.17.3/PKG-INFO
--- old/altgraph-0.17.2/PKG-INFO 2021-09-11 11:11:01.517556400 +0200
+++ new/altgraph-0.17.3/PKG-INFO 2022-09-25 19:41:43.877440500 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: altgraph
-Version: 0.17.2
+Version: 0.17.3
Summary: Python graph (network) package
Home-page: https://altgraph.readthedocs.io
Author: Ronald Oussoren
@@ -24,6 +24,7 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
@@ -56,6 +57,16 @@
Release history
===============
+0.17.3
+------
+
+* Update classifiers for Python 3.11
+
+0.17.2
+------
+
+* Change in setup.py to fix the sidebar links on PyPI
+
0.17.1
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/altgraph-0.17.2/altgraph.egg-info/PKG-INFO
new/altgraph-0.17.3/altgraph.egg-info/PKG-INFO
--- old/altgraph-0.17.2/altgraph.egg-info/PKG-INFO 2021-09-11
11:11:01.000000000 +0200
+++ new/altgraph-0.17.3/altgraph.egg-info/PKG-INFO 2022-09-25
19:41:43.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: altgraph
-Version: 0.17.2
+Version: 0.17.3
Summary: Python graph (network) package
Home-page: https://altgraph.readthedocs.io
Author: Ronald Oussoren
@@ -24,6 +24,7 @@
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
@@ -59,6 +60,16 @@
Release history
===============
+0.17.3
+------
+
+* Update classifiers for Python 3.11
+
+0.17.2
+------
+
+* Change in setup.py to fix the sidebar links on PyPI
+
0.17.1
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/altgraph-0.17.2/doc/changelog.rst
new/altgraph-0.17.3/doc/changelog.rst
--- old/altgraph-0.17.2/doc/changelog.rst 2021-09-11 11:01:26.000000000
+0200
+++ new/altgraph-0.17.3/doc/changelog.rst 2022-09-25 19:40:22.000000000
+0200
@@ -1,6 +1,16 @@
Release history
===============
+0.17.3
+------
+
+* Update classifiers for Python 3.11
+
+0.17.2
+------
+
+* Change in setup.py to fix the sidebar links on PyPI
+
0.17.1
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/altgraph-0.17.2/setup.cfg
new/altgraph-0.17.3/setup.cfg
--- old/altgraph-0.17.2/setup.cfg 2021-09-11 11:11:01.518164200 +0200
+++ new/altgraph-0.17.3/setup.cfg 2022-09-25 19:41:43.877749700 +0200
@@ -1,6 +1,6 @@
[x-metadata]
name = altgraph
-version = 0.17.2
+version = 0.17.3
description = Python graph (network) package
long_description_file =
README.rst
@@ -26,6 +26,7 @@
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
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.2/tox.ini new/altgraph-0.17.3/tox.ini
--- old/altgraph-0.17.2/tox.ini 2021-09-11 11:09:48.000000000 +0200
+++ new/altgraph-0.17.3/tox.ini 2022-09-25 19:39:48.000000000 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = isort,black,py27,py37,py38,py39,py310,flake8,coverage-report
+envlist = isort,black,py27,py37,py38,py39,py310,py311,flake8,coverage-report
[testenv]
commands = {envbindir}/python -m coverage run --parallel setup.py test