14
0

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
This commit is contained in:
2024-11-05 15:34:16 +00:00
committed by Git OBS Bridge
parent 6e90c34e13
commit a4c35b6e2a
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Nov 5 14:17:11 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>