Upgrade ShredOS to buildroot v24.11

This commit is contained in:
PartialVolume
2025-01-10 19:31:27 +00:00
parent d5280fc4e1
commit f39f161d58
4813 changed files with 61163 additions and 34069 deletions

View File

@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_MWCLIENT
bool "python-mwclient"
select BR2_PACKAGE_PYTHON_REQUESTS_OAUTHLIB # runtime
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Python client library to interface with the MediaWiki API

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/mwclient/json
md5 148bd36bfaaf591bd9c0076cbf1ed888 mwclient-0.10.1.tar.gz
sha256 79363dd8d12f5e3b91b92b63152bf9dfef27da786c076a244e1f148c8dd67139 mwclient-0.10.1.tar.gz
# Locally computed
md5 791213fdc5d071c8652d81986da9ae6a mwclient-0.11.0.tar.gz
sha256 2bb7696f3703243eb33514ab162d7f6076dcedd011be90682936046c5e34fd06 mwclient-0.11.0.tar.gz
# Locally computed sha256 checksums
sha256 67689d1fd48a5adba31272eed653c12160dd3abbfe92ab056ac42a155e12e523 LICENSE.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MWCLIENT_VERSION = 0.10.1
PYTHON_MWCLIENT_VERSION = 0.11.0
PYTHON_MWCLIENT_SOURCE = mwclient-$(PYTHON_MWCLIENT_VERSION).tar.gz
PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/97/b4/5fc70ad3286a8d8ec4b9ac01acad0f6b00c5a48d4a16b9d3be6519b7eb21
PYTHON_MWCLIENT_SITE = https://files.pythonhosted.org/packages/5e/b3/0f77b8838a22e99b9cb64aef15fb96a4a8315fe890dbe3bff6f8364e8940
PYTHON_MWCLIENT_LICENSE = MIT
PYTHON_MWCLIENT_LICENSE_FILES = LICENSE.md
PYTHON_MWCLIENT_SETUP_TYPE = setuptools