[packit] 0.23.0 upstream release

Upstream tag: 0.23.0
Upstream commit: 0e110df4
This commit is contained in:
Packit 2023-10-30 09:14:15 +00:00
commit d2f67697c0
5 changed files with 8 additions and 5 deletions

View file

@ -8,7 +8,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
@ -70,6 +70,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
%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)