diff --git a/python-specfile.changes b/python-specfile.changes index 0b5134a..0ffbb0d 100644 --- a/python-specfile.changes +++ b/python-specfile.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jul 19 04:53:41 UTC 2023 - Steve Kowalik + +- Update to 0.20.0: + * Fixed infinite loop when removing macros with `%` in the name. (#244) + * Added a possibility to undefine system macros by setting a macro value + to `None` in the `macros` argument of the `Specfile` constructor. (#244) + * Fixed a bug in processing options of `%prep` macros. For instance, when + a quoted string appeared inside an expression expansion, it could lead + to improper parsing, rendering the spec file invalid after accessing + the options. (#253) + * Parsing has been optimized so that even spec files with hundreds of + thousands of lines can be processed in reasonable time. (#240) +- Drop setuptools_scm_git_archive BuildRequires. +- Don't need to skip Python 3.8. + ------------------------------------------------------------------- Mon May 29 09:50:26 UTC 2023 - David Anes diff --git a/python-specfile.spec b/python-specfile.spec index 43478d9..ec1ca4c 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -16,16 +16,14 @@ # -%define skip_python38 1 Name: python-specfile -Version: 0.18.0 +Version: 0.20.0 Release: 0 Summary: A library for parsing and manipulating RPM spec files License: MIT URL: https://github.com/packit/specfile Source: https://files.pythonhosted.org/packages/source/s/specfile/specfile-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} diff --git a/specfile-0.18.0.tar.gz b/specfile-0.18.0.tar.gz deleted file mode 100644 index 6d37557..0000000 --- a/specfile-0.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84443e5df579f077ec06850a984e6dec359a45fa578262b8360688553d125f18 -size 86388 diff --git a/specfile-0.20.0.tar.gz b/specfile-0.20.0.tar.gz new file mode 100644 index 0000000..898b4d6 --- /dev/null +++ b/specfile-0.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09138fa1dbe4d33d065f4ac1296bfe0ab8cc1aa9c89cbf58a6ea5c2a5a3325c6 +size 88330