diff --git a/programming/language/python/pip/pspec.xml b/programming/language/python/pip/pspec.xml index 1e27cafa6a..46ba82df80 100644 --- a/programming/language/python/pip/pspec.xml +++ b/programming/language/python/pip/pspec.xml @@ -11,7 +11,7 @@ The PyPA recommended tool for installing Python packages The PyPA recommended tool for installing Python packages MIT - https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz + https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz python-setuptools @@ -46,6 +46,13 @@ + + 2016-01-29 + 8.0.2 + Version bump. + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-08-24 7.1.2 diff --git a/programming/language/python/python-requests/pspec.xml b/programming/language/python/python-requests/pspec.xml index 8b427f1a91..e3d7930d7d 100644 --- a/programming/language/python/python-requests/pspec.xml +++ b/programming/language/python/python-requests/pspec.xml @@ -11,7 +11,7 @@ Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Python’s standard urllib2 module provides most of the HTTP capabilities you need MIT - https://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz + https://pypi.python.org/packages/source/r/requests/requests-2.9.1.tar.gz python @@ -35,6 +35,13 @@ + + 2016-01-29 + 2.9.1 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2015-11-06 2.8.1 diff --git a/programming/language/python/python3-setuptools/actions.py b/programming/language/python/python3-setuptools/actions.py index c810255368..eb773aabe3 100644 --- a/programming/language/python/python3-setuptools/actions.py +++ b/programming/language/python/python3-setuptools/actions.py @@ -8,18 +8,18 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get from pisi.actionsapi import shelltools -WorkDir="distribute-%s" % get.srcVERSION() +WorkDir="setuptools-%s" % get.srcVERSION() def setup(): shelltools.makedirs("python3") - shelltools.copytree("../distribute-%s" % get.srcVERSION(), "%s/python3" % get.workDIR()) + shelltools.copytree("../setuptools-%s" % get.srcVERSION(), "%s/python3" % get.workDIR()) def install(): #pythonmodules.install() #pisitools.remove("/usr/lib/%s/site-packages/setuptools/*.exe" % get.curPYTHON()) shelltools.cd("%s/python3" % get.workDIR()) pythonmodules.install(pyVer = "3") - pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe") + #pisitools.remove("/usr/lib/python3.4/site-packages/setuptools/*.exe") pisitools.rename("/usr/bin/easy_install", "py3easy-install") #avoid python-setuptools conflict pisitools.removeDir("/usr/share") \ No newline at end of file diff --git a/programming/language/python/python3-setuptools/pspec.xml b/programming/language/python/python3-setuptools/pspec.xml index 4933ca5825..72d0853d3b 100644 --- a/programming/language/python/python3-setuptools/pspec.xml +++ b/programming/language/python/python3-setuptools/pspec.xml @@ -12,7 +12,7 @@ library Python setuptools python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz + https://pypi.python.org/packages/source/s/setuptools/setuptools-19.6.1.tar.gz python3-devel @@ -36,6 +36,13 @@ + + 2016-01-29 + 19.6.1 + Release bump. + Marcin Bojara + marcin@pisilinux.org + 2015-11-07 0.6.49