kumquat-buildroot/package/python-itsdangerous/Config.in
Fabrice Fontaine 0bd2ae3b4f package/python-itsdangerous: bump to version 2.0.1
- python 2 support has been dropped since version 2.0.0 and
  e085f3eedf
- Update hash of license file (license standardized:
  c880f85ccd)
- Update indentation in hash file (two spaces)

https://itsdangerous.palletsprojects.com/en/2.0.x/changes/#version-2-0-1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-01-25 19:20:51 +01:00

10 lines
308 B
Plaintext

config BR2_PACKAGE_PYTHON_ITSDANGEROUS
bool "python-itsdangerous"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
Itsdangerous contains various helpers to pass data to
untrusted environments and to get it back safe and sound.
http://pythonhosted.org/itsdangerous/