diff --git a/Pympler-1.0.1.tar.gz b/Pympler-1.0.1.tar.gz new file mode 100644 index 0000000..4fcece4 --- /dev/null +++ b/Pympler-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993f1a3599ca3f4fcd7160c7545ad06310c9e12f70174ae7ae8d4e25f6c5d3fa +size 676983 diff --git a/Pympler-1.0.tar.gz b/Pympler-1.0.tar.gz deleted file mode 100644 index 8c535d5..0000000 --- a/Pympler-1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2e82c3e33835d0378ed95fffabc00806f4070f00decaa38b340ca99b1aca25c -size 681005 diff --git a/python-Pympler.changes b/python-Pympler.changes index 30d7610..0aa77cd 100644 --- a/python-Pympler.changes +++ b/python-Pympler.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jun 8 08:24:18 UTC 2022 - Matej Cepl + +- Add BR for python-dbm to make build working on 15.*. + +------------------------------------------------------------------- +Tue Jun 7 17:59:15 UTC 2022 - Marcus Rueckert + +- 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 diff --git a/python-Pympler.spec b/python-Pympler.spec index 3faa69c..2048059 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pympler # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-Pympler -Version: 1.0 +Version: 1.0.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 Patch0: pympler-flaky-tests.patch +BuildRequires: %{python_module dbm} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes