15
0
forked from pool/python-dotmap

Accepting request 917708 from devel:languages:python

- Replace python setup.py test with running unittest runner directly.
- 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/917708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dotmap?expand=0&rev=4
This commit is contained in:
2021-09-09 21:07:38 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 6 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:193c5803c3429d73347e96168e87a61c49183ab97c7b214f78f6ff0ff38473d7
size 11981

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 9 11:33:09 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Replace python setup.py test with running unittest runner directly.
-------------------------------------------------------------------
Fri Sep 3 11:42:02 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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
@@ -44,7 +44,7 @@ Python ordered, dynamically-expandable dot-access dictionary.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pyunittest -v dotmap.test
%files %{python_files}
%doc README.md