Accepting request 1240543 from home:nkrapp:branches:devel:languages:python

- Update to 2.0.0
  * Move blurb test subcommand into test suite by @hugovk in #37
  * Add support for Python 3.14 by @ezio-melotti in #40
  * Validate gh-issue is int before checking range, and that gh-issue or bpo exists by @hugovk in #35
  * Replace safe_mkdir(path) with os.makedirs(path, exist_ok=True) by @hugovk in #38
  * Test version handling functions by @hugovk in #36
  * Test textwrap_body, current_date and sortable_datetime by @hugovk in #42
  * CI: Lint and test via uv by @hugovk in #32

OBS-URL: https://build.opensuse.org/request/show/1240543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blurb?expand=0&rev=12
This commit is contained in:
2025-01-28 10:18:59 +00:00
committed by Git OBS Bridge
parent 5ee248aa8b
commit 7ae44307e9
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jan 27 13:55:01 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 2.0.0
* Move blurb test subcommand into test suite by @hugovk in #37
* Add support for Python 3.14 by @ezio-melotti in #40
* Validate gh-issue is int before checking range, and that gh-issue or bpo exists by @hugovk in #35
* Replace safe_mkdir(path) with os.makedirs(path, exist_ok=True) by @hugovk in #38
* Test version handling functions by @hugovk in #36
* Test textwrap_body, current_date and sortable_datetime by @hugovk in #42
* CI: Lint and test via uv by @hugovk in #32
-------------------------------------------------------------------
Wed Dec 11 10:16:15 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>