mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
commit
2c9345a93a
6 changed files with 13 additions and 13 deletions
|
@ -34,7 +34,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.17.2~ynh1
|
||||
**Shipped version:** 0.17.3rc0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -34,7 +34,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.17.2~ynh1
|
||||
**Version incluse :** 0.17.3rc0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -177,9 +177,9 @@ django-dbbackup==4.0.2 ; python_version >= "3.9" and python_version < "4" \
|
|||
django-debug-toolbar==3.8.1 ; python_version >= "3.9" and python_version < "4" \
|
||||
--hash=sha256:24ef1a7d44d25e60d7951e378454c6509bf536dce7e7d9d36e7c387db499bc27 \
|
||||
--hash=sha256:879f8a4672d41621c06a4d322dcffa630fc4df056cada6e417ed01db0e5e0478
|
||||
django-for-runners==0.17.2 ; python_version >= "3.9" and python_version < "4" \
|
||||
--hash=sha256:ac9aaa06289e41af6d66ac92fdbeafe5f68242c3cb523ae3ba6c5d0241653e2b \
|
||||
--hash=sha256:e8872410d6f06e6260eb8c021dc024a97dedd80fd5d7052b3b760b82e899ee1f
|
||||
django-for-runners==0.17.3rc0 ; python_version >= "3.9" and python_version < "4" \
|
||||
--hash=sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba \
|
||||
--hash=sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129
|
||||
django-import-export==3.1.0 ; python_version >= "3.9" and python_version < "4" \
|
||||
--hash=sha256:0760414c125142f5db02382f661b091f7597dbbebf82c8797c7830cc140a6a1a \
|
||||
--hash=sha256:5f72cb49ad92f4393f0bdb8396f344232445555e77fc501dd294bcd3d1788606
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "Store your GPX tracks of your running (or other sports activity)"
|
||||
},
|
||||
"version": "0.17.2~ynh1",
|
||||
"version": "0.17.3rc0~ynh1",
|
||||
"url": "https://github.com/YunoHost-Apps/django-for-runners_ynh",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0",
|
||||
|
|
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -774,14 +774,14 @@ sqlparse = ">=0.2"
|
|||
|
||||
[[package]]
|
||||
name = "django-for-runners"
|
||||
version = "0.17.2"
|
||||
version = "0.17.3rc0"
|
||||
description = "Store your GPX tracks of your running (or other sports activity) in django."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "<4,>=3.9"
|
||||
files = [
|
||||
{file = "django-for-runners-0.17.2.tar.gz", hash = "sha256:e8872410d6f06e6260eb8c021dc024a97dedd80fd5d7052b3b760b82e899ee1f"},
|
||||
{file = "django_for_runners-0.17.2-py3-none-any.whl", hash = "sha256:ac9aaa06289e41af6d66ac92fdbeafe5f68242c3cb523ae3ba6c5d0241653e2b"},
|
||||
{file = "django-for-runners-0.17.3rc0.tar.gz", hash = "sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba"},
|
||||
{file = "django_for_runners-0.17.3rc0-py3-none-any.whl", hash = "sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2712,4 +2712,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
|
||||
content-hash = "98b87562179ec1fd7b7580d6b07a17d28a131ca7d29338eebd69d9759a257745"
|
||||
content-hash = "8a41ab1d694b323d1285a7bd196f5556ae41b4b7023988ec4ab52b838912da9a"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "for_runners_ynh"
|
||||
version = "0.17.2+ynh1"
|
||||
version = "0.17.3rc0+ynh1"
|
||||
description = "YunoHost app package for https://github.com/jedie/django-for-runners"
|
||||
authors = ["Jens Diemer <git@jensdiemer.de>"]
|
||||
homepage = "https://github.com/YunoHost-Apps/django-for-runners_ynh"
|
||||
|
@ -13,7 +13,7 @@ readme = 'README.md'
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
|
||||
#
|
||||
django_for_runners = ">=0.17.2" # https://github.com/jedie/django-for-runners
|
||||
django_for_runners = ">=0.17.3rc0" # https://github.com/jedie/django-for-runners
|
||||
#
|
||||
# extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes
|
||||
# see: https://github.com/YunoHost-Apps/django_yunohost_integration/blob/main/pyproject.toml
|
||||
|
@ -160,7 +160,7 @@ upstream_url = "https://github.com/jedie/django-for-runners"
|
|||
ynh_app_pkg_name = "for_runners_ynh"
|
||||
ynh_app_url = "https://github.com/YunoHost-Apps/django-for-runners_ynh"
|
||||
bug_tracker_url = "https://github.com/jedie/django-for-runners/issues"
|
||||
upstream_version = "0.17.2"
|
||||
upstream_version = "0.17.3rc0"
|
||||
ynh_version = "1"
|
||||
package_description = "YunoHost app package for https://github.com/jedie/django-for-runners"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue