Update to 0.34.0 upstream release
- Resolves: rhbz#2342178 Upstream tag: 0.34.0 Upstream commit: 84d6f3b4 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
009f0dbe92
commit
029e441ef5
6 changed files with 13 additions and 9 deletions
|
|
@ -55,9 +55,9 @@ packages:
|
|||
- python3 -m build --sdist --outdir ./fedora/
|
||||
- bash -c "ls -1t ./centos-integration-sig/*.tar.gz | head -n 1"
|
||||
get-current-version: python3 -m setuptools_scm
|
||||
dist_git_base_url: https://gitlab.com # this is not taken into account by centpkg-sig yet!
|
||||
dist_git_namespace: CentOS/Integration/packit-cbs/rpms # this is not taken into account by centpkg-sig yet!
|
||||
#sig: Integration/packit-cbs # this is not taken into account by centpkg-sig yet!
|
||||
dist_git_base_url: https://gitlab.com
|
||||
dist_git_namespace: CentOS/Integration/packit-cbs/rpms
|
||||
sig: Integration/packit-cbs
|
||||
pkg_tool: centpkg-sig
|
||||
|
||||
specfile-epel8:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.105.0.post1.dev12+gf83936a0.
|
||||
The file was generated using packit 1.0.0.post1.dev4+g9467df56.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: c0a98a85d9e43f59447248bb7f5258c2406ce9f1
|
||||
ref: 84d6f3b4883a296d2498edae8c7680717913d606
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ discover:
|
|||
how: fmf
|
||||
url: https://github.com/packit/packit
|
||||
filter: tier:0 | tier:1
|
||||
ref: e5b3d8c94ec79aa9cc5e1fa8dd7d0aabc1dcfbf4
|
||||
ref: 809a89b439f8772db18da1697ffa3ee40fe41c15
|
||||
prepare:
|
||||
- how: install
|
||||
copr: packit/packit-dev
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
|
|||
in a minimal diff.}
|
||||
|
||||
|
||||
%global base_version 0.33.0
|
||||
%global base_version 0.34.0
|
||||
#global prerelease rc1
|
||||
|
||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||
|
|
@ -16,7 +16,7 @@ in a minimal diff.}
|
|||
|
||||
Name: python-specfile
|
||||
Version: %{package_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
License: MIT
|
||||
|
|
@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 27 2025 Packit <hello@packit.dev> - 0.34.0-1
|
||||
- Added support for detached (open)SUSE style changelogs (#444)
|
||||
- Resolves: rhbz#2342178
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.33.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.33.0.tar.gz) = 0df6eb5b464997f073950126333c71c1d501c066b4349fc3b556d5da5722f450548fbdc94b610c3990c8c66ba80b356e1594ecd5c823a8b0c4945d1e55c11cb6
|
||||
SHA512 (specfile-0.34.0.tar.gz) = fa2661507b72695c58da97686879167712f02f3df9a8940acba1e11b924da68171ed0eeddf73a03f472e2319f0402dca13eb5ee0126f8b1b992d17de507297c3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue