diff options
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/django-restframework/Makefile | 4 | ||||
-rw-r--r-- | lang/python/django/Makefile | 4 | ||||
-rw-r--r-- | lang/python/python-attrs/Makefile | 4 | ||||
-rw-r--r-- | lang/python/python-zope-interface/Makefile | 4 | ||||
-rw-r--r-- | lang/python/python3-pyroute2/Makefile | 8 |
5 files changed, 12 insertions, 12 deletions
diff --git a/lang/python/django-restframework/Makefile b/lang/python/django-restframework/Makefile index d5fdc82ce..5d9cf88e5 100644 --- a/lang/python/django-restframework/Makefile +++ b/lang/python/django-restframework/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-restframework -PKG_VERSION:=3.11.1 +PKG_VERSION:=3.12.1 PKG_RELEASE:=1 PYPI_NAME:=djangorestframework -PKG_HASH:=6dd02d5a4bd2516fb93f80360673bf540c3b6641fec8766b1da2870a5aa00b32 +PKG_HASH:=d54452aedebb4b650254ca092f9f4f5df947cb1de6ab245d817b08b4f4156249 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_LICENSE:=BSD-3-Clause diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 7841d22ca..b09be5f31 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=3.1.1 +PKG_VERSION:=3.1.2 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f +PKG_HASH:=a2127ad0150ec6966655bedf15dbbff9697cc86d61653db2da1afa506c0b04cc PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_LICENSE:=BSD-3-Clause diff --git a/lang/python/python-attrs/Makefile b/lang/python/python-attrs/Makefile index 8063cf0ca..77dd9b0b5 100644 --- a/lang/python/python-attrs/Makefile +++ b/lang/python/python-attrs/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-attrs -PKG_VERSION:=20.1.0 +PKG_VERSION:=20.2.0 PKG_RELEASE:=1 PYPI_NAME:=attrs -PKG_HASH:=0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a +PKG_HASH:=26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/lang/python/python-zope-interface/Makefile b/lang/python/python-zope-interface/Makefile index e92f2a83a..3ce72c50b 100644 --- a/lang/python/python-zope-interface/Makefile +++ b/lang/python/python-zope-interface/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zope-interface -PKG_VERSION:=5.1.0 +PKG_VERSION:=5.1.2 PKG_RELEASE:=1 PYPI_NAME:=zope.interface -PKG_HASH:=40e4c42bd27ed3c11b2c983fecfb03356fae1209de10686d03c02c8696a1d90e +PKG_HASH:=c9c8e53a5472b77f6a391b515c771105011f4b40740ce53af8428d1c8ca20004 PKG_LICENSE:=ZPL-2.1 PKG_LICENSE_FILES:=LICENSE.txt diff --git a/lang/python/python3-pyroute2/Makefile b/lang/python/python3-pyroute2/Makefile index 4e08314d3..9383069f1 100644 --- a/lang/python/python3-pyroute2/Makefile +++ b/lang/python/python3-pyroute2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-pyroute2 -PKG_VERSION:=0.5.7 -PKG_RELEASE:=2 +PKG_VERSION:=0.5.14 +PKG_RELEASE:=1 PYPI_NAME:=pyroute2 -PKG_HASH:=963fce07da2841456d39e3b932b071f6de28d23dadfae014022d67a752916f98 +PKG_HASH:=774c5ecf05fe40f0f601a7ab33c19ca0b24f00bf4a094e58deaa5333b7ca49b5 PKG_MAINTAINER:=Martin Matějek <martin.matejek@nic.cz> PKG_LICENSE:=GPL-2.0-or-later Apache-2.0 |