Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.0 31 Dec 2023 00:06:36
    |
Muhammad Moinur Rahman (bofh)  |
www/py-dj41-django-cors-headers: Remove expired port
2023-12-31 www/py-dj41-django-cors-headers: Extended support of Django 4.1 ends
December 2023, upgrade to the Django 4.2+ version of this port. See
https://www.djangoproject.com/download/ |
4.2.0 10 Sep 2023 13:15:33
    |
Kai Knoblich (kai)  |
*/*dj41*: Deprecate/Set to expire
* Django 4.1 will reach its End-of-Life in December 2023. Deprecate its
consumers and set the expiration date accordingly.
Differential Revision: https://reviews.freebsd.org/D41666
With hat: python |
4.2.0 24 Jul 2023 04:19:04
    |
Kai Knoblich (kai)  |
www/py-dj41-django-cors-headers: Update to 4.2.0
Changelog:
https://github.com/adamchainz/django-cors-headers/blob/4.2.0/CHANGELOG.rst |
4.1.0 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
4.1.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.1.0 27 Jun 2023 05:42:33
    |
Kai Knoblich (kai)  |
www/py-dj41-django-cors-headers: Update to 4.1.0
Changelog:
https://github.com/adamchainz/django-cors-headers/blob/4.1.0/CHANGELOG.rst |
4.0.0 02 Jun 2023 16:19:22
    |
Kai Knoblich (kai)  |
www/py-dj41-django-cors-headers: Update to 4.0.0
Changelog:
https://github.com/adamchainz/django-cors-headers/blob/4.0.0/CHANGELOG.rst
MFH: No (doesn't match version requirement of Netbox 3.4.10) |
3.14.0_1 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
3.14.0 16 Mar 2023 05:58:14
    |
Kai Knoblich (kai)  |
www/py-dj41-django-cors-headers: Update to 3.14.0
* Switch to PEP517 build framework.
Changelog:
https://github.com/adamchainz/django-cors-headers/blob/3.14.0/CHANGELOG.rst |
3.13.0 22 Feb 2023 06:58:32
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Create Django 4.1 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.4 release possible because it requires
Django 4.1.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj41-django-rq
- devel/py-dj41-graphene-django (Only the first 15 lines of the commit message are shown above ) |