Browse Source

package/python-cbor2: bump to version 5.4.2.post1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
James Hilliard 3 years ago
parent
commit
731787ae42
2 changed files with 4 additions and 4 deletions
  1. 2 2
      package/python-cbor2/python-cbor2.hash
  2. 2 2
      package/python-cbor2/python-cbor2.mk

+ 2 - 2
package/python-cbor2/python-cbor2.hash

@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/cbor2/json
-md5  b3a6085ee1a9e11ddec305f7a7bc5956  cbor2-5.4.2.tar.gz
-sha256  e283e70b55a049ff364cc5e648fde587e4d9b0e87e4b2664c69e639135e6b3b8  cbor2-5.4.2.tar.gz
+md5  a9518fd435d9eafd91063b3bf10d5c5b  cbor2-5.4.2.post1.tar.gz
+sha256  9cf21d59604b9529d7877c8e0342a2ebaae1a07fe8ff5683dc75fec15847c797  cbor2-5.4.2.post1.tar.gz
 # Locally computed sha256 checksums
 sha256  a6afd126d8f545a15166a22f25fadff4b9fb4978bbdd17e97d97d950b66d2fef  LICENSE.txt

+ 2 - 2
package/python-cbor2/python-cbor2.mk

@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CBOR2_VERSION = 5.4.2
+PYTHON_CBOR2_VERSION = 5.4.2.post1
 PYTHON_CBOR2_SOURCE = cbor2-$(PYTHON_CBOR2_VERSION).tar.gz
-PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/d4/ca/b96be94f694155ce58823c38cf8fd1aa620bdc91e2c801713cdb4167b6aa
+PYTHON_CBOR2_SITE = https://files.pythonhosted.org/packages/49/74/2b9f9b76e2831f54d70e177a4e602e72cb86441632d1bcc15be1f04a73f6
 PYTHON_CBOR2_SETUP_TYPE = setuptools
 PYTHON_CBOR2_LICENSE = MIT
 PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt