Update to 0.39.1 upstream release

Upstream tag: 0.39.1
Upstream commit: d96a70a9

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2026-03-02 20:21:08 +00:00
commit 5bcc9decc9
4 changed files with 21 additions and 16 deletions

View file

@ -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.0.post1.dev6+g98b589859.

View file

@ -1,6 +1,4 @@
discover:
how: fmf
url: https://github.com/packit/specfile.git
ref: d96a70a9f16b91b8973c733d889e3cce3948b525
how: fmf
execute:
how: tmt
how: tmt

View file

@ -2,28 +2,32 @@ discover:
how: fmf
url: https://github.com/packit/packit
filter: tag:full
ref: d507597e6a4c9c2e456694de97d0353fe99e894f
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

View file

@ -68,6 +68,9 @@ rm -rf specfile.egg-info
%changelog
* Mon Mar 02 2026 Packit <hello@packit.dev> - 0.39.1-1
- Fixed whitespace padding of day of month in changelog entries. (#511)
* 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