Browse Source
itsdangerous: update to version 2.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle
3 years ago
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA
1 changed files with
3 additions and
3 deletions
-
lang/python/itsdangerous/Makefile
|
|
@ -5,11 +5,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=itsdangerous |
|
|
|
PKG_VERSION:=1.1.0 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_VERSION:=2.0.1 |
|
|
|
PKG_RELEASE:=$(AUTORELEASE) |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19 |
|
|
|
PKG_HASH:=9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> |
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|