[packit] 0.23.0 upstream release

Upstream tag: 0.23.0
Upstream commit: 0e110df4
This commit is contained in:
Packit 2023-10-30 09:16:20 +00:00
commit 19f7f156e3
6 changed files with 9 additions and 5 deletions

View file

@ -5,7 +5,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.22.1
Version: 0.23.0
Release: 1%{?dist}
Summary: A library for parsing and manipulating RPM spec files
@ -61,6 +61,9 @@ rm -rf specfile.egg-info
%changelog
* Mon Oct 30 2023 Packit <hello@packit.dev> - 0.23.0-1
- Sources now have a `valid` property that indicates whether a source is valid in the current context, meaning it is not present in a false branch of any condition. (#295)
* Fri Oct 06 2023 Packit <hello@packit.dev> - 0.22.1-1
- Removed dependency on setuptools-scm-git-archive. (#290)