[packit] 0.20.2 upstream release

Upstream tag: 0.20.2
Upstream commit: 4486a88c

If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork):
```
git fetch https://src.fedoraproject.org/forks/packit/rpms/python-specfile.git refs/heads/*:refs/remotes/packit/*
git checkout packit/0.20.2-epel9-update-propose_downstream
```
This commit is contained in:
Packit 2023-07-31 13:15:33 +00:00
commit 7d2f077d9d
6 changed files with 123 additions and 53 deletions

View file

@ -13,7 +13,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.20.0
Version: 0.20.2
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -71,6 +71,9 @@ Summary: %{summary}
%changelog
* Mon Jul 31 2023 Packit <hello@packit.dev> - 0.20.2-1
- Fixed Packit config to work properly with `propose-downstream` and `pull-from-upstream` jobs. (#261)
* Thu Jul 13 2023 Packit <hello@packit.dev> - 0.20.0-1
- 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)