Hello community,

here is the log from the commit of package python-flake8 for openSUSE:Factory 
checked in at 2018-04-22 14:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8 (Old)
 and      /work/SRC/openSUSE:Factory/.python-flake8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flake8"

Sun Apr 22 14:30:12 2018 rev:17 rq:596728 version:3.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flake8/python-flake8.changes      
2018-01-16 09:37:29.911372189 +0100
+++ /work/SRC/openSUSE:Factory/.python-flake8.new/python-flake8.changes 
2018-04-22 14:30:14.441376384 +0200
@@ -1,0 +2,7 @@
+Sun Apr 15 10:20:40 UTC 2018 - [email protected]
+
+- add fix_pycodestyle_240.patch to fix compatibility with pycodestyle
+  version 2.4.0. fixes boo#1089438
+- use %license macro for license file
+
+-------------------------------------------------------------------

New:
----
  fix_pycodestyle_240.patch

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

Other differences:
------------------
++++++ python-flake8.spec ++++++
--- /var/tmp/diff_new_pack.0XpI5H/_old  2018-04-22 14:30:15.113352062 +0200
+++ /var/tmp/diff_new_pack.0XpI5H/_new  2018-04-22 14:30:15.121351772 +0200
@@ -26,6 +26,8 @@
 Group:          Development/Languages/Python
 Url:            https://gitlab.com/pycqa/flake8
 Source:         
https://files.pythonhosted.org/packages/source/f/flake8/flake8-%{version}.tar.gz
+#PATCH-FIX-UPSTREAM fix_pycodestyle_240.patch
+Patch0:         fix_pycodestyle_240.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -51,7 +53,6 @@
 %endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q -n flake8-%{version}
+%patch0 -p1
 
 %build
 %python_build
@@ -85,8 +87,8 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%doc README.rst
+%license LICENSE
 %python_alternative %{_bindir}/flake8
 %{python_sitelib}/*
 

++++++ fix_pycodestyle_240.patch ++++++
--- flake8-3.5.0/setup.py       2017-08-08 02:31:43.000000000 +0200
+++ flake8-3.5.0/setup.py       2018-04-15 15:08:31.063294441 +0200
@@ -22,7 +22,7 @@
     # And in which releases we will update those ranges here:
     # http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
     "pyflakes >= 1.5.0, < 1.7.0",
-    "pycodestyle >= 2.0.0, < 2.4.0",
+    "pycodestyle >= 2.0.0, < 2.5.0",
     "mccabe >= 0.6.0, < 0.7.0",
     "setuptools >= 30",
 ]
@@ -108,7 +108,8 @@
             PEP8_PLUGIN('module_imports_on_top_of_file'),
             PEP8_PLUGIN('compound_statements'),
             PEP8_PLUGIN('explicit_line_join'),
-            PEP8_PLUGIN('break_around_binary_operator'),
+            PEP8_PLUGIN('break_after_binary_operator'),
+            PEP8_PLUGIN('break_before_binary_operator'),
             PEP8_PLUGIN('comparison_to_singleton'),
             PEP8_PLUGIN('comparison_negative'),
             PEP8_PLUGIN('comparison_type'),
--- flake8-3.5.0/setup2.cfg     2017-10-23 13:16:02.000000000 +0200
+++ flake8-3.5.0/setup.cfg      2018-04-15 15:04:03.198239064 +0200
@@ -9,7 +9,7 @@
        enum34; python_version<"3.4"
        configparser; python_version<"3.2"
        pyflakes >= 1.5.0, < 1.7.0
-       pycodestyle >= 2.0.0, < 2.4.0
+       pycodestyle >= 2.0.0, < 2.5.0
        mccabe >= 0.6.0, < 0.7.0
 
 [egg_info]

Reply via email to