package/python-aenum: bump to version 3.1.0

Plus, indent with two spaces on the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Asaf Kahlon 2021-09-27 22:50:45 +03:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 6e9c10daa1
commit 9b47792fcf
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
# sha256 from https://pypi.org/pypi/aenum/json
sha256 a4334cabf47c167d44ab5a6198837b80deec5d5bad1b5cf70c966c3a330260e8 aenum-2.2.3.tar.gz
# locally calculated
sha256 0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c aenum/LICENSE
# md5, sha256 from https://pypi.org/pypi/aenum/json
md5 6f30144abd4d156f22f8a49d81c496df aenum-3.1.0.tar.gz
sha256 87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a aenum-3.1.0.tar.gz
# Locally computed sha256 checksums
sha256 0db837e38002017b352666c83c8d3216ee5b9b2229375eb2cf4487f8c24e1f8c aenum/LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_AENUM_VERSION = 2.2.3
PYTHON_AENUM_VERSION = 3.1.0
PYTHON_AENUM_SOURCE = aenum-$(PYTHON_AENUM_VERSION).tar.gz
PYTHON_AENUM_SITE = https://files.pythonhosted.org/packages/6f/6a/8ed729e0add885d7a559ebb06133029b1f8c4bd66cbf1bdee1ec969fb310
PYTHON_AENUM_SITE = https://files.pythonhosted.org/packages/ae/25/00b2949186e76a4c9732e33221274964fecf5c88178cbe5a14a80cfc04e8
PYTHON_AENUM_SETUP_TYPE = setuptools
PYTHON_AENUM_LICENSE = BSD-3-Clause
PYTHON_AENUM_LICENSE_FILES = aenum/LICENSE