package/python-segno: bump to version 1.6.0

License hash changed due to formatting change:
5f61bc4253

Drop no longer required python-setuptools runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2024-01-10 22:52:29 -07:00 committed by Peter Korsgaard
parent f0a4e392da
commit 081162580f
3 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_SEGNO
bool "python-segno"
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
help
QR Code and Micro QR Code generator for Python 2 and Python 3
QR Code and Micro QR Code generator for Python.
https://github.com/heuer/segno/

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/segno/json
md5 6d7c852f951501cd3af85ef061d6bee4 segno-1.5.2.tar.gz
sha256 983424b296e62189d70fc73460cd946cf56dcbe82b9bda18c066fc1b24371cdc segno-1.5.2.tar.gz
md5 b80c19075a7a07cce50b054e9e221cf7 segno-1.6.0.tar.gz
sha256 8d3b11098ac6dd93161499544dedbfb187d4459088109b8855ff0bbe98105047 segno-1.6.0.tar.gz
# Locally computed sha256 checksums
sha256 98b0a86ca0cbf68c95051741bc983425a43fdece775fe0e2712e66be459cc9d1 LICENSE
sha256 3af9b2f15c736a571978760b2d60598502c205eb6daebe2ec36f0272c380ed28 LICENSE

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SEGNO_VERSION = 1.5.2
PYTHON_SEGNO_VERSION = 1.6.0
PYTHON_SEGNO_SOURCE = segno-$(PYTHON_SEGNO_VERSION).tar.gz
PYTHON_SEGNO_SITE = https://files.pythonhosted.org/packages/90/2a/2fedf1023f9273d8326362df7936748ebadef92ba53ab7970d9b8df1a6c2
PYTHON_SEGNO_SITE = https://files.pythonhosted.org/packages/51/a8/960844fec8d853a4e8e91f64bdde323ea5a2a44357eca799e7f7f7bf2f1e
PYTHON_SEGNO_SETUP_TYPE = setuptools
PYTHON_SEGNO_LICENSE = BSD-3-Clause
PYTHON_SEGNO_LICENSE_FILES = LICENSE