Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2c0837687 | ||
|
|
c27acf482d | ||
|
|
37fc4cce30 | ||
|
|
6a2e99d0cd | ||
|
|
255850c4d0 | ||
|
|
95dd7cbb35 | ||
|
|
6ab91659ee | ||
|
|
cbec9f2d89 | ||
|
|
8d528abc1a | ||
|
|
4a9bf54ee5 |
6 changed files with 44 additions and 9 deletions
|
|
@ -131,8 +131,8 @@ jobs:
|
|||
branch: stable
|
||||
packages: [specfile]
|
||||
targets:
|
||||
- fedora-latest-stable
|
||||
- fedora-latest-stable-aarch64
|
||||
- fedora-stable
|
||||
- fedora-stable-aarch64
|
||||
project: packit-stable
|
||||
list_on_homepage: True
|
||||
preserve_project: True
|
||||
|
|
@ -200,6 +200,7 @@ jobs:
|
|||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- eln
|
||||
epel-9: {}
|
||||
- <<: *propose_downstream
|
||||
packages: [specfile-epel8]
|
||||
|
|
@ -224,6 +225,7 @@ jobs:
|
|||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- eln
|
||||
epel-9: {}
|
||||
- <<: *pull_from_upstream
|
||||
packages: [specfile-epel8]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
|
||||
The file was generated using packit 1.13.0.post1.dev2+g84134016c.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: e059c30230d6611823a7af8020f703f07e136568
|
||||
ref: a07560dd2609cf23add5deeadc103033611b7b22
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -2,12 +2,13 @@ discover:
|
|||
how: fmf
|
||||
url: https://github.com/packit/packit
|
||||
filter: tag:full
|
||||
ref: 641502d2567dbd85518076ce1c201b88097a8246
|
||||
ref: 87042fcac49435dd55a1b989ed0c6ead290e703d
|
||||
prepare:
|
||||
- how: install
|
||||
copr: packit/packit-dev
|
||||
- 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
|
||||
|
|
@ -22,6 +23,7 @@ adjust:
|
|||
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
|
||||
- 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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
|
|||
in a minimal diff.}
|
||||
|
||||
|
||||
%global base_version 0.35.0
|
||||
%global base_version 0.38.0
|
||||
#global prerelease rc1
|
||||
|
||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||
|
|
@ -77,6 +77,37 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 08 2026 Packit <hello@packit.dev> - 0.38.0-1
|
||||
- A bug leading to incorrect EVR expansion has been fixed. (#492)
|
||||
- Prevented side-effects during condition evaluation that could occur when expanding macros that manipulate other macros, leading to misinterpreted validity of condition branches. (#499)
|
||||
|
||||
* Fri Oct 03 2025 Packit <hello@packit.dev> - 0.37.1-1
|
||||
- We have solved a FutureWarning in our codebase. (#485)
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.37.0-2
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Sep 05 2025 Packit <hello@packit.dev> - 0.37.0-1
|
||||
- Added support for Elbrus E2K CPU architectures. (#484)
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.36.0-5
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jun 06 2025 Python Maint <python-maint@redhat.com> - 0.36.0-3
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Fri May 30 2025 Packit <hello@packit.dev> - 0.36.0-1
|
||||
- We have fixed a bug that caused specfile to traceback when section names with conditional macro expansions containing spaces were present in the spec file. (#476)
|
||||
|
||||
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.35.1-2
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Fri May 16 2025 Packit <hello@packit.dev> - 0.35.1-1
|
||||
- We have fixed a bug that caused changes to get lost when a spec file passed as a path was replaced or deleted. (#470)
|
||||
|
||||
* Sun Apr 13 2025 Packit <hello@packit.dev> - 0.35.0-1
|
||||
- Added support for creating Specfile instances from file objects and strings. (#458)
|
||||
- The `context_management` type stubs now use `ParamSpec` from `typing_extensions` to support Python < 3.10. (#466)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.35.0.tar.gz) = db1fa9775955884777b80a218d1c95e3016e6ccc452273f22beb3fb7118a0f085d997823ecdc6c4d8b5c57e400946eaff00ed436d15d3eb54c298f86fc50d496
|
||||
SHA512 (specfile-0.38.0.tar.gz) = bfd60434b868fd191fb68d5b2fa319db45df80397b6c1000a63d9fe947e998a8a86fcf6a76c0ae9b6ef3321d2b04d4dd9bc565a610bfb117faa64180342fda4d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue