15
0

- update to 24.0.0:

* Per the RFC in issue [#365][i339], boltons is now **Python 3
    only**. 3.7+ for now.
  * Added Python 3.12 support ([#361][i361])
  * Fix [dictutils.OneToOne][dictutils.OneToOne]'s `update()`
    behavior with empty iterables

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-boltons?expand=0&rev=26
This commit is contained in:
2024-04-20 13:55:41 +00:00
committed by Git OBS Bridge
parent 8c4e8afcc6
commit 3022664fff
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 20 13:54:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.0.0:
* Per the RFC in issue [#365][i339], boltons is now **Python 3
only**. 3.7+ for now.
* Added Python 3.12 support ([#361][i361])
* Fix [dictutils.OneToOne][dictutils.OneToOne]'s `update()`
behavior with empty iterables
-------------------------------------------------------------------
Tue Dec 26 15:18:11 UTC 2023 - ecsos <ecsos@opensuse.org>