From a4c35b6e2a5deac980e8a89e57dfb774c4ed7d1f6ef75d4d39906c684a824e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 5 Nov 2024 15:34:16 +0000 Subject: [PATCH] Accepting request 1221459 from home:glaubitz:branches:devel:languages:python - Update to 2.13 * Add support for Python 3.13 (Jendrik Seipp, #369). * Add PyPI and conda-forge badges to README file (Trevor James Smith, #356). * Include `tests/**/*.toml` in sdist (Colin Watson). - from version 2.12 * Use `ruff` for linting and formatting (Anh Trinh, #347, #349). * Replace `tox` by `pre-commit` for linting and formatting (Anh Trinh, #349). * Add `--config` flag to specify path to pyproject.toml configuration file (Glen Robertson, #352). OBS-URL: https://build.opensuse.org/request/show/1221459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vulture?expand=0&rev=26 --- python-vulture.changes | 13 +++++++++++++ python-vulture.spec | 2 +- vulture-2.11.tar.gz | 3 --- vulture-2.13.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 vulture-2.11.tar.gz create mode 100644 vulture-2.13.tar.gz diff --git a/python-vulture.changes b/python-vulture.changes index ba3365f..00e1205 100644 --- a/python-vulture.changes +++ b/python-vulture.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 5 14:17:11 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.13 + * Add support for Python 3.13 (Jendrik Seipp, #369). + * Add PyPI and conda-forge badges to README file (Trevor James Smith, #356). + * Include `tests/**/*.toml` in sdist (Colin Watson). +- from version 2.12 + * Use `ruff` for linting and formatting (Anh Trinh, #347, #349). + * Replace `tox` by `pre-commit` for linting and formatting (Anh Trinh, #349). + * Add `--config` flag to specify path to pyproject.toml configuration file + (Glen Robertson, #352). + ------------------------------------------------------------------- Sun Jan 21 11:11:02 UTC 2024 - Dirk Müller diff --git a/python-vulture.spec b/python-vulture.spec index 38f5c7a..c3e47d7 100644 --- a/python-vulture.spec +++ b/python-vulture.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-vulture -Version: 2.11 +Version: 2.13 Release: 0 Summary: Python module for finding dead code License: MIT diff --git a/vulture-2.11.tar.gz b/vulture-2.11.tar.gz deleted file mode 100644 index be27d7c..0000000 --- a/vulture-2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2 -size 55532 diff --git a/vulture-2.13.tar.gz b/vulture-2.13.tar.gz new file mode 100644 index 0000000..521a3fc --- /dev/null +++ b/vulture-2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78248bf58f5eaffcc2ade306141ead73f437339950f80045dce7f8b078e5a1aa +size 57066