diff --git a/python-specfile.changes b/python-specfile.changes index febebe2..12e2b9b 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 29 09:45:14 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-specfile.spec b/python-specfile.spec index 25134d4..5db6e72 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -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 diff --git a/specfile-0.34.1.tar.gz b/specfile-0.34.1.tar.gz deleted file mode 100644 index bc622e1..0000000 --- a/specfile-0.34.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebe333e99626a24b9d87cf9a39b8eb50da9d78ca9a7a90420e31f35cbdf9d1de -size 109972 diff --git a/specfile-0.34.2.tar.gz b/specfile-0.34.2.tar.gz new file mode 100644 index 0000000..d7c0ae6 --- /dev/null +++ b/specfile-0.34.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1265ae068075b1537e1b0a3051354d3dfc8658fd357110b0d99964884e6724 +size 110889