1
0

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

- BuildRequires only python3-Sphinx for doc generation
- update to version 3.5.0.2
- convert the package to singlespec and import changes from python3-billiard
- change the source URL to pythonhosted.org
- update the BuildRequires for test
- split the documentation to a separate package
- remove the shebang cleanup: not needed anymore

OBS-URL: https://build.opensuse.org/request/show/508050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=28
This commit is contained in:
Thomas Bechtold
2017-07-04 12:26:30 +00:00
committed by Git OBS Bridge
parent 94fc4e7dfa
commit 17877972b3
4 changed files with 76 additions and 26 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Jun 26 20:20:22 UTC 2017 - benoit.monin@gmx.fr
- update to version 3.5.0.2:
* max_memory_per_child was measured in kilobytes on Linux, but
bytes on *BSD/MacOS, it's now always kilobytes.
* Windows: Adds support for max_memory_per_child, but requires
the psutil package to be installed.
* Fixed bug in ForkingPickler.loadbuf, where it tried to pass
a BytesIO instance directly to ``pickle.loads`` on Python 2.7.
- additional changes from version 3.5.0.1:
* Connection: Properly handle EINTR (Issue #191).
* Fixed bug with missing CreateProcess for Windows on Python 2.7.
* Adds Process._counter for compatibility with Python <3.5.
- additional changes from version 3.5.0.0:
* No longer supports Python 2.6
You need Python 2.7 or later to use this version of billiard.
* Merged changes from CPython 3.5
- convert the package to singlespec and import changes from
python3-billiard
- change the source URL to pythonhosted.org
- update the BuildRequires for test:
* remove mock, nose and unittest2
* add case and pytest
- split the documentation to a separate package
- remove the shebang cleanup: not needed anymore
-------------------------------------------------------------------
Wed Jan 13 17:52:14 UTC 2016 - antoine.belvire@laposte.net