15
0

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
This commit is contained in:
2021-02-27 17:27:14 +00:00
committed by Git OBS Bridge
parent 028558febe
commit 6856c30706
4 changed files with 15 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pympler
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Pympler
Version: 0.8
Version: 0.9
Release: 0
Summary: A tool to analyze the memory behavior of Python objects
License: Apache-2.0