[packit] 0.7.0 upstream release
Upstream tag: 0.7.0 Upstream commit: e121363b Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
d2678f28f1
commit
9219e57195
7 changed files with 18 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/specfile-0.6.0.tar.gz
|
||||
/specfile-0.7.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -147,6 +147,6 @@ jobs:
|
|||
trigger: commit
|
||||
packit_instances: ["stg"]
|
||||
dist_git_branches:
|
||||
- fedora-stable # rawhide and branched updates are created automatically
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
- epel-9
|
||||
- epel-8
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.58.0.
|
||||
The file was generated using packit 0.59.2.dev19+gc1f0788.
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@ summary:
|
|||
Unit & integration tests
|
||||
discover+:
|
||||
filter: tier:1
|
||||
prepare:
|
||||
# flexmock is not in EPEL 9, install it from PyPI
|
||||
- name: pip
|
||||
how: install
|
||||
package: python3-pip
|
||||
- name: flexmock
|
||||
how: shell
|
||||
script: pip3 install flexmock
|
||||
adjust:
|
||||
- when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9"
|
||||
because: "flexmock is not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251"
|
||||
prepare:
|
||||
- how: install
|
||||
package: python3-pip
|
||||
- how: shell
|
||||
script: pip3 install flexmock
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: 42dc29249c577e6adfadca0d0a7953c3ffcd4a67
|
||||
ref: e121363bba69e8fcc49eac8df4d6ef60ef1acf69
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.6.0
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -69,6 +69,10 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2022 Packit <hello@packit.dev> - 0.7.0-1
|
||||
- It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
|
||||
- Added support for filenames specified in source URL fragments, for example: `https://example.com/foo/1.0/download.cgi#/%{name}-%{version}.tar.gz` (#100)
|
||||
|
||||
* Thu Aug 25 2022 Nikola Forró <nforro@redhat.com> - 0.6.0-1
|
||||
- New upstream release 0.6.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.6.0.tar.gz) = 8115bce63d8a2ab695f6a3db213f3e3d448581ed92c95f7f37dc671caf4760c03aa7b81e0031b8db8fc9b21984b4e2712c85d63951908bb112b4f6ec121d48bc
|
||||
SHA512 (specfile-0.7.0.tar.gz) = f07a99ea5f999cfd6b6f88c454381de1c0934a10c88c3359c53a85ea84ede235f1c1ce82ba0c8283354e59905bafbe96032a5fdf16aafceed081f94747a469d6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue