Update to 0.17.3

This commit is contained in:
Jens Diemer 2023-04-03 09:33:13 +02:00
parent 5a62615efb
commit e89211094d
4 changed files with 11 additions and 11 deletions

View file

@ -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" \ django-debug-toolbar==3.8.1 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:24ef1a7d44d25e60d7951e378454c6509bf536dce7e7d9d36e7c387db499bc27 \ --hash=sha256:24ef1a7d44d25e60d7951e378454c6509bf536dce7e7d9d36e7c387db499bc27 \
--hash=sha256:879f8a4672d41621c06a4d322dcffa630fc4df056cada6e417ed01db0e5e0478 --hash=sha256:879f8a4672d41621c06a4d322dcffa630fc4df056cada6e417ed01db0e5e0478
django-for-runners==0.17.3rc0 ; python_version >= "3.9" and python_version < "4" \ django-for-runners==0.17.3 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba \ --hash=sha256:6ce81247149a4f7a6f08efb25a6adb90f94d9f170af98121e22b459c48671673 \
--hash=sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129 --hash=sha256:ad311bb4f91d47c0e008f54f902e896d13b6b206dd86951636aecaebd5a18395
django-import-export==3.1.0 ; python_version >= "3.9" and python_version < "4" \ django-import-export==3.1.0 ; python_version >= "3.9" and python_version < "4" \
--hash=sha256:0760414c125142f5db02382f661b091f7597dbbebf82c8797c7830cc140a6a1a \ --hash=sha256:0760414c125142f5db02382f661b091f7597dbbebf82c8797c7830cc140a6a1a \
--hash=sha256:5f72cb49ad92f4393f0bdb8396f344232445555e77fc501dd294bcd3d1788606 --hash=sha256:5f72cb49ad92f4393f0bdb8396f344232445555e77fc501dd294bcd3d1788606

View file

@ -5,8 +5,8 @@
"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.17.3rc0~ynh1",
"url": "https://github.com/YunoHost-Apps/django-for-runners_ynh", "url": "https://github.com/YunoHost-Apps/django-for-runners_ynh",
"version": "0.17.3~ynh1",
"upstream": { "upstream": {
"license": "GPL-3.0", "license": "GPL-3.0",
"website": "https://github.com/jedie/django-for-runners", "website": "https://github.com/jedie/django-for-runners",

8
poetry.lock generated
View file

@ -774,14 +774,14 @@ sqlparse = ">=0.2"
[[package]] [[package]]
name = "django-for-runners" name = "django-for-runners"
version = "0.17.3rc0" version = "0.17.3"
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
python-versions = "<4,>=3.9" python-versions = "<4,>=3.9"
files = [ files = [
{file = "django-for-runners-0.17.3rc0.tar.gz", hash = "sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba"}, {file = "django-for-runners-0.17.3.tar.gz", hash = "sha256:ad311bb4f91d47c0e008f54f902e896d13b6b206dd86951636aecaebd5a18395"},
{file = "django_for_runners-0.17.3rc0-py3-none-any.whl", hash = "sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129"}, {file = "django_for_runners-0.17.3-py3-none-any.whl", hash = "sha256:6ce81247149a4f7a6f08efb25a6adb90f94d9f170af98121e22b459c48671673"},
] ]
[package.dependencies] [package.dependencies]
@ -2712,4 +2712,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye) python-versions = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
content-hash = "8a41ab1d694b323d1285a7bd196f5556ae41b4b7023988ec4ab52b838912da9a" content-hash = "85d572184b979368c68249892f0918d7f1b991649dcda609d8fe8f85a0cd48cb"

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "for_runners_ynh" name = "for_runners_ynh"
version = "0.17.3rc0+ynh1" version = "0.17.3+ynh1"
description = "YunoHost app package for https://github.com/jedie/django-for-runners" description = "YunoHost app package for https://github.com/jedie/django-for-runners"
authors = ["Jens Diemer <git@jensdiemer.de>"] authors = ["Jens Diemer <git@jensdiemer.de>"]
homepage = "https://github.com/YunoHost-Apps/django-for-runners_ynh" homepage = "https://github.com/YunoHost-Apps/django-for-runners_ynh"
@ -13,7 +13,7 @@ readme = 'README.md'
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye) python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
# #
django_for_runners = ">=0.17.3rc0" # https://github.com/jedie/django-for-runners django_for_runners = ">=0.17.3" # https://github.com/jedie/django-for-runners
# #
# extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes # extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes
# see: https://github.com/YunoHost-Apps/django_yunohost_integration/blob/main/pyproject.toml # 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_pkg_name = "for_runners_ynh"
ynh_app_url = "https://github.com/YunoHost-Apps/django-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" bug_tracker_url = "https://github.com/jedie/django-for-runners/issues"
upstream_version = "0.17.3rc0" upstream_version = "0.0.1"
ynh_version = "1" ynh_version = "1"
package_description = "YunoHost app package for https://github.com/jedie/django-for-runners" package_description = "YunoHost app package for https://github.com/jedie/django-for-runners"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"