itsdangerous: update to version 2.1.2
Version 2.1.2 Released 2022-03-24 Handle date overflow in timed unsign on 32-bit systems. pallets/itsdangerous#299 Version 2.1.1 Released 2022-03-09 Handle date overflow in timed unsign. pallets/itsdangerous#296 Version 2.1.0 Released 2022-02-17 Drop support for Python 3.6. pallets/itsdangerous#272 Remove previously deprecated code. pallets/itsdangerous#273 JWS functionality: Use a dedicated library such as Authlib instead. import itsdangerous.json: Import json from the standard library instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
d99b5473e5
commit
b5880a91a7
1 changed files with 3 additions and 3 deletions
|
@ -5,11 +5,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=itsdangerous
|
||||
PKG_VERSION:=2.0.1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_VERSION:=2.1.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=9e724d68fc22902a1435351f84c3fb8623f303fffcc566a4cb952df8c572cff0
|
||||
PKG_HASH:=5dbbc68b317e5e42f327f9021763545dc3fc3bfe22e6deb96aaf1fc38874156a
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
Loading…
Reference in a new issue