forked from pool/python-Pympler
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:
@@ -20,12 +20,12 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Pympler
|
||||
Version: 1.0.1
|
||||
Version: 1.1
|
||||
Release: 0
|
||||
Summary: A tool to analyze the memory behavior of Python objects
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/pympler/pympler
|
||||
Source: https://files.pythonhosted.org/packages/source/P/Pympler/Pympler-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pympler/pympler-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM pympler-flaky-tests.patch gh#pympler/pympler#90 mcepl@suse.com
|
||||
# More cycles needed with more recent versions of Python
|
||||
Patch0: pympler-flaky-tests.patch
|
||||
@@ -49,7 +49,7 @@ unexpected runtime behavior like memory bloat and other "pymples"
|
||||
can easily be identified.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Pympler-%{version}
|
||||
%autosetup -p1 -n pympler-%{version}
|
||||
|
||||
# Remove bundled bottle (gh#pympler/pympler#148)
|
||||
rm pympler/util/bottle.py
|
||||
|
||||
Reference in New Issue
Block a user