15
0
forked from pool/python-json5

Accepting request 901300 from home:polslinux:branches:devel:languages:python

- Update to 0.9.6
  * Bump development status classifier to 5 - Production/Stable
  * Bump the tested Python versions to 2.7, 3.8 and 3.9
  * GitHub issue #46 Fix incorrect serialization of custom subtypes
  * Make it possible to run the tests if hypothesis isn't installed.
  * Miscellaneous non-source cleanups in the repo

OBS-URL: https://build.opensuse.org/request/show/901300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json5?expand=0&rev=7
This commit is contained in:
2021-06-22 15:20:34 +00:00
committed by Git OBS Bridge
parent c3a7c63f84
commit cc597acad7
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 22 08:52:38 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.9.6
* Bump development status classifier to 5 - Production/Stable
* Bump the tested Python versions to 2.7, 3.8 and 3.9
* GitHub issue #46 Fix incorrect serialization of custom subtypes
* Make it possible to run the tests if hypothesis isn't installed.
* Miscellaneous non-source cleanups in the repo
-------------------------------------------------------------------
Mon May 25 10:59:34 UTC 2020 - Petr Gajdos <pgajdos@suse.com>