14
0

- update to 7.2.0:

* Adding #266 support for accessing nested items in BoxList
    using numpy-style tuple indexing (thanks to Bit0r)
  * Adding tests and Cython releases for Python 3.12
  * Fixing #251 support for circular references in lists (thanks
    to Muspi Merol)
  * Fixing #261 altering all __repr__ methods so that subclassing
    will output the correct class name (thanks to Gabriel Tkacz)
  * Fixing #267 Fix type 'int' not iterable (thanks to YISH)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=19
This commit is contained in:
2024-06-20 12:50:51 +00:00
committed by Git OBS Bridge
parent f23bc03771
commit 3c7939ee67
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 20 12:50:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.2.0:
* Adding #266 support for accessing nested items in BoxList
using numpy-style tuple indexing (thanks to Bit0r)
* Adding tests and Cython releases for Python 3.12
* Fixing #251 support for circular references in lists (thanks
to Muspi Merol)
* Fixing #261 altering all __repr__ methods so that subclassing
will output the correct class name (thanks to Gabriel Tkacz)
* Fixing #267 Fix type 'int' not iterable (thanks to YISH)
-------------------------------------------------------------------
Fri Dec 15 21:31:47 UTC 2023 - Dirk Müller <dmueller@suse.com>