14
0
forked from pool/python-stestr

- Update to 4.2.0

* Bugfix: make repo initialization respect pyproject.toml
  * Test on Python 3.12
  * Disable checks failure on coverage
  * Pivot PyPI publishing to use trusted publishers
  * Update package metadata for support Python versions
  * Remove Python 3.7 support
  * Bump codecov action version
  * Remove dependency on the extras library
  * Normalize paths
  * Adapt to tox 4
  * Update upload-artifact action in CI
  * Update black to the latest version
  * Mark Python 3.13 as supported too
  * Adjust rst syntax in README
  * Modernize Python packaging
  * Update release job to work with new packaging structure
- Add support for libalternatives
- Remove ChangeLog from %files section
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=58
This commit is contained in:
2025-08-06 16:11:47 +00:00
committed by Git OBS Bridge
parent d38b75fab7
commit d88cd6802e
4 changed files with 49 additions and 7 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Aug 5 11:06:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.2.0
* Bugfix: make repo initialization respect pyproject.toml
* Test on Python 3.12
* Disable checks failure on coverage
* Pivot PyPI publishing to use trusted publishers
* Update package metadata for support Python versions
* Remove Python 3.7 support
* Bump codecov action version
* Remove dependency on the extras library
* Normalize paths
* Adapt to tox 4
* Update upload-artifact action in CI
* Update black to the latest version
* Mark Python 3.13 as supported too
* Adjust rst syntax in README
* Modernize Python packaging
* Update release job to work with new packaging structure
- Add support for libalternatives
- Remove ChangeLog from %files section
- Update BuildRequires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Jan 4 23:06:52 UTC 2024 - Dirk Müller <dmueller@suse.com>