From e89211094dd7e2aef0f6904aec1f213eb461174c Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 3 Apr 2023 09:33:13 +0200 Subject: [PATCH] Update to 0.17.3 --- conf/requirements.txt | 6 +++--- manifest.json | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index 2335f9f..e7a5d4b 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -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.3rc0 ; python_version >= "3.9" and python_version < "4" \ - --hash=sha256:4c97604788986061b49f850db9b635b8aa480bbaed399a71febbd7c2f42381ba \ - --hash=sha256:a505faebc99fa5243f2fb6f736f0dd2ad298c0ec6fbd5abe2ac4ff0c578ff129 +django-for-runners==0.17.3 ; python_version >= "3.9" and python_version < "4" \ + --hash=sha256:6ce81247149a4f7a6f08efb25a6adb90f94d9f170af98121e22b459c48671673 \ + --hash=sha256:ad311bb4f91d47c0e008f54f902e896d13b6b206dd86951636aecaebd5a18395 django-import-export==3.1.0 ; python_version >= "3.9" and python_version < "4" \ --hash=sha256:0760414c125142f5db02382f661b091f7597dbbebf82c8797c7830cc140a6a1a \ --hash=sha256:5f72cb49ad92f4393f0bdb8396f344232445555e77fc501dd294bcd3d1788606 diff --git a/manifest.json b/manifest.json index d2399ed..e2d1d78 100644 --- a/manifest.json +++ b/manifest.json @@ -5,8 +5,8 @@ "description": { "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", + "version": "0.17.3~ynh1", "upstream": { "license": "GPL-3.0", "website": "https://github.com/jedie/django-for-runners", diff --git a/poetry.lock b/poetry.lock index 48cef32..53b6dc1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -774,14 +774,14 @@ sqlparse = ">=0.2" [[package]] 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." category = "main" optional = false python-versions = "<4,>=3.9" files = [ - {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"}, + {file = "django-for-runners-0.17.3.tar.gz", hash = "sha256:ad311bb4f91d47c0e008f54f902e896d13b6b206dd86951636aecaebd5a18395"}, + {file = "django_for_runners-0.17.3-py3-none-any.whl", hash = "sha256:6ce81247149a4f7a6f08efb25a6adb90f94d9f170af98121e22b459c48671673"}, ] [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 = "8a41ab1d694b323d1285a7bd196f5556ae41b4b7023988ec4ab52b838912da9a" +content-hash = "85d572184b979368c68249892f0918d7f1b991649dcda609d8fe8f85a0cd48cb" diff --git a/pyproject.toml b/pyproject.toml index 8c92c65..8ab1dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] 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" authors = ["Jens Diemer "] 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.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 # 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.3rc0" +upstream_version = "0.0.1" ynh_version = "1" package_description = "YunoHost app package for https://github.com/jedie/django-for-runners" license = "GPL-3.0-or-later"