Age | Commit message (Expand) | Author |
2019-02-23 | gnu: Python: Consolidate test patches....While at it, adjust patches for -p1 patch flag.
* gnu/packages/patches/python-fix-tests.patch: Delete file. Move contents ...
* gnu/packages/patches/python-3-fix-tests.patch: ... here.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-3.7)[source](patches): Remove obsolete.
[source](patch-flags): Remove.
* gnu/packages/patches/python-3-deterministic-build-info.patch,
gnu/packages/patches/python-3-search-paths.patch: Adjust for `patch -p1`.
| Marius Bakke |
2017-03-12 | gnu: python@3.5: Update to 3.5.3....* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper): Update to 3.5.3.
* gnu/packages/patches/python-fix-tests.patch: Adjust patch context.
* gnu/packages/patches/python-3.5-fix-tests.patch: Likewise. Patch one new test.
| Marius Bakke |
2016-08-29 | gnu: python-3: Update to python-3.5.2....* gnu/packages/patches/python-3.4-fix-tests.patch,
gnu/packages/patches/python-3.5-fix-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/patches/python-fix-tests.patch: Move python-3.4 specific
hunk to 'gnu/packages/patches/python-3.4-fix-tests.patch'.
* gnu/packages/python.scm (python-3.5): New variable.
(python-3.4): Inherit from python-3.5.
[source]: Use 'gnu/packages/patches/python-3.4-fix-tests.patch'.
(python-3): Point to python-3.5.
Co-authored-by: Diane Trout <diane@ghic.org>
Co-authored-by: Christopher Allan Webber <cwebber@dustycloud.org>
| Leo Famulari |
2015-04-10 | python: Update to 3.4.3...* gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3.
* gnu/packages/patches/python-fix-tests.patch: Update the required test fixes.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it...
* gnu-system.am (dist_patch_DATA): ... and do not reference it here.
| Cyril Roelandt |
2014-04-07 | gnu: Python: disable failing tests on MIPS64....* gnu/packages/patches/python-fix-tests.patch: disable two failing tests on
MIPS64.
| Cyril Roelandt |
2014-04-07 | gnu: Python: disable test_wait_result() as it fails on some setups...* gnu/packages/patches/python-fix-tests.patch: disable a failing test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Cyril Roelandt |
2014-03-25 | gnu: Enable tests in Python 3....* gnu/packages/python.scm: enable tests for Python 3
* gnu/packages/python-fix-tests.patch: New file.
* gnu/packages/gnu-system.am (dist_patch_DATA): add it.
| Cyril Roelandt |