From 028558febe87ee84311ede5a0645063901f37cfe6ca13911cc4c42550349e56b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 25 Nov 2019 00:41:11 +0000 Subject: [PATCH] - 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 --- Pympler-0.7.tar.gz | 3 --- Pympler-0.8.tar.gz | 3 +++ python-Pympler.changes | 14 ++++++++++++++ python-Pympler.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Pympler-0.7.tar.gz create mode 100644 Pympler-0.8.tar.gz diff --git a/Pympler-0.7.tar.gz b/Pympler-0.7.tar.gz deleted file mode 100644 index fbc7702..0000000 --- a/Pympler-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a11e739125a9ce8bf868ded67238a40e8a7bf979bc03005eb8126182e5e274e -size 176177 diff --git a/Pympler-0.8.tar.gz b/Pympler-0.8.tar.gz new file mode 100644 index 0000000..59ba421 --- /dev/null +++ b/Pympler-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74cd2982c5cd92ded55561191945616f2bb904a0ae5cdacdb566c6696bdb922 +size 175927 diff --git a/python-Pympler.changes b/python-Pympler.changes index 46b7d9d..33e2c2a 100644 --- a/python-Pympler.changes +++ b/python-Pympler.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Nov 25 00:39:27 UTC 2019 - Steve Kowalik + +- 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 + ------------------------------------------------------------------- Tue Aug 13 07:39:43 UTC 2019 - Tomáš Chvátal diff --git a/python-Pympler.spec b/python-Pympler.spec index 96cbd5d..4803fb5 100644 --- a/python-Pympler.spec +++ b/python-Pympler.spec @@ -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