From 4d18b83d134c109178fcedcc326940be06b45f3559e92f9b70e795af6e1c8e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Jul 2019 13:41:56 +0000 Subject: [PATCH] - 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 --- ordered_namespace-2018.6.26.tar.gz | 3 --- ordered_namespace-2019.6.8.tar.gz | 3 +++ python-ordered-namespace.changes | 8 ++++++++ python-ordered-namespace.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 ordered_namespace-2018.6.26.tar.gz create mode 100644 ordered_namespace-2019.6.8.tar.gz diff --git a/ordered_namespace-2018.6.26.tar.gz b/ordered_namespace-2018.6.26.tar.gz deleted file mode 100644 index bc5f90b..0000000 --- a/ordered_namespace-2018.6.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f89f225edf0c7f521445b72de13be8593289ecfdac6a39c2f7d80f72d73413bb -size 4902 diff --git a/ordered_namespace-2019.6.8.tar.gz b/ordered_namespace-2019.6.8.tar.gz new file mode 100644 index 0000000..19e819c --- /dev/null +++ b/ordered_namespace-2019.6.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e5782f1702b1de3ce4be68638448405d88975e47e8e712028b6361bfbc7b61 +size 5193 diff --git a/python-ordered-namespace.changes b/python-ordered-namespace.changes index b515762..f3ec3fb 100644 --- a/python-ordered-namespace.changes +++ b/python-ordered-namespace.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jul 23 13:40:19 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-ordered-namespace.spec b/python-ordered-namespace.spec index c03079d..02edcc2 100644 --- a/python-ordered-namespace.spec +++ b/python-ordered-namespace.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ordered-namespace -Version: 2018.6.26 +Version: 2019.6.8 Release: 0 Summary: Python namespace class License: MIT