Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-nocasedict for
openSUSE:Factory checked in at 2022-10-03 13:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nocasedict (Old)
and /work/SRC/openSUSE:Factory/.python-nocasedict.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nocasedict"
Mon Oct 3 13:44:30 2022 rev:4 rq:1007445 version:1.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nocasedict/python-nocasedict.changes
2022-06-10 15:57:17.164802529 +0200
+++
/work/SRC/openSUSE:Factory/.python-nocasedict.new.2275/python-nocasedict.changes
2022-10-03 13:44:46.985352211 +0200
@@ -1,0 +2,7 @@
+Sat Oct 1 12:59:36 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 1.0.4:
+ * Fixed recursion issue with flake8 5.0
+ * Add python 3.7 support
+
+-------------------------------------------------------------------
Old:
----
nocasedict-1.0.3.tar.gz
New:
----
nocasedict-1.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nocasedict.spec ++++++
--- /var/tmp/diff_new_pack.bQIfYw/_old 2022-10-03 13:44:47.465353267 +0200
+++ /var/tmp/diff_new_pack.bQIfYw/_new 2022-10-03 13:44:47.469353276 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-nocasedict
-Version: 1.0.3
+Version: 1.0.4
Release: 0
Summary: A case-insensitive ordered dictionary for Python
License: LGPL-2.1-or-later
@@ -27,10 +27,10 @@
Source:
https://files.pythonhosted.org/packages/source/n/nocasedict/nocasedict-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module six}
+BuildRequires: %{python_module six >= 1.14.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-six
+Requires: python-six >= 1.14.0
BuildArch: noarch
%python_subpackages
++++++ nocasedict-1.0.3.tar.gz -> nocasedict-1.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nocasedict-1.0.3/PKG-INFO
new/nocasedict-1.0.4/PKG-INFO
--- old/nocasedict-1.0.3/PKG-INFO 2022-03-27 10:36:26.065637800 +0200
+++ new/nocasedict-1.0.4/PKG-INFO 2022-08-04 15:18:52.545516000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: nocasedict
-Version: 1.0.3
+Version: 1.0.4
Summary: A case-insensitive ordered dictionary for Python
Home-page: https://github.com/pywbem/nocasedict
Author: Andreas Maier
@@ -145,5 +145,3 @@
The nocasedict project is provided under the
`GNU Lesser General Public License (LGPL) version 2.1
<https://raw.githubusercontent.com/pywbem/nocasedict/master/LICENSE>`_,
or (at your option) any later version.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nocasedict-1.0.3/nocasedict/_version.py
new/nocasedict-1.0.4/nocasedict/_version.py
--- old/nocasedict-1.0.3/nocasedict/_version.py 2022-03-27 10:35:58.000000000
+0200
+++ new/nocasedict-1.0.4/nocasedict/_version.py 2022-08-04 15:18:13.000000000
+0200
@@ -9,4 +9,4 @@
#:
#: * "M.N.P.dev1": Development level 1 of a not yet released version M.N.P
#: * "M.N.P": A released version M.N.P
-__version__ = '1.0.3'
+__version__ = '1.0.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nocasedict-1.0.3/nocasedict.egg-info/PKG-INFO
new/nocasedict-1.0.4/nocasedict.egg-info/PKG-INFO
--- old/nocasedict-1.0.3/nocasedict.egg-info/PKG-INFO 2022-03-27
10:36:25.000000000 +0200
+++ new/nocasedict-1.0.4/nocasedict.egg-info/PKG-INFO 2022-08-04
15:18:51.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: nocasedict
-Version: 1.0.3
+Version: 1.0.4
Summary: A case-insensitive ordered dictionary for Python
Home-page: https://github.com/pywbem/nocasedict
Author: Andreas Maier
@@ -145,5 +145,3 @@
The nocasedict project is provided under the
`GNU Lesser General Public License (LGPL) version 2.1
<https://raw.githubusercontent.com/pywbem/nocasedict/master/LICENSE>`_,
or (at your option) any later version.
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nocasedict-1.0.3/nocasedict.egg-info/requires.txt
new/nocasedict-1.0.4/nocasedict.egg-info/requires.txt
--- old/nocasedict-1.0.3/nocasedict.egg-info/requires.txt 2022-03-27
10:36:25.000000000 +0200
+++ new/nocasedict-1.0.4/nocasedict.egg-info/requires.txt 2022-08-04
15:18:52.000000000 +0200
@@ -2,31 +2,25 @@
[test]
packaging>=17.0
+pluggy>=0.13.1
[test:python_version < "3.4" and sys_platform != "win32"]
pathlib2<3,>=2.3.3
[test:python_version < "3.5"]
pytest<5.0.0,>=4.3.1
-virtualenv!=20.0.19,!=20.0.32,>=16.1.0
-[test:python_version >= "2.7" and python_version <= "3.6"]
-pluggy>=0.7.1
+[test:python_version <= "3.4"]
+virtualenv!=20.0.19,!=20.0.32,>=16.1.0
[test:python_version >= "3.10"]
pytest>=6.2.5
-[test:python_version >= "3.5" and python_version < "3.8"]
-virtualenv>=16.1.0
+[test:python_version >= "3.5"]
+virtualenv>=20.1.0
[test:python_version >= "3.5" and python_version <= "3.6"]
pytest!=6.0,>=4.3.1
-[test:python_version >= "3.7"]
-pluggy>=0.13.0
-
[test:python_version >= "3.7" and python_version <= "3.9"]
pytest!=6.0,>=4.4.0
-
-[test:python_version >= "3.8"]
-virtualenv>=20.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/nocasedict-1.0.3/test-requirements.txt
new/nocasedict-1.0.4/test-requirements.txt
--- old/nocasedict-1.0.3/test-requirements.txt 2022-03-27 08:22:47.000000000
+0200
+++ new/nocasedict-1.0.4/test-requirements.txt 2022-08-04 15:18:13.000000000
+0200
@@ -24,9 +24,9 @@
# virtualenv
# Virtualenv 20.0.19 has an issue where it does not install pip on Python 3.4.
# Virtualenv 20.0.32 has an issue where it raises AttributeError on Python 3.4.
-virtualenv>=16.1.0,!=20.0.19,!=20.0.32; python_version < '3.5'
-virtualenv>=16.1.0; python_version >= '3.5' and python_version < '3.8'
-virtualenv>=20.0.0; python_version >= '3.8'
+# tox 3.21.0 requires virtualenv!=20.0.[0-7],>=16.0.0 and requires py>=3.5
+virtualenv>=16.1.0,!=20.0.19,!=20.0.32; python_version <= '3.4'
+virtualenv>=20.1.0; python_version >= '3.5'
# Indirect dependencies with special constraints:
@@ -34,10 +34,11 @@
# packaging (used by pytest)
packaging>=17.0
-# pluggy (used by pytest)
+# pluggy (used by pytest, tox)
# Pluggy 0.12.0 has a bug causing pytest plugins to fail loading on py38
-pluggy>=0.7.1; python_version >= '2.7' and python_version <= '3.6'
-pluggy>=0.13.0; python_version >= '3.7'
+# pytest 4.3.1 depends on pluggy>=0.7
+# tox 3.21.0 depends on pluggy>=0.12.0
+pluggy>=0.13.1
# pathlib2 (used by virtualenv on py<3.4 on non-Windows)
pathlib2<3,>=2.3.3; python_version < '3.4' and sys_platform != 'win32'