15
0
forked from pool/python-atom

Accepting request 829857 from devel:languages:python

- 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/request/show/829857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atom?expand=0&rev=4
This commit is contained in:
2020-08-29 18:38:29 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:633705c3c86598ced05d8e96c802b2bae8943b5cee1c6dda391451a3d06cd8df
size 112496

3
0.5.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:054c377b45b5c69cceff1fd1843c28eaa5669f784a4ad2e370137631f726cec8
size 113180

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>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-atom
Version: 0.5.0
Version: 0.5.2
Release: 0
Summary: Memory efficient Python objects
License: BSD-3-Clause