1
0

Accepting request 244824 from home:Nijel:branches:devel:languages:python

- Update to version 0.4.3:
  + Better slp_switch performance on SPARC
  + Drop support for Python 2.3
  + Fix trashcan assertions on debug builds of Python
  + Remove deprecated -fno-tree-dominator-opts compiler switch
  + Enable switch code for SunStudio on 32-bit SunOS
  + Support for abc abstract methods in greenlet subclasses
  + Support custom directories for tests
  + Document switch tracing support

OBS-URL: https://build.opensuse.org/request/show/244824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=21
This commit is contained in:
Michal Čihař 2014-08-15 12:06:41 +00:00 committed by Git OBS Bridge
parent 6f9c19a92d
commit d8d1abf2b9
5 changed files with 17 additions and 7 deletions

View File

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

View File

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

3
greenlet-0.4.3.zip Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Aug 15 11:58:41 UTC 2014 - mcihar@suse.cz
- Update to version 0.4.3:
+ Better slp_switch performance on SPARC
+ Drop support for Python 2.3
+ Fix trashcan assertions on debug builds of Python
+ Remove deprecated -fno-tree-dominator-opts compiler switch
+ Enable switch code for SunStudio on 32-bit SunOS
+ Support for abc abstract methods in greenlet subclasses
+ Support custom directories for tests
+ Document switch tracing support
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 17 15:26:02 UTC 2014 - speilicke@suse.com Fri Jan 17 15:26:02 UTC 2014 - speilicke@suse.com

View File

@ -18,7 +18,7 @@
Name: python-greenlet Name: python-greenlet
Version: 0.4.2 Version: 0.4.3
Release: 0 Release: 0
Url: http://pypi.python.org/pypi/greenlet Url: http://pypi.python.org/pypi/greenlet
Summary: Lightweight in-process concurrent programming Summary: Lightweight in-process concurrent programming