aboutsummaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-11-30 17:15:15 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2021-11-30 17:56:47 -0300
commitc7766f0b95d8fa530494bd08753c46ddabeebb02 (patch)
treeff3d9e330b6e029716ef6ea46b1250afb3bcd20f /lang/python
parent93d2cfa732ed300e0dfaa2b634ea01a5dfec40e7 (diff)
python-rcssmin: bump to version 1.1.0
Relevant changes: * quoted data urls which are not base64 encoded keep their spaces now * accept bytes and text as input. All other types now raise a TypeError * update python & gcc support * python version will only accept the C implementation if the versions match exactly. This should prevent using older installed C versions. Along with the version bump: - update maintainer email address - use $(AUTORELEASE) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/python-rcssmin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-rcssmin/Makefile b/lang/python/python-rcssmin/Makefile
index ff4db1b0e..29c9c539d 100644
--- a/lang/python/python-rcssmin/Makefile
+++ b/lang/python/python-rcssmin/Makefile
@@ -6,15 +6,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-rcssmin
-PKG_VERSION:=1.0.6
-PKG_RELEASE:=2
+PKG_VERSION:=1.1.0
+PKG_RELEASE:=$(AUTORELEASE)
-PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Eneas U de Queiroz <cote2004-github@yahoo.com>
+PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PYPI_NAME:=rcssmin
-PKG_HASH:=ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270
+PKG_HASH:=27fc400627fd3d328b7fe95af2a01f5d0af6b5af39731af5d071826a1f08e362
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk