forked from pool/python-greenlet
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:
parent
6f9c19a92d
commit
d8d1abf2b9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea671592f8460541286b133ed46a6cf5311a6b75051cc31b53e2bc38992b775a
|
||||
size 75749
|
@ -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
3
greenlet-0.4.3.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c94f6c3d3e34d4900a277181619a5854cf5a331903f84160591e325d881659a6
|
||||
size 76473
|
@ -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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: python-greenlet
|
||||
Version: 0.4.2
|
||||
Version: 0.4.3
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/greenlet
|
||||
Summary: Lightweight in-process concurrent programming
|
||||
|
Loading…
Reference in New Issue
Block a user