diff --git a/pisi-index.xml b/pisi-index.xml
index 049c519898..8a2b64c58c 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -36580,22 +36580,34 @@
programming.language.python
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
- https://pypi.python.org/packages/source/r/requests/requests-2.7.0.tar.gz
+ https://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz
python
- python-setuptools
+ python3-devel
programming/language/python/python-requests/pspec.xml
python-requests
- /usr/bin
/usr/lib/python2*
/usr/share/doc
+
+ python3-requests
+
+ /usr/lib/python3*
+
+
+
+ 2015-11-06
+ 2.8.1
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2015-08-24
2.7.0
@@ -63530,7 +63542,7 @@
glib2
slang
samba
- libutil-linux-devel
+ libutil-linux
/etc/profile.d
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 86ab601e2b..911bd214ce 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-9a9195feb4cf67190ab539fb9303b14ca4a28b01
\ No newline at end of file
+75131048642ccf312951d0dc05e44a94f50bcd4d
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 023da42db3..658051af4a 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 0acef1b0c1..05ae154574 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-0b6bafd8597ea992341ca2101acb38c473a58730
\ No newline at end of file
+5ab221e048f8d6c3b9aee6fae2c43add3c108268
\ No newline at end of file
diff --git a/programming/language/python/python-requests/actions.py b/programming/language/python/python-requests/actions.py
index e96056ae63..aa52b69750 100644
--- a/programming/language/python/python-requests/actions.py
+++ b/programming/language/python/python-requests/actions.py
@@ -5,6 +5,15 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+WorkDir="requests-%s" % get.srcVERSION()
def install():
+ shelltools.makedirs("python3")
+ shelltools.copytree("../requests-%s" % get.srcVERSION(), "%s/python3" % get.workDIR())
pythonmodules.install()
+ shelltools.cd("%s/python3" % get.workDIR())
+ pythonmodules.install(pyVer = "3")
diff --git a/programming/language/python/python-requests/pspec.xml b/programming/language/python/python-requests/pspec.xml
index e381b58b9e..8b427f1a91 100644
--- a/programming/language/python/python-requests/pspec.xml
+++ b/programming/language/python/python-requests/pspec.xml
@@ -11,24 +11,37 @@
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.7.0.tar.gz
+ https://pypi.python.org/packages/source/r/requests/requests-2.8.1.tar.gz
python
- python-setuptools
+ python3-devel
python-requests
- /usr/bin
/usr/lib/python2*
/usr/share/doc
+
+
+ python3-requests
+
+ /usr/lib/python3*
+
+
+
+ 2015-11-06
+ 2.8.1
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2015-08-24
2.7.0