From 9125b6077650b64a7032367cd9cec5845f4be52b Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 7 Jan 2026 09:48:12 +0000 Subject: [PATCH] Update to 0.37.1 upstream release - Resolves: rhbz#2393435 Upstream tag: 0.37.1 Upstream commit: 21a45baa Commit authored by Packit automation (https://packit.dev/) --- README.packit | 2 +- plans/main.fmf | 6 ++---- plans/packit-integration.fmf | 26 +++++++++++++++----------- python-specfile.spec | 4 ++++ 4 files changed, 22 insertions(+), 16 deletions(-) diff --git a/README.packit b/README.packit index fb341a1..9bb65f0 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32. +The file was generated using packit 1.13.0.post1.dev2+g84134016c. diff --git a/plans/main.fmf b/plans/main.fmf index 94e3a90..0392cd5 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,4 @@ discover: - how: fmf - url: https://github.com/packit/specfile.git - ref: 21a45baa7c1ca166485b48e98069baad7ca1b99e + how: fmf execute: - how: tmt + how: tmt diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf index ea56a89..f0d57cc 100644 --- a/plans/packit-integration.fmf +++ b/plans/packit-integration.fmf @@ -2,28 +2,32 @@ discover: how: fmf url: https://github.com/packit/packit filter: tag:full - ref: dbe235f913d74de4e1fb8175a14ca0e0f17a15e4 + prepare: - how: install copr: packit/packit-dev + # make sure the Copr repo has higher priority than TF Tag Repository - how: shell - script: sed -i -n '/^priority=/!p;$apriority=5' - /etc/yum.repos.d/*:packit:packit-dev.repo + script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo + adjust: - - when: how == integration - because: provide latest python-specfile rpm when running locally + - when: "how == integration" + because: "provide latest python-specfile rpm when running locally" prepare+: - name: python3-specfile rpm how: install directory: noarch/ - - when: distro == rhel-9 or distro == centos-9 or distro == centos-stream-9 - because: 'build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251' + + - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" + because: "build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" prepare+: - how: install package: python3-pip - how: shell - script: pip3 install build 'deepdiff < 8.0.0' - - when: | - distro == rhel-8 or distro == centos-8 or distro == centos-stream-8 or distro == rhel-9 or distro == centos-9 or distro == centos-stream-9 - because: packit doesn't support EL 8 + script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy, avoid it + + - when: > + distro == rhel-8 or distro == centos-8 or distro == centos-stream-8 or + distro == rhel-9 or distro == centos-9 or distro == centos-stream-9 + because: "packit doesn't support EL 8" enabled: false diff --git a/python-specfile.spec b/python-specfile.spec index d1006a6..39c789a 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml %changelog +* Wed Jan 07 2026 Packit - 0.37.1-1 +- We have solved a FutureWarning in our codebase. (#485) +- Resolves: rhbz#2393435 + * Fri Oct 03 2025 Packit - 0.37.1-1 - We have solved a FutureWarning in our codebase. (#485)