Hello community,

here is the log from the commit of package python-vulture for openSUSE:Factory 
checked in at 2018-07-31 16:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vulture (Old)
 and      /work/SRC/openSUSE:Factory/.python-vulture.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vulture"

Tue Jul 31 16:01:07 2018 rev:2 rq:626382 version:0.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vulture/python-vulture.changes    
2018-06-02 11:59:19.708199965 +0200
+++ /work/SRC/openSUSE:Factory/.python-vulture.new/python-vulture.changes       
2018-07-31 16:01:07.783722708 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 12:14:29 UTC 2018 - [email protected]
+
+- Use noun phrase in summary. Trim filler wording from description.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-vulture.spec ++++++
--- /var/tmp/diff_new_pack.30CmjX/_old  2018-07-31 16:01:08.475723884 +0200
+++ /var/tmp/diff_new_pack.30CmjX/_new  2018-07-31 16:01:08.479723891 +0200
@@ -13,24 +13,25 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-vulture
 Version:        0.26
 Release:        0
+Summary:        Python module for finding dead code
 License:        MIT
-Summary:        Find dead code
-Url:            https://github.com/jendrikseipp/vulture
 Group:          Development/Languages/Python
+Url:            https://github.com/jendrikseipp/vulture
 Source:         
https://files.pythonhosted.org/packages/source/v/vulture/vulture-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 BuildArch:      noarch
 Requires(post):   update-alternatives
@@ -39,21 +40,19 @@
 %python_subpackages
 
 %description
-
 Vulture finds unused code in Python programs. This is useful for
-cleaning up and finding errors in large code bases. If you run Vulture
-on both your library and test suite you can find untested code.
+cleaning up and finding errors in code bases. Running Vulture
+on both the library and test suite, untested code can be found.
 
 Due to Python's dynamic nature, static code analyzers like Vulture are
 likely to miss some dead code. Also, code that is only called implicitly
-may be reported as unused. Nonetheless, Vulture can be a very helpful
-tool for higher code quality.
+may be reported as unused.
 
 Features:
 
-* fast: static code analysis
-* lightweight: only one module
-* tested: tests itself and has complete test coverage
+* static code analysis
+* only one module
+* tests itself and has complete test coverage
 * complements pyflakes and has the same output syntax
 * sorts unused classes and functions by size with ``--sort-by-size``
 * supports Python 2.6, 2.7 and 3.x


Reply via email to