mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-sdbus: bump to version 0.14.0
For release note, see: https://github.com/python-sdbus/python-sdbus/releases/tag/0.14.0 The upstream URL has changed so while at it also update it. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> [Julien: add link to release note in commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5926b3b3ae
commit
e3ba797873
@@ -5,7 +5,7 @@ config BR2_PACKAGE_PYTHON_SDBUS
|
||||
Modern Python D-Bus library. Based on sd-bus from
|
||||
libsystemd.
|
||||
|
||||
https://github.com/igo95862/python-sdbus
|
||||
https://github.com/python-sdbus/python-sdbus
|
||||
|
||||
comment "python-sdbus needs systemd"
|
||||
depends on !BR2_PACKAGE_SYSTEMD
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/sdbus/json
|
||||
md5 ea63ebfd0499940dc32878b0ffb9601c sdbus-0.13.0.tar.gz
|
||||
sha256 801bd46608ee82614d42960c8ba8ae9300edb1bf5bbeb534bc8fd21f13d2c20e sdbus-0.13.0.tar.gz
|
||||
md5 69a256ea1c25105461a3955ac68e3ea7 sdbus-0.14.0.tar.gz
|
||||
sha256 41d61b76cc05a9ea41d10d70a11e9f9a86ed95f40f713630c5e18340e0e4c76f sdbus-0.14.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SDBUS_VERSION = 0.13.0
|
||||
PYTHON_SDBUS_VERSION = 0.14.0
|
||||
PYTHON_SDBUS_SOURCE = sdbus-$(PYTHON_SDBUS_VERSION).tar.gz
|
||||
PYTHON_SDBUS_SITE = https://files.pythonhosted.org/packages/4f/c7/8740ff78e9ffdbb9a28e7722e145795015c62ea7ce812242f5968073511c
|
||||
PYTHON_SDBUS_SITE = https://files.pythonhosted.org/packages/17/9a/1dc010428fa1f444809d9aa1adb3ce231dae891b5f33635d8f4d7a8e33fd
|
||||
PYTHON_SDBUS_SETUP_TYPE = setuptools
|
||||
PYTHON_SDBUS_LICENSE = LGPL-2.1+
|
||||
PYTHON_SDBUS_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user