Skip to content
Snippets Groups Projects
Commit b21507a2 authored by Kai Knoblich's avatar Kai Knoblich
Browse files

www/py-django-auth-ldap: Update to 4.1.0

parent 09f8a520
No related branches found
No related tags found
No related merge requests found
# Created by: Alexander Kriventsov <avk@vl.ru>
PORTNAME= django-auth-ldap
PORTVERSION= 4.0.0
PORTREVISION= 1
PORTVERSION= 4.1.0
CATEGORIES= www security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -17,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_sc
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap>=3.1:net/py-ldap@${PY_FLAVOR}
USES= python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
......
TIMESTAMP = 1641496154
SHA256 (django-auth-ldap-4.0.0.tar.gz) = 276f79e624ce083ce13f161387f65ff1c0efe83ef8a42f2b9830d43317b15239
SIZE (django-auth-ldap-4.0.0.tar.gz) = 52648
TIMESTAMP = 1654945388
SHA256 (django-auth-ldap-4.1.0.tar.gz) = 77f749d3b17807ce8eb56a9c9c8e5746ff316567f81d5ba613495d9c7495a949
SIZE (django-auth-ldap-4.1.0.tar.gz) = 53254
......@@ -2,14 +2,12 @@ Avoid the download of various intersphinx inventories during build. Only two
intersphinx mappings are used and the documentation can be built/used without
them.
--- docs/conf.py.orig 2021-02-28 15:46:24 UTC
--- docs/conf.py.orig 2022-06-12 10:26:47 UTC
+++ docs/conf.py
@@ -186,15 +186,3 @@ texinfo_documents = [
@@ -188,13 +188,3 @@ texinfo_documents = [
# -- Extension configuration -------------------------------------------------
-
-# -- Options for intersphinx extension ---------------------------------------
# -- Options for intersphinx extension ---------------------------------------
-
-intersphinx_mapping = {
- "python": ("https://docs.python.org/3/", None),
......@@ -17,6 +15,6 @@ them.
- "https://docs.djangoproject.com/en/stable/",
- "https://docs.djangoproject.com/en/stable/_objects/",
- ),
- "pythonldap": ("https://python-ldap.readthedocs.io/en/latest/", None),
- "tox": ("https://tox.readthedocs.io/en/latest/", None),
- "pythonldap": ("https://www.python-ldap.org/en/latest/", None),
- "tox": ("https://tox.wiki/en/latest/", None),
-}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment