aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
blob: 1573d7de00c6a0e65b699b7622910dfa4c9ba32f (about) (plain)
blob size (457KB) exceeds display size limit (100KB).
(python-2.7/fixed): New variable. Leo Famulari 2021-02-25gnu: Python 3.9: Update to 3.9.2....* gnu/packages/python.scm (python-3.9): Update to 3.9.2. [source]: Remove obsolete patch. * gnu/packages/patches/python-3.9-CVE-2021-3177.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Leo Famulari <leo@famulari.name> Greg Hogan 2021-02-23gnu: Python: Fix CVE-2021-3177....* gnu/packages/patches/python-3.8-CVE-2021-3177.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-3.8)[replacement]: New field. (python-3.8/fixed): New variable. Leo Famulari 2021-02-19gnu: Python 3.9: Fix CVE-2021-3177....* gnu/packages/patches/python-3.9-CVE-2021-3177.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-3.9)[source]: Use it. Leo Famulari 2020-12-21Merge branch 'master' into ungraftingMarius Bakke 2020-12-14gnu: Add python-3.9....* gnu/packages/python.scm (python-3.9): New variable. * gnu/packages/patches/python-3.9-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tanguy Le Carrour 2020-12-08gnu: Python: Fix CVE-2020-26116....* gnu/packages/patches/python-CVE-2020-26116.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python.scm (python-3.8)[source](patches): Add it. Marius Bakke 2020-10-26gnu: python: Disable failing tests for the Hurd....Fixes <https://bugs.gnu.org/43860>. * gnu/packages/python.scm (python-3.8)[arguments]: When building for the Hurd, disable more tests. Jan (janneke) Nieuwenhuizen 2020-09-29gnu: micropython: Update to 1.13....* gnu/packages/python.scm (micropython): Update to 1.13. Nicolas Goaziou 2020-09-14gnu: python-wrapper: Mention pip in description....* gnu/packages/python.scm (python-wrapper)[description]: Mention that `pip' won't work properly if both python and python-wrapper are installed. Pierre Neidhardt 2020-07-13gnu: micropython: Update to 1.12....* gnu/packages/python.scm (micropython): Update to 1.12. [arguments]: Add phase to compile mpy-cross before compiling micropython. Efraim Flashner