Merge pull request #23 from YunoHost-Apps/updates

Updates
This commit is contained in:
Jens Diemer 2022-04-15 21:13:16 +02:00 committed by GitHub
commit 673b874b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -33,7 +33,7 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/
More screenshots are here: [jedie.github.io/tree/master/screenshots/django-for-runners](https://github.com/jedie/jedie.github.io/tree/master/screenshots/django-for-runners/README.creole)
**Shipped version:** 0.12.1~ynh1
**Shipped version:** 0.13.0rc1~ynh1

View file

@ -29,7 +29,7 @@ This package for YunoHost used [django-yunohost-integration](https://github.com/
More screenshots are here: [jedie.github.io/tree/master/screenshots/django-for-runners](https://github.com/jedie/jedie.github.io/tree/master/screenshots/django-for-runners/README.creole)
**Version incluse :** 0.12.1~ynh1
**Version incluse :** 0.13.0rc1~ynh1

View file

@ -47,9 +47,9 @@ django-dbbackup==3.3.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" \
--hash=sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9 \
--hash=sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409
django-for-runners==0.12.1; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:5efe6e8e7abaec9faf31cfe670b0e0b441877b00b0966b38d5d774cde2373775 \
--hash=sha256:571e87c3401fa2bce6eaa0e0749d84f852fc18a0f22aceb72ee66bcfba8c6391
django-for-runners==0.13.0rc1; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:8576244ed3172291e84dcfdc96e3d2d12beb34c0bdb9816d68bc4911b20765db \
--hash=sha256:5c0c43b366d6f58049d9ae4de86bd1aff19266af967caaa0e1bed5fd481372ac
django-import-export==2.7.1; python_version >= "3.7" and python_full_version < "4.0.0" \
--hash=sha256:4bc65943a5ce66aeaf2b5d0d6f75b1863b63b10323bf235e46500bef5d6dd85b \
--hash=sha256:254ca359782efca932c398edabc15dd51d31da241e85cc03af5b720173e0b2fe

View file

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

8
poetry.lock generated
View file

@ -309,7 +309,7 @@ sqlparse = ">=0.2.0"
[[package]]
name = "django-for-runners"
version = "0.12.1"
version = "0.13.0rc1"
description = "Store your GPX tracks of your running (or other sports activity) in django."
category = "main"
optional = false
@ -1199,7 +1199,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 = "2c5e83d5183d92dec664f9a9749d1725a4356b7bf37fd0c529b4982d54442466"
content-hash = "81ce8385bf5a459f9ee988a79822582f073b5c1d325585a4cb9e7c983dd2bbe3"
[metadata.files]
astor = [
@ -1365,8 +1365,8 @@ django-debug-toolbar = [
{file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"},
]
django-for-runners = [
{file = "django-for-runners-0.12.1.tar.gz", hash = "sha256:5efe6e8e7abaec9faf31cfe670b0e0b441877b00b0966b38d5d774cde2373775"},
{file = "django_for_runners-0.12.1-py3-none-any.whl", hash = "sha256:571e87c3401fa2bce6eaa0e0749d84f852fc18a0f22aceb72ee66bcfba8c6391"},
{file = "django-for-runners-0.13.0rc1.tar.gz", hash = "sha256:8576244ed3172291e84dcfdc96e3d2d12beb34c0bdb9816d68bc4911b20765db"},
{file = "django_for_runners-0.13.0rc1-py3-none-any.whl", hash = "sha256:5c0c43b366d6f58049d9ae4de86bd1aff19266af967caaa0e1bed5fd481372ac"},
]
django-import-export = [
{file = "django-import-export-2.7.1.tar.gz", hash = "sha256:4bc65943a5ce66aeaf2b5d0d6f75b1863b63b10323bf235e46500bef5d6dd85b"},

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "for_runners_ynh"
version = "0.12.1~ynh1"
version = "0.13.0rc1~ynh1"
description = "Test for_runners_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-for-runners = ">=0.12.1"
django-for-runners = ">=0.13.0rc1"
# Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes
django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}