commit python-glob2 for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-glob2 for openSUSE:Factory 
checked in at 2020-03-26 23:37:39

Comparing /work/SRC/openSUSE:Factory/python-glob2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-glob2.new.3160 (New)


Package is "python-glob2"

Thu Mar 26 23:37:39 2020 rev:3 rq:788602 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-glob2/python-glob2.changes
2019-06-19 21:14:45.222884127 +0200
+++ /work/SRC/openSUSE:Factory/.python-glob2.new.3160/python-glob2.changes  
2020-03-26 23:37:43.710871544 +0100
@@ -1,0 +2,5 @@
+Thu Mar 26 13:54:35 UTC 2020 - Paolo Stivanin 
+
+- Switch from nose to pytest 
+
+---



Other differences:
--
++ python-glob2.spec ++
--- /var/tmp/diff_new_pack.jKkrkj/_old  2020-03-26 23:37:44.658871886 +0100
+++ /var/tmp/diff_new_pack.jKkrkj/_new  2020-03-26 23:37:44.662871887 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-glob2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Group:  Development/Languages/Python
 URL:https://pypi.python.org/pypi/glob2
 Source: 
https://files.pythonhosted.org/packages/source/g/glob2/glob2-%{version}.tar.gz
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -55,7 +55,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py nosetests
+%pytest test.py
 
 %files %{python_files}
 %license LICENSE




commit python-glob2 for openSUSE:Factory

2019-06-19 Thread root
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 - pgaj...@suse.com
+
+- 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.0 +0200
+++ new/glob2-0.7/CHANGES   2019-06-11 01:32:27.0 +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.0 +0200
+++ new/glob2-0.7/PKG-INFO  2019-06-11 01:33:47.0 +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.0 +0200
+++ new/glob2-0.7/glob2/__init__.py 2019-06-11 01:33:06.0 +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.0 +0200
+++ new/glob2-0.7/glob2/fnmatch.py  2018-05-10 17:56:06.0 +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.0 
+0200
+++ new/glob2-0.7/glob2.egg-info/PKG-INFO   2019-06-11 01:33:47.0 
+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.0 +0200
+++ new/glob2-0.7/setup.cfg 2019-06-11 01:33:47.0 +0200
@@ -4,5 +4,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0