[Buildroot] [PATCH 1/2] package/python-constantly: bump version

Bernd Kuhls bernd at kuhls.net
Sat Aug 5 17:39:04 UTC 2023


Latest release dates back to 2015, update version to latest git HEAD
dating back to 2018, needed for an upcoming patch which makes the
package compatible with python 3.12.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
 package/python-constantly/python-constantly.hash | 4 +---
 package/python-constantly/python-constantly.mk   | 5 ++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/package/python-constantly/python-constantly.hash b/package/python-constantly/python-constantly.hash
index 8e646d82ba..7fda632e87 100644
--- a/package/python-constantly/python-constantly.hash
+++ b/package/python-constantly/python-constantly.hash
@@ -1,5 +1,3 @@
-# md5 from https://pypi.python.org/pypi/constantly/json
-md5  f0762f083d83039758e53f8cf0086eef  constantly-15.1.0.tar.gz
 # Locally computed
-sha256  586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35  constantly-15.1.0.tar.gz
+sha256  0cfe2235cd6fcd677ffb0710891ffb839a1d748b98acb32e5df683e6f4a1ea71  python-constantly-39887b6e131a72b04a338919519e972de668c586.tar.gz
 sha256  020870fcaf4bf9c50b233e331817094fe109b91c0880570fd476f527cfbfc085  LICENSE
diff --git a/package/python-constantly/python-constantly.mk b/package/python-constantly/python-constantly.mk
index 783d198d06..e6e7096bee 100644
--- a/package/python-constantly/python-constantly.mk
+++ b/package/python-constantly/python-constantly.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-PYTHON_CONSTANTLY_VERSION = 15.1.0
-PYTHON_CONSTANTLY_SOURCE = constantly-$(PYTHON_CONSTANTLY_VERSION).tar.gz
-PYTHON_CONSTANTLY_SITE = https://pypi.python.org/packages/95/f1/207a0a478c4bb34b1b49d5915e2db574cadc415c9ac3a7ef17e29b2e8951
+PYTHON_CONSTANTLY_VERSION = 39887b6e131a72b04a338919519e972de668c586
+PYTHON_CONSTANTLY_SITE = $(call github,twisted,constantly,$(PYTHON_CONSTANTLY_VERSION))
 PYTHON_CONSTANTLY_SETUP_TYPE = setuptools
 PYTHON_CONSTANTLY_LICENSE = MIT
 PYTHON_CONSTANTLY_LICENSE_FILES = LICENSE
-- 
2.39.2




More information about the buildroot mailing list