Fri Feb 9 12:40:04 2024 UTC (109d)
py-django-taggit: updated to 5.0.1

5.0.1 (2023-10-26)
~~~~~~~~~~~~~~~~~~

* Fix the package metadata to properly reflect the right Django and Python version requirements
  Release 5.0.0 improperly stated its Django bounds as >=3.2, so people installing without bounds will end up on a version that won't work.

5.0.0 (2023-10-24)
~~~~~~~~~~~~~~~~~~
* **Backwards icompatible:** Rename the (``content_type``, ``object_id``) index on ``TaggedItem``.
  It is very unlikely for this to affect your code itself, and a migration will rename the index. This should not cause any downtime according to my research (Postgres does not lock the table for index renames, and Oracle holds a tiny lock to do it, and the change is only to the metadata, so is not dependent on table size).

* **Backwards incompatible:** Remove the ``.indexed_together`` and ``.unique_together`` attributes on ``TaggedItem``

  We are instead using ``constraints`` and ``indexes`` to set up these properties.
* Remove support for Django 3.2.
* Remove usage of deprecated APIs for Django 4.2
* Remove support for Python 3.7 (no code changes involved)
* Fix ``tag_kwargs`` and ``TAGGIT_CASE_INSENSITIVE=True`` discrepency.

4.0.0 (2023-05-04)
~~~~~~~~~~~~~~~~~~
* Remove Python 3.6 support (no code changes occurred, but we no longer test this release).
* Remove Django 4.0 support (no code changes occurred, but we no longer test this release).
* Add Django 4.2 support.


(adam)
diff -r1.7 -r1.8 pkgsrc/www/py-django-taggit/Makefile
diff -r1.3 -r1.4 pkgsrc/www/py-django-taggit/PLIST
diff -r1.6 -r1.7 pkgsrc/www/py-django-taggit/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/py-django-taggit/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-taggit/Makefile 2023/04/10 20:03:15 1.7
+++ pkgsrc/www/py-django-taggit/Makefile 2024/02/09 12:40:04 1.8
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2023/04/10 20:03:15 joerg Exp $ 1# $NetBSD: Makefile,v 1.8 2024/02/09 12:40:04 adam Exp $
2 2
3DISTNAME= django-taggit-3.1.0 3DISTNAME= django-taggit-5.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-taggit/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-taggit/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jazzband/django-taggit 9HOMEPAGE= https://github.com/jazzband/django-taggit
10COMMENT= Generic tagging application for Django 10COMMENT= Generic tagging application for Django
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 15DEPENDS+= ${PYPKGPREFIX}-django>=4.1:../../www/py-django4
14TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage 16TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
15TEST_DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework 17TEST_DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
16 18
17USE_LANGUAGES= # none 19USE_LANGUAGES= # none
18 20
19PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
20 22
21do-test: 23do-test:
22 cd ${WRKSRC} && LC_ALL=C ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings 24 cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings
23 25
24.include "../../lang/python/egg.mk" 26.include "../../lang/python/wheel.mk"
25.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-taggit/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-taggit/PLIST 2023/04/10 20:03:15 1.3
+++ pkgsrc/www/py-django-taggit/PLIST 2024/02/09 12:40:04 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1@comment $NetBSD: PLIST,v 1.3 2023/04/10 20:03:15 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2024/02/09 12:40:04 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
8${PYSITELIB}/taggit/__init__.py 8${PYSITELIB}/taggit/__init__.py
9${PYSITELIB}/taggit/__init__.pyc 9${PYSITELIB}/taggit/__init__.pyc
10${PYSITELIB}/taggit/__init__.pyo 10${PYSITELIB}/taggit/__init__.pyo
11${PYSITELIB}/taggit/admin.py 11${PYSITELIB}/taggit/admin.py
12${PYSITELIB}/taggit/admin.pyc 12${PYSITELIB}/taggit/admin.pyc
13${PYSITELIB}/taggit/admin.pyo 13${PYSITELIB}/taggit/admin.pyo
14${PYSITELIB}/taggit/apps.py 14${PYSITELIB}/taggit/apps.py
15${PYSITELIB}/taggit/apps.pyc 15${PYSITELIB}/taggit/apps.pyc
16${PYSITELIB}/taggit/apps.pyo 16${PYSITELIB}/taggit/apps.pyo
17${PYSITELIB}/taggit/forms.py 17${PYSITELIB}/taggit/forms.py
18${PYSITELIB}/taggit/forms.pyc 18${PYSITELIB}/taggit/forms.pyc
19${PYSITELIB}/taggit/forms.pyo 19${PYSITELIB}/taggit/forms.pyo
20${PYSITELIB}/taggit/locale/ar/LC_MESSAGES/django.mo 20${PYSITELIB}/taggit/locale/ar/LC_MESSAGES/django.mo
@@ -67,26 +67,29 @@ ${PYSITELIB}/taggit/migrations/0001_init @@ -67,26 +67,29 @@ ${PYSITELIB}/taggit/migrations/0001_init
67${PYSITELIB}/taggit/migrations/0001_initial.pyo 67${PYSITELIB}/taggit/migrations/0001_initial.pyo
68${PYSITELIB}/taggit/migrations/0002_auto_20150616_2121.py 68${PYSITELIB}/taggit/migrations/0002_auto_20150616_2121.py
69${PYSITELIB}/taggit/migrations/0002_auto_20150616_2121.pyc 69${PYSITELIB}/taggit/migrations/0002_auto_20150616_2121.pyc
70${PYSITELIB}/taggit/migrations/0002_auto_20150616_2121.pyo 70${PYSITELIB}/taggit/migrations/0002_auto_20150616_2121.pyo
71${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.py 71${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.py
72${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.pyc 72${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.pyc
73${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.pyo 73${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.pyo
74${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.py 74${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.py
75${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.pyc 75${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.pyc
76${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.pyo 76${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.pyo
77${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.py 77${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.py
78${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.pyc 78${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.pyc
79${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.pyo 79${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.pyo
 80${PYSITELIB}/taggit/migrations/0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx.py
 81${PYSITELIB}/taggit/migrations/0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx.pyc
 82${PYSITELIB}/taggit/migrations/0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx.pyo
80${PYSITELIB}/taggit/migrations/__init__.py 83${PYSITELIB}/taggit/migrations/__init__.py
81${PYSITELIB}/taggit/migrations/__init__.pyc 84${PYSITELIB}/taggit/migrations/__init__.pyc
82${PYSITELIB}/taggit/migrations/__init__.pyo 85${PYSITELIB}/taggit/migrations/__init__.pyo
83${PYSITELIB}/taggit/models.py 86${PYSITELIB}/taggit/models.py
84${PYSITELIB}/taggit/models.pyc 87${PYSITELIB}/taggit/models.pyc
85${PYSITELIB}/taggit/models.pyo 88${PYSITELIB}/taggit/models.pyo
86${PYSITELIB}/taggit/serializers.py 89${PYSITELIB}/taggit/serializers.py
87${PYSITELIB}/taggit/serializers.pyc 90${PYSITELIB}/taggit/serializers.pyc
88${PYSITELIB}/taggit/serializers.pyo 91${PYSITELIB}/taggit/serializers.pyo
89${PYSITELIB}/taggit/utils.py 92${PYSITELIB}/taggit/utils.py
90${PYSITELIB}/taggit/utils.pyc 93${PYSITELIB}/taggit/utils.pyc
91${PYSITELIB}/taggit/utils.pyo 94${PYSITELIB}/taggit/utils.pyo
92${PYSITELIB}/taggit/views.py 95${PYSITELIB}/taggit/views.py

cvs diff -r1.6 -r1.7 pkgsrc/www/py-django-taggit/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-taggit/distinfo 2023/04/10 20:03:15 1.6
+++ pkgsrc/www/py-django-taggit/distinfo 2024/02/09 12:40:04 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2023/04/10 20:03:15 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2024/02/09 12:40:04 adam Exp $
2 2
3BLAKE2s (django-taggit-3.1.0.tar.gz) = 97086a46c624e68d7c1a84f4df8b454e1f3af38605837e7ccd0cb3360b355fb3 3BLAKE2s (django-taggit-5.0.1.tar.gz) = 40eda5581172c2bf5ba4a0ee70fc1bb42737f73e612d18841c9c3e6587471bc1
4SHA512 (django-taggit-3.1.0.tar.gz) = 8654b703cb9b3848a5185f1b88826a80eed44f00993d6272e8fbec1145e6c30be4c0840a0d6e88544d2f927c7c288c2be94e3df61cbe34c37f1f213a1bf0780d 4SHA512 (django-taggit-5.0.1.tar.gz) = af7b04da8359ebf68ea1b5c1fba3ed509b5357d65cccd95d835e0db68431fcbf0057e613cd05c54ac76524c8fc1c23d0dbacae8b80a23bb7867a0fa4a62f445b
5Size (django-taggit-3.1.0.tar.gz) = 58238 bytes 5Size (django-taggit-5.0.1.tar.gz) = 60372 bytes