From 10da885ff516d63ccdedd4c65691c86d1dec6979 Mon Sep 17 00:00:00 2001 From: John Evans Date: Sun, 4 Aug 2013 11:36:38 -0400 Subject: [PATCH] No longer needed, better suited for a wiki page. Closes #95. --- release.txt | 59 ----------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 release.txt diff --git a/release.txt b/release.txt deleted file mode 100644 index 17d55e0..0000000 --- a/release.txt +++ /dev/null @@ -1,59 +0,0 @@ -| OS | Python | Python | Python | Notes | -| | 2.6 | 2.7 | 3.3 | | -+-----------+--------+--------+--------+--------------------------------------+ -| Windows | | X | | WinPython with OpenJPEG 1.5.1 and | -| | | | | OpenJPEG 2.0.0. 267 of 455 tests | -| | | | | pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Windows | | | X | WinPython with OpenJPEG 1.5.1 and | -| | | | | OpenJPEG svn. 307 of 455 tests | -| | | | | pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Mac | X | | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 354 of 456 tests | -| | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Mac | X | | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG 2.0. 315 of 456 tests | -| | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Mac | | X | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 379 of 461 tests | -| | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Mac | | X | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG 2.0. 340 of 461 tests | -| | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Mac | | | X | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 407 of 461 | -| | | | | tests should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Mac | | | X | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG 2.0. 355 of 461 | -| | | | | tests should pass. | -+-----------+--------+--------+-----------------------------------------------+ -| Fedora 19 | | | X | Ships with 1.5.1, openjp2 svn built, | -| | | | | too. 407 of 461 tests should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Fedora 18 | | X | | Ships with 1.5.1. 173 of 456 tests | -| | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Fedora 17 | | X | | Ships with 1.4.0. 171 of 456 tests | -| | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| CentOS | X | | | Ships with 1.3.0. 169 of 456 tests | -| 6.3 | | | | should pass. | -+-----------+--------+--------+--------+--------------------------------------+ -| Raspberry | | X | | Ships with 1.3.0. 171 of 456 tests | -| Pi | | | | should pass. | -| Debian 7 | | | | | -+-----------+--------+--------+--------+--------------------------------------+ - -Make release branch, qualify on all platforms. -Pylint on entire package should exceed 0.95. -pep8 should be pass cleanly. -Coverage should exceed 95%. -Make release candidate, push to Pypi, qualify in virtual environment. -Merge release branch to master, tag, push to master, push to Pypi. -