From 54aa2d197274d2d55595c8c0a349dcdeba8da51c Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Jun 20 2024 15:00:46 +0000 Subject: Update python-python-box to version 7.2.0 / rev 10 via SR 1181931 https://build.opensuse.org/request/show/1181931 by user dirkmueller + anag+factory - 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) --- diff --git a/.files b/.files index ddc21b4..7ec33c2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 8e89ed4..9907508 100644 --- a/.rev +++ b/.rev @@ -137,4 +137,20 @@ * Fixing no implicit optionals with type hinting</comment> <requestid>1133530</requestid> </revision> + <revision rev="10" vrev="1"> + <srcmd5>cba067d3b2df2eb9d5361bd36b544bbd</srcmd5> + <version>7.2.0</version> + <time>1718894947</time> + <user>anag+factory</user> + <comment>- 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)</comment> + <requestid>1181931</requestid> + </revision> </revisionlist> diff --git a/7.1.1.tar.gz b/7.1.1.tar.gz deleted file mode 120000 index 2e0b27a..0000000 --- a/7.1.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiaf4odrhezja34g5lduch6mdrvjemp64x5mrqogzzskzq3c724dia \ No newline at end of file diff --git a/7.2.0.tar.gz b/7.2.0.tar.gz new file mode 120000 index 0000000..587040d --- /dev/null +++ b/7.2.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifoia6xbx7eeybzpednusvy5ghwxmisidsezxnehrwshuybcx2o6m \ No newline at end of file diff --git a/python-python-box.changes b/python-python-box.changes index 188cbd7..ac85000 100644 --- a/python-python-box.changes +++ b/python-python-box.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +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> - update to 7.1.1: diff --git a/python-python-box.spec b/python-python-box.spec index 5711e55..b0dcb66 100644 --- a/python-python-box.spec +++ b/python-python-box.spec @@ -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