1
0

Accepting request 303987 from home:benoit_monin:branches:devel:languages:python

- update to version 3.3.0.20
- update project URL
- add fdupes as BuildRequires and call it after install
- remove BuildRequires python-nose-cover3, not needed by the tests anymore
- set a minimum version for python-nose
- remove unwanted shebang of funtests/setup.py
- add -fno-strict-aliasing to CFLAGS to avoid potential breakage

OBS-URL: https://build.opensuse.org/request/show/303987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=24
This commit is contained in:
Michal Čihař
2015-04-27 07:24:37 +00:00
committed by Git OBS Bridge
parent f960a6f382
commit 7c5eeb313e
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Apr 25 19:37:13 UTC 2015 - benoit.monin@gmx.fr
- update to version 3.3.0.20:
* Pool: Timeouts will attempt to send SIGKILL, but this signal
does not exist on Windows. Replaced with SIGTERM.
- additional changes from version 3.3.0.19:
* Pool: Exceptions in user timeout callbacks are now logged
instead of crashing the pool. Contributed by Pierre Fersing.
* Pool: Exit codes in errors were improperly being represented
as signals.
* Pool: ``.map``. and ``.imap`` now working again.
* Now builds on FreeBSD 10. Contributed by Michael Fladischer.
- update project URL
- add fdupes as BuildRequires and call it after install
- remove BuildRequires python-nose-cover3, not needed by the tests
anymore
- set a minimum version for python-nose
- remove unwanted shebang of funtests/setup.py
- add -fno-strict-aliasing to CFLAGS to avoid potential breakage
-------------------------------------------------------------------
Fri Aug 15 11:40:21 UTC 2014 - mcihar@suse.cz