diff mbox series

[1/1] package/python-future: bump to version 1.0.0

Message ID 20240915065236.1532492-1-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/1] package/python-future: bump to version 1.0.0 | expand

Commit Message

James Hilliard Sept. 15, 2024, 6:52 a.m. UTC
License hash changed due to date update:
https://github.com/PythonCharmers/python-future/commit/6eef83de7db1086633c98ba2e104de1b471944d0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-future/python-future.hash | 6 +++---
 package/python-future/python-future.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/package/python-future/python-future.hash b/package/python-future/python-future.hash
index 3b2bbb0212..8839d80c91 100644
--- a/package/python-future/python-future.hash
+++ b/package/python-future/python-future.hash
@@ -1,5 +1,5 @@ 
 # md5, sha256 from https://pypi.org/pypi/future/json
-md5  dedcb70d14b23388670d54145aab8be4  future-0.18.3.tar.gz
-sha256  34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307  future-0.18.3.tar.gz
+md5  028bd8af5a7dd853fd12c8bf627236a9  future-1.0.0.tar.gz
+sha256  bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05  future-1.0.0.tar.gz
 # Locally computed sha256 checksums
-sha256  916e561392d48471b9c23437f56e2652f320cb3b119ceaa162edf41016f746b9  LICENSE.txt
+sha256  beba04103c3a9fff928b59c77d5fbeb03a3e4bd0d7ac3d1e1f8994a21e30ee3b  LICENSE.txt
diff --git a/package/python-future/python-future.mk b/package/python-future/python-future.mk
index 57bf13d83b..698863a13d 100644
--- a/package/python-future/python-future.mk
+++ b/package/python-future/python-future.mk
@@ -4,9 +4,9 @@ 
 #
 ################################################################################
 
-PYTHON_FUTURE_VERSION = 0.18.3
+PYTHON_FUTURE_VERSION = 1.0.0
 PYTHON_FUTURE_SOURCE = future-$(PYTHON_FUTURE_VERSION).tar.gz
-PYTHON_FUTURE_SITE = https://files.pythonhosted.org/packages/8f/2e/cf6accf7415237d6faeeebdc7832023c90e0282aa16fd3263db0eb4715ec
+PYTHON_FUTURE_SITE = https://files.pythonhosted.org/packages/a7/b2/4140c69c6a66432916b26158687e821ba631a4c9273c474343badf84d3ba
 PYTHON_FUTURE_SETUP_TYPE = setuptools
 PYTHON_FUTURE_LICENSE = MIT
 PYTHON_FUTURE_LICENSE_FILES = LICENSE.txt