Hello community, here is the log from the commit of package python-glob2 for openSUSE:Factory checked in at 2019-06-19 21:14:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-glob2 (Old) and /work/SRC/openSUSE:Factory/.python-glob2.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-glob2" Wed Jun 19 21:14:15 2019 rev:2 rq:710887 version:0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-glob2/python-glob2.changes 2019-04-01 12:35:16.473827438 +0200 +++ /work/SRC/openSUSE:Factory/.python-glob2.new.4811/python-glob2.changes 2019-06-19 21:14:45.222884127 +0200 @@ -1,0 +2,6 @@ +Wed Jun 19 11:31:17 UTC 2019 - [email protected] + +- version update to 0.7 + * Fix deprecation warning. + +------------------------------------------------------------------- Old: ---- glob2-0.6.tar.gz New: ---- glob2-0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-glob2.spec ++++++ --- /var/tmp/diff_new_pack.RFXMSe/_old 2019-06-19 21:14:46.666885599 +0200 +++ /var/tmp/diff_new_pack.RFXMSe/_new 2019-06-19 21:14:46.670885603 +0200 @@ -12,12 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glob2 -Version: 0.6 +Version: 0.7 Release: 0 Summary: Glob module recursive wildcards support License: BSD-2-Clause ++++++ glob2-0.6.tar.gz -> glob2-0.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glob2-0.6/CHANGES new/glob2-0.7/CHANGES --- old/glob2-0.6/CHANGES 2017-08-18 00:11:43.000000000 +0200 +++ new/glob2-0.7/CHANGES 2019-06-11 01:32:27.000000000 +0200 @@ -1,3 +1,6 @@ +0.7 (2019-06-11) + - Fix deprecation warning. + 0.6 (2017-08-17) - Support dummy recursive parameter in APIs to match the new call signature of Python 3. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glob2-0.6/PKG-INFO new/glob2-0.7/PKG-INFO --- old/glob2-0.6/PKG-INFO 2017-08-18 00:12:57.000000000 +0200 +++ new/glob2-0.7/PKG-INFO 2019-06-11 01:33:47.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: glob2 -Version: 0.6 +Version: 0.7 Summary: Version of the glob module that can capture patterns and supports recursive wildcards Home-page: http://github.com/miracle2k/python-glob2/ Author: Michael Elsdoerfer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glob2-0.6/glob2/__init__.py new/glob2-0.7/glob2/__init__.py --- old/glob2-0.6/glob2/__init__.py 2017-08-18 00:12:22.000000000 +0200 +++ new/glob2-0.7/glob2/__init__.py 2019-06-11 01:33:06.000000000 +0200 @@ -2,4 +2,4 @@ from .impl import * -__version__ = (0, 6) +__version__ = (0, 7) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glob2-0.6/glob2/fnmatch.py new/glob2-0.7/glob2/fnmatch.py --- old/glob2-0.6/glob2/fnmatch.py 2017-05-01 16:00:35.000000000 +0200 +++ new/glob2-0.7/glob2/fnmatch.py 2018-05-10 17:56:06.000000000 +0200 @@ -138,4 +138,4 @@ res = '%s([%s])' % (res, stuff) else: res = res + re.escape(c) - return res + '\Z(?ms)' + return '(?ms)' + res + '\Z' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glob2-0.6/glob2.egg-info/PKG-INFO new/glob2-0.7/glob2.egg-info/PKG-INFO --- old/glob2-0.6/glob2.egg-info/PKG-INFO 2017-08-18 00:12:57.000000000 +0200 +++ new/glob2-0.7/glob2.egg-info/PKG-INFO 2019-06-11 01:33:47.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: glob2 -Version: 0.6 +Version: 0.7 Summary: Version of the glob module that can capture patterns and supports recursive wildcards Home-page: http://github.com/miracle2k/python-glob2/ Author: Michael Elsdoerfer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/glob2-0.6/setup.cfg new/glob2-0.7/setup.cfg --- old/glob2-0.6/setup.cfg 2017-08-18 00:12:57.000000000 +0200 +++ new/glob2-0.7/setup.cfg 2019-06-11 01:33:47.000000000 +0200 @@ -4,5 +4,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0
