Merge pull request #9 from YunoHost-Apps/updates

Updates
This commit is contained in:
Jens Diemer 2021-01-17 13:31:32 +01:00 committed by GitHub
commit 7bcd3cf108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -99,7 +99,7 @@ drwxr-xr-x 6 django-for-runners django-for-runners 6 Dec 8 08:37 venv
root@yunohost:~# cd /opt/yunohost/django-for-runners/ root@yunohost:~# cd /opt/yunohost/django-for-runners/
root@yunohost:/opt/yunohost/django-for-runners# source venv/bin/activate root@yunohost:/opt/yunohost/django-for-runners# source venv/bin/activate
(venv) root@yunohost:/opt/yunohost/django-for-runners# ./manage.py check (venv) root@yunohost:/opt/yunohost/django-for-runners# ./manage.py check
Django-ForRunners v0.12.0rc3 (Django v2.2.17) Django-ForRunners v0.12.0 (Django v2.2.17)
DJANGO_SETTINGS_MODULE='ynh_django-for-runners_settings' DJANGO_SETTINGS_MODULE='ynh_django-for-runners_settings'
PROJECT_PATH:/opt/yunohost/django-for-runners/venv/lib/python3.7/site-packages PROJECT_PATH:/opt/yunohost/django-for-runners/venv/lib/python3.7/site-packages
BASE_PATH:/opt/yunohost/django-for-runners BASE_PATH:/opt/yunohost/django-for-runners

View file

@ -38,9 +38,9 @@ django-dbbackup==3.3.0; python_version >= "3.7" and python_full_version < "4.0.0
django-debug-toolbar==3.2; python_version >= "3.7" and python_full_version < "4.0.0" \ django-debug-toolbar==3.2; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:84e2607d900dbd571df0a2acf380b47c088efb787dce9805aefeb407341961d2 \ --hash=sha256:84e2607d900dbd571df0a2acf380b47c088efb787dce9805aefeb407341961d2 \
--hash=sha256:9e5a25d0c965f7e686f6a8ba23613ca9ca30184daa26487706d4829f5cfb697a --hash=sha256:9e5a25d0c965f7e686f6a8ba23613ca9ca30184daa26487706d4829f5cfb697a
django-for-runners==0.12.0rc3; python_version >= "3.7" and python_full_version < "4.0.0" \ django-for-runners==0.12.0; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:5ff9d5b5705a4d431ac27bc863f1718f7a0768088d216c2274dba7dd0d15fb92 \ --hash=sha256:373cc67f6357910ad9b45fb78d0d13a3fa5b78738c047c2be795716d31fecba6 \
--hash=sha256:16e7efb59fbd54c72233fc278dffd3a7f68d0601feb9b8c32929bc65c9cf2cb5 --hash=sha256:7abb9cf734fe9e35beb1c96457405d2672a7bf5dcc682c759caa8dd24a92367d
django-import-export==2.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \ django-import-export==2.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:c39c003bfc803fb63ba7742562f1667603a4a8d7426261845d75ce8582d40f48 \ --hash=sha256:c39c003bfc803fb63ba7742562f1667603a4a8d7426261845d75ce8582d40f48 \
--hash=sha256:cf6f3dabdd4f32dcb26e25c7ddcba7aee3168b55d380b0da79f0349afa17c011 --hash=sha256:cf6f3dabdd4f32dcb26e25c7ddcba7aee3168b55d380b0da79f0349afa17c011

View file

@ -5,7 +5,7 @@
"description": { "description": {
"en": "Store your GPX tracks of your running (or other sports activity)" "en": "Store your GPX tracks of your running (or other sports activity)"
}, },
"version": "0.12.0rc3~ynh2", "version": "0.12.0~ynh1",
"url": "https://github.com/jedie/django-for-runners", "url": "https://github.com/jedie/django-for-runners",
"license": "GPL-3.0", "license": "GPL-3.0",
"maintainer": { "maintainer": {

8
poetry.lock generated
View file

@ -251,7 +251,7 @@ sqlparse = ">=0.2.0"
[[package]] [[package]]
name = "django-for-runners" name = "django-for-runners"
version = "0.12.0rc3" version = "0.12.0"
description = "Store your GPX tracks of your running (or other sports activity) in django." description = "Store your GPX tracks of your running (or other sports activity) in django."
category = "main" category = "main"
optional = false optional = false
@ -1017,7 +1017,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
[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 = "c1e062a32cef762fb6a112c71f6b410e5e69789db290c9c05dcc22a4b9a3036c" content-hash = "c99090ab7b82ff9c48f6bf3e60c8917726c264819b9d4373d8f036196058506b"
[metadata.files] [metadata.files]
appdirs = [ appdirs = [
@ -1157,8 +1157,8 @@ django-debug-toolbar = [
{file = "django_debug_toolbar-3.2-py3-none-any.whl", hash = "sha256:9e5a25d0c965f7e686f6a8ba23613ca9ca30184daa26487706d4829f5cfb697a"}, {file = "django_debug_toolbar-3.2-py3-none-any.whl", hash = "sha256:9e5a25d0c965f7e686f6a8ba23613ca9ca30184daa26487706d4829f5cfb697a"},
] ]
django-for-runners = [ django-for-runners = [
{file = "django-for-runners-0.12.0rc3.tar.gz", hash = "sha256:5ff9d5b5705a4d431ac27bc863f1718f7a0768088d216c2274dba7dd0d15fb92"}, {file = "django-for-runners-0.12.0.tar.gz", hash = "sha256:373cc67f6357910ad9b45fb78d0d13a3fa5b78738c047c2be795716d31fecba6"},
{file = "django_for_runners-0.12.0rc3-py3-none-any.whl", hash = "sha256:16e7efb59fbd54c72233fc278dffd3a7f68d0601feb9b8c32929bc65c9cf2cb5"}, {file = "django_for_runners-0.12.0-py3-none-any.whl", hash = "sha256:7abb9cf734fe9e35beb1c96457405d2672a7bf5dcc682c759caa8dd24a92367d"},
] ]
django-import-export = [ django-import-export = [
{file = "django-import-export-2.5.0.tar.gz", hash = "sha256:c39c003bfc803fb63ba7742562f1667603a4a8d7426261845d75ce8582d40f48"}, {file = "django-import-export-2.5.0.tar.gz", hash = "sha256:c39c003bfc803fb63ba7742562f1667603a4a8d7426261845d75ce8582d40f48"},

View file

@ -1,13 +1,13 @@
[tool.poetry] [tool.poetry]
name = "django-for-runners_ynh" name = "django-for-runners_ynh"
version = "0.12.0rc3~ynh2" version = "0.12.0~ynh2"
description = "Test django-for-runners_ynh via local_test.py" description = "Test django-for-runners_ynh via local_test.py"
authors = ["JensDiemer <git@jensdiemer.de>"] authors = ["JensDiemer <git@jensdiemer.de>"]
license = "GPL" license = "GPL"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.7,<4.0.0" python = ">=3.7,<4.0.0"
django-for-runners = "==0.12.0rc3" django-for-runners = "==0.12.0"
django_ynh = "*" django_ynh = "*"
gunicorn = "*" gunicorn = "*"
psycopg2-binary = "*" psycopg2-binary = "*"