14
0

- Update to 2019.6.8:

* Jupyter/iPython pretty printing works even better than before. Everything lines up and is easier to read at a glance.
  * Tab auto-completion now shows both class methods and data attribute. Previously it only showed data attributes.
  * Full support for pickle serialization/deserialization.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-namespace?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-07-23 13:41:56 +00:00
committed by Git OBS Bridge
parent 0a59da6d7b
commit 4d18b83d13
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f89f225edf0c7f521445b72de13be8593289ecfdac6a39c2f7d80f72d73413bb
size 4902

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65e5782f1702b1de3ce4be68638448405d88975e47e8e712028b6361bfbc7b61
size 5193

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 23 13:40:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2019.6.8:
* Jupyter/iPython pretty printing works even better than before. Everything lines up and is easier to read at a glance.
* Tab auto-completion now shows both class methods and data attribute. Previously it only showed data attributes.
* Full support for pickle serialization/deserialization.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 3 11:04:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Mon Jun 3 11:04:06 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ordered-namespace Name: python-ordered-namespace
Version: 2018.6.26 Version: 2019.6.8
Release: 0 Release: 0
Summary: Python namespace class Summary: Python namespace class
License: MIT License: MIT