Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.1 26 May 2024 07:56:40 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 5.0.1
Changelog since 4.0.0:
https://github.com/jazzband/django-taggit/blob/5.0.1/CHANGELOG.rst |
4.0.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.0.0 01 Oct 2023 10:29:36 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 4.0.0
* Adjust test suite by setting PYTHONPATH accordingly to ensure that
tests are run against the new copy of the module in the staging
directory.
* Pet portclippy
Changelog:
https://github.com/jazzband/django-taggit/blob/4.0.0/CHANGELOG.rst |
3.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> |
3.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 |
3.1.0 01 Dec 2022 16:34:08 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 3.1.0
Changelog:
https://github.com/jazzband/django-taggit/blob/3.1.0/CHANGELOG.rst |
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) |
3.0.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 ) |
3.0.0 04 Sep 2022 12:20:15 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 3.0.0
Changelog:
https://github.com/jazzband/django-taggit/blob/3.0.0/CHANGELOG.rst
MFH: No (backwards incompatible changes) |
2.1.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 ) |
2.1.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 |
2.1.0 16 Feb 2022 06:17:07 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 2.1.0
Changelog:
https://github.com/jazzband/django-taggit/blob/2.1.0/CHANGELOG.rst |
2.0.0 15 Jan 2022 17:37:59 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 2.0.0
Changelog:
https://github.com/jazzband/django-taggit/blob/2.0.0/CHANGELOG.rst
MFH: No (contains backwards incompatible changes) |
1.5.1 10 Aug 2021 15:42:26 |
Kai Knoblich (kai) |
www/py-django-taggit: Update to 1.5.1
* Add a "do-test" target to make future QA easier.
Changelog since 1.3.0:
https://github.com/jazzband/django-taggit/blob/1.5.1/CHANGELOG.rst
MFH: 2021Q3 |
1.3.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 ) |
1.3.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.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 ) |
1.3.0 03 Nov 2020 20:19:50 |
kai |
www/py-django-taggit: Update to 1.3.0
Changelog:
https://github.com/jazzband/django-taggit/blob/1.3.0/CHANGELOG.rst |
1.2.0_1 10 May 2020 09:00:29 |
kai |
www/py-django-taggit: Change RUN_DEPENDS
* Switch to Django 2.2 (current LTS release) because Django 1.11 is
End-of-Life since April 2020.
* Bump PORTREVISION due changed dependencies.
* Also remove the repo-copied Django 2.1 port from CONFLICTS_INSTALL as it
no longer exists in the Ports tree.
PR: 245309 |
1.2.0 14 Dec 2019 11:26:29 |
kai |
www/py-django-taggit: Update to 1.2.0
* Add repo-copied Django 2.2 package from r500138 to CONFLICTS_INSTALL
while I'm here.
Changelog:
* Removed support for end-of-life Django 2.0 and 2.1.
* Added support for Django 3.0.
* Added support for Python 3.8.
* Moved "TaggedItemBase.tags_for()" to "ItemBase".
* Replaced reference to removed Django's ".virtual_fields" with
".private_field".
* Added "TextareaTagWidget".
https://github.com/jazzband/django-taggit/blob/1.2.0/CHANGELOG.rst |
1.1.0 29 Apr 2019 20:41:48 |
kai |
www/py-django-taggit: Update to 1.1.0
Changes since 0.23.0:
* Added Finnish translation.
* Updated Chinese translation.
* Updated Esperanto translation.
* Fix form.changed_data to allow early access for a tags defined with
blank=True.
* Backwards incompatible: Remove support for Python 2.
* Added has_changed() method to taggit.forms.TagField.
* Added multi-column unique constraint to model TaggedItem on fields
content_type, object_id, and tag. Databases that contain duplicates will
need to add a data migration to resolve these duplicates.
* Fixed TaggableManager.most_common() to always evaluate lazily. Allows (Only the first 15 lines of the commit message are shown above ) |
0.23.0 11 Feb 2019 12:00:30 |
kai |
Create some ports that are assigned to Django 2.1 instead Django 1.11.
Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.
The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:
* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt (Only the first 15 lines of the commit message are shown above ) |
0.23.0 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
0.23.0 29 Jan 2019 16:18:37 |
miwi |
- Update to 0.23
- Pass maintainership to submitter
- Added LICENSE_FILE
PR: 234610
Submitted by: freebsd_ports@k-worx.org
Approved by: wg@ (prev maintainer)
Sponsored by: iXsystems Inc. |
0.22.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.22.2 10 May 2018 17:32:37 |
wg |
www/py-django-taggit: update to 0.22.2 and use django 1.11 |
0.15.0_1 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 ) |
0.15.0_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.15.0_1 16 Jan 2016 11:19:09 |
miwi |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
0.15.0_1 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.15.0 28 Jun 2015 14:57:12 |
rene |
www/py-django-taggit: update to 0.15.0
While here set NO_ARCH
Differential Revision: https://reviews.freebsd.org/D2932
Approved by: maintainer (wg) |
0.12.1 29 Aug 2014 16:50:23 |
wg |
www/py-django-taggit: Reusable Django application for simple tagging |