commit python-flake8-import-order for openSUSE:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-flake8-import-order for 
openSUSE:Leap:15.2 checked in at 2020-04-21 19:07:27

Comparing /work/SRC/openSUSE:Leap:15.2/python-flake8-import-order (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-flake8-import-order.new.2738 
(New)


Package is "python-flake8-import-order"

Tue Apr 21 19:07:27 2020 rev:5 rq:796064 version:0.18.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-flake8-import-order/python-flake8-import-order.changes
  2020-03-09 18:05:31.212822123 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-flake8-import-order.new.2738/python-flake8-import-order.changes
2020-04-21 19:08:47.564143949 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 12:06:21 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-flake8-import-order.spec ++
--- /var/tmp/diff_new_pack.Mc1wO9/_old  2020-04-21 19:08:47.988144812 +0200
+++ /var/tmp/diff_new_pack.Mc1wO9/_new  2020-04-21 19:08:47.988144812 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flake8-import-order
 #
-# 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
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-flake8-import-order
 Version:0.18.1
 Release:0
@@ -32,10 +33,12 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-enum34
 Requires:   python-flake8
 Requires:   python-pycodestyle
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python2-enum34
+%endif
 %ifpython2
 Requires:   python2-enum34
 %endif




commit python-flake8-import-order for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-flake8-import-order for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:05:30

Comparing /work/SRC/openSUSE:Leap:15.2/python-flake8-import-order (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-flake8-import-order.new.26092 
(New)


Package is "python-flake8-import-order"

Mon Mar  9 18:05:30 2020 rev:4 rq:776626 version:0.18.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/python-flake8-import-order/python-flake8-import-order.changes
  2020-01-15 15:48:57.207443492 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-flake8-import-order.new.26092/python-flake8-import-order.changes
   2020-03-09 18:05:31.212822123 +0100
@@ -1,0 +2,9 @@
+Tue Mar 12 15:18:04 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.18.1:
+  * Fix case-sensitive related I100 errors for the pycharm style
+  * Fix noqa regexp
+- Run fdupes
+- Enable tests
+
+---

Old:

  flake8-import-order-0.18.tar.gz

New:

  flake8-import-order-0.18.1.tar.gz



Other differences:
--
++ python-flake8-import-order.spec ++
--- /var/tmp/diff_new_pack.wqw6ZI/_old  2020-03-09 18:05:31.512822271 +0100
+++ /var/tmp/diff_new_pack.wqw6ZI/_new  2020-03-09 18:05:31.512822271 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flake8-import-order
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-flake8-import-order
-Version:0.18
+Version:0.18.1
 Release:0
 Summary:Flake8 plugin that checks the ordering of import statements
 License:LGPL-3.0-only
@@ -27,7 +27,10 @@
 Source: 
https://files.pythonhosted.org/packages/source/f/flake8-import-order/flake8-import-order-%{version}.tar.gz
 BuildRequires:  %{python_module flake8}
 BuildRequires:  %{python_module pycodestyle}
+BuildRequires:  %{python_module pylama}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-enum34
 Requires:   python-flake8
@@ -49,6 +52,10 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%pytest
 
 %files %{python_files}
 %license COPYING

++ flake8-import-order-0.18.tar.gz -> flake8-import-order-0.18.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-import-order-0.18/CHANGELOG.rst 
new/flake8-import-order-0.18.1/CHANGELOG.rst
--- old/flake8-import-order-0.18/CHANGELOG.rst  2018-07-08 19:17:54.0 
+0200
+++ new/flake8-import-order-0.18.1/CHANGELOG.rst2019-03-04 
09:37:58.0 +0100
@@ -1,3 +1,9 @@
+0.18.1 2019-03-04
+-
+
+* Fix case-sensitive related I100 errors for the pycharm style
+* Fix noqa regexp
+
 0.18 2018-07-08
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-import-order-0.18/PKG-INFO 
new/flake8-import-order-0.18.1/PKG-INFO
--- old/flake8-import-order-0.18/PKG-INFO   2018-07-08 19:20:32.0 
+0200
+++ new/flake8-import-order-0.18.1/PKG-INFO 2019-03-04 09:38:23.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: flake8-import-order
-Version: 0.18
+Version: 0.18.1
 Summary: Flake8 and pylama plugin that checks the ordering of import 
statements.
 Home-page: https://github.com/PyCQA/flake8-import-order
 Author: Alex Stapleton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/flake8-import-order-0.18/flake8_import_order/__about__.py 
new/flake8-import-order-0.18.1/flake8_import_order/__about__.py
--- old/flake8-import-order-0.18/flake8_import_order/__about__.py   
2018-07-08 19:17:54.0 +0200
+++ new/flake8-import-order-0.18.1/flake8_import_order/__about__.py 
2019-03-04 09:37:58.0 +0100
@@ -12,7 +12,7 @@
 )
 __uri__ = "https://github.com/PyCQA/flake8-import-order;
 
-__version__ = "0.18"
+__version__ = "0.18.1"
 
 __author__ = "Alex Stapleton"
 __email__ = "al...@prol.etari.at"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/flake8-import-order-0.18/flake8_import_order/checker.py 
new/flake8-import-order-0.18.1/flake8_import_order/checker.py
--- old/flake8-import-order-0.18/flake8_import_order/checker.py 2018-02-11 
18:24:16.0 +0100
+++