mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Update to PyInventory v0.9.4
This commit is contained in:
parent
a1778b25a5
commit
a30dcf5a30
4 changed files with 12 additions and 12 deletions
|
@ -160,9 +160,9 @@ psycopg2==2.9.1; python_version >= "3.7" and python_full_version < "4.0.0" \
|
|||
--hash=sha256:2087013c159a73e09713294a44d0c8008204d06326006b7f652bef5ace66eebb \
|
||||
--hash=sha256:bf35a25f1aaa8a3781195595577fcbb59934856ee46b4f252f56ad12b8043bcf \
|
||||
--hash=sha256:de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c
|
||||
pyinventory==0.9.3rc4; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:8bd83e5a9bcaece09404bf703a59321e94bd1570852a08fb80e4d98475750c72 \
|
||||
--hash=sha256:887467937b596f9b9e545a4a1767e25b1bea80f13d2ee74f43b94e6bffc29453
|
||||
pyinventory==0.9.4; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:fd1420f32b952b831321b134a96187232c1d8474564df1bac43f0c7a07dd62f3 \
|
||||
--hash=sha256:e1b43540f77793811d4edfcdcc82db5f73697f96ce44861c0cfa07a0b91df7e6
|
||||
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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Web based management to catalog things including state and location etc."
|
||||
},
|
||||
"version": "0.9.3.rc4~ynh1",
|
||||
"version": "0.9.4~ynh1",
|
||||
"url": "https://github.com/jedie/PyInventory",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
12
poetry.lock
generated
12
poetry.lock
generated
|
@ -666,7 +666,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|||
|
||||
[[package]]
|
||||
name = "pyinventory"
|
||||
version = "0.9.3rc4"
|
||||
version = "0.9.4"
|
||||
description = "Web based management to catalog things including state and location etc. using Python/Django."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -693,8 +693,8 @@ requests = "*"
|
|||
|
||||
[package.extras]
|
||||
docker = ["docker-compose"]
|
||||
postgres-binary = ["psycopg2-binary"]
|
||||
psycopg2-source = ["psycopg2"]
|
||||
psycopg2-source = ["psycopg2 (<2.9)"]
|
||||
postgres-binary = ["psycopg2-binary (<2.9)"]
|
||||
|
||||
[[package]]
|
||||
name = "pyparsing"
|
||||
|
@ -1016,7 +1016,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.7,<4.0.0"
|
||||
content-hash = "4feb898a189e4259b73ba9f972baf5df7afab71c0297a09b5dcae37a7ee77bf0"
|
||||
content-hash = "3015b064dc26b271dbb6083b9b3d25aa5ccc59c522524dcf601229597ca71ae4"
|
||||
|
||||
[metadata.files]
|
||||
astor = [
|
||||
|
@ -1363,8 +1363,8 @@ pyflakes = [
|
|||
{file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"},
|
||||
]
|
||||
pyinventory = [
|
||||
{file = "PyInventory-0.9.3rc4-py3-none-any.whl", hash = "sha256:8bd83e5a9bcaece09404bf703a59321e94bd1570852a08fb80e4d98475750c72"},
|
||||
{file = "PyInventory-0.9.3rc4.tar.gz", hash = "sha256:887467937b596f9b9e545a4a1767e25b1bea80f13d2ee74f43b94e6bffc29453"},
|
||||
{file = "PyInventory-0.9.4-py3-none-any.whl", hash = "sha256:fd1420f32b952b831321b134a96187232c1d8474564df1bac43f0c7a07dd62f3"},
|
||||
{file = "PyInventory-0.9.4.tar.gz", hash = "sha256:e1b43540f77793811d4edfcdcc82db5f73697f96ce44861c0cfa07a0b91df7e6"},
|
||||
]
|
||||
pyparsing = [
|
||||
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[tool.poetry]
|
||||
name = "pyinventory_ynh"
|
||||
version = "0.9.3.rc4~ynh1"
|
||||
version = "0.9.4~ynh1"
|
||||
description = "Test pyinventory_ynh via local_test.py"
|
||||
authors = ["JensDiemer <git@jensdiemer.de>"]
|
||||
license = "GPL"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0.0"
|
||||
pyinventory = ">=0.9.3.rc4"
|
||||
pyinventory = {version = "*", extras = ["psycopg2-binary"]}
|
||||
# Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes
|
||||
django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue