package/python-canopen: bump to version 2.0.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2022-12-10 09:10:13 -07:00 committed by Yann E. MORIN
parent 09c966af73
commit 5d068bf4c4
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# sha256 from https://pypi.org/pypi/canopen/json
sha256 4394770d528e93a48936138c4a7b37b5dff26d54f82a435ad9790cd1e43f55b9 canopen-1.0.0.tar.gz
# md5, sha256 from https://pypi.org/pypi/canopen/json
md5 0719b73bd8ccaeaa9fb758c5338fd030 canopen-2.0.0.tar.gz
sha256 bcc8aa9ea83f7ada5da0dade81038977be52a93802c2657649729eb1f82065d9 canopen-2.0.0.tar.gz
# Locally computed sha256 checksums
sha256 0740d30978affcd91c0fc817b7cf942a332381bf0380fe17e60c6a0b377c6e0d LICENSE.txt

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CANOPEN_VERSION = 1.0.0
PYTHON_CANOPEN_VERSION = 2.0.0
PYTHON_CANOPEN_SOURCE = canopen-$(PYTHON_CANOPEN_VERSION).tar.gz
PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/1f/2b/55b6d82b3dcba184a01c6fe027df239953940e36a463cd24b71e67bd1f37
PYTHON_CANOPEN_SITE = https://files.pythonhosted.org/packages/9e/d6/6ced4b410b904aeee5f7d0227187eae95a5ad769f01014a74fc0e016845e
PYTHON_CANOPEN_SETUP_TYPE = setuptools
PYTHON_CANOPEN_LICENSE = MIT
PYTHON_CANOPEN_LICENSE_FILES = LICENSE.txt