14
0

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:
2023-01-12 11:54:06 +00:00
committed by Git OBS Bridge
parent 647460f018
commit b02692ea31
5 changed files with 25 additions and 26 deletions

View File

@@ -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