forked from pool/python-Pympler
- 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
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 0.8:
|
|
Added
|
|
* Python 3.8 support
|
|
* Compatibility with Django Debug Toolbar 2.x
|
|
Removed
|
|
* Python 3.3 support
|
|
* Compatibility with Django Debug Toolbar 1.x
|
|
Fixed
|
|
* Include dicts which aren't tracked by garbage collector in summary diff
|
|
* Fix formatting of Python 3 class names in summary diff
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 13 07:39:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Add patch to fix flaky tests:
|
|
* pympler-flaky-tests.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 12 11:41:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, used by attrs
|