14
0

- Update to 0.35.0

* Added support for creating Specfile instances from file objects
    and strings. (#458)
  * The context_management type stubs now use ParamSpec from typing_extensions
    to support Python < 3.10. (#466)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=66
This commit is contained in:
2025-05-14 12:24:42 +00:00
committed by Git OBS Bridge
parent 152d14972c
commit 9fce79d461
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 14 12:17:22 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 0.35.0
* Added support for creating Specfile instances from file objects
and strings. (#458)
* The context_management type stubs now use ParamSpec from typing_extensions
to support Python < 3.10. (#466)
-------------------------------------------------------------------
Sat Mar 29 09:45:14 UTC 2025 - Dirk Müller <dmueller@suse.com>