package/python-pudb: bump to version 2024.1.3
Migrate from setuptools to hatch build backend. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
20e85ab9cf
commit
86f77e8cad
2 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# md5, sha256 from https://pypi.org/pypi/pudb/json
|
||||
md5 8452e5d114a58a63b6c7781452980171 pudb-2024.1.2.tar.gz
|
||||
sha256 adc9b00042ba8367117df0a6c0dc62fa9609abd21c3bf8e5b73d620907c5b43e pudb-2024.1.2.tar.gz
|
||||
md5 dc73886506e57c8ba2116e5cbe112fb8 pudb-2024.1.3.tar.gz
|
||||
sha256 264f239e0538e52e83d3d020143100b3171cae17227674bb1b9f8b075f34849c pudb-2024.1.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a95343fffff49cde3d9bf33cf6bb71cb3bf0ed83f47d98a7ba04b175d29c79ab LICENSE
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PUDB_VERSION = 2024.1.2
|
||||
PYTHON_PUDB_VERSION = 2024.1.3
|
||||
PYTHON_PUDB_SOURCE = pudb-$(PYTHON_PUDB_VERSION).tar.gz
|
||||
PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/54/70/fc7d81b7ac439d5e21c8c2b51e15cdc6632b720b02219057fe098a80e766
|
||||
PYTHON_PUDB_SETUP_TYPE = setuptools
|
||||
PYTHON_PUDB_SITE = https://files.pythonhosted.org/packages/36/27/fb087bdf2cd9c8e56d0347b863ce5995967c15a3e2a0b9245c7a8f6f1598
|
||||
PYTHON_PUDB_SETUP_TYPE = hatch
|
||||
PYTHON_PUDB_LICENSE = MIT
|
||||
PYTHON_PUDB_LICENSE_FILES = LICENSE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue