forked from pool/python-python-box
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05e38713932906f86eac7411fcc1c6a9231fee5fac8c1c6ce64acc362feb8340
|
||||
size 87515
|
3
7.2.0.tar.gz
Normal file
3
7.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae403d70dfe4260397906da4ab8e98f6bb11240e44cdda43c6d23d30115f4ef3
|
||||
size 87699
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-box
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-python-box
|
||||
Version: 7.1.1
|
||||
Version: 7.2.0
|
||||
Release: 0
|
||||
Summary: Advanced Python dictionaries with dot notation access
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user