From d8e0d18016f0dfd19fd5a9a5d1b00fbc1b24ad15aa328dcdbf57ca3b9020b771 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 May 2018 16:01:15 +0000 Subject: [PATCH] Accepting request 603751 from home:TheBlackCat:branches:devel:languages:python - Update to version 3.4.0 * New functions: :func:`get_new_ids`, :func:`at_addrs`. - Update to version 3.3.0 * New function: :func:`growth`. - Update to version 3.2.0 * New ``filter`` argument for :func:`typestats`, :func:`most_common_types`, :func:`show_most_common_types`, :func:`show_growth`. * Show lambda functions in a more human-friendly way. - Update to version 3.1.2 * Correct UTF-8 mojibake in the changelog and switch all links to HTTPS. - Update to version 3.1.1 * Add support for Python 3.6. * Replace bare ``except:`` in ``safe_repr()`` with ``except Exception:``. - Use %license tag OBS-URL: https://build.opensuse.org/request/show/603751 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-objgraph?expand=0&rev=2 --- objgraph-3.1.0.tar.gz | 3 --- objgraph-3.4.0.tar.gz | 3 +++ python-objgraph.changes | 18 ++++++++++++++++++ python-objgraph.spec | 5 +++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 objgraph-3.1.0.tar.gz create mode 100644 objgraph-3.4.0.tar.gz diff --git a/objgraph-3.1.0.tar.gz b/objgraph-3.1.0.tar.gz deleted file mode 100644 index c3ca13a..0000000 --- a/objgraph-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99b3a39e8bb7a3530324ba50f65415448cf5279d8c67c0556a0bdf3c8f7c6510 -size 629772 diff --git a/objgraph-3.4.0.tar.gz b/objgraph-3.4.0.tar.gz new file mode 100644 index 0000000..52f2571 --- /dev/null +++ b/objgraph-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a0c2c6268e10a9e8176ae054ff3faac9a432087801e1f95c3ebbe52550295a0 +size 634554 diff --git a/python-objgraph.changes b/python-objgraph.changes index 279c733..f56541a 100644 --- a/python-objgraph.changes +++ b/python-objgraph.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu May 3 14:30:39 UTC 2018 - toddrme2178@gmail.com + +- Update to version 3.4.0 + * New functions: :func:`get_new_ids`, :func:`at_addrs`. +- Update to version 3.3.0 + * New function: :func:`growth`. +- Update to version 3.2.0 + * New ``filter`` argument for :func:`typestats`, :func:`most_common_types`, + :func:`show_most_common_types`, :func:`show_growth`. + * Show lambda functions in a more human-friendly way. +- Update to version 3.1.2 + * Correct UTF-8 mojibake in the changelog and switch all links to HTTPS. +- Update to version 3.1.1 + * Add support for Python 3.6. + * Replace bare ``except:`` in ``safe_repr()`` with ``except Exception:``. +- Use %license tag + ------------------------------------------------------------------- Wed Apr 19 16:16:46 UTC 2017 - toddrme2178@gmail.com diff --git a/python-objgraph.spec b/python-objgraph.spec index 855d663..f5ad0a9 100644 --- a/python-objgraph.spec +++ b/python-objgraph.spec @@ -1,7 +1,7 @@ # # spec file for package python-objgraph # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-objgraph -Version: 3.1.0 +Version: 3.4.0 Release: 0 Summary: Draws Python object reference graphs with graphviz License: MIT @@ -76,6 +76,7 @@ Documentation and help files for %{name} %files %{python_files} %defattr(-,root,root,-) %doc README.rst +%license LICENSE %{python_sitelib}/* %files -n python-objgraph-doc