diff --git a/Pympler-1.0.1.tar.gz b/Pympler-1.0.1.tar.gz deleted file mode 100644 index 4fcece4..0000000 --- a/Pympler-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa -size 676983 diff --git a/pympler-1.1.tar.gz b/pympler-1.1.tar.gz new file mode 100644 index 0000000..a4097ac --- /dev/null +++ b/pympler-1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eaa867cb8992c218430f1708fdaccda53df064144d1c5656b1e6f1ee6000424 +size 179954 diff --git a/python-Pympler.changes b/python-Pympler.changes index ea2fd39..b51287f 100644 --- a/python-Pympler.changes +++ b/python-Pympler.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 1 08:36:51 UTC 2024 - John Paul Adrian Glaubitz + +- 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 + ------------------------------------------------------------------- Fri Apr 21 12:21:15 UTC 2023 - Dirk Müller diff --git a/python-Pympler.spec b/python-Pympler.spec index 0767b8b..f49ba9f 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -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