[packit] 0.13.0 upstream release
Upstream tag: 0.13.0 Upstream commit: 032a6e24 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
ec692d6cc0
commit
10704435f7
5 changed files with 12 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.65.2.
|
||||
The file was generated using packit 0.65.2.post26+ga788f71.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: 1f184858eb3a05e2b8d6a5d538e04acd96d377f8
|
||||
ref: 032a6e2464699788d904e74a6aa92baec989dbbb
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ discover:
|
|||
how: fmf
|
||||
url: https://github.com/packit/packit
|
||||
filter: tier:0 | tier:1
|
||||
ref: 2a071f16c039feeec25d26c68650bdda1787ae32
|
||||
ref: a4b3c4f91d339a3e52d5583e2bf8488fb55b0e51
|
||||
adjust:
|
||||
- when: how == integration
|
||||
because: provide latest python-specfile rpm when running locally
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.12.0
|
||||
Version: 0.13.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -69,9 +69,14 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 20 2023 Packit <hello@packit.dev> - 0.13.0-1
|
||||
- Added `Section.options` attribute for convenient manipulation of section options. (#183)
|
||||
- specfile now supports single-line sections where section content is represented by a macro starting with a newline. (#182)
|
||||
- Added `evr` argument to `Specfile.add_changelog_entry()`. This allows adding a changelog entry with an EVR value that's different from the current specfile's value. This makes it easier to reconstruct a specfile's `%changelog` based on another source using the higher level interface. (#181)
|
||||
|
||||
* Fri Jan 06 2023 Packit <hello@packit.dev> - 0.12.0-1
|
||||
- All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. (#176)
|
||||
- `Section.name` attribute has been renamed to a more fitting `Section.id`. (#167)
|
||||
- All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. (#176)
|
||||
- `Section.name` attribute has been renamed to a more fitting `Section.id`. (#167)
|
||||
- `setup.cfg` now uses `license_files` instead of deprecated `license_file`. (#162)
|
||||
|
||||
* Wed Dec 14 2022 Packit <hello@packit.dev> - 0.11.1-1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.12.0.tar.gz) = af2e1cf639e06f50587696dce01723bbdbfcd20f78633e67ab9532831af5ec2530f5af2a5a5c6908fa802216b7a15430c1817851f014b5557f73ddd2ba165fdb
|
||||
SHA512 (specfile-0.13.0.tar.gz) = e982df2b8d9ef1e443886b1cb22137b8d6def83135a7c1acfe9ae63f085b857a1fb095235e15718d2bdcf1275369ede94c9bdcad379398a57b2f7e3fbb2ade00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue