15
0
forked from pool/python-augeas

- Update to 1.2.0:

* Includes a number of additional libaugeas bindings:
    + load_file
    + source
    + srun
    + preview
    + ns_attr
    + ns_label
    + ns_value
    + ns_count
    + ns_path
  * CFFI mode changed to out-of-line ABI mode
- Package no longer noarch.
- Switch to pyproject and pytest macros.
- Run fdupes.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=24
This commit is contained in:
2024-12-02 08:38:29 +00:00
committed by Git OBS Bridge
parent 0bf6ae6413
commit bf9373115f
4 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Dec 2 08:38:00 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.2.0:
* Includes a number of additional libaugeas bindings:
+ load_file
+ source
+ srun
+ preview
+ ns_attr
+ ns_label
+ ns_value
+ ns_count
+ ns_path
* CFFI mode changed to out-of-line ABI mode
- Package no longer noarch.
- Switch to pyproject and pytest macros.
- Run fdupes.
- No more greedy globs in %files.
-------------------------------------------------------------------
Tue Oct 8 13:50:01 UTC 2024 - Dominik Heidler <dheidler@suse.de>