Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vulture for openSUSE:Factory 
checked in at 2023-12-28 23:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vulture (Old)
 and      /work/SRC/openSUSE:Factory/.python-vulture.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vulture"

Thu Dec 28 23:02:49 2023 rev:10 rq:1135359 version:2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vulture/python-vulture.changes    
2023-06-14 16:31:58.535440459 +0200
+++ /work/SRC/openSUSE:Factory/.python-vulture.new.28375/python-vulture.changes 
2023-12-28 23:04:34.553267680 +0100
@@ -1,0 +2,38 @@
+Wed Dec 27 16:54:00 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.10:
+  * Drop support for Python 3.7 (Jendrik Seipp, #323).
+  * Add support for Python 3.12 (Jendrik Seipp, #332).
+  * Use `end_lineno` AST attribute to obtain more accurate line
+    counts (Jendrik Seipp).
+  * Use exit code 0 for `--help` and `--version` again (Jendrik
+    Seipp, #321).
+  * Use exit code 3 when dead code is found (whosayn, #319).
+  * Treat non-supported decorator names as "@" instead of
+    crashing (Llandy3d and Jendrik Seipp, #284).
+  * Drop support for Python 3.6 (Jendrik Seipp).
+  * Add `UnicodeEncodeError` exception handling to `core.py`
+  * Add whitelist for `Enum` attributes `_name_` and `_value_`
+  * Run tests and add PyPI trove for Python 3.11 (Jendrik Seipp).
+  * Ignore `setup_module()`, `teardown_module()`, etc. in pytest
+    `test_*.py` files (Jendrik Seipp).
+  * Add whitelist for
+    `socketserver.TCPServer.allow_reuse_address` (Ben Elliston).
+  * Clarify that `--exclude` patterns are matched against
+    absolute paths (Jendrik Seipp, #260).
+  * Add basic `match` statement support (kreathon, #276, #291).
+  * Mark imports in `__all__` as used (kreathon, #172, #282).
+  * Add whitelist for `pint.UnitRegistry.default_formatter` (Ben
+    Elliston, #258).
+  * Print absolute filepaths as relative again (as in version 2.1
+    and before)
+  * if they are below the current directory (The-Compiler, #246).
+  * Run tests and add PyPI trove for Python 3.10 (chayim, #266).
+  * Allow using the `del` keyword to mark unused variables
+    (sshishov, #279).
+  * Only parse format strings when being used with `locals()`
+  * Don't override paths in pyproject.toml with empty CLI paths
+  * Run continuous integration tests for Python 3.9 (ju-sh,
+  * Use pathlib internally (ju-sh, #226).
+
+-------------------------------------------------------------------

Old:
----
  vulture-2.1.tar.gz

New:
----
  vulture-2.10.tar.gz

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

Other differences:
------------------
++++++ python-vulture.spec ++++++
--- /var/tmp/diff_new_pack.0fak2f/_old  2023-12-28 23:04:35.065286393 +0100
+++ /var/tmp/diff_new_pack.0fak2f/_new  2023-12-28 23:04:35.069286539 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vulture
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-vulture
-Version:        2.1
+Version:        2.10
 Release:        0
 Summary:        Python module for finding dead code
 License:        MIT
@@ -28,13 +28,17 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-Pint
 Requires:       python-toml
+Requires:       python-typing-extensions
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest > 3.2.3}
+BuildRequires:  %{python_module Pint}
 BuildRequires:  %{python_module toml}
+BuildRequires:  %{python_module typing-extensions}
 # /SECTION
 %python_subpackages
 

++++++ vulture-2.1.tar.gz -> vulture-2.10.tar.gz ++++++
++++ 4958 lines of diff (skipped)

Reply via email to