Merge pull request #14 from YunoHost-Apps/release

Release
This commit is contained in:
Jens Diemer 2022-04-08 18:49:34 +02:00 committed by GitHub
commit b1e5956a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -31,7 +31,7 @@ Pull requests welcome ;)
This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)
**Shipped version:** 0.1.0.rc1~ynh1 **Shipped version:** 0.1.0~ynh1

View file

@ -27,7 +27,7 @@ Pull requests welcome ;)
This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration) This package for YunoHost used [django-yunohost-integration](https://github.com/YunoHost-Apps/django_yunohost_integration)
**Version incluse :** 0.1.0.rc1~ynh1 **Version incluse :** 0.1.0~ynh1

View file

@ -40,9 +40,9 @@ django-axes==5.31.0; python_version >= "3.7" and python_full_version < "4.0.0" \
django-debug-toolbar==3.2.4; python_version >= "3.7" and python_full_version < "4.0.0" \ django-debug-toolbar==3.2.4; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9 \ --hash=sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9 \
--hash=sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409 --hash=sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409
django-fritzconnection==0.1.0rc1; python_version >= "3.7" and python_full_version < "4.0.0" \ django-fritzconnection==0.1.0; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:6a8c5f64ed6ca81fa866924ce337aee9fe634442fb53e8f59df4ebfd31dfcffe \ --hash=sha256:f1eb6c2d99f1d417a7ce0ed73b2aaea0788b0d743ae699b5b2abbdd0f1806458 \
--hash=sha256:d2b3faafb8c52ef93a2c071be575bf4af691a703e38d23f3f2e35a7f930913b1 --hash=sha256:89f820756d4194c0361ba87a3ba3b945c99976dab0beb4bf1d3422cbeb68047c
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" \ 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:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \
--hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9 --hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Web based FritzBox management using Python/Django." "en": "Web based FritzBox management using Python/Django."
}, },
"version": "0.1.0.rc1~ynh1", "version": "0.1.0~ynh1",
"url": "https://github.com/jedie/django-fritzconnection", "url": "https://github.com/jedie/django-fritzconnection",
"upstream": { "upstream": {
"license": "GPL-3.0", "license": "GPL-3.0",

8
poetry.lock generated
View file

@ -298,7 +298,7 @@ sqlparse = ">=0.2.0"
[[package]] [[package]]
name = "django-fritzconnection" name = "django-fritzconnection"
version = "0.1.0rc1" version = "0.1.0"
description = "Web based FritzBox management using Python/Django." description = "Web based FritzBox management using Python/Django."
category = "main" category = "main"
optional = false optional = false
@ -950,7 +950,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = ">=3.7,<4.0.0" python-versions = ">=3.7,<4.0.0"
content-hash = "3daaab3cde899a472fee83af64b6b627d122ffe02e976baf4d9ad28d969c5bb2" content-hash = "37b18c0bb33f8711595ce5e90a425ec623b8f1a0ecd202116009e89ce176ef2a"
[metadata.files] [metadata.files]
asgiref = [ asgiref = [
@ -1110,8 +1110,8 @@ django-debug-toolbar = [
{file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"}, {file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"},
] ]
django-fritzconnection = [ django-fritzconnection = [
{file = "django-fritzconnection-0.1.0rc1.tar.gz", hash = "sha256:6a8c5f64ed6ca81fa866924ce337aee9fe634442fb53e8f59df4ebfd31dfcffe"}, {file = "django-fritzconnection-0.1.0.tar.gz", hash = "sha256:f1eb6c2d99f1d417a7ce0ed73b2aaea0788b0d743ae699b5b2abbdd0f1806458"},
{file = "django_fritzconnection-0.1.0rc1-py3-none-any.whl", hash = "sha256:d2b3faafb8c52ef93a2c071be575bf4af691a703e38d23f3f2e35a7f930913b1"}, {file = "django_fritzconnection-0.1.0-py3-none-any.whl", hash = "sha256:89f820756d4194c0361ba87a3ba3b945c99976dab0beb4bf1d3422cbeb68047c"},
] ]
django-ipware = [ django-ipware = [
{file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, {file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"},

View file

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