14
0

Accepting request 983341 from home:mcalabkova:branches:devel:languages:python

- Update to 6.0.2
  * Adding Cython support to greatly speed up normal Box operations on supported systems
  * Adding #196 support for sliceable boxes
  * Changing #208 __repr__ to produce eval-able text
  * Removing support for ruamel.yaml < 0.17

OBS-URL: https://build.opensuse.org/request/show/983341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=13
This commit is contained in:
2022-06-18 13:07:23 +00:00
committed by Git OBS Bridge
parent cf90e8504f
commit ac033ab163
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 17 12:20:56 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 6.0.2
* Adding Cython support to greatly speed up normal Box operations on supported systems
* Adding #196 support for sliceable boxes
* Changing #208 __repr__ to produce eval-able text
* Removing support for ruamel.yaml < 0.17
-------------------------------------------------------------------
Wed Dec 8 09:55:04 UTC 2021 - pgajdos@suse.com