15
0
Commit Graph

20 Commits

Author SHA256 Message Date
2daabfaee0 - Make the dist-info name case-insensitive
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=33
2025-04-01 12:43:17 +00:00
649e54a0ec - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=32
2025-03-25 06:12:20 +00:00
40882fd4ba Accepting request 1227139 from home:Andreas_Schwab:Factory
- Set COVERAGE to skip expensive tests
- Skip test_snapshot_members in qemu build

OBS-URL: https://build.opensuse.org/request/show/1227139
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=30
2024-11-28 17:48:19 +00:00
100cdc36e7 Accepting request 1226507 from home:Guillaume_G:branches:devel:languages:python
- Disable test_otracker_diff on aarch64 as it randomly makes the
  check to fail due to worker slowness

OBS-URL: https://build.opensuse.org/request/show/1226507
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=28
2024-11-27 06:01:23 +00:00
304abf7b6a - skip tests that are going to fail with python 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=25
2024-10-24 10:17:34 +00:00
3b91e49d1a - spec modernization
- Use pytest to run the test suite.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=24
2024-10-10 15:36:02 +00:00
3ce550f396 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
2024-10-01 12:14:41 +00:00
4c02d7e4fd Accepting request 1081311 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=21
2023-04-21 15:03:09 +00:00
d35dc9852e - Add _constraints
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=19
2022-10-27 23:11:56 +00:00
f8d93fd219 - Clean up SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=18
2022-10-27 22:51:18 +00:00
20023b376c - Remove no-inspect-getargspec.patch, because we unbundle
bottle.py (gh#pympler/pympler#148).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=17
2022-10-27 13:10:35 +00:00
87c016ac27 Accepting request 1031402 from home:mcepl:branches:devel:languages:python:Factory
- Reorganize skipping of failing tests.

OBS-URL: https://build.opensuse.org/request/show/1031402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=15
2022-10-26 21:24:50 +00:00
fce021b970 - Add no-inspect-getargspec.patch porting out deprecated
(and in 3.11 removed) method inspect.getargspec
  (gh#pympler/pympler#148).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=13
2022-10-26 12:40:27 +00:00
ebcc7847a0 - Add BR for python-dbm to make build working on 15.*.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=10
2022-06-08 08:25:25 +00:00
b5965732a3 Accepting request 981193 from home:darix:apps
- Update to 1.0.1:
  - The resource module is only available on Unix, the mmap module
    is also available on Windows.

OBS-URL: https://build.opensuse.org/request/show/981193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=9
2022-06-08 08:23:34 +00:00
8334f1b8d5 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=8
2021-12-22 00:19:03 +00:00
6856c30706 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
2021-02-27 17:27:14 +00:00
028558febe - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=4
2019-11-25 00:41:11 +00:00
Tomáš Chvátal
2f3525684b - Add patch to fix flaky tests:
* pympler-flaky-tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=2
2019-08-13 07:41:18 +00:00
Tomáš Chvátal
3a740214cb Accepting request 722658 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/722658
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=1
2019-08-12 11:46:35 +00:00