1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00

update to v0.0.2

This commit is contained in:
JensDiemer 2022-07-11 23:03:35 +02:00
parent a7c20fea5b
commit 6c7e2e6441
4 changed files with 11 additions and 11 deletions

View file

@ -28,9 +28,9 @@ django-axes==5.35.0; python_version >= "3.7" and python_full_version < "4.0.0" \
django-debug-toolbar==3.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:97965f2630692de316ea0c1ca5bfa81660d7ba13146dbc6be2059cf55b35d0e5 \
--hash=sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661
django-fmd==0.0.1; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:7518fda3aa09eb8f0779dae04949dc3a22663da2c37f98cb1280c52a3ff1ce1b \
--hash=sha256:74c7205f49eb0e076ecb96284da1d9e59ff1a7e5549d4ece32ab67a4e135d5de
django-fmd==0.0.2; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:8c62aad722dcbb4b127dd2f127de63d1c0ee7645c3ef6e0a1341eca91a336b36 \
--hash=sha256:e4d9e07d1c173a1b435738683fa65d8cd13811bbe067de4bc44c0ad1fba7cba5
django-ipware==4.0.2; 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.6.0" \
--hash=sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \
--hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9

View file

@ -5,7 +5,7 @@
"description": {
"en": "Web based FritzBox management using Python/Django."
},
"version": "0.0.1~ynh1",
"version": "0.0.2~ynh1",
"url": "https://gitlab.com/jedie/django-find-my-device",
"upstream": {
"license": "GPL-3.0",
@ -21,7 +21,7 @@
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx"
],

8
poetry.lock generated
View file

@ -280,7 +280,7 @@ sqlparse = ">=0.2.0"
[[package]]
name = "django-fmd"
version = "0.0.1"
version = "0.0.2"
description = "Server for 'Find My Device' android app, implemented in Django/Python"
category = "main"
optional = false
@ -880,7 +880,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = ">=3.7,<4.0.0"
content-hash = "4e689069507f524cb2f23859dda19063221cfb3e5bbfaa07379f687f64e7b37f"
content-hash = "2b9f36653bf4a67cfa251ba93242746a7100f9490252b7f7cf2ef74a2d58efb8"
[metadata.files]
asgiref = [
@ -1031,8 +1031,8 @@ django-debug-toolbar = [
{file = "django_debug_toolbar-3.5.0-py3-none-any.whl", hash = "sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661"},
]
django-fmd = [
{file = "django-fmd-0.0.1.tar.gz", hash = "sha256:7518fda3aa09eb8f0779dae04949dc3a22663da2c37f98cb1280c52a3ff1ce1b"},
{file = "django_fmd-0.0.1-py3-none-any.whl", hash = "sha256:74c7205f49eb0e076ecb96284da1d9e59ff1a7e5549d4ece32ab67a4e135d5de"},
{file = "django-fmd-0.0.2.tar.gz", hash = "sha256:8c62aad722dcbb4b127dd2f127de63d1c0ee7645c3ef6e0a1341eca91a336b36"},
{file = "django_fmd-0.0.2-py3-none-any.whl", hash = "sha256:e4d9e07d1c173a1b435738683fa65d8cd13811bbe067de4bc44c0ad1fba7cba5"},
]
django-ipware = [
{file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"},

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "django-fmd_ynh"
version = "0.0.1~ynh1"
version = "0.0.2~ynh1"
description = "Test django-fmd_ynh via local_test.py"
authors = ["JensDiemer <git@jensdiemer.de>"]
license = "GPL"
@ -8,7 +8,7 @@ license = "GPL"
[tool.poetry.dependencies]
# Keep Python 3.7 until Yunohost contains a newer Python Version ;)
python = ">=3.7,<4.0.0"
django-fmd = ">=0.0.1" # https://gitlab.com/jedie/django-find-my-device
django-fmd = ">=0.0.2" # https://gitlab.com/jedie/django-find-my-device
# Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes
django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}