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/)
This commit is contained in:
parent
c27acf482d
commit
9125b60776
4 changed files with 22 additions and 16 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: 21a45baa7c1ca166485b48e98069baad7ca1b99e
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 07 2026 Packit <hello@packit.dev> - 0.37.1-1
|
||||
- We have solved a FutureWarning in our codebase. (#485)
|
||||
- Resolves: rhbz#2393435
|
||||
|
||||
* Fri Oct 03 2025 Packit <hello@packit.dev> - 0.37.1-1
|
||||
- We have solved a FutureWarning in our codebase. (#485)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue