You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/01/09 04:52:33 UTC

[13/51] [abbrv] libcloud git commit: remove Py 3.2 support

remove Py 3.2 support


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5c4d9cf2
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5c4d9cf2
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5c4d9cf2

Branch: refs/heads/trunk
Commit: 5c4d9cf2030dbbc51a7a9274acfbd11866b154ca
Parents: 32d1921
Author: Anthony Shaw <an...@apache.org>
Authored: Tue Jan 3 20:07:23 2017 +1100
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Jan 3 20:07:23 2017 +1100

----------------------------------------------------------------------
 .travis.yml | 5 -----
 setup.py    | 6 +-----
 tox.ini     | 6 +-----
 3 files changed, 2 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5c4d9cf2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d4c6c60..6393c3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ sudo: false
 python:
     - 2.6
     - 2.7
-    - 3.2
     - 3.3
     - 3.4
     - 3.5
@@ -30,9 +29,6 @@ matrix:
     - env: ENV=2.7-lxml
       python: 2.7
       before_script: TOX_ENV=py2.7-lxml
-    - env: ENV=3.2-lxml
-      python: 3.2
-      before_script: TOX_ENV=py3.2-lxml
     - env: ENV=3.3-lxml
       python: 3.3
       before_script: TOX_ENV=py3.3-lxml
@@ -71,7 +67,6 @@ matrix:
     - env: ENV=pypy-lxml
     - env: ENV=pypy3-lxml
     - env: ENV=py3.2-lxml
-    - env: ENV=3.2-lxml
     - env: ENV=3.3-lxml
     - env: ENV=3.4-lxml
     - env: ENV=3.5-lxml

http://git-wip-us.apache.org/repos/asf/libcloud/blob/5c4d9cf2/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 7c4750e..1e05352 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ DOC_TEST_MODULES = ['libcloud.compute.drivers.dummy',
                     'libcloud.container.drivers.dummy',
                     'libcloud.backup.drivers.dummy']
 
-SUPPORTED_VERSIONS = ['2.5', '2.6', '2.7', 'PyPy', '3.x']
+SUPPORTED_VERSIONS = ['2.6', '2.7', 'PyPy', '3.x']
 
 TEST_REQUIREMENTS = [
     'mock',
@@ -293,13 +293,9 @@ setup(
         'Operating System :: OS Independent',
         'Programming Language :: Python',
         'Topic :: Software Development :: Libraries :: Python Modules',
-        'Programming Language :: Python :: 2.5',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.0',
-        'Programming Language :: Python :: 3.1',
-        'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',

http://git-wip-us.apache.org/repos/asf/libcloud/blob/5c4d9cf2/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index e41a912..f15aec3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py{2.5,2.6,2.7,pypy,pypy3,3.2,3.3,3.4,3.5,3.6},lint,pylint
+envlist = py{2.5,2.6,2.7,pypy,pypy3,3.3,3.4,3.5,3.6},lint,pylint
 
 [testenv]
 passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@@ -20,7 +20,6 @@ basepython =
     {py2.7,lint,pylint,docs}: python2.7
     pypypy: pypy
     pypypy3: pypy3
-    py3.2: python3.2
     py3.3: python3.3
     py3.4: python3.4
     py3.5: python3.5
@@ -49,9 +48,6 @@ deps = -r{toxinidir}/requirements-tests.txt
 [testenv:pypypy3-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        lxml
-[testenv:py3.2-lxml]
-deps = -r{toxinidir}/requirements-tests.txt
-       lxml
 [testenv:py3.3-lxml]
 deps = -r{toxinidir}/requirements-tests.txt
        lxml