Hello community,
here is the log from the commit of package python-autoflake for
openSUSE:Factory checked in at 2018-12-12 17:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autoflake (Old)
and /work/SRC/openSUSE:Factory/.python-autoflake.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autoflake"
Wed Dec 12 17:26:09 2018 rev:2 rq:655389 version:1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autoflake/python-autoflake.changes
2018-05-15 10:32:30.702150085 +0200
+++
/work/SRC/openSUSE:Factory/.python-autoflake.new.28833/python-autoflake.changes
2018-12-12 17:26:11.927051011 +0100
@@ -1,0 +2,10 @@
+Wed Dec 5 01:54:31 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:45:50 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-autoflake.spec ++++++
--- /var/tmp/diff_new_pack.dUOxvq/_old 2018-12-12 17:26:12.487050298 +0100
+++ /var/tmp/diff_new_pack.dUOxvq/_new 2018-12-12 17:26:12.487050298 +0100
@@ -12,26 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-autoflake
Version: 1.1
+Release: 0
# for license file
%define tag 44b07bb9dab60a74cb5da0b67cc78b734763785c
-Release: 0
+Summary: Program to removes unused Python imports and variables
License: MIT
-Summary: Removes unused imports and unused variables
-Url: https://github.com/myint/autoflake
Group: Development/Languages/Python
+Url: https://github.com/myint/autoflake
Source:
https://files.pythonhosted.org/packages/source/a/autoflake/autoflake-%{version}.tar.gz
Source10:
https://raw.githubusercontent.com/myint/autoflake/%{tag}/LICENSE
# PATCH-FIX-UPSTREAM fix_standard_paths.patch --
https://github.com/myint/autoflake/issues/32
Patch0: fix_standard_paths.patch
BuildRequires: %pythons
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros