diff --git a/python-specfile.changes b/python-specfile.changes index 12e2b9b..052bd01 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 14 12:17:22 UTC 2025 - Nico Krapp + +- 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 diff --git a/python-specfile.spec b/python-specfile.spec index 5db6e72..beb69f5 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-specfile -Version: 0.34.2 +Version: 0.35.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -31,13 +31,11 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-rpm -Requires: python-typing_extensions BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module flexmock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module rpm} -BuildRequires: %{python_module typing_extensions} BuildRequires: git-core # /SECTION %python_subpackages diff --git a/specfile-0.34.2.tar.gz b/specfile-0.34.2.tar.gz deleted file mode 100644 index d7c0ae6..0000000 --- a/specfile-0.34.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee1265ae068075b1537e1b0a3051354d3dfc8658fd357110b0d99964884e6724 -size 110889 diff --git a/specfile-0.35.0.tar.gz b/specfile-0.35.0.tar.gz new file mode 100644 index 0000000..3942034 --- /dev/null +++ b/specfile-0.35.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403f631d13228e36c7e95eac66fc4887ad738d2b47e46626d75ca3b87ab42bd8 +size 112729