package/python-pyqt5-sip: bump version to 12.18.0

Package was updated using an updated version of scanpypi:
https://patchwork.ozlabs.org/project/buildroot/patch/20251001002004.3178942-1-james.hilliard1@gmail.com/

Updated license hash due to copyright year bump:
394e97272b

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-03-14 15:05:56 +01:00
committed by Julien Olivain
parent 219bec1575
commit 0d0fdd3358
2 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
# From https://pypi.org/pypi/PyQt5-sip/json # md5, sha256 from https://pypi.org/pypi/pyqt5-sip/json
md5 9e0909e79f40619b0f2d3d3c33b4d4f7 PyQt5_sip-12.15.0.tar.gz md5 739bb540472188851f15aac80bf8e715 pyqt5_sip-12.18.0.tar.gz
sha256 d23fdfcf363b5cedd9d39f8a9c5710e7d52804f5b08a58e91c638b36eafcb702 PyQt5_sip-12.15.0.tar.gz sha256 71c37db75a0664325de149f43e2a712ec5fa1f90429a21dafbca005cb6767f94 pyqt5_sip-12.18.0.tar.gz
# Locally computed sha256 checksums
# Locally calculated sha256 3e6f5b427c36f94ecf86bc01698af7030a1ed6eb3748110d5dbb8d142d804611 LICENSE
sha256 3859cfca971e429d6b79bdfeb1dc9e43aa9592f7295bf28fdd62824097909383 LICENSE

View File

@@ -14,9 +14,9 @@
# recorded in the PyPI source file "sip.h", in the SIP_VERSION_STR # recorded in the PyPI source file "sip.h", in the SIP_VERSION_STR
# macro. For example, PyQt5-sip 12.15.0 was generated with Python-SIP # macro. For example, PyQt5-sip 12.15.0 was generated with Python-SIP
# 6.8.6. # 6.8.6.
PYTHON_PYQT5_SIP_VERSION = 12.15.0 PYTHON_PYQT5_SIP_VERSION = 12.18.0
PYTHON_PYQT5_SIP_SITE = https://files.pythonhosted.org/packages/1b/15/78318d50f10062c428e97e7ce387e772616a4673c356018b905f247a6a85 PYTHON_PYQT5_SIP_SITE = https://files.pythonhosted.org/packages/f3/31/5ef342de9faee0f3801088946ae103db9b9eaeba3d6a64fefd5ce74df244
PYTHON_PYQT5_SIP_SOURCE = PyQt5_sip-$(PYTHON_PYQT5_SIP_VERSION).tar.gz PYTHON_PYQT5_SIP_SOURCE = pyqt5_sip-$(PYTHON_PYQT5_SIP_VERSION).tar.gz
PYTHON_PYQT5_SIP_LICENSE = BSD-2-Clause PYTHON_PYQT5_SIP_LICENSE = BSD-2-Clause
PYTHON_PYQT5_SIP_LICENSE_FILES = LICENSE PYTHON_PYQT5_SIP_LICENSE_FILES = LICENSE
PYTHON_PYQT5_SIP_SETUP_TYPE = setuptools PYTHON_PYQT5_SIP_SETUP_TYPE = setuptools