pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-taggit



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 29 05:41:02 UTC 2024

Modified Files:
        pkgsrc/www/py-django-taggit: Makefile PLIST distinfo

Log Message:
py-django-taggit: updated to 6.1.0

6.1.0 (2024-09-29)

* Add a management command (``remove_orphaned_tags``) to remove orphaned tags
* Add a fallback for when multiple tags are found in case-insensitivity mode (the earliest by PK is returned)
* Add a ``deduplicate_tags`` management command to remove duplicate tags based on case insensitivity. This feature is enabled when ``TAGGIT_CASE_INSENSITIVE`` is set to ``True`` in the settings.
* We no longer package tests, docs, or the sample taggit app into the distributed wheels. While we believe this shouldn't affect anything for users of the library, please tell us if you find yourself 
hitting issues (like around import errors)
* Fix missing template file for admin merge tag action


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-taggit/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-taggit/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-taggit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-taggit/Makefile
diff -u pkgsrc/www/py-django-taggit/Makefile:1.9 pkgsrc/www/py-django-taggit/Makefile:1.10
--- pkgsrc/www/py-django-taggit/Makefile:1.9    Mon Sep 16 19:33:01 2024
+++ pkgsrc/www/py-django-taggit/Makefile        Tue Oct 29 05:41:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/09/16 19:33:01 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/29 05:41:02 adam Exp $
 
-DISTNAME=      django_taggit-6.0.0
+DISTNAME=      django_taggit-6.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-taggit/}
@@ -13,13 +13,8 @@ LICENSE=     modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-django>=4.1:../../www/py-django4
-TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
 
 USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-taggit/PLIST
diff -u pkgsrc/www/py-django-taggit/PLIST:1.4 pkgsrc/www/py-django-taggit/PLIST:1.5
--- pkgsrc/www/py-django-taggit/PLIST:1.4       Fri Feb  9 12:40:04 2024
+++ pkgsrc/www/py-django-taggit/PLIST   Tue Oct 29 05:41:02 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/02/09 12:40:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/10/29 05:41:02 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -59,6 +59,12 @@ ${PYSITELIB}/taggit/locale/uk/LC_MESSAGE
 ${PYSITELIB}/taggit/locale/uk/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/zh_Hans/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/zh_Hans/LC_MESSAGES/django.po
+${PYSITELIB}/taggit/management/commands/deduplicate_tags.py
+${PYSITELIB}/taggit/management/commands/deduplicate_tags.pyc
+${PYSITELIB}/taggit/management/commands/deduplicate_tags.pyo
+${PYSITELIB}/taggit/management/commands/remove_orphaned_tags.py
+${PYSITELIB}/taggit/management/commands/remove_orphaned_tags.pyc
+${PYSITELIB}/taggit/management/commands/remove_orphaned_tags.pyo
 ${PYSITELIB}/taggit/managers.py
 ${PYSITELIB}/taggit/managers.pyc
 ${PYSITELIB}/taggit/managers.pyo
@@ -89,6 +95,7 @@ ${PYSITELIB}/taggit/models.pyo
 ${PYSITELIB}/taggit/serializers.py
 ${PYSITELIB}/taggit/serializers.pyc
 ${PYSITELIB}/taggit/serializers.pyo
+${PYSITELIB}/taggit/templates/admin/taggit/merge_tags_form.html
 ${PYSITELIB}/taggit/utils.py
 ${PYSITELIB}/taggit/utils.pyc
 ${PYSITELIB}/taggit/utils.pyo

Index: pkgsrc/www/py-django-taggit/distinfo
diff -u pkgsrc/www/py-django-taggit/distinfo:1.8 pkgsrc/www/py-django-taggit/distinfo:1.9
--- pkgsrc/www/py-django-taggit/distinfo:1.8    Mon Sep 16 19:33:01 2024
+++ pkgsrc/www/py-django-taggit/distinfo        Tue Oct 29 05:41:02 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2024/09/16 19:33:01 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/10/29 05:41:02 adam Exp $
 
-BLAKE2s (django_taggit-6.0.0.tar.gz) = 34c46c18784c43c8a4dffdad99c324d691b7f4202133ed55d86a910337e3398f
-SHA512 (django_taggit-6.0.0.tar.gz) = 329ee2666e58e48288cf20d2043608ea378bf7e004ec468119c5e34e06b933726c9c8a4d6daaf8e9251e4692d0d2b688ddd8693b31975744f7e17bf94d6dc642
-Size (django_taggit-6.0.0.tar.gz) = 67403 bytes
+BLAKE2s (django_taggit-6.1.0.tar.gz) = 1ea737c548ff272b84d2a46bf594720301d5ad4bed4a0866e7cfcde4f6081f8b
+SHA512 (django_taggit-6.1.0.tar.gz) = 2015b2157b252a953e1e7ec6713bb0431d725fc9b263964e8135c1c6c6b70f374f94262e86c84bfc42ff8eb6bd10e335464c1692b2e9e756d4aac9f336476d3b
+Size (django_taggit-6.1.0.tar.gz) = 38151 bytes
 SHA1 (patch-setup.cfg) = 965ff2b06c0804327c4a2a8a3f5873398c0b3361



Home | Main Index | Thread Index | Old Index