diff --git a/python-specfile.changes b/python-specfile.changes index 003cc7e..9866ec3 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Nov 8 10:08:44 UTC 2023 - Matej Cepl + +- Update to 0.24.0: + - Improved type annotations for UserList subclasses. (#299) + - Macro definitions gained a new commented_out property + indicating that a macro definition is commented out. Another + new property, comment_out_style, determines if it is achieved + by using a %dnl (discard next line) directive (e.g. %dnl + %global prerelease beta2) or by replacing the starting % with + # (e.g. #global prerelease beta2). (#298) +- Fix a bad Requires: %{python_module typing_extensions} + ------------------------------------------------------------------- Mon Oct 30 10:14:03 UTC 2023 - David Anes diff --git a/python-specfile.spec b/python-specfile.spec index 0a3ed1e..de8f3ec 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -17,7 +17,7 @@ Name: python-specfile -Version: 0.23.0 +Version: 0.24.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -29,8 +29,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: %{python_module typing_extensions} Requires: python-rpm +Requires: python-typing_extensions BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module flexmock} diff --git a/specfile-0.23.0.tar.gz b/specfile-0.23.0.tar.gz deleted file mode 100644 index 0811828..0000000 --- a/specfile-0.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2681a2b67a3d06e830589d42488c28d2c80ddf7f07a2869dedbb74c1231b89c4 -size 94577 diff --git a/specfile-0.24.0.tar.gz b/specfile-0.24.0.tar.gz new file mode 100644 index 0000000..e9a3e57 --- /dev/null +++ b/specfile-0.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b8122479c89590ecf2bcc5c9baf246a6c146d7d7bb20eb200c7da0ccdae385 +size 95488