python-cffi: bump to version 1.15.0
authorAlexandru Ardelean <redacted>
Mon, 18 Oct 2021 07:20:36 +0000 (10:20 +0300)
committerRosen Penev <redacted>
Tue, 19 Oct 2021 20:22:25 +0000 (13:22 -0700)
And use AUTORELEASE for PKG_RELEASE.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/host-pip-requirements/cffi.txt
lang/python/python-cffi/Makefile

index f76447d86c52e0169405a7118e09deb2bb95f134..867d0047526c82d8e17acf474f14fc406c72d92f 100644 (file)
@@ -1,2 +1,2 @@
-cffi==1.14.6 --hash=sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd
+cffi==1.15.0 --hash=sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
 pycparser==2.20 --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0
index 502a6f77a83dc486a015f6f80cd4810030999f16..013e93fee8fe3f4f0f89b1c36b860809b9ba112d 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-cffi
-PKG_VERSION:=1.14.6
-PKG_RELEASE:=1
+PKG_VERSION:=1.15.0
+PKG_RELEASE:=$(AUTORELEASE)
 
 PYPI_NAME:=cffi
-PKG_HASH:=c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd
+PKG_HASH:=920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
git clone https://git.99rst.org/PROJECT