Update to 0.32.2 upstream release
Upstream tag: 0.32.2 Upstream commit: 514fbded Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
96a665be97
commit
1896184d4a
5 changed files with 9 additions and 6 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.99.0.post1.dev29+g2e75e6ff.
|
||||
The file was generated using packit 0.101.0.post1.dev2+g30f91eab.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: 8aac26db8e7c955bf73b066c8a80b15161a90008
|
||||
ref: 514fbded1f45a665c4a674367719e8811da87659
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ discover:
|
|||
how: fmf
|
||||
url: https://github.com/packit/packit
|
||||
filter: tier:0 | tier:1
|
||||
ref: 639df09d605626877c9ffe0b7bc8acec381a2816
|
||||
ref: 8d2ad651fc392fe20a3306210e6278dc3db02e9c
|
||||
prepare:
|
||||
- how: install
|
||||
copr: packit/packit-dev
|
||||
|
|
@ -21,7 +21,7 @@ adjust:
|
|||
- how: install
|
||||
package: python3-pip
|
||||
- how: shell
|
||||
script: pip3 install build deepdiff
|
||||
script: pip3 install build 'deepdiff < 8.0.0'
|
||||
- when: distro == rhel-8 or distro == centos-8 or distro == centos-stream-8
|
||||
because: packit doesn't support EL 8
|
||||
enabled: false
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
|
|||
in a minimal diff.}
|
||||
|
||||
|
||||
%global base_version 0.32.1
|
||||
%global base_version 0.32.2
|
||||
#global prerelease rc1
|
||||
|
||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||
|
|
@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 15 2024 Packit <hello@packit.dev> - 0.32.2-1
|
||||
- Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409)
|
||||
|
||||
* Mon Jul 29 2024 Packit <hello@packit.dev> - 0.32.1-1
|
||||
- Fixed two issues related to condition parsing. (#405)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.32.1.tar.gz) = 236f45286c3eb2253847b9ed4a132c0cac226a968c24f0699b50102f19e331c5e445fd3f8055b71a7df0a3100043730ca343b8872c8117293c84736ff647e6f6
|
||||
SHA512 (specfile-0.32.2.tar.gz) = 7e3777f6019e0927114a4f5ebeb3c3142b973f663cc4a60caa4a25191c1c5aa21de6ec91eb5d47077a2f63b67476168ab6bf34dda125e97c3b65d4b662e6ed51
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue