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
This commit is contained in:
2021-09-09 11:29:08 +00:00
committed by Git OBS Bridge
parent 315760e291
commit bbec746cde
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>