From ac033ab163517929ae6999223c7f0c9e44c591814972599c8a69ff80f0e6f828 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 18 Jun 2022 13:07:23 +0000 Subject: [PATCH] Accepting request 983341 from home:mcalabkova:branches:devel:languages:python - Update to 6.0.2 * Adding Cython support to greatly speed up normal Box operations on supported systems * Adding #196 support for sliceable boxes * Changing #208 __repr__ to produce eval-able text * Removing support for ruamel.yaml < 0.17 OBS-URL: https://build.opensuse.org/request/show/983341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=13 --- 5.4.1.tar.gz | 3 --- 6.0.2.tar.gz | 3 +++ python-python-box.changes | 9 +++++++++ python-python-box.spec | 12 ++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 5.4.1.tar.gz create mode 100644 6.0.2.tar.gz diff --git a/5.4.1.tar.gz b/5.4.1.tar.gz deleted file mode 100644 index 9b87227..0000000 --- a/5.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c76d557db18a5737446a27b3619525d1877ceae4d7f3884fd7207ad06974e16e -size 79626 diff --git a/6.0.2.tar.gz b/6.0.2.tar.gz new file mode 100644 index 0000000..61af939 --- /dev/null +++ b/6.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d630b01e28e48aa9a472b2d57f9d8e1a509a3e4586471f7b5de90d87afaff1d +size 82454 diff --git a/python-python-box.changes b/python-python-box.changes index fa079e0..91268d4 100644 --- a/python-python-box.changes +++ b/python-python-box.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 17 12:20:56 UTC 2022 - Markéta Machová + +- Update to 6.0.2 + * Adding Cython support to greatly speed up normal Box operations on supported systems + * Adding #196 support for sliceable boxes + * Changing #208 __repr__ to produce eval-able text + * Removing support for ruamel.yaml < 0.17 + ------------------------------------------------------------------- Wed Dec 8 09:55:04 UTC 2021 - pgajdos@suse.com diff --git a/python-python-box.spec b/python-python-box.spec index e262a8d..dd2c0c8 100644 --- a/python-python-box.spec +++ b/python-python-box.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-box # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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_requires='>=3.6' %define skip_python2 1 Name: python-python-box -Version: 5.4.1 +Version: 6.0.2 Release: 0 Summary: Advanced Python dictionaries with dot notation access License: MIT @@ -34,12 +34,12 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module msgpack >= 1.0.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module ruamel.yaml >= 0.16.10} -BuildRequires: %{python_module toml >= 0.10.1} +BuildRequires: %{python_module ruamel.yaml >= 0.17} +BuildRequires: %{python_module toml >= 0.10.2} # /SECTION Requires: python-msgpack >= 1.0.0 -Requires: python-ruamel.yaml >= 0.16.10 -Requires: python-toml >= 0.10.1 +Requires: python-ruamel.yaml >= 0.17 +Requires: python-toml >= 0.10.2 %python_subpackages %description