summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-file-double-encoding-bug.patch
AgeCommit message (Expand)Author
2017-06-01gnu: python-file: Drop outdated patch....* 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> Sergei Trofimovich
2016-10-19gnu: python-file: Work around "double encoding" bug in file@5.28....* 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. Leo Famulari