forked from pool/python-specfile
Accepting request 1057959 from home:david.anes:branches:devel:languages:python
- Remove patch (already upstream): * python-specfile-improve-setup-cfg.patch - Update to version 0.12.0: * All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. * `Section.name` attribute has been renamed to a more fitting `Section.id`. * `setup.cfg` now uses `license_files` instead of deprecated `license_file`. * Fixed context managers being shared between Specfile instances. OBS-URL: https://build.opensuse.org/request/show/1057959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-specfile?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 10:27:28 UTC 2023 - David Anes <david.anes@suse.com>
|
||||
|
||||
- Remove patch (already upstream):
|
||||
* python-specfile-improve-setup-cfg.patch
|
||||
|
||||
- Update to version 0.12.0:
|
||||
* All classes including `Specfile` itself can now be copied using
|
||||
the standard `copy()` and `deepcopy()` functions from `copy`
|
||||
module.
|
||||
* `Section.name` attribute has been renamed to a more fitting
|
||||
`Section.id`.
|
||||
* `setup.cfg` now uses `license_files` instead of deprecated
|
||||
`license_file`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 08:20:36 UTC 2022 - David Anes <david.anes@suse.com>
|
||||
|
||||
@@ -7,7 +22,7 @@ Tue Dec 13 08:20:36 UTC 2022 - David Anes <david.anes@suse.com>
|
||||
- Update to version 0.11.1
|
||||
* Tags enclosed in conditional macro expansions are not ignored
|
||||
anymore.
|
||||
* Fixed context managers being shared between Specfile instances. 1q
|
||||
* Fixed context managers being shared between Specfile instances.
|
||||
|
||||
- Update to version 0.11.0
|
||||
* Context managers (Specfile.sections(), Specfile.tags() etc.) can
|
||||
|
Reference in New Issue
Block a user