package/python-pudb: bump to version 2024.1
This bump will fix the following build failure raised since commit8937db8dd5
thanks to8c8f9d4a25
: FileExistsError: File already exists: /home/buildroot/instance-0/output-1/target/usr/lib/python3.11/site-packages/test/__init__.py https://github.com/inducer/pudb/compare/v2023.1...v2024.1 Fixes:8937db8dd5
- http://autobuild.buildroot.org/results/0e3b15b9d02dda231f768595cdcff4e75ad71afd Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0f2d16b277
commit
fcfad666da
@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pudb/json
|
||||
md5 81178e875fd7e15237267c3055e447a3 pudb-2023.1.tar.gz
|
||||
sha256 15df3c603aba87a918a666ef8e1bf63f764238cc3589db3c5b7a5f1b01ea2f03 pudb-2023.1.tar.gz
|
||||
md5 65639ff646f9e1f452446f4364b2e47f pudb-2024.1.tar.gz
|
||||
sha256 fc9d6a976a59b590764c8379ec200fecd47faa84259b64efd8cd86066a0af338 pudb-2024.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a95343fffff49cde3d9bf33cf6bb71cb3bf0ed83f47d98a7ba04b175d29c79ab LICENSE
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PUDB_VERSION = 2023.1
|
||||
PYTHON_PUDB_VERSION = 2024.1
|
||||
PYTHON_PUDB_SOURCE = pudb-$(PYTHON_PUDB_VERSION).tar.gz
|
||||
PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/96/d3/a471fe68788178f2a5024031a153673df72b9287530f32b0cd469d64a68a
|
||||
PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/b3/a1/db467e7c828e2ced173d9dbb47abc17ca0e0b3225cb1f4066293e63a2ed9
|
||||
PYTHON_PUDB_SETUP_TYPE = setuptools
|
||||
PYTHON_PUDB_LICENSE = MIT
|
||||
PYTHON_PUDB_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user