Hello community,

here is the log from the commit of package python-mutagen for openSUSE:Factory 
checked in at 2019-03-04 09:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mutagen (Old)
 and      /work/SRC/openSUSE:Factory/.python-mutagen.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mutagen"

Mon Mar  4 09:10:19 2019 rev:34 rq:680397 version:1.42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes    
2019-02-08 13:46:43.398810598 +0100
+++ /work/SRC/openSUSE:Factory/.python-mutagen.new.28833/python-mutagen.changes 
2019-03-04 09:10:24.932707518 +0100
@@ -1,0 +2,7 @@
+Fri Mar  1 09:02:30 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Remove unnecessary build dependencies on code style linters,
+  by using upstream provided `setup.py test --no-quality`,
+  discarding 0001-pycodestyle-fix-new-warnings.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-pycodestyle-fix-new-warnings.patch

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

Other differences:
------------------
++++++ python-mutagen.spec ++++++
--- /var/tmp/diff_new_pack.3JiI7H/_old  2019-03-04 09:10:26.276707293 +0100
+++ /var/tmp/diff_new_pack.3JiI7H/_new  2019-03-04 09:10:26.280707292 +0100
@@ -27,11 +27,7 @@
 Source:         
https://files.pythonhosted.org/packages/source/m/mutagen/mutagen-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE reduce-test-length.diff alarr...@suse.com -- Reduce the 
number of iterations so tests don't take so long to finish
 Patch0:         reduce-test-length.diff
-# PATCH-FIX-UPSTREAM 0001-pycodestyle-fix-new-warnings.patch alarr...@suse.com 
-- Fix pep8 test
-Patch1:         0001-pycodestyle-fix-new-warnings.patch
 BuildRequires:  %{python_module hypothesis}
-BuildRequires:  %{python_module pycodestyle}
-BuildRequires:  %{python_module pyflakes}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -51,7 +47,6 @@
 %prep
 %setup -q -n mutagen-%{version}
 %patch0 -p1
-%patch1 -p1
 # remove shebangs from library files
 find mutagen/ -name "*.py" -exec sed -i -e 
'/^#!\s\?\/usr\/bin\/\(env\s\)\?python$/d' {} ';'
 
@@ -76,7 +71,7 @@
 %check
 export LANG=en_US.UTF-8
 #export PATH="$PATH:%%{buildroot}%%{_bindir}"
-%python_exec setup.py test
+%python_exec setup.py test --no-quality
 
 %files %{python_files}
 %defattr(-, root, root, 0755)


Reply via email to