15
0

Accepting request 1204901 from home:glaubitz:branches:devel:languages:python

- Update to 1.1
  * Python 3.11 and 3.12 support
  * Require pywin32 on Windows
  * Update bottle.py to 0.12.25
  * Handle sizing of numpy.str and numpy.str_
  * Fix sizing of multiple objects with references to each other

OBS-URL: https://build.opensuse.org/request/show/1204901
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=23
This commit is contained in:
2024-10-01 12:14:41 +00:00
committed by Git OBS Bridge
parent 4c02d7e4fd
commit 3ce550f396
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 1 08:36:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.1
* Python 3.11 and 3.12 support
* Require pywin32 on Windows
* Update bottle.py to 0.12.25
* Handle sizing of numpy.str and numpy.str_
* Fix sizing of multiple objects with references to each other
-------------------------------------------------------------------
Fri Apr 21 12:21:15 UTC 2023 - Dirk Müller <dmueller@suse.com>