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

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-specfile
Version: 0.34.1
Version: 0.34.2
Release: 0
Summary: A library for parsing and manipulating RPM spec files
License: MIT