Update to 0.40.1 upstream release
- Resolves: rhbz#2446536 Upstream tag: 0.40.1 Upstream commit: 19853920 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
0d9a326439
commit
008e384d6f
7 changed files with 20 additions and 66 deletions
64
.packit.yaml
64
.packit.yaml
|
|
@ -49,22 +49,6 @@ packages:
|
|||
- python3 setup.py sdist --dist-dir ./epel8/
|
||||
- bash -c "ls -1t ./epel8/*.tar.gz | head -n 1"
|
||||
|
||||
specfile-epel10:
|
||||
<<: *specfile
|
||||
specfile_path: &specfile_path_epel10 epel10/python-specfile.spec
|
||||
files_to_sync:
|
||||
- *specfile_path_epel10
|
||||
- .packit.yaml
|
||||
- src: plans/
|
||||
dest: plans/
|
||||
- src: .fmf/
|
||||
dest: .fmf/
|
||||
actions:
|
||||
<<: *actions
|
||||
create-archive:
|
||||
- python3 setup.py sdist --dist-dir ./epel10/
|
||||
- bash -c "ls -1t ./epel10/*.tar.gz | head -n 1"
|
||||
|
||||
# docs: https://gitlab.com/CentOS/Integration/packit-cbs/docs
|
||||
specfile-centos-integration-sig:
|
||||
<<: *specfile
|
||||
|
|
@ -95,14 +79,11 @@ jobs:
|
|||
- fedora-all
|
||||
- fedora-all-aarch64
|
||||
- epel-9
|
||||
- epel-10-all
|
||||
- <<: *copr_build_pr
|
||||
packages: [specfile-epel8]
|
||||
targets:
|
||||
- epel-8
|
||||
- <<: *copr_build_pr
|
||||
packages: [specfile-epel10]
|
||||
targets:
|
||||
- epel-10-all
|
||||
|
||||
- &copr_build_commit_main
|
||||
job: copr_build
|
||||
|
|
@ -113,6 +94,7 @@ jobs:
|
|||
- fedora-all
|
||||
- fedora-all-aarch64
|
||||
- epel-9
|
||||
- epel-10-all
|
||||
project: packit-dev
|
||||
list_on_homepage: True
|
||||
preserve_project: True
|
||||
|
|
@ -120,10 +102,6 @@ jobs:
|
|||
packages: [specfile-epel8]
|
||||
targets:
|
||||
- epel-8
|
||||
- <<: *copr_build_commit_main
|
||||
packages: [specfile-epel10]
|
||||
targets:
|
||||
- epel-10-all
|
||||
|
||||
- &copr_build_commit_stable
|
||||
job: copr_build
|
||||
|
|
@ -145,6 +123,7 @@ jobs:
|
|||
- fedora-all
|
||||
- fedora-all-aarch64
|
||||
- epel-9
|
||||
- epel-10-all
|
||||
project: packit-releases
|
||||
list_on_homepage: True
|
||||
preserve_project: True
|
||||
|
|
@ -152,10 +131,6 @@ jobs:
|
|||
packages: [specfile-epel8]
|
||||
targets:
|
||||
- epel-8
|
||||
- <<: *copr_build_release
|
||||
packages: [specfile-epel10]
|
||||
targets:
|
||||
- epel-10-all
|
||||
|
||||
- &tests
|
||||
job: tests
|
||||
|
|
@ -165,6 +140,7 @@ jobs:
|
|||
targets:
|
||||
- fedora-all
|
||||
- epel-9
|
||||
- epel-10-all
|
||||
- <<: *tests
|
||||
identifier: performance
|
||||
tmt_plan: performance
|
||||
|
|
@ -186,11 +162,6 @@ jobs:
|
|||
set -x
|
||||
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
|
||||
%end
|
||||
- <<: *tests
|
||||
packages: [specfile-epel10]
|
||||
tmt_plan: "smoke|full"
|
||||
targets:
|
||||
- epel-10-all
|
||||
|
||||
- &propose_downstream
|
||||
job: propose_downstream
|
||||
|
|
@ -202,16 +173,13 @@ jobs:
|
|||
- fedora-branched
|
||||
- eln
|
||||
epel-9: {}
|
||||
epel-10:
|
||||
fast_forward_merge_into:
|
||||
- epel-10-branched
|
||||
- <<: *propose_downstream
|
||||
packages: [specfile-epel8]
|
||||
dist_git_branches:
|
||||
- epel-8
|
||||
- <<: *propose_downstream
|
||||
packages: [specfile-epel10]
|
||||
dist_git_branches:
|
||||
epel-10:
|
||||
fast_forward_merge_into:
|
||||
- epel-10-branched
|
||||
- <<: *propose_downstream
|
||||
packages: [specfile-centos-integration-sig]
|
||||
dist_git_branches:
|
||||
|
|
@ -227,16 +195,13 @@ jobs:
|
|||
- fedora-branched
|
||||
- eln
|
||||
epel-9: {}
|
||||
epel-10:
|
||||
fast_forward_merge_into:
|
||||
- epel-10-branched
|
||||
- <<: *pull_from_upstream
|
||||
packages: [specfile-epel8]
|
||||
dist_git_branches:
|
||||
- epel-8
|
||||
- <<: *pull_from_upstream
|
||||
packages: [specfile-epel10]
|
||||
dist_git_branches:
|
||||
epel-10:
|
||||
fast_forward_merge_into:
|
||||
- epel-10-branched
|
||||
- <<: *pull_from_upstream
|
||||
packages: [specfile-centos-integration-sig]
|
||||
dist_git_branches:
|
||||
|
|
@ -254,10 +219,6 @@ jobs:
|
|||
packages: [specfile-epel8]
|
||||
dist_git_branches:
|
||||
- epel-8
|
||||
- <<: *koji_build
|
||||
packages: [specfile-epel10]
|
||||
dist_git_branches:
|
||||
- epel-10-all
|
||||
- <<: *koji_build
|
||||
packages: [specfile-centos-integration-sig]
|
||||
dist_git_branches:
|
||||
|
|
@ -268,6 +229,7 @@ jobs:
|
|||
- packit
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- epel-10-all
|
||||
|
||||
- &bodhi_update
|
||||
job: bodhi_update
|
||||
|
|
@ -281,7 +243,3 @@ jobs:
|
|||
packages: [specfile-epel8]
|
||||
dist_git_branches:
|
||||
- epel-8
|
||||
- <<: *bodhi_update
|
||||
packages: [specfile-epel10]
|
||||
dist_git_branches:
|
||||
- epel-10-all
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.14.0.post1.dev14+gd507597e6.
|
||||
The file was generated using packit 1.15.1.post1.dev10+gc5437527a.
|
||||
|
|
|
|||
|
|
@ -8,11 +8,3 @@ adjust:
|
|||
prepare+:
|
||||
- how: install
|
||||
package: python3
|
||||
|
||||
- when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10"
|
||||
because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835"
|
||||
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: d96a70a9f16b91b8973c733d889e3cce3948b525
|
||||
ref: 19853920a132caf6c755f5f101dee47239401c0d
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ discover:
|
|||
how: fmf
|
||||
url: https://github.com/packit/packit
|
||||
filter: tag:full
|
||||
ref: d507597e6a4c9c2e456694de97d0353fe99e894f
|
||||
ref: b7382833de9e46ac53653de3b7e96b3f27500ae4
|
||||
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.39.1
|
||||
%global base_version 0.40.1
|
||||
#global prerelease rc1
|
||||
|
||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||
|
|
@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 25 2026 Packit <hello@packit.dev> - 0.40.1-1
|
||||
- Fixed issues related to introduced sanitization (#523, #524, #525).
|
||||
- Resolves: rhbz#2446536
|
||||
|
||||
* Sat Feb 14 2026 Packit <hello@packit.dev> - 0.39.1-1
|
||||
- Fixed whitespace padding of day of month in changelog entries. (#511)
|
||||
- Resolves: rhbz#2393435
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.39.1.tar.gz) = ca33733958b89650baa2a53676f5757c6d4604656d8d74247a765aa37a33d1aa801a0e15e4ec57d66aa1b0e8b65030758db1cb2512a158fc372bc3736da990f0
|
||||
SHA512 (specfile-0.40.1.tar.gz) = 4c14bc206c91d2da8b8bcee9c34d36cde6c1f2fc047bb7693499e2623c29e0f7004b104c9d3e000afb45953cf981b1d1d66882eeb48d7b947b80fb01068f8717
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue