[packit] 0.3.0 upstream release
Upstream tag: 0.3.0 Upstream commit: df62e212 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
39331bdc83
commit
0c7f08a2ce
4 changed files with 26 additions and 4 deletions
12
.packit.yaml
12
.packit.yaml
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# We want to use both instances for all upstream jobs including the `propose-downstream` one.
|
||||
# For downstream, we need to pick just one instance (`stg` in our case)
|
||||
# and redefine it for the `koji_build` and `bodhi_update` jobs.
|
||||
packit_instances: ["prod", "stg"]
|
||||
|
||||
specfile_path: fedora/python-specfile.spec
|
||||
|
||||
# add or remove files that should be synced
|
||||
|
|
@ -13,6 +18,9 @@ downstream_package_name: python-specfile
|
|||
|
||||
copy_upstream_release_description: true
|
||||
|
||||
upstream_project_url: https://github.com/packit/specfile
|
||||
issue_repository: https://github.com/packit/specfile
|
||||
|
||||
actions:
|
||||
# we need this b/c `git archive` doesn't put all the metadata in the tarball:
|
||||
# LookupError: setuptools-scm was unable to detect version for '/builddir/build/BUILD/ogr-0.11.1'.
|
||||
|
|
@ -101,13 +109,15 @@ jobs:
|
|||
# downstream automation:
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
packit_instances: ["stg"]
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- epel-8
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
packit_instances: ["stg"]
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-stable # rawhide updates are created automatically
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
- epel-8
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.47.2.dev19+g37f70b1.
|
||||
The file was generated using packit 0.51.1.dev2+g213c789.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.2.0
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -57,6 +57,18 @@ Summary: %{summary}
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon May 16 2022 Packit <hello@packit.dev> - 0.3.0-1
|
||||
- Made `Sources` a `MutableSequence` (#36)
|
||||
- Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47)
|
||||
- Added support for implicit source numbering (#48)
|
||||
- Documented sources and `%prep` macros in README (#49)
|
||||
- Implemented high-level manipulation of version and release (#54)
|
||||
- Added support for `* Mon May 16 2022 John Doe <packager@example.com> - 0.3.0-1.fc35
|
||||
- local build` (#56)
|
||||
- Added `remote` property to sources and enabled addition of `Sources` (#59)
|
||||
- Implemented mid-level manipulation of `%prep` section, including modification of `%prep` macros (#37, #52)
|
||||
|
||||
|
||||
* Thu Mar 31 2022 Packit <hello@packit.dev> - 0.2.0-1
|
||||
- Enabled Zuul CI (#8)
|
||||
- Switched from git:// to https:// for rebase hook (#22)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.2.0.tar.gz) = cd524bb89fdd5a5e18ac42e575cd09140ed3a0fcf73de8939798fbd430e888c7817ebca4eeb44ba4e54d52de42e0bb115e4fd4ef58c146d93cabddddafe66332
|
||||
SHA512 (specfile-0.3.0.tar.gz) = 21cff0c575fd9f6c9f13b6e3e4002de68d41ab8248f2cf2873ac0e747371b258da62f90244fbd4f516d2491a5215cbce572c894ae45e12165c068c40d88ea5c8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue