diff --git a/programming/language/python/python-requests/actions.py b/programming/language/python/python-requests/actions.py index 5daac7d9..0fcf9775 100755 --- a/programming/language/python/python-requests/actions.py +++ b/programming/language/python/python-requests/actions.py @@ -5,10 +5,9 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import pisitools def build(): pythonmodules.compile() def install(): - pythonmodules.install() + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-requests/pspec.xml b/programming/language/python/python-requests/pspec.xml index 0d43d95d..c30fc753 100755 --- a/programming/language/python/python-requests/pspec.xml +++ b/programming/language/python/python-requests/pspec.xml @@ -9,17 +9,16 @@ ergunsalman@hotmail.com programming.language.python + MIT + library 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://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz + https://github.com/psf/requests/archive/v2.23.0.tar.gz - python-devel python-setuptools + python-devel - - certs.patch @@ -33,12 +32,19 @@ python-idna - /usr/lib /usr/share/doc + /usr/lib + + 2020-02-21 + 2.23.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 2.22.0 diff --git a/programming/language/python/python-requests/translations.xml b/programming/language/python/python-requests/translations.xml new file mode 100755 index 00000000..5f500b71 --- /dev/null +++ b/programming/language/python/python-requests/translations.xml @@ -0,0 +1,8 @@ + + + + python-requests + Requests insanlar için yapılmış basit bir HTTP kitaplığıdır. + Requests HTTP/1.1 isteklerini çok basit bir şekilde göndermenize olanak tanıyan bir python kitaplığıdır. + + \ No newline at end of file