14
0

- update to 0.34.2:

* context_management: add a type stub override to fix typing.
    Type checkers like mypy and pyright can now correctly
    determine the types for `.sources()`, `.sections()`, and the
    other `Specfile` methods that return context managers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=64
This commit is contained in:
2025-03-29 09:46:07 +00:00
committed by Git OBS Bridge
parent b1c159bd9e
commit 152d14972c
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 29 09:45:14 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.34.2:
* context_management: add a type stub override to fix typing.
Type checkers like mypy and pyright can now correctly
determine the types for `.sources()`, `.sections()`, and the
other `Specfile` methods that return context managers.
-------------------------------------------------------------------
Fri Feb 14 08:52:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>