[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
45e508833b
commit
c74da4aa95
5 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue