forked from pool/python-augeas
* 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
131 lines
4.2 KiB
Plaintext
131 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Add missing dependency on python-cffi
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 20 14:32:08 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
|
|
|
|
- Not part of SLE, use sle15allpythons instead of sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 2 12:15:20 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Update to 1.1.0
|
|
- No changelog from upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 12 05:38:45 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:45:49 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 12 14:59:57 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Sort out a bit with spec-cleaner and remove all the sle11
|
|
conditions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 24 13:32:55 UTC 2017 - jmatejek@suse.com
|
|
|
|
- singlespec auto-conversion
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 13 00:27:16 UTC 2015 - ecsos@opensuse.org
|
|
|
|
- New upstream release 0.5.0
|
|
* Make syntax-compatible with both Python 3 and 2.
|
|
* Remove the libpython hack.
|
|
* Make tests syntax compatible with both Python 3 and 2.
|
|
* Make test failures more verbose.
|
|
* Improve error messages.
|
|
* Fix exception tests.
|
|
* Convert unicode at the C boundary.
|
|
* Add Python 3.3 to CI, and disallow failures.
|
|
* Add Travis CI settings
|
|
* Allow failures for python 3.2
|
|
* Add text_store to the API
|
|
* Add text_retrieve to the API
|
|
* Add rename to the API
|
|
* Add transform to the API
|
|
* Add label to the API
|
|
* Use the packages from the augeas-dev PPA
|
|
* Warning: the 'name' parameter in add_transform is deprecated
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 9 14:34:05 UTC 2013 - aj@ajaissle.de
|
|
|
|
- Changed BuildArch to noarch for suse-version >= 1140
|
|
- Cleaned up spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 22:49:12 UTC 2013 - aj@ajaissle.de
|
|
|
|
- Added 'Requires: augeas-lenses'
|
|
* we'd always want to have lenses installed
|
|
- Do not BuildRequire augeas-lenses and do not %check, if we are on suse_version >= 1140
|
|
- Do not %check unless suse_version >= 1210
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 4 21:21:11 UTC 2013 - aj@ajaissle.de
|
|
|
|
- Install AUTHORS, COPYING, README.txt in %doc
|
|
- Re-enable checks (not broken anymore)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 23 16:14:53 UTC 2013 - aj@ajaissle.de
|
|
|
|
- New upstream release 0.4.1
|
|
* Allow "None" as value for set()
|
|
* Add span API call to match C API
|
|
* Make unit tests more quiet
|
|
* Work around RHEL6 on Power issue.
|
|
* test: make sure local augeas.py is used
|
|
- New format for license tag (spdx.org)
|
|
- Dropped bnc-722317.patch (included in upstream package)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 15 11:35:32 UTC 2012 - dmacvicar@suse.de
|
|
|
|
- Fix patch line in spec file (missing number)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 08:52:52 UTC 2011 - dmacvicar@suse.de
|
|
|
|
- fix known segfault due to ctypes converting void* to int on
|
|
non-x86 architectures using patch at
|
|
https://fedorahosted.org/augeas/attachment/ticket/165
|
|
(bnc#722317)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 14:17:05 UTC 2011 - jmatejek@novell.com
|
|
|
|
- initial package 0.4.0, as requested in fate#311720
|
|
|
|
|