diff --git a/dotmap-1.3.17.tar.gz b/dotmap-1.3.17.tar.gz deleted file mode 100644 index 9b8b8cc..0000000 --- a/dotmap-1.3.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b359bd432a031397e7ec11acff379774ecb61bbc08b3d4f1e59863c7584ddd -size 11010 diff --git a/dotmap-1.3.22.tar.gz b/dotmap-1.3.22.tar.gz new file mode 100644 index 0000000..85cc960 --- /dev/null +++ b/dotmap-1.3.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621ab212dda503dcd2881a40f051d10b602d43051d5d243919839db01b12530b +size 11521 diff --git a/python-dotmap.changes b/python-dotmap.changes index 9f5e1ea..b1937f5 100644 --- a/python-dotmap.changes +++ b/python-dotmap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 22 03:56:59 UTC 2020 - Steve Kowalik + +- Update to 1.3.22: + * No changelog + ------------------------------------------------------------------- Tue Jun 16 04:25:23 UTC 2020 - Steve Kowalik diff --git a/python-dotmap.spec b/python-dotmap.spec index 7ecd3d8..e1ce5cd 100644 --- a/python-dotmap.spec +++ b/python-dotmap.spec @@ -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}