15
0
forked from pool/python-atom

- Update to 0.5.2:

* make comparison used in C safe (fix bug introduced in 0.5.0) PR #107
  * fix bug in using atomlist from C PR #102
  * clarify Unicode deprecation warning PR #102

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=7
This commit is contained in:
2020-08-27 05:06:19 +00:00
committed by Git OBS Bridge
parent a34c0eb36d
commit e5df3a8598
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 27 05:05:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.2:
* make comparison used in C safe (fix bug introduced in 0.5.0) PR #107
* fix bug in using atomlist from C PR #102
* clarify Unicode deprecation warning PR #102
-------------------------------------------------------------------
Thu May 7 02:46:58 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>