diff --git a/programming/language/python/python-Jinja2/actions.py b/programming/language/python/python-Jinja2/actions.py index 45eb111e..57b3b121 100755 --- a/programming/language/python/python-Jinja2/actions.py +++ b/programming/language/python/python-Jinja2/actions.py @@ -4,11 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools -from pisi.actionsapi import autotools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME()) diff --git a/programming/language/python/python-Jinja2/pspec.xml b/programming/language/python/python-Jinja2/pspec.xml index 9f1ee360..fea8cfff 100755 --- a/programming/language/python/python-Jinja2/pspec.xml +++ b/programming/language/python/python-Jinja2/pspec.xml @@ -13,7 +13,7 @@ app:console A small but fast and easy to use stand-alone template engine written in pure python Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. - https://github.com/pallets/jinja/archive/2.11.1.tar.gz + https://github.com/pallets/jinja/archive/2.11.2.tar.gz @@ -47,6 +47,13 @@ + + 2020-07-20 + 2.11.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-06 2.11.1 diff --git a/programming/language/python/python-pytz/actions.py b/programming/language/python/python-pytz/actions.py index 13d86cb3..d8fd9aaa 100755 --- a/programming/language/python/python-pytz/actions.py +++ b/programming/language/python/python-pytz/actions.py @@ -13,4 +13,4 @@ def setup(): def install(): pythonmodules.install() - pisitools.dodoc("LICENSE.txt", "README.txt") + pisitools.dodoc("LICENSE*", "README*") diff --git a/programming/language/python/python-pytz/pspec.xml b/programming/language/python/python-pytz/pspec.xml index bd235d79..c580c838 100755 --- a/programming/language/python/python-pytz/pspec.xml +++ b/programming/language/python/python-pytz/pspec.xml @@ -1,5 +1,5 @@ - + python-pytz @@ -8,16 +8,18 @@ PisiLinux Community admins@pisilinux.org + programming.language.python MIT ZPL library World Timezone Definitions for Python python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported. - https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz + https://pypi.org/packages/source/p/pytz/pytz-2020.1.tar.gz python-pytz + World Timezone Definitions for Python /usr/lib /usr/share/doc/python-pytz @@ -25,6 +27,13 @@ + + 2020-07-20 + 2020.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-27 2019.3 @@ -32,7 +41,7 @@ Blue Devil bluedevil@sctzine.com - + 2019-10-03 2019.2 Version bump @@ -61,4 +70,4 @@ admins@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python/python-pytz/translations.xml b/programming/language/python/python-pytz/translations.xml index 07463956..4fc21eec 100755 --- a/programming/language/python/python-pytz/translations.xml +++ b/programming/language/python/python-pytz/translations.xml @@ -5,4 +5,4 @@ Python için Dünya Saat Dilimi(World Time Zone) tanımları python-pytz, Olson tz veritabanını Python'a taşımaktadır. Bu kütüphane Python kullanarak doğru ve farklı platformlar üzerinde hesaplamalar yapmayı sağlar. Aynı zamanda gün ışığından kazanmak için saat ayarlama ile ilgili belirsizlikleri de çözmektedir. Bu konuda Python Library Reference (datetime.tzinfo) kısmında ayrıntılı bilgi bulabilirsiniz. 540'a yakın Olson zaman dilimi desteklenmektedir. - + \ 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 c30fc753..a52ce522 100755 --- a/programming/language/python/python-requests/pspec.xml +++ b/programming/language/python/python-requests/pspec.xml @@ -13,13 +13,13 @@ 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 - https://github.com/psf/requests/archive/v2.23.0.tar.gz + https://github.com/psf/requests/archive/v2.24.0.tar.gz - python-setuptools python-devel + python-setuptools - certs.patch + certs.patch @@ -27,9 +27,9 @@ python-requests Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. - python-urllib3 - python-chardet python-idna + python-chardet + python-urllib3 /usr/share/doc @@ -38,6 +38,13 @@ + + 2020-07-20 + 2.24.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 2.23.0 @@ -52,7 +59,7 @@ Blue Devil bluedevil@sctzine.com - + 2019-10-03 2.22.0 Version bump diff --git a/programming/language/python3/python3-setuptools/actions.py b/programming/language/python3/python3-setuptools/actions.py index 2e3f34ca..d8adbfc8 100644 --- a/programming/language/python3/python3-setuptools/actions.py +++ b/programming/language/python3/python3-setuptools/actions.py @@ -5,14 +5,13 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import pythonmodules WorkDir="setuptools-%s" % get.srcVERSION() def install(): - pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3") + #pisitools.dosed("setuptools/command/easy_install.py", "env python", "env python3") pythonmodules.run("bootstrap.py", pyVer="3") pythonmodules.install(pyVer = "3") diff --git a/programming/language/python3/python3-setuptools/pspec.xml b/programming/language/python3/python3-setuptools/pspec.xml index 1e5d9696..1c3c7c73 100644 --- a/programming/language/python3/python3-setuptools/pspec.xml +++ b/programming/language/python3/python3-setuptools/pspec.xml @@ -14,7 +14,7 @@ app:console Python setuptools python3-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. - https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz + https://github.com/pypa/setuptools/archive/v49.6.0.tar.gz python3-devel @@ -36,6 +36,13 @@ + + 2020-07-20 + 49.6.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 46.4.0 @@ -149,4 +156,4 @@ marcin@pisilinux.org - + \ No newline at end of file diff --git a/system/base/python-psutil/actions.py b/system/base/python-psutil/actions.py index 00e68f6b..5499d70f 100644 --- a/system/base/python-psutil/actions.py +++ b/system/base/python-psutil/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules def build(): # suppress compiler warnings diff --git a/system/base/python-psutil/pspec.xml b/system/base/python-psutil/pspec.xml index 408b996b..ed0b3475 100644 --- a/system/base/python-psutil/pspec.xml +++ b/system/base/python-psutil/pspec.xml @@ -8,12 +8,12 @@ PisiLinux Community admins@pisilinux.org - programming.language.python3 + programming.language.python BSD library A cross-platform process utilities module for Python python-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat. - https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gz + https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz python-devel @@ -32,6 +32,13 @@ + + 2020-07-20 + 5.7.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 5.7.0 @@ -75,4 +82,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/system/base/python-six/pspec.xml b/system/base/python-six/pspec.xml index 5f3a1e37..f1de422e 100644 --- a/system/base/python-six/pspec.xml +++ b/system/base/python-six/pspec.xml @@ -13,10 +13,10 @@ app:console Python 2 and 3 compatibility utilities. python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. - https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz + https://pypi.org/packages/source/s/six/six-1.15.0.tar.gz - python-setuptools python-devel + python-setuptools @@ -32,6 +32,13 @@ + + 2020-07-20 + 1.15.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-21 1.14.0 @@ -46,7 +53,7 @@ Blue Devil bluedevil@sctzine.com - + 2019-10-03 1.12.0 Version bump @@ -96,4 +103,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file