From 57f11c7d9c102e3b21a7d9acc524404fd25978c2 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 9 Oct 2021 20:37:35 +0200 Subject: [PATCH] Update to PyInventory v0.11.0 --- conf/requirements.txt | 6 +++--- manifest.json | 2 +- poetry.lock | 6 +++--- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index 43f7fe9..d8b71cf 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -169,9 +169,9 @@ psycopg2==2.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or --hash=sha256:2c93d4d16933fea5bbacbe1aaf8fa8c1348740b2e50b3735d1b0bf8154cbf0f3 \ --hash=sha256:d5062ae50b222da28253059880a871dc87e099c25cb68acf613d9d227413d6f7 \ --hash=sha256:fb23f6c71107c37fd667cb4ea363ddeb936b348bbd6449278eb92c189699f543 -pyinventory==0.10.1; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:924cfded9153d261a5a326823694122b3601d5d2a5438f3945efb5f384d663ad \ - --hash=sha256:92dca59d3b797de2e4412ce49e5cd7cb89c47100b54f4af3467d36820e6b2dee +pyinventory==0.11.0; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:06652f5e493348ea1abae3253c0026fabde51585e2a23a3248357541ea945eb8 \ + --hash=sha256:9575da8a2e5242b7a3bd7932e63450170ce5c8592f7dfaab611e786c65a786b4 pyparsing==2.4.7; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "4.0.0" and python_full_version >= "3.3.0" \ --hash=sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b \ --hash=sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1 diff --git a/manifest.json b/manifest.json index 91d51b4..40f5aa1 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based management to catalog things including state and location etc." }, - "version": "0.10.1~ynh1", + "version": "0.11.0~ynh1", "url": "https://github.com/jedie/PyInventory", "license": "GPL-3.0", "maintainer": { diff --git a/poetry.lock b/poetry.lock index b416a7e..642d4eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -688,7 +688,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pyinventory" -version = "0.10.1" +version = "0.11.0" description = "Web based management to catalog things including state and location etc. using Python/Django." category = "main" optional = false @@ -1395,8 +1395,8 @@ pyflakes = [ {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, ] pyinventory = [ - {file = "PyInventory-0.10.1-py3-none-any.whl", hash = "sha256:924cfded9153d261a5a326823694122b3601d5d2a5438f3945efb5f384d663ad"}, - {file = "PyInventory-0.10.1.tar.gz", hash = "sha256:92dca59d3b797de2e4412ce49e5cd7cb89c47100b54f4af3467d36820e6b2dee"}, + {file = "PyInventory-0.11.0-py3-none-any.whl", hash = "sha256:06652f5e493348ea1abae3253c0026fabde51585e2a23a3248357541ea945eb8"}, + {file = "PyInventory-0.11.0.tar.gz", hash = "sha256:9575da8a2e5242b7a3bd7932e63450170ce5c8592f7dfaab611e786c65a786b4"}, ] pyparsing = [ {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, diff --git a/pyproject.toml b/pyproject.toml index c0e1e4a..c53216e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyinventory_ynh" -version = "0.10.1~ynh1" +version = "0.11.0~ynh1" description = "Test pyinventory_ynh via local_test.py" authors = ["JensDiemer "] license = "GPL"