Package Release Info

python-greenlet-0.4.13-bp152.2.15

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-greenlet-devel
python3-greenlet-devel

Change Logs

* Fri Feb 02 2018 tchvatal@suse.com
- Add patch to fix build on ppc64le to not clobber r2 register:
  * greenlet-ppc64le.patch
* Fri Feb 02 2018 tchvatal@suse.com
- Version update to 0.4.13:
  * Support for Python 3.7
  * Support for MinGW x64
* Wed Apr 19 2017 toddrme2178@gmail.com
- Update to 0.4.12
  * Stop using trashcan api
- Update to 0.4.11
  * Fixes for aarch64 architecture
- Implement singlespec version
* Fri Sep 02 2016 tbechtold@suse.com
- update to 4.10.0:
  - Added missing files to manifest
  - Added workaround for ppc32 on Linux
  - Start building binary manylinux1 wheels
- Use pypi.io as Source url
* Sat Apr 16 2016 t.gruner@katodev.de
- update to 0.4.9
- remove ppc64le-support.patch (is part of this version now)
* Mon Jun 22 2015 tbechtold@suse.com
- update to 0.4.7:
  - Added a missing workaround for `return 0` on mips
  - Restore compatibility with Python 2.5
  - Fixed stack switching on sparc
* Wed May 06 2015 benoit.monin@gmx.fr
- update to version 0.4.6:
  * Expose `_stack_saved` property on greenlet objects, it may be
    used to introspect the amount of memory used by a saved stack,
    but the API is subject to change in the future
  * Added a workaround for `return 0` compiler optimizations on all
    architectures
  * C API typo fixes
- add -fno-strict-aliasing to CFLAGS to fix compiler warnings
- remove hidden file .buildinfo from html documentation
* Tue Nov 18 2014 toddrme2178@gmail.com
- Update to 0.4.5
  - Fixed several bugs in greenlet C API
  - Fixed a bug in multi-threaded applications, which manifested itself
    with spurious "cannot switch to a different thread" exceptions
  - Fixed some crashes on arm and mips architectures
* Thu Nov 06 2014 tserong@suse.com
- Include LICENSE and LICENSE.PSF in package
* Mon Nov 03 2014 dvaleev@suse.com
- build with -fno-tree-dominator-opts (boo#902146)
* Fri Sep 12 2014 dmueller@suse.com
- update to 0.4.4:
  - Fixed PyGreenlet_SetParent signature, thanks to BoonsNaibot
  - Fixed 64-bit Windows builds depending on wrong runtime dll
* Fri Aug 15 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 2014 speilicke@suse.com
- Update to version 0.4.2:
  + Add .travis.yml
  + Fix 'err' may be used uninitialized in this function
  + Check _MSC_VER for msvc specific code
  + Fix slp_switch on SPARC for multi-threaded environments
  + Add support for m68k
* Tue Dec 10 2013 uweigand@de.ibm.com
- ppc64le-support.patch: Support powerpc64le-linux (ELFv2 ABI).
  Save/restore vector and floating-point registers as well on ppc.
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Thu Aug 08 2013 dvaleev@suse.com
- run tests we optflags. Stuff got compiled in %check again.
* Tue Aug 06 2013 speilicke@suse.com
- Drop python-greenlet-aarch64-support.diff
* Mon Jun 10 2013 dmueller@suse.com
- update to 0.4.1:
  * fix segfaults when using gcc 4.8 on amd64/x86 unix
  * try to disable certain gcc 4.8 optimizations that make greenlet
    crash
  * Fix greenlet on aarch64 with gcc 4.8
  * workaround segfault on SunOS/sun4v
  * Add support for Aarch64
  * Add support for x32 psABI on x86_64
  * Changed memory constraints for assembly macro for PPC Linux
  platforms.
- remove python-greenlet-aarch64-support.diff
* Mon Apr 08 2013 matz@suse.de
- Add python-greenlet-aarch64-support.diff, for, well, aarch64
  support.
* Wed Jan 02 2013 toddrme2178@gmail.com
- Fix building on SLES