aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-file-double-encoding-bug.patch
Commit message (Collapse)AuthorAge
* gnu: python-file: Drop outdated patch.Sergei Trofimovich2017-06-01
| | | | | | | | | * gnu/local.mk: Remove python-file-double-encoding-bug.patch * gnu/packages/patches/python-file-double-encoding-bug.patch: Delete file. * gnu/packages/python.scm (python-file)[source]: Remove "python-file-double-encoding-bug.patch". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-file: Work around "double encoding" bug in file@5.28.Leo Famulari2016-10-19
* gnu/packages/patches/python-file-double-encoding-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-file)[source]: Use it. (python2-file)[source]: Use the source of FILE directly, without the patch.