15
0

Accepting request 875579 from home:jayvdb:branches:devel:languages:python

- Update to v0.9
  * Added Python 3.9 support
  * Added compatibility with Django 3.x
  * Removed Python 3.4 support
  * Include size of data when sizing Numpy slices
  * Fix KeyError when sizing dicts in certain scenarios

OBS-URL: https://build.opensuse.org/request/show/875579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=6
This commit is contained in:
2021-02-27 17:27:14 +00:00
committed by Git OBS Bridge
parent 028558febe
commit 6856c30706
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Feb 27 06:35:24 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.9
* Added Python 3.9 support
* Added compatibility with Django 3.x
* Removed Python 3.4 support
* Include size of data when sizing Numpy slices
* Fix KeyError when sizing dicts in certain scenarios
-------------------------------------------------------------------
Mon Nov 25 00:39:27 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>