Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-networkx for openSUSE:Factory checked in at 2021-05-20 19:23:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-networkx (Old) and /work/SRC/openSUSE:Factory/.python-networkx.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-networkx" Thu May 20 19:23:28 2021 rev:29 rq:894172 version:2.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-networkx/python-networkx.changes 2021-02-25 18:26:34.814146565 +0100 +++ /work/SRC/openSUSE:Factory/.python-networkx.new.2988/python-networkx.changes 2021-05-20 19:23:54.662228654 +0200 @@ -1,0 +2,6 @@ +Tue May 18 21:51:38 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.5.1: + * pin requirements + +------------------------------------------------------------------- Old: ---- networkx-2.5.tar.gz New: ---- networkx-2.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-networkx.spec ++++++ --- /var/tmp/diff_new_pack.VPRN6i/_old 2021-05-20 19:23:55.162226539 +0200 +++ /var/tmp/diff_new_pack.VPRN6i/_new 2021-05-20 19:23:55.166226522 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-networkx -Version: 2.5 +Version: 2.5.1 Release: 0 Summary: Python package for the study of complex networks License: BSD-3-Clause ++++++ networkx-2.5.tar.gz -> networkx-2.5.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkx-2.5/PKG-INFO new/networkx-2.5.1/PKG-INFO --- old/networkx-2.5/PKG-INFO 2020-08-22 22:11:04.864446600 +0200 +++ new/networkx-2.5.1/PKG-INFO 2021-04-04 00:20:57.697228400 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: networkx -Version: 2.5 +Version: 2.5.1 Summary: Python package for creating and manipulating graphs and networks Home-page: http://networkx.github.io/ Author: Aric Hagberg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkx-2.5/networkx/release.py new/networkx-2.5.1/networkx/release.py --- old/networkx-2.5/networkx/release.py 2020-08-22 22:01:09.000000000 +0200 +++ new/networkx-2.5.1/networkx/release.py 2021-04-04 00:07:56.000000000 +0200 @@ -171,7 +171,7 @@ # Version information name = "networkx" major = "2" -minor = "5" +minor = "5.1" # Declare current release as a development release. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkx-2.5/networkx/version.py new/networkx-2.5.1/networkx/version.py --- old/networkx-2.5/networkx/version.py 2020-08-22 22:11:03.000000000 +0200 +++ new/networkx-2.5.1/networkx/version.py 2021-04-04 00:20:57.000000000 +0200 @@ -7,18 +7,18 @@ import datetime -version = '2.5' -date = 'Sat Aug 22 20:11:03 2020' +version = '2.5.1' +date = 'Sat Apr 3 22:20:57 2021' # Was NetworkX built from a development version? If so, remember that the major # and minor versions reference the "target" (rather than "current") release. dev = False # Format: (name, major, min, revision) -version_info = ('networkx', '2', '5', None) +version_info = ('networkx', '2', '5.1', None) # Format: a 'datetime.datetime' instance -date_info = datetime.datetime(2020, 8, 22, 20, 11, 3) +date_info = datetime.datetime(2021, 4, 3, 22, 20, 57) # Format: (vcs, vcs_tuple) vcs_info = (None, (None, None)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkx-2.5/networkx.egg-info/PKG-INFO new/networkx-2.5.1/networkx.egg-info/PKG-INFO --- old/networkx-2.5/networkx.egg-info/PKG-INFO 2020-08-22 22:11:03.000000000 +0200 +++ new/networkx-2.5.1/networkx.egg-info/PKG-INFO 2021-04-04 00:20:57.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: networkx -Version: 2.5 +Version: 2.5.1 Summary: Python package for creating and manipulating graphs and networks Home-page: http://networkx.github.io/ Author: Aric Hagberg diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkx-2.5/networkx.egg-info/requires.txt new/networkx-2.5.1/networkx.egg-info/requires.txt --- old/networkx-2.5/networkx.egg-info/requires.txt 2020-08-22 22:11:03.000000000 +0200 +++ new/networkx-2.5.1/networkx.egg-info/requires.txt 2021-04-04 00:20:57.000000000 +0200 @@ -1,4 +1,4 @@ -decorator>=4.3.0 +decorator<5,>=4.3 [all] numpy diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/networkx-2.5/setup.py new/networkx-2.5.1/setup.py --- old/networkx-2.5/setup.py 2020-08-16 18:06:41.000000000 +0200 +++ new/networkx-2.5.1/setup.py 2021-04-04 00:01:13.000000000 +0200 @@ -124,7 +124,7 @@ "networkx.utils": ["tests/*.py"], } -install_requires = ["decorator>=4.3.0"] +install_requires = ["decorator>=4.3,<5"] extras_require = { "all": [ "numpy",