14
0

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:
Todd R
2018-05-03 16:01:15 +00:00
committed by Git OBS Bridge
parent eda208641c
commit d8e0d18016
4 changed files with 24 additions and 5 deletions

View File

@@ -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