Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.1.0 03 Nov 2024 10:13:41
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 5.1.0
* Support for Python 3.8 was dropped with this release, adjust
USES=python accordingly.
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/5.1.0 |
5.0.0 13 Oct 2024 08:41:23
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 5.0.0
* Support for Python 3.8 was dropped with release 5.0.0, adjust
USES=python accordingly as Python 3.8 will remain in the Ports
tree until the end of October.
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/5.0.0
MFH: No (contains breaking changes) |
4.8.0_1 27 Apr 2024 09:08:48
    |
Kai Knoblich (kai)  |
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637 |
4.8.0 05 Apr 2024 14:01:27
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.8.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.8.0 |
4.7.0 29 Mar 2024 14:31:56
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.7.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.7.0 |
4.6.0_1 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
4.6.0_1 17 Nov 2023 01:57:21
    |
Ruslan Makhmatkhanov (rm)  |
Bump portrevision for dependant ports
after net/py-ldap renamed to net/py-python-ldap |
4.6.0 09 Oct 2023 10:25:52
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.6.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.6.0 |
4.5.0 17 Aug 2023 10:30:46
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.5.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.5.0 |
4.4.0 24 Jul 2023 04:19:03
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.4.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.4.0 |
4.3.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.3.0 29 Apr 2023 18:30:22
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.3.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.3.0 |
4.2.0_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
4.2.0 31 Mar 2023 05:14:00
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.2.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.2.0 |
4.1.0_1 12 Feb 2023 13:01:23
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Switch to PEP517
* Bump PORTREVISION as the package no longer contains byte-code. |
4.1.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.0 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.1.0 18 Jun 2022 08:36:56
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.1.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.1.0 |
4.0.0_1 16 Jun 2022 16:28:33
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Create Django 4.0 consumers
* Django 3.2 is currently the "default" version in the ports tree due
its long term support until April 2024. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.2 release possible because it requires Django
4.0.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj40-django-rq
- devel/py-dj40-graphene-django (Only the first 15 lines of the commit message are shown above ) |
4.0.0_1 28 Apr 2022 10:02:15
    |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
4.0.0 08 Jan 2022 13:16:03
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 4.0.0
* Python 3.6 is now gone from the Ports so remove the cruft that was
required for it.
* Add a workaround to make the port still buildable with Python's
distutils by using the "setup.py" from the previous release.
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.0.0
MFH: 2022Q1 |
3.0.0 02 Aug 2021 05:53:14
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 3.0.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/blob/3.0.0/CHANGES
MFH: No (contains backwards incompatible changes) |
2.4.0 20 Jul 2021 12:26:05
    |
Kai Knoblich (kai)  |
*: Create Django 3.2 ports for net-mgmt/netbox
* Django 2.2 is currently the "default" version in the ports tree due
its long term support until April 2022. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 2.11 release possible because it requires
Django 3.2. All of the ports listed below were created on the basis
of their respective original ports:
- devel/py-dj32-django-rq
- www/py-dj32-django-auth-ldap
- www/py-dj32-django-cacheops (updated to a newer release)
- www/py-dj32-django-cors-headers (Only the first 15 lines of the commit message are shown above ) |
2.4.0 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
2.4.0 15 Apr 2021 09:27:23
    |
Kai Knoblich (kai)  |
www/py-django-auth-ldap: Update to 2.4.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/blob/2.4.0/CHANGES |
2.3.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.3.0 28 Feb 2021 17:16:29
  |
kai  |
www/py-django-auth-ldap: Update to 2.3.0
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/blob/2.3.0/CHANGES |
2.2.0 14 Jan 2021 14:34:38
  |
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
2.2.0 10 Nov 2020 08:47:04
  |
kai  |
Create some ports that are assigned to Django 3.1 instead Django 2.2
* Django 2.2 is currently the "default" version in the ports tree due its
long term support until April 2022. Thus ports that are assigned to that
version will exist until then.
The following ports are required to make the upgrade of net-mgmt/netbox to
the 2.9 release possible because it requires Django 3.1 and provides no
backwards compatibility for previous versions of Django.
- www/py-dj31-django-rq
(copied from r539662 to use the 2.3.2 release for now)
- www/py-dj31-django-auth-ldap
- www/py-dj31-django-cacheops
- www/py-dj31-django-cors-headers (Only the first 15 lines of the commit message are shown above ) |
2.2.0 02 Nov 2020 07:14:55
  |
kai  |
www/py-django-auth-ldap: Update to 2.2.0
* Make the port concurrent safe as it also installs documentation files
outside of Python's sitelib directory.
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/blob/2.2.0/CHANGES |
2.1.1_1 11 May 2020 23:51:58
  |
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
2.1.1_1 03 Apr 2020 18:31:16
  |
kai  |
Assign some ports I maintain from Django 1.11 to Django 2.2
Django 1.11 is End-of-Life since April 2020 thus switch the following ports
to Django 2.2 (which has LTS support until April 2022):
* www/py-django-auth-ldap
* www/py-django-cacheops
* www/py-django-filter
* www/py-django-prometheus
Adjust the required Python version as Django 2.2 needs at least Python 3.5+
and bump the PORTREVISION for package change.
Mark the related py-dj22-* port variants as DEPRECATED because they're
obsolete now. Don't set an expiration date yet as they're still used by
some consumers and a few more Django 1.11 ports need to be assigned to
Django 2.2 first. |
2.1.1 29 Mar 2020 12:14:07
  |
kai  |
www/py-django-auth-ldap: Update to 2.1.1
Changelog:
* Removed deprecated "providing_args" from "Signal" instances.
https://github.com/django-auth-ldap/django-auth-ldap/blob/2.1.1/CHANGES |
2.1.0 13 Dec 2019 14:29:52
  |
kai  |
www/py-django-auth-ldap: Update to 2.1.0
Changelog:
* Reject authentication requests without a username
* Added support for Django 3.0 and Python 3.8
* Removed support for Django 2.1 which is End-of-Life
https://github.com/django-auth-ldap/django-auth-ldap/blob/2.1.0/CHANGES |
2.0.0 20 Jun 2019 12:46:40
  |
kai  |
www/py-django-auth-ldap: Update to 2.0.0
* Take maintainership due three consecutive maintainer timeouts
* Limit to Python 3.5 and later as upstream has dropped the support for
Python 2 and 3.4
Changelog:
https://github.com/django-auth-ldap/django-auth-ldap/blob/2.0.0/CHANGES
PR: 238359
Approved by: maintainer timeout |
1.7.0 25 May 2019 14:20:50
  |
kai  |
New port: www/py-dj22-django-auth-ldap
Repo-copy www/py-django-auth-ldap and assign it to Django 2.2 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.2 in
r502550 .
Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum
dependency and update all related CONFLICTS_INSTALL entries. |
1.7.0 25 Mar 2019 15:55:31
  |
kai  |
New port: www/py-dj21-django-auth-ldap
Repo-copy www/py-django-auth-ldap and assign it to Django 2.1 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.1
recently.
Also limit the port to Python 3.5+ as Django 2.1 requires it as minimum
dependency and to save some overhead in the building infrastructure.
Reported by: Thomas Kurschel (via private email)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19576 |
1.7.0 13 Mar 2019 15:47:00
  |
kai  |
www/py-django-auth-ldap: Update to 1.7.0
While I'm here:
* Pet portlint
Notable changes since 1.5.0:
* Add support for Python 3.7 and Django 2.1
* Fix group membership queries with DNs containing non-ascii characters
on Python 2.7
https://github.com/django-auth-ldap/django-auth-ldap/blob/1.7.0/CHANGES
PR: 236051
Approved by: miwi (mentor), maintainer timeout
Differential Revision: https://reviews.freebsd.org/D19436 |
1.5.0 26 May 2018 18:40:50
  |
miwi  |
- Update to 1.5.0
- Switch to django111
- Added NO_ARCH
- Added DOC Options
- Update WWW
PR: 228262
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc. |
1.2.7 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.2.7 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.2.7 10 Feb 2016 18:59:23
  |
rm  |
www/py-django-auth-ldap: update to 1.2.7
- update to 1.2.7: this release adds support for python3 via pyldap.
- add LICENSE_FILE and NO_ARCH
PR: 206605
Approved by: maintainer timeout (16 days) |
1.1.7_2 16 Jan 2016 11:19:09
  |
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
1.1.7_2 16 Jan 2016 09:52:37
  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
1.1.7_1 18 Jun 2015 19:56:52
  |
rm  |
net/py-ldap2: rename to py-ldap
To better match upstream name |
1.1.7 18 Oct 2014 19:10:22
  |
rm  |
www/py-django-auth-ldap: convert to USES=python
- convert to USES=python
- limit python version to 2.x, because it's dependency, py-ldap2, doesn't
support python3 yet
Approved by: portmgr (blanket) |
1.1.7 21 Jan 2014 20:02:19
  |
rm  |
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name template,
but there are many rich configuration options for working with users, groups,
and permissions.
WWW: http://pythonhosted.org/django-auth-ldap/
PR: 185959
Submitted by: Alexander Kriventsov <avk@vl.ru> |