From bbec746cdeecc5794129c9abd6f2d163bca97a230d8c2dc2d9bea0fbd0c5003c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Sep 2021 11:29:08 +0000 Subject: [PATCH] Accepting request 916137 from home:glaubitz:branches:devel:languages:python - Update to 1.3.24 * Include license metadata in setup.py (#79) * drop 2.7 support * ignore ds store * drop python 2.7 test support * update pytest * Donate link for those interested - from version 1.2.23 * fix for circular references in __init__ (#71) OBS-URL: https://build.opensuse.org/request/show/916137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dotmap?expand=0&rev=7 --- dotmap-1.3.22.tar.gz | 3 --- dotmap-1.3.24.tar.gz | 3 +++ python-dotmap.changes | 13 +++++++++++++ python-dotmap.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 dotmap-1.3.22.tar.gz create mode 100644 dotmap-1.3.24.tar.gz diff --git a/dotmap-1.3.22.tar.gz b/dotmap-1.3.22.tar.gz deleted file mode 100644 index 85cc960..0000000 --- a/dotmap-1.3.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621ab212dda503dcd2881a40f051d10b602d43051d5d243919839db01b12530b -size 11521 diff --git a/dotmap-1.3.24.tar.gz b/dotmap-1.3.24.tar.gz new file mode 100644 index 0000000..ff46cff --- /dev/null +++ b/dotmap-1.3.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193c5803c3429d73347e96168e87a61c49183ab97c7b214f78f6ff0ff38473d7 +size 11981 diff --git a/python-dotmap.changes b/python-dotmap.changes index b1937f5..0f1d44b 100644 --- a/python-dotmap.changes +++ b/python-dotmap.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 3 11:42:02 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 1.3.24 + * Include license metadata in setup.py (#79) + * drop 2.7 support + * ignore ds store + * drop python 2.7 test support + * update pytest + * Donate link for those interested +- from version 1.2.23 + * fix for circular references in __init__ (#71) + ------------------------------------------------------------------- Thu Oct 22 03:56:59 UTC 2020 - Steve Kowalik diff --git a/python-dotmap.spec b/python-dotmap.spec index e1ce5cd..05fa856 100644 --- a/python-dotmap.spec +++ b/python-dotmap.spec @@ -1,7 +1,7 @@ # # spec file for package python-dotmap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dotmap -Version: 1.3.22 +Version: 1.3.24 Release: 0 Summary: Python ordered, dynamically-expandable dot-access dictionary License: MIT