mirror of
https://github.com/YunoHost-Apps/scovie_ynh.git
synced 2024-09-03 20:16:29 +02:00
update version to 0.0.5
This commit is contained in:
parent
430d8cf83a
commit
4f0086c7da
3 changed files with 8 additions and 8 deletions
|
@ -173,9 +173,9 @@ pyyaml==6.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \
|
|||
redis==4.5.5 ; python_version >= "3.9" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119 \
|
||||
--hash=sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880
|
||||
scovie==0.0.4 ; python_version >= "3.9" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:de7ae4f2c101f588019fafa6a1eda058af4f391f6ab2c23ae088b793f637c782 \
|
||||
--hash=sha256:f17245e0b0d2048c1c8763086da33cf49335f8a9d49539d3997dbbf3e936cf59
|
||||
scovie==0.0.5 ; python_version >= "3.9" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:11b6b1b9e0760e21c082a6d33024a37db466c197e9719945249faa286473a0f0 \
|
||||
--hash=sha256:e6fcb584e7845bd0cfaf730481a89c50e48d51447513374229724e19d9cb7cd9
|
||||
setuptools==67.8.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \
|
||||
--hash=sha256:5df61bf30bb10c6f756eb19e7c9f3b473051f48db77fddbe06ff2ca307df9a6f \
|
||||
--hash=sha256:62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102
|
||||
|
|
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -1156,13 +1156,13 @@ gitlab = ["python-gitlab (>=1.3.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "scovie"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
description = "Scovie is an open-source digital signage system for high schools."
|
||||
optional = false
|
||||
python-versions = ">=3.9,<4.0.0"
|
||||
files = [
|
||||
{file = "scovie-0.0.4-py3-none-any.whl", hash = "sha256:de7ae4f2c101f588019fafa6a1eda058af4f391f6ab2c23ae088b793f637c782"},
|
||||
{file = "scovie-0.0.4.tar.gz", hash = "sha256:f17245e0b0d2048c1c8763086da33cf49335f8a9d49539d3997dbbf3e936cf59"},
|
||||
{file = "scovie-0.0.5-py3-none-any.whl", hash = "sha256:e6fcb584e7845bd0cfaf730481a89c50e48d51447513374229724e19d9cb7cd9"},
|
||||
{file = "scovie-0.0.5.tar.gz", hash = "sha256:11b6b1b9e0760e21c082a6d33024a37db466c197e9719945249faa286473a0f0"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1346,4 +1346,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<4.0.0"
|
||||
content-hash = "4b7b30c4d1972889b5b86a1cacdbd3f080182343ee06e21b460ff8ad557d90b6"
|
||||
content-hash = "f31d27828ff39162d0753140c5f476c631d611928687341c97999087605ec52d"
|
||||
|
|
|
@ -12,7 +12,7 @@ homepage = "https://github.com/eldertek/scovie_ynh"
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye)
|
||||
|
||||
scovie = "0.0.4" # https://github.com/eldertek/scovie
|
||||
scovie = "0.0.5" # https://github.com/eldertek/scovie
|
||||
|
||||
# extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes
|
||||
# see: https://github.com/YunoHost-Apps/django_yunohost_integration/blob/main/pyproject.toml
|
||||
|
|
Loading…
Add table
Reference in a new issue