15
0
forked from pool/python-atom

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=5
This commit is contained in:
2020-05-07 02:49:55 +00:00
committed by Git OBS Bridge
parent 3666cb8dc0
commit a34c0eb36d
4 changed files with 17 additions and 7 deletions

View File

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