Hello community,

here is the log from the commit of package python-vulture for openSUSE:Factory 
checked in at 2020-04-16 23:03:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vulture (Old)
 and      /work/SRC/openSUSE:Factory/.python-vulture.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vulture"

Thu Apr 16 23:03:27 2020 rev:7 rq:794478 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vulture/python-vulture.changes    
2020-02-07 15:56:39.783581845 +0100
+++ /work/SRC/openSUSE:Factory/.python-vulture.new.2738/python-vulture.changes  
2020-04-16 23:03:29.639687619 +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.t5j7o8/_old  2020-04-16 23:03:31.871689607 +0200
+++ /var/tmp/diff_new_pack.t5j7o8/_new  2020-04-16 23:03:31.875689610 +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)


Reply via email to