From 341a66635197f3c2681cfb9395d7baa3496503e3 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 22 Mar 2014 18:24:21 -0700 Subject: [PATCH 1/4] Revert "Add a setup.cfg identifying this package as universal" This reverts commit 61e32319fc9f0390818e518a4890766d1253a165. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 5e40900..0000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[wheel] -universal = 1 From bd81c94825747f082c9c066abab8136d9831a3f2 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 22 Mar 2014 18:24:28 -0700 Subject: [PATCH 2/4] Revert "Changelog fixes #290" This reverts commit 270dacaf33279bed2ae599d718183cec541e032d. --- sites/www/changelog.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 545afff..cf5c142 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,8 +2,6 @@ Changelog ========= -* :support:`290` Add a ``setup.cfg`` marking Paramiko as 'universal' when - generating wheel files. Courtesy of Alex Gaynor. * :support:`284` Add Python language trove identifiers to ``setup.py``. Thanks to Alex Gaynor for catch & patch. * :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if From 8922bbe7d3a1d8e0dfa938068bd683580ecae880 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 22 Mar 2014 18:25:45 -0700 Subject: [PATCH 3/4] Revert "Revert "Changelog fixes #290"" This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2. --- sites/www/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index a355811..ade79cc 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +* :support:`290` Add a ``setup.cfg`` marking Paramiko as 'universal' when + generating wheel files. Courtesy of Alex Gaynor. * :support:`284` Add Python language trove identifiers to ``setup.py``. Thanks to Alex Gaynor for catch & patch. * :bug:`235` Improve string type testing in a handful of spots (e.g. ``s/if From 0857a817ff291de4436771aa379add6334344ddf Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 22 Mar 2014 18:25:51 -0700 Subject: [PATCH 4/4] Revert "Revert "Add a setup.cfg identifying this package as universal"" This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3. --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..5e40900 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1