forked from pool/python-atom
* 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
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to 0.5.0:
|
|
* drop Python 2 support PR #83
|
|
* use cppy to write the c++ extension PR #83
|
|
* add c++ implememtation of AtomDict PR #93
|
|
* add a Set member PR #93
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 12:58:53 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.4.3:
|
|
* Remove dependency on future which was slowing down import time
|
|
- Switch to github tarball for tests and license
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 15 15:31:15 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|