www-apps/netbox: add 3.0.12, drop 3.0.7

This commit is contained in:
Alarig Le Lay 2023-01-30 23:11:04 +01:00
parent 0be3cbb2b0
commit 8cb95204ce
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 15 additions and 14 deletions

View File

@ -1,2 +1,2 @@
DIST netbox-2.11.12.tar.gz 7125072 BLAKE2B 4136748fed3b6559aecdf489f2f300f656c8b617fb62442fe94d2f08f58a21b493062e8d24e2ee94889e3e530f9f757adfe3eaef78ee4a240c7a1c584ad2bf5d SHA512 6c4c0ad99d6df9b8a97065e2f326ce46d666313c6eb93e72c163f32a1ed7450409ab528ceee97b8c12f9702d333dd51d8dd4402eddcfe338598d5bfd05d9a72f
DIST netbox-3.0.7.tar.gz 4488027 BLAKE2B ea33dee76a4ac1ad801716a25d232768fe710f2b6df485573d2495829343f23e61fe0d7054f5af6260e064213f2a5b6cb0a61c4bbd32264b5787c0f1dc2fc61a SHA512 412087445daf0b07ef21fd656627575edc75e30262562612bf34cff9b868b7a245e86c31532748485693b3a2bb86e7071b5575a7ce6ab7ded01daa5233bf0d09
DIST netbox-3.0.12.tar.gz 4487103 BLAKE2B 2a43778a6496ab67f15f512521b4ef5c63f775d19271b4c59f662701e260655af1c4547f5c92c65d49de13c0cf21bbe73111f516eb8db8311c8ce794a4287848 SHA512 3fdebcad915c72c586c2a6b6e7a67649f7ed71c1c09437cb1fa6585dafb0e38d4e43e1ac0b6cdde151cc0987eae014e491836bed301935055699da00dc5cc8fc

View File

@ -1,8 +1,8 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit python-single-r1 readme.gentoo-r1
DESCRIPTION="IP address and data center infrastructure management tool"
@ -20,7 +20,7 @@ RDEPEND="
acct-user/netbox
${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/django-3.2.8[${PYTHON_USEDEP}]
>=dev-python/django-3.2.9[${PYTHON_USEDEP}]
>=dev-python/django-cors-headers-3.10.0[${PYTHON_USEDEP}]
>=dev-python/django-debug-toolbar-3.2.2[${PYTHON_USEDEP}]
>=dev-python/django-filter-21.1[${PYTHON_USEDEP}]
@ -29,25 +29,26 @@ RDEPEND="
>=dev-python/django-pglocks-1.0.4[${PYTHON_USEDEP}]
>=dev-python/django-prometheus-2.1.0[${PYTHON_USEDEP}]
>=dev-python/django-redis-5.0.0[${PYTHON_USEDEP}]
>=dev-python/django-rq-2.4.1[${PYTHON_USEDEP}]
>=dev-python/django-tables2-2.4.0[${PYTHON_USEDEP}]
>=dev-python/django-rq-2.5.1[${PYTHON_USEDEP}]
>=dev-python/django-tables2-2.4.1[${PYTHON_USEDEP}]
>=dev-python/django-taggit-1.5.1[${PYTHON_USEDEP}]
~dev-python/django-timezone-field-4.2.1[${PYTHON_USEDEP}]
>=dev-python/djangorestframework-3.12.4[${PYTHON_USEDEP}]
>=dev-python/drf-yasg-1.20.0[${PYTHON_USEDEP},validation]
>=dev-python/graphene-django-2.15.0[${PYTHON_USEDEP}]
>=www-servers/gunicorn-20.1.0[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
>=dev-python/markdown-3.3.4[${PYTHON_USEDEP}]
>=dev-python/jinja-3.0.3[${PYTHON_USEDEP}]
>=dev-python/markdown-3.3.6[${PYTHON_USEDEP}]
>=dev-python/markdown-include-0.6.0[${PYTHON_USEDEP}]
>=dev-python/mkdocs-material-7.3.2[${PYTHON_USEDEP}]
>=dev-python/mkdocs-material-7.3.6[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.8.0[${PYTHON_USEDEP}]
>=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
>=dev-python/psycopg-2.9.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
>=dev-python/pillow-8.4.0[${PYTHON_USEDEP}]
>=dev-python/psycopg-2.9.2[${PYTHON_USEDEP}]
>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
>=dev-python/svgwrite-1.4.1[${PYTHON_USEDEP}]
>=dev-python/tablib-3.0.0[${PYTHON_USEDEP}]
ldap? ( >=dev-python/django-auth-ldap-1.7[${PYTHON_USEDEP}] )
>=dev-python/tablib-3.1.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
ldap? ( >=dev-python/django-auth-ldap-4.1.0[${PYTHON_USEDEP}] )
')"
DEPEND="${RDEPEND}"