From 41ddf6532f5c51c451c5bf4bba22317ca16428a9615446b8eba0e2cac7ff80b4 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 7 May 2015 11:58:25 +0000 Subject: [PATCH] Accepting request 305574 from home:benoit_monin:branches:devel:languages:python - update to version 0.4.6 - add -fno-strict-aliasing to CFLAGS to fix compiler warnings - remove hidden file .buildinfo from html documentation OBS-URL: https://build.opensuse.org/request/show/305574 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=31 --- greenlet-0.4.5.zip | 3 --- greenlet-0.4.6.zip | 3 +++ python-greenlet.changes | 13 +++++++++++++ python-greenlet.spec | 10 +++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 greenlet-0.4.5.zip create mode 100644 greenlet-0.4.6.zip diff --git a/greenlet-0.4.5.zip b/greenlet-0.4.5.zip deleted file mode 100644 index d8ca6d4..0000000 --- a/greenlet-0.4.5.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b990f00f120c4cfb6672eec2acd32210990a2c7b70b815c034d1d8cbf08e2dbe -size 77396 diff --git a/greenlet-0.4.6.zip b/greenlet-0.4.6.zip new file mode 100644 index 0000000..c936904 --- /dev/null +++ b/greenlet-0.4.6.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3000b5c4301a0285f914fd7bb2eb613279f7098000c8e2150b169abcad4c3393 +size 77759 diff --git a/python-greenlet.changes b/python-greenlet.changes index 2ab2d51..e810863 100644 --- a/python-greenlet.changes +++ b/python-greenlet.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 6 12:29:51 UTC 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 13:57:34 UTC 2014 - toddrme2178@gmail.com diff --git a/python-greenlet.spec b/python-greenlet.spec index c630e0b..197f847 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-greenlet # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-greenlet -Version: 0.4.5 +Version: 0.4.6 Release: 0 Url: http://pypi.python.org/pypi/greenlet Summary: Lightweight in-process concurrent programming @@ -58,14 +58,14 @@ This package contains header files required for C modules development. %patch1 -p1 %build -CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py build -cd doc && make html +CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing" python setup.py build +cd doc && make html && rm _build/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -CFLAGS="%{optflags} -fno-tree-dominator-opts" python setup.py test +CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing" python setup.py -q test %files %defattr(-,root,root)