Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flake8-isort for 
openSUSE:Factory checked in at 2022-01-15 20:05:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-isort (Old)
 and      /work/SRC/openSUSE:Factory/.python-flake8-isort.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flake8-isort"

Sat Jan 15 20:05:17 2022 rev:3 rq:946647 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flake8-isort/python-flake8-isort.changes  
2020-08-12 10:36:50.632301582 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-flake8-isort.new.1892/python-flake8-isort.changes
        2022-01-15 20:05:30.541773471 +0100
@@ -1,0 +2,8 @@
+Sat Jan 15 15:40:29 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 4.1.1:
+  * Support flake8 4.x
+  * Switch from travis-ci to github actions
+  * Drop python 2.7 support and 3.5 as well
+
+-------------------------------------------------------------------

Old:
----
  flake8-isort-4.0.0.tar.gz

New:
----
  flake8-isort-4.1.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-flake8-isort.spec ++++++
--- /var/tmp/diff_new_pack.Hi8SAs/_old  2022-01-15 20:05:31.017773842 +0100
+++ /var/tmp/diff_new_pack.Hi8SAs/_new  2022-01-15 20:05:31.021773845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flake8-isort
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%global skip_python2 1
 Name:           python-flake8-isort
-Version:        4.0.0
+Version:        4.1.1
 Release:        0
 Summary:        Plugin integrating isort in flake8
 License:        GPL-2.0-only

++++++ flake8-isort-4.0.0.tar.gz -> flake8-isort-4.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-isort-4.0.0/CHANGES.rst 
new/flake8-isort-4.1.1/CHANGES.rst
--- old/flake8-isort-4.0.0/CHANGES.rst  2020-08-11 10:04:15.000000000 +0200
+++ new/flake8-isort-4.1.1/CHANGES.rst  2021-10-14 13:43:46.000000000 +0200
@@ -3,6 +3,22 @@
 Changelog
 =========
 
+4.1.1 (2021-10-14)
+------------------
+
+- Release py3 only wheels..
+
+
+4.1.0 (2021-10-14)
+------------------
+
+- Support flake8 4.x [g-as]
+
+- Switch from travis-ci to github actions. [g-as]
+
+- Drop python 2.7 support and 3.5 as well [g-as]
+
+
 4.0.0 (2020-08-11)
 ------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-isort-4.0.0/PKG-INFO 
new/flake8-isort-4.1.1/PKG-INFO
--- old/flake8-isort-4.0.0/PKG-INFO     2020-08-11 10:04:15.741300300 +0200
+++ new/flake8-isort-4.1.1/PKG-INFO     2021-10-14 13:43:47.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: flake8-isort
-Version: 4.0.0
+Version: 4.1.1
 Summary: flake8 plugin that integrates isort .
 Home-page: https://github.com/gforcada/flake8-isort
 Author: Gil Forcada
@@ -79,6 +79,22 @@
         Changelog
         =========
         
+        4.1.1 (2021-10-14)
+        ------------------
+        
+        - Release py3 only wheels..
+        
+        
+        4.1.0 (2021-10-14)
+        ------------------
+        
+        - Support flake8 4.x [g-as]
+        
+        - Switch from travis-ci to github actions. [g-as]
+        
+        - Drop python 2.7 support and 3.5 as well [g-as]
+        
+        
         4.0.0 (2020-08-11)
         ------------------
         
@@ -335,13 +351,13 @@
 Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-isort-4.0.0/flake8_isort.egg-info/PKG-INFO 
new/flake8-isort-4.1.1/flake8_isort.egg-info/PKG-INFO
--- old/flake8-isort-4.0.0/flake8_isort.egg-info/PKG-INFO       2020-08-11 
10:04:15.000000000 +0200
+++ new/flake8-isort-4.1.1/flake8_isort.egg-info/PKG-INFO       2021-10-14 
13:43:46.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: flake8-isort
-Version: 4.0.0
+Version: 4.1.1
 Summary: flake8 plugin that integrates isort .
 Home-page: https://github.com/gforcada/flake8-isort
 Author: Gil Forcada
@@ -79,6 +79,22 @@
         Changelog
         =========
         
+        4.1.1 (2021-10-14)
+        ------------------
+        
+        - Release py3 only wheels..
+        
+        
+        4.1.0 (2021-10-14)
+        ------------------
+        
+        - Support flake8 4.x [g-as]
+        
+        - Switch from travis-ci to github actions. [g-as]
+        
+        - Drop python 2.7 support and 3.5 as well [g-as]
+        
+        
         4.0.0 (2020-08-11)
         ------------------
         
@@ -335,13 +351,13 @@
 Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Software Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/flake8-isort-4.0.0/flake8_isort.egg-info/requires.txt 
new/flake8-isort-4.1.1/flake8_isort.egg-info/requires.txt
--- old/flake8-isort-4.0.0/flake8_isort.egg-info/requires.txt   2020-08-11 
10:04:15.000000000 +0200
+++ new/flake8-isort-4.1.1/flake8_isort.egg-info/requires.txt   2021-10-14 
13:43:46.000000000 +0200
@@ -1,7 +1,6 @@
-flake8<4,>=3.2.1
+flake8<5,>=3.2.1
 isort<6,>=4.3.5
 testfixtures<7,>=6.8.0
 
 [test]
-pytest<6,>=4.0.2
-toml
+pytest-cov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-isort-4.0.0/flake8_isort.py 
new/flake8-isort-4.1.1/flake8_isort.py
--- old/flake8-isort-4.0.0/flake8_isort.py      2020-08-11 10:04:15.000000000 
+0200
+++ new/flake8-isort-4.1.1/flake8_isort.py      2021-10-14 13:43:46.000000000 
+0200
@@ -14,7 +14,7 @@
     from difflib import Differ
     from testfixtures import OutputCapture
 
-__version__ = '4.0.0'
+__version__ = '4.1.1'
 
 
 class Flake8IsortBase(object):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-isort-4.0.0/setup.cfg 
new/flake8-isort-4.1.1/setup.cfg
--- old/flake8-isort-4.0.0/setup.cfg    2020-08-11 10:04:15.741300300 +0200
+++ new/flake8-isort-4.1.1/setup.cfg    2021-10-14 13:43:47.000000000 +0200
@@ -1,5 +1,5 @@
 [bdist_wheel]
-universal = 1
+universal = 0
 
 [zest.releaser]
 create-wheel = yes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-isort-4.0.0/setup.py 
new/flake8-isort-4.1.1/setup.py
--- old/flake8-isort-4.0.0/setup.py     2020-08-11 10:04:15.000000000 +0200
+++ new/flake8-isort-4.1.1/setup.py     2021-10-14 13:43:46.000000000 +0200
@@ -34,13 +34,13 @@
         'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3 :: Only',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
+        'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
         'Topic :: Software Development',
@@ -53,18 +53,14 @@
     license='GPL version 2',
     py_modules=['flake8_isort', ],
     include_package_data=True,
-    test_suite='run_tests',
     zip_safe=False,
     install_requires=[
-        'flake8 >= 3.2.1, <4',
+        'flake8 >= 3.2.1, <5',
         'isort >= 4.3.5, <6',
         'testfixtures >= 6.8.0, <7',
     ],
     extras_require={
-        'test': [
-            'pytest >= 4.0.2, <6',
-            'toml',
-        ],
+        'test': ['pytest-cov'],
     },
     entry_points={
         'flake8.extension': ['I00 = flake8_isort:Flake8Isort', ],

Reply via email to