15
0

Accepting request 981274 from devel:languages:python

- Add BR for python-dbm to make build working on 15.*.
- 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/981274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pympler?expand=0&rev=5
This commit is contained in:
2022-06-09 12:09:23 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

BIN
Pympler-1.0.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2e82c3e33835d0378ed95fffabc00806f4070f00decaa38b340ca99b1aca25c
size 681005

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>

View File

@@ -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