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
This commit is contained in:
parent
eda208641c
commit
d8e0d18016
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b3a39e8bb7a3530324ba50f65415448cf5279d8c67c0556a0bdf3c8f7c6510
|
||||
size 629772
|
3
objgraph-3.4.0.tar.gz
Normal file
3
objgraph-3.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a0c2c6268e10a9e8176ae054ff3faac9a432087801e1f95c3ebbe52550295a0
|
||||
size 634554
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user