[packit] 0.9.0 upstream release
Upstream tag: 0.9.0 Upstream commit: 6b6cbeae Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
e502c07e19
commit
8f2a067dcd
5 changed files with 14 additions and 4 deletions
|
|
@ -54,6 +54,12 @@ jobs:
|
||||||
- fedora-all
|
- fedora-all
|
||||||
- epel-9
|
- epel-9
|
||||||
|
|
||||||
|
- job: tests
|
||||||
|
trigger: pull_request
|
||||||
|
targets:
|
||||||
|
- fedora-all
|
||||||
|
- epel-9
|
||||||
|
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
branch: main
|
branch: main
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.60.1.dev6+g9c9b2a8.
|
The file was generated using packit 0.60.1.dev11+g1b5611c.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://github.com/packit/specfile.git
|
url: https://github.com/packit/specfile.git
|
||||||
ref: a3262621665ba191f982a91add4718a533d06c5d
|
ref: 6b6cbeae4b12458bb7518f889a19371a6d0d7d97
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ in a minimal diff.}
|
||||||
|
|
||||||
|
|
||||||
Name: python-specfile
|
Name: python-specfile
|
||||||
Version: 0.8.0
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: A library for parsing and manipulating RPM spec files
|
Summary: A library for parsing and manipulating RPM spec files
|
||||||
|
|
@ -69,6 +69,10 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 25 2022 Packit <hello@packit.dev> - 0.9.0-1
|
||||||
|
- Added utility classes for working with (N)EVR. (#113)
|
||||||
|
- Fixed an issue with multiple instances of `Specfile` not expanding macros in the right context. (#117)
|
||||||
|
|
||||||
* Fri Oct 14 2022 Packit <hello@packit.dev> - 0.8.0-1
|
* Fri Oct 14 2022 Packit <hello@packit.dev> - 0.8.0-1
|
||||||
- Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)
|
- Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (specfile-0.8.0.tar.gz) = b974294c5f057e80f2aa87a9571bfc0f9d05b944efff1862e463c30ccaa281e2c22eefafd898b90bfe2e6e9b235b68e3870d19016bf63e42fa7f09a385514d1f
|
SHA512 (specfile-0.9.0.tar.gz) = 58cab116a4a385fbf0ba7d131f89f2cdacf1c0a0e01db48dc06b7d9fd8fd1342667ca0121f2efa3a31dd49938483ece3f41d34ab7202294638fd00929e288032
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue