14
0
2025-08-15 08:48:48 +00:00
committed by Git OBS Bridge
parent e3c843042a
commit 9870a0df92
2 changed files with 26 additions and 32 deletions

View File

@@ -1,21 +1,12 @@
-------------------------------------------------------------------
Fri Aug 15 08:47:51 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- migrate to libalternatives
-------------------------------------------------------------------
Thu Aug 14 14:09:44 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Add missing runtime requirements
- Update to 0.20.0
* Expand user defined mapping documentation. by @obscurerichard in #480
* Follow-up after removing support for Python v3.8 by @jherland in #475
* Work around top-level venv special case by @jherland in #468
* Upgrade project declarations in pyproject.toml by @jherland in #481
* Suggest package names for undeclared imports, when possible by @jherland in #470
* CI: call actionlint to check workflow files by @smelc in #485
* Add support for *-wildcards in ignore-undeclared and ignore-unused by @jherland in #479
* RFC/Follow-up to actionlint CI action by @jherland in #488
* Follow-up to #484: Add a --base-dir option by @jherland in #489
* CI: run CodeQL by @smelc in #487
* CI: call the CodeQL workflow from the main workflow file by @smelc in #491
* Fix infinite recursion when --base-dir is not a parent of a source file by @jherland in #492
* Update dependencies and bump version to v0.20.0 by @jherland in #493
-------------------------------------------------------------------
Sun Jul 13 12:15:54 UTC 2025 - Dirk Müller <dmueller@suse.com>
@@ -56,15 +47,6 @@ Tue Apr 1 20:03:48 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
* Documentation page: mkdocs & GitHub pages by @mknorps in #449
* Add support for PEP 735 dependency groups by @jherland in #469
-------------------------------------------------------------------
Mon Mar 3 08:53:55 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- update to 0.19.0
* Drop Python v3.7 support, upgrade deps, add Python v3.13 support by @jherland in #459
* Documentation page: mkdocs & GitHub pages by @mknorps in #449
* Add support for PEP 735 dependency groups by @jherland in #469
-------------------------------------------------------------------
Mon Feb 10 14:00:42 UTC 2025 - Dirk Müller <dmueller@suse.com>