From c7870b6f9f62066d3e97021055b0bb0395ec4652cf9e5ac4f54c6bfe0d9a08a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Nov 2022 13:03:20 +0000 Subject: [PATCH] Accepting request 1034915 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 6.1.0 * Adding Python 3.11 support * Adding #195 box_from_string function (thanks to Marcelo Huerta) * Changing the deprecated toml package with modern tomllib, tomli and tomli-w usage (thanks to Michał Górny) * Fixing mypy __ior__ type (thanks to Jacob Hayes) * Fixing line endings with a pre-commit update * Fixing BoxList was using old style of super in internal code usage OBS-URL: https://build.opensuse.org/request/show/1034915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-box?expand=0&rev=15 --- 6.0.2.tar.gz | 3 --- 6.1.0.tar.gz | 3 +++ python-python-box.changes | 11 +++++++++++ python-python-box.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 6.0.2.tar.gz create mode 100644 6.1.0.tar.gz diff --git a/6.0.2.tar.gz b/6.0.2.tar.gz deleted file mode 100644 index 61af939..0000000 --- a/6.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d630b01e28e48aa9a472b2d57f9d8e1a509a3e4586471f7b5de90d87afaff1d -size 82454 diff --git a/6.1.0.tar.gz b/6.1.0.tar.gz new file mode 100644 index 0000000..c9256b0 --- /dev/null +++ b/6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da98d12e9ef737444dbf6c198c5d92624116287d8b34d0254e1c5706d094f0b3 +size 83124 diff --git a/python-python-box.changes b/python-python-box.changes index 91268d4..5381afa 100644 --- a/python-python-box.changes +++ b/python-python-box.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Nov 9 18:38:35 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 6.1.0 + * Adding Python 3.11 support + * Adding #195 box_from_string function (thanks to Marcelo Huerta) + * Changing the deprecated toml package with modern tomllib, tomli and tomli-w usage (thanks to Michał Górny) + * Fixing mypy __ior__ type (thanks to Jacob Hayes) + * Fixing line endings with a pre-commit update + * Fixing BoxList was using old style of super in internal code usage + ------------------------------------------------------------------- Fri Jun 17 12:20:56 UTC 2022 - Markéta Machová diff --git a/python-python-box.spec b/python-python-box.spec index dd2c0c8..cd463fb 100644 --- a/python-python-box.spec +++ b/python-python-box.spec @@ -20,7 +20,7 @@ # python_requires='>=3.6' %define skip_python2 1 Name: python-python-box -Version: 6.0.2 +Version: 6.1.0 Release: 0 Summary: Advanced Python dictionaries with dot notation access License: MIT