Skip to content

Commit 0af08c9

Browse files
Release 0.22.1 (#293)
Release 0.22.1 Update the changelog and the specfile for release 0.22.1. Reviewed-by: Nikola Forró
2 parents 344e388 + 6359e33 commit 0af08c9

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.22.1
2+
3+
- Removed dependency on setuptools-scm-git-archive. (#290)
4+
15
# 0.22.0
26

37
- Macro definitions and tags gained a new `valid` attribute. A macro definition/tag is considered valid if it doesn't appear in a false branch of any condition appearing in the spec file. (#276)

epel8/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ in a minimal diff.}
55

66

77
Name: python-specfile
8-
Version: 0.22.0
8+
Version: 0.22.1
99
Release: 1%{?dist}
1010

1111
Summary: A library for parsing and manipulating RPM spec files
@@ -61,6 +61,9 @@ rm -rf specfile.egg-info
6161

6262

6363
%changelog
64+
* Fri Oct 06 2023 Packit Team <[email protected]> - 0.22.1-1
65+
- New upstream release 0.22.1
66+
6467
* Fri Sep 01 2023 Packit Team <[email protected]> - 0.22.0-1
6568
- New upstream release 0.22.0
6669

fedora/python-specfile.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ in a minimal diff.}
88

99

1010
Name: python-specfile
11-
Version: 0.22.0
11+
Version: 0.22.1
1212
Release: 1%{?dist}
1313

1414
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
7070

7171

7272
%changelog
73+
* Fri Oct 06 2023 Packit Team <[email protected]> - 0.22.1-1
74+
- New upstream release 0.22.1
75+
7376
* Fri Sep 01 2023 Packit Team <[email protected]> - 0.22.0-1
7477
- New upstream release 0.22.0
7578

plans/packit-integration.fmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ adjust:
1919
directory: noarch/
2020

2121
- when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9"
22-
because: "deepdiff is not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251"
22+
because: "build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251"
2323
prepare+:
2424
- how: install
2525
package: python3-pip
2626
- how: shell
27-
script: pip3 install deepdiff
27+
script: pip3 install build deepdiff
2828

2929
- when: "distro == rhel-8 or distro == centos-8 or distro == centos-stream-8"
3030
because: "packit doesn't support EL 8"

0 commit comments

Comments
 (0)