From d9527685d6b60486f8defb018182688dc3af2591 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 20 May 2020 17:47:16 +0100 Subject: [PATCH] Updated to LabThings 0.6.3 --- poetry.lock | 27 +++++++-------------------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4c15fba4..83bad1bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -290,7 +290,7 @@ description = "Python implementation of LabThings, based on the Flask microframe name = "labthings" optional = false python-versions = ">=3.6,<4.0" -version = "0.6.2" +version = "0.6.3" [package.dependencies] Flask = ">=1.1.1,<2.0.0" @@ -379,7 +379,7 @@ description = "Core utilities for Python packages" name = "packaging" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "20.3" +version = "20.4" [package.dependencies] pyparsing = ">=2.0.2" @@ -466,19 +466,6 @@ all = ["Sphinx (>=1.5.1)", "check-manifest (>=0.25)", "coverage (>=4.0)", "isort docs = ["Sphinx (>=1.5.1)"] tests = ["check-manifest (>=0.25)", "coverage (>=4.0)", "isort (>=4.2.2)", "pydocstyle (>=1.0.0)", "pytest-cache (>=1.0)", "pytest-cov (>=1.8.0)", "pytest-pep8 (>=1.0.6)", "pytest (>=2.8.0)"] -[[package]] -category = "dev" -description = "Python interface to your NPM and package.json." -name = "pynpm" -optional = false -python-versions = "*" -version = "0.1.2" - -[package.extras] -all = ["Sphinx (>=1.5.1)", "check-manifest (>=0.25)", "coverage (>=4.0)", "isort (>=4.2.2)", "pydocstyle (>=1.0.0)", "pytest-cache (>=1.0)", "pytest-cov (>=1.8.0)", "pytest-pep8 (>=1.0.6)", "pytest (>=2.8.0)"] -docs = ["Sphinx (>=1.5.1)"] -tests = ["check-manifest (>=0.25)", "coverage (>=4.0)", "isort (>=4.2.2)", "pydocstyle (>=1.0.0)", "pytest-cache (>=1.0)", "pytest-cov (>=1.8.0)", "pytest-pep8 (>=1.0.6)", "pytest (>=2.8.0)"] - [[package]] category = "dev" description = "Python parsing module" @@ -773,7 +760,7 @@ ifaddr = "*" rpi = ["RPi.GPIO"] [metadata] -content-hash = "4fbf4240ac033cff8c0879b570792626e29a5aa2c5ffa2ec08b825ef8c2b700c" +content-hash = "1c923fc71ff343293798e1bd187df98791716e15e4d970fef1a8d77bf25de1e2" python-versions = "^3.6" [metadata.files] @@ -942,8 +929,8 @@ jinja2 = [ {file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"}, ] labthings = [ - {file = "labthings-0.6.2-py3-none-any.whl", hash = "sha256:b83997a7dd115e0bfe20c2d5c52741c0b747fe8044e12db7bf82a433f8493d8e"}, - {file = "labthings-0.6.2.tar.gz", hash = "sha256:6373e2d0fdd731752a6fabd09708adeaf233b67f0cdcabee669642f647e9d95d"}, + {file = "labthings-0.6.3-py3-none-any.whl", hash = "sha256:63ef2a575d008b8e260dc5b64e7691b99d74a9dcdbea4263fb7975aeb50ce74b"}, + {file = "labthings-0.6.3.tar.gz", hash = "sha256:f5756ad4622210923511b690a8deb378bddc7d1e300ebd9e42cca8bc562ef032"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"}, @@ -1084,8 +1071,8 @@ opencv-python-headless = [ {file = "opencv_python_headless-4.2.0.34-cp38-cp38-win_amd64.whl", hash = "sha256:20c450943acebd9aa04566fdef4a658b94eec80a0c39a8f480c9aa1696034fcb"}, ] packaging = [ - {file = "packaging-20.3-py2.py3-none-any.whl", hash = "sha256:82f77b9bee21c1bafbf35a84905d604d5d1223801d639cf3ed140bd651c08752"}, - {file = "packaging-20.3.tar.gz", hash = "sha256:3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"}, + {file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"}, + {file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"}, ] picamera = [] pillow = [ diff --git a/pyproject.toml b/pyproject.toml index 51e726a4..e288b50d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ opencv-python-headless = [ {version = "4.1.0.25", python = "~3.7"}, # PiWheels build for RPi running Py37 {version = "4.2.0.34", python = "^3.8"} # Latest for Py38 systems ] -labthings = "0.6.2" +labthings = "0.6.3" pynpm = "^0.1.2" [tool.poetry.extras]