15
0
forked from pool/python-dotmap

- Update to 1.3.22:

* No changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dotmap?expand=0&rev=5
This commit is contained in:
2020-10-22 03:57:42 +00:00
committed by Git OBS Bridge
parent 33e6b9b58c
commit 315760e291
4 changed files with 10 additions and 5 deletions

View File

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

3
dotmap-1.3.22.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 22 03:56:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.3.22:
* No changelog
-------------------------------------------------------------------
Tue Jun 16 04:25:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dotmap
Version: 1.3.17
Version: 1.3.22
Release: 0
Summary: Python ordered, dynamically-expandable dot-access dictionary
License: MIT
Group: Development/Languages/Python
URL: https://github.com/drgrib/dotmap
Source: https://files.pythonhosted.org/packages/source/d/dotmap/dotmap-%{version}.tar.gz
BuildRequires: %{python_module setuptools}