15
0

- Update to 0.8:

Added
  * Python 3.8 support
  * Compatibility with Django Debug Toolbar 2.x
  Removed
  * Python 3.3 support
  * Compatibility with Django Debug Toolbar 1.x
  Fixed
  * Include dicts which aren't tracked by garbage collector in summary diff
  * Fix formatting of Python 3 class names in summary diff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pympler?expand=0&rev=4
This commit is contained in:
2019-11-25 00:41:11 +00:00
committed by Git OBS Bridge
parent 82876677da
commit 028558febe
4 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Pympler
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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.7
Version: 0.8
Release: 0
Summary: A tool to analyze the memory behavior of Python objects
License: Apache-2.0