99 lines
3.4 KiB
Plaintext
99 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 21 12:21:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 27 23:11:41 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add _constraints
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 27 22:51:11 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Clean up SPEC file.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 27 12:15:13 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove no-inspect-getargspec.patch, because we unbundle
|
|
bottle.py (gh#pympler/pympler#148).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 26 21:16:00 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Reorganize skipping of failing tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 26 12:37:21 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add no-inspect-getargspec.patch porting out deprecated
|
|
(and in 3.11 removed) method inspect.getargspec
|
|
(gh#pympler/pympler#148).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 8 08:24:18 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add BR for python-dbm to make build working on 15.*.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 7 17:59:15 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
- Update to 1.0.1:
|
|
- The resource module is only available on Unix, the mmap module
|
|
is also available on Windows.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 22 00:18:12 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.0:
|
|
* Added
|
|
+ Python 3.10 support
|
|
+ Added type annotations to various Pympler modules which are checked via
|
|
Mypy
|
|
* Removed
|
|
+ Python 2.7 and 3.5 support
|
|
* Fixed
|
|
+ Fix summarizing objects at higher verbosity levels -- By Colin Watson
|
|
+ Fix tree widget import for Python 3.5 and higher -- By Felix Jung (#77)
|
|
+ Fix compatibility issues with numpy 1.19 and later -- By Jean
|
|
Brouwers (#121)
|
|
+ Fix object filtering by size in muppy -- By Kris Jurka
|
|
+ Fix documentation typos -- By Tim Gates
|
|
- Use pytest to run the test suite.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|