Hello community,
here is the log from the commit of package python-vulture for
openSUSE:Leap:15.2 checked in at 2020-04-18 18:41:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-vulture (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-vulture.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vulture"
Sat Apr 18 18:41:20 2020 rev:6 rq:795335 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-vulture/python-vulture.changes
2020-03-02 13:24:44.186562882 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-vulture.new.2738/python-vulture.changes
2020-04-18 18:41:21.197994506 +0200
@@ -1,0 +2,8 @@
+Thu Apr 16 07:49:11 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.4:
+ * Ignore unused import statements in __init__.py (RJ722, #192).
+ * Report first decorator's line number for unused decorated objects on
Python 3.8+ (RJ722, #200).
+ * Check code with black and pyupgrade.
+
+-------------------------------------------------------------------
Old:
----
vulture-1.3.tar.gz
New:
----
vulture-1.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-vulture.spec ++++++
--- /var/tmp/diff_new_pack.Run06l/_old 2020-04-18 18:41:21.673995512 +0200
+++ /var/tmp/diff_new_pack.Run06l/_new 2020-04-18 18:41:21.677995521 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-vulture
-Version: 1.3
+Version: 1.4
Release: 0
Summary: Python module for finding dead code
License: MIT
@@ -33,7 +33,6 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest > 3.2.3}
-BuildRequires: %{python_module pytest-cov}
# /SECTION
%python_subpackages
@@ -69,7 +68,8 @@
%python_clone -a %{buildroot}%{_bindir}/vulture
%check
-%python_exec setup.py test
+rm setup.cfg
+%pytest
%post
%python_install_alternative vulture
@@ -78,7 +78,7 @@
%python_uninstall_alternative vulture
%files %{python_files}
-%doc NEWS.rst README.rst
+%doc CHANGELOG.md README.md
%license LICENSE.txt
%python_alternative %{_bindir}/vulture
%{python_sitelib}/*
++++++ vulture-1.3.tar.gz -> vulture-1.4.tar.gz ++++++
++++ 6388 lines of diff (skipped)