mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
config BR2_PACKAGE_PYTHON_PYTEST
|
||||
bool "python-pytest"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
||||
select BR2_PACKAGE_PYTHON_INICONFIG # runtime
|
||||
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
|
||||
select BR2_PACKAGE_PYTHON_PLUGGY # runtime
|
||||
select BR2_PACKAGE_PYTHON_PY # runtime
|
||||
select BR2_PACKAGE_PYTHON_TOML # runtime
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
||||
help
|
||||
pytest is a framework that makes building simple and scalable
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pytest/json
|
||||
md5 78d75c37901f5df462afc86acaa443cd pytest-6.2.4.tar.gz
|
||||
sha256 50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b pytest-6.2.4.tar.gz
|
||||
md5 49decbade40109f9c6970df60c22a230 pytest-7.2.0.tar.gz
|
||||
sha256 c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59 pytest-7.2.0.tar.gz
|
||||
# Locally computer sha256
|
||||
sha256 7898b9b164d4f93fd9a562fd0f592935518b48c4745303964110eb7f7fe64faf LICENSE
|
||||
sha256 ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYTEST_VERSION = 6.2.4
|
||||
PYTHON_PYTEST_VERSION = 7.2.0
|
||||
PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
|
||||
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/5b/98/92bbda5f83ed995ef8953349ef30c77c934abcc251c42ab3d7787a40c49c
|
||||
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/0b/21/055f39bf8861580b43f845f9e8270c7786fe629b2f8562ff09007132e2e7
|
||||
PYTHON_PYTEST_SETUP_TYPE = setuptools
|
||||
PYTHON_PYTEST_LICENSE = MIT
|
||||
PYTHON_PYTEST_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user