mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
django-fmd==0.3.2
This commit is contained in:
parent
3a6744dc67
commit
5824520ab5
4 changed files with 10 additions and 10 deletions
|
@ -34,9 +34,9 @@ django-axes==5.36.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.3.1; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:89621bdbed70a09278b4011b759ee29a4e1db5434f0cb482648ff68acae09c9f \
|
||||
--hash=sha256:76f62cb4972d2ef52721b792c9eca70ad6e9daf4f64d64938d6089e81ca473cd
|
||||
django-fmd==0.3.2; python_version >= "3.7" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:52bc6ff3af170b4ea0860f42863f24abccf904c75b6179197caef55cec793295 \
|
||||
--hash=sha256:eb02e13d68591c657e3c1e9fb8e536140f4736921c94b7aa17dc98480c1eec31
|
||||
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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Web based FritzBox management using Python/Django."
|
||||
},
|
||||
"version": "0.3.1~ynh1",
|
||||
"version": "0.3.2~ynh1",
|
||||
"url": "https://gitlab.com/jedie/django-find-my-device",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -295,7 +295,7 @@ sqlparse = ">=0.2.0"
|
|||
|
||||
[[package]]
|
||||
name = "django-fmd"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
description = "Server for 'Find My Device' android app, implemented in Django/Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -887,7 +887,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 = "629dbab9c11611ead745199bba20e20c5c867ed1fa53bdc1c80237ffe3a960ef"
|
||||
content-hash = "f2ac0b2e5838f3e9e07b64a79da77b487039961b8c84b754a3cfa86d0c904d3a"
|
||||
|
||||
[metadata.files]
|
||||
asgiref = [
|
||||
|
@ -1042,8 +1042,8 @@ django-debug-toolbar = [
|
|||
{file = "django_debug_toolbar-3.5.0-py3-none-any.whl", hash = "sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661"},
|
||||
]
|
||||
django-fmd = [
|
||||
{file = "django-fmd-0.3.1.tar.gz", hash = "sha256:89621bdbed70a09278b4011b759ee29a4e1db5434f0cb482648ff68acae09c9f"},
|
||||
{file = "django_fmd-0.3.1-py3-none-any.whl", hash = "sha256:76f62cb4972d2ef52721b792c9eca70ad6e9daf4f64d64938d6089e81ca473cd"},
|
||||
{file = "django-fmd-0.3.2.tar.gz", hash = "sha256:52bc6ff3af170b4ea0860f42863f24abccf904c75b6179197caef55cec793295"},
|
||||
{file = "django_fmd-0.3.2-py3-none-any.whl", hash = "sha256:eb02e13d68591c657e3c1e9fb8e536140f4736921c94b7aa17dc98480c1eec31"},
|
||||
]
|
||||
django-ipware = [
|
||||
{file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "django-fmd_ynh"
|
||||
version = "0.3.1~ynh1"
|
||||
version = "0.3.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.3.1" # https://gitlab.com/jedie/django-find-my-device
|
||||
django-fmd = ">=0.3.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"]}
|
||||
|
|
Loading…
Reference in a new issue