[packit] 0.11.0 upstream release
Upstream tag: 0.11.0 Upstream commit: ad039af9 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
508d472448
commit
0070694be3
4 changed files with 8 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.63.2.dev18+ge80845e.
|
||||
The file was generated using packit 0.65.0.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/packit/specfile.git
|
||||
ref: daf36bc3d45ad5f6092ad1bc698c42f3d58247c5
|
||||
ref: ad039af925cd104ba3921ee427230c87db567080
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ in a minimal diff.}
|
|||
|
||||
|
||||
Name: python-specfile
|
||||
Version: 0.10.0
|
||||
Version: 0.11.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A library for parsing and manipulating RPM spec files
|
||||
|
|
@ -69,8 +69,11 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2022 Packit <hello@packit.dev> - 0.11.0-1
|
||||
- Context managers (`Specfile.sections()`, `Specfile.tags()` etc.) can now be nested and combined together (with one exception - `Specfile.macro_definitions()`), and it is also possible to use tag properties (e.g. `Specfile.version`, `Specfile.license`) inside them. It is also possible to access the data directly, avoiding the `with` statement, by using the `content` property (e.g. `Specfile.tags().content`), but be aware that no modifications done to such data will be preserved. You must use `with` to make changes. (#153)
|
||||
|
||||
* Wed Nov 30 2022 Packit <hello@packit.dev> - 0.10.0-1
|
||||
- Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140)
|
||||
- Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140)
|
||||
- Renamed the `ignore_missing_includes` option to a more general `force_parse`. If specified, it allows to attempt to parse the spec file even if one or more sources required to be present at parsing time are not available. Such sources include sources referenced from shell expansions in tag values and sources included using the `%include` directive. (#137)
|
||||
|
||||
* Sat Nov 12 2022 Packit <hello@packit.dev> - 0.9.1-1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (specfile-0.10.0.tar.gz) = a44b18bac80825ebcc7e3e3d0b2b4ae97134e9b59ce9c68c35d96feea20a71c75f15f8ea355e345f24fcd02dccfb7a12ab9f20f4cc41cf545d9e33e42f836d8b
|
||||
SHA512 (specfile-0.11.0.tar.gz) = 39976c2d935b1f7d6b6f041ba57fb5ab72106f377b70e2e8d42b29dd829f0c8254aab0aa6b7ba8c92a58396b96ee8ac5360c13a9328390d468c5ebf125010843
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue