From a8148a7f6aeed312d49c155a3170fa99417e0cc2 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 29 Jan 2016 09:50:19 +0200 Subject: [PATCH 1/3] pip vesion bump to 8.0.2 --- programming/language/python/pip/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From d21cd877616522e7d994579f15c4adff2cdd68dd Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 29 Jan 2016 09:51:06 +0200 Subject: [PATCH 2/3] python-request:version bump to 2.9.1 --- programming/language/python/python-requests/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From 2865833240a3f6b76389e148ed5463ed790bf180 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Fri, 29 Jan 2016 09:51:45 +0200 Subject: [PATCH 3/3] python3-setuptools:version bump to 19.6.1 --- .../language/python/python3-setuptools/actions.py | 6 +++--- programming/language/python/python3-setuptools/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) 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