python: rename patches to the new convention
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Dec 2014 20:54:55 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Jan 2015 18:30:25 +0000 (19:30 +0100)
commit897d07c313104ddb54fcf9c538acb0ca65e1a687
tree6a92eaeced471ff0029b54d00b86ede1c8c4a18f
parent9badea2d058a75182f2a37bbefa0aaf48020575d
python: rename patches to the new convention

Note that we don't use completely sequential numbers, because patches
below 100 are used to address cross-compilation issues in Python,
while patches above 100 are used to make more Python modules
configurable.

[Thomas: fixup commit log.]

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
62 files changed:
package/python/001-remove-host-header-path.patch [new file with mode: 0644]
package/python/002-fix-get-python-inc.patch [new file with mode: 0644]
package/python/004-sysconfigdata-install-location.patch [new file with mode: 0644]
package/python/005-pyc-pyo-conditional.patch [new file with mode: 0644]
package/python/006-cross-compile-getaddrinfo.patch [new file with mode: 0644]
package/python/007-disable-extensions.patch [new file with mode: 0644]
package/python/008-distutils-use-python-sysroot.patch [new file with mode: 0644]
package/python/009-no-termcap-host-path.patch [new file with mode: 0644]
package/python/010-fix-python-config.patch [new file with mode: 0644]
package/python/011-remove-python-symlink.patch [new file with mode: 0644]
package/python/012-support-library-path-old-compilers.patch [new file with mode: 0644]
package/python/013-dont-add-multiarch-path.patch [new file with mode: 0644]
package/python/014-abort-on-failed-modules.patch [new file with mode: 0644]
package/python/015-fix-sqlite-without-threads.patch [new file with mode: 0644]
package/python/016-serial-ioctl-workaround.patch [new file with mode: 0644]
package/python/017-distutils-scripts-dont-adjust-shebang.patch [new file with mode: 0644]
package/python/100-optional-test-modules.patch [new file with mode: 0644]
package/python/101-optional-pydoc.patch [new file with mode: 0644]
package/python/102-optional-2to3.patch [new file with mode: 0644]
package/python/103-optional-sqlite.patch [new file with mode: 0644]
package/python/104-optional-tk.patch [new file with mode: 0644]
package/python/105-optional-curses.patch [new file with mode: 0644]
package/python/106-optional-expat.patch [new file with mode: 0644]
package/python/107-optional-codecs-cjk.patch [new file with mode: 0644]
package/python/108-optional-nis.patch [new file with mode: 0644]
package/python/109-optional-unicodedata.patch [new file with mode: 0644]
package/python/110-optional-db.patch [new file with mode: 0644]
package/python/111-optional-ssl.patch [new file with mode: 0644]
package/python/112-optional-bzip2.patch [new file with mode: 0644]
package/python/113-optional-zlib.patch [new file with mode: 0644]
package/python/114-remove-idle-editor.patch [new file with mode: 0644]
package/python/python-001-remove-host-header-path.patch [deleted file]
package/python/python-002-fix-get-python-inc.patch [deleted file]
package/python/python-004-sysconfigdata-install-location.patch [deleted file]
package/python/python-005-pyc-pyo-conditional.patch [deleted file]
package/python/python-006-cross-compile-getaddrinfo.patch [deleted file]
package/python/python-007-disable-extensions.patch [deleted file]
package/python/python-008-distutils-use-python-sysroot.patch [deleted file]
package/python/python-009-no-termcap-host-path.patch [deleted file]
package/python/python-010-fix-python-config.patch [deleted file]
package/python/python-011-remove-python-symlink.patch [deleted file]
package/python/python-012-support-library-path-old-compilers.patch [deleted file]
package/python/python-013-dont-add-multiarch-path.patch [deleted file]
package/python/python-014-abort-on-failed-modules.patch [deleted file]
package/python/python-015-fix-sqlite-without-threads.patch [deleted file]
package/python/python-016-serial-ioctl-workaround.patch [deleted file]
package/python/python-017-distutils-scripts-dont-adjust-shebang.patch [deleted file]
package/python/python-100-optional-test-modules.patch [deleted file]
package/python/python-101-optional-pydoc.patch [deleted file]
package/python/python-102-optional-2to3.patch [deleted file]
package/python/python-103-optional-sqlite.patch [deleted file]
package/python/python-104-optional-tk.patch [deleted file]
package/python/python-105-optional-curses.patch [deleted file]
package/python/python-106-optional-expat.patch [deleted file]
package/python/python-107-optional-codecs-cjk.patch [deleted file]
package/python/python-108-optional-nis.patch [deleted file]
package/python/python-109-optional-unicodedata.patch [deleted file]
package/python/python-110-optional-db.patch [deleted file]
package/python/python-111-optional-ssl.patch [deleted file]
package/python/python-112-optional-bzip2.patch [deleted file]
package/python/python-113-optional-zlib.patch [deleted file]
package/python/python-114-remove-idle-editor.patch [deleted file]