mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
Apply manageproject updates
This commit is contained in:
parent
2b3dc5a297
commit
1f3656f090
11 changed files with 20 additions and 21 deletions
|
@ -31,7 +31,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.4~ynh1
|
||||
**Shipped version:** 0.18.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -31,7 +31,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)
|
||||
|
||||
|
||||
**Versión actual:** 0.17.4~ynh1
|
||||
**Versión actual:** 0.18.0~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -31,7 +31,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)
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 0.17.4~ynh1
|
||||
**Paketatutako bertsioa:** 0.18.0~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -31,7 +31,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.4~ynh1
|
||||
**Version incluse :** 0.18.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -31,7 +31,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)
|
||||
|
||||
|
||||
**Versión proporcionada:** 0.17.4~ynh1
|
||||
**Versión proporcionada:** 0.18.0~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
**Versione pubblicata:** 0.17.4~ynh1
|
||||
**Versione pubblicata:** 0.18.0~ynh1
|
||||
|
||||
## Screenshot
|
||||
|
||||
|
|
|
@ -31,7 +31,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)
|
||||
|
||||
|
||||
**分发版本:** 0.17.4~ynh1
|
||||
**分发版本:** 0.18.0~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -39,16 +39,15 @@ Usage: ./dev-cli.py [OPTIONS] COMMAND [ARGS]...
|
|||
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
||||
╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────╮
|
||||
│ check-code-style Check code style by calling darker + flake8 │
|
||||
│ coverage Run and show coverage. │
|
||||
│ diffsettings Run "diffsettings" manage command against a "local_test" YunoHost │
|
||||
│ installation. │
|
||||
│ fix-code-style Fix code style of all for_runners_ynh source code files via darker │
|
||||
│ fix-code-style Fix code style of all your_cool_package source code files via darker │
|
||||
│ install Run pip-sync and install 'for_runners_ynh' via pip as editable. │
|
||||
│ local-test Build a "local_test" YunoHost installation and start the Django dev. │
|
||||
│ server against it. │
|
||||
│ mypy Run Mypy (configured in pyproject.toml) │
|
||||
│ pip-audit Run pip-audit check against current requirements files │
|
||||
│ publish Build and upload this project to PyPi │
|
||||
│ safety Run safety check against current requirements files │
|
||||
│ test Compile YunoHost files and run Django unittests │
|
||||
│ tox Run tox │
|
||||
│ update Update "requirements*.txt" dependencies files │
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
YunoHost app package for https://github.com/jedie/django-for-runners
|
||||
"""
|
||||
|
||||
__version__ = '0.17.4+ynh1'
|
||||
__version__ = '0.18.0+ynh1'
|
||||
__author__ = 'Jens Diemer <git@jensdiemer.de>'
|
||||
|
|
|
@ -5,7 +5,7 @@ id = "django-for-runners"
|
|||
name = "django-for-runners"
|
||||
description.en = "YunoHost app package for https://github.com/jedie/django-for-runners"
|
||||
|
||||
version = "0.17.4~ynh1"
|
||||
version = "0.18.0~ynh1"
|
||||
|
||||
maintainers = ["Jens Diemer"]
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h1 id="site-name">
|
||||
<a href="/app_path/">
|
||||
<img alt="Logo" height="40px" src="/app_path/static/Django-ForRunners.svg"/>
|
||||
Django-ForRunners v0.17.4
|
||||
Django-ForRunners v0.18.0
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue