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:   joerg
Date:           Mon Apr 10 20:03:15 UTC 2023

Modified Files:
        pkgsrc/www/py-django-taggit: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/py-django-taggit/patches: patch-taggit_managers.py

Log Message:
Update py-django-taggit to 3.1.0:

- Backwards incompatible: Tag slugification used to silently strip
  non-ASCII characters from the tag name to make the slug. This leads
  to a lot of confusion for anyone using languages with non-latin
  alphabets, as well as weird performance issues.
- Backwards incompatible: TaggableManager.set now takes a list of tags
  (instead of varargs) so that its API matches Django's
  RelatedManager.set. Example:
        previously: item.tags.set("red", "blue")
        now: item.tags.set(["red", "blue"])
- Fix issue where TagField would incorrectly report that a field has changed on empty values.
- Update Russian translation.
- Add Persian translation
- Fix issue for many languages where content types were not being properly translated.
- Provide translators additional context regarding strings in TagBase model.
- Fix compiled Ukranian translation (which would cause a failure on load for this locale).
- Update compiled Danish translation.
- Vendor in the django-taggit-serializer project (under taggit.serializers).
- Add Arabic translation.
- Add Ukranian translation.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-taggit/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-taggit/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-taggit/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/py-django-taggit/patches/patch-taggit_managers.py

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.6 pkgsrc/www/py-django-taggit/Makefile:1.7
--- pkgsrc/www/py-django-taggit/Makefile:1.6    Tue Jan  4 20:55:21 2022
+++ pkgsrc/www/py-django-taggit/Makefile        Mon Apr 10 20:03:15 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:21 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/04/10 20:03:15 joerg Exp $
 
-DISTNAME=      django-taggit-1.4.0
+DISTNAME=      django-taggit-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-taggit/}
 
@@ -11,15 +10,16 @@ HOMEPAGE=   https://github.com/jazzband/dj
 COMMENT=       Generic tagging application for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-djangorestframework-[0-9]*:../../www/py-djangorestframework
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
-       cd ${WRKSRC} && ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings
+       cd ${WRKSRC} && LC_ALL=C ${PREFIX}/bin/coverage-${PYVERSSUFFIX} run -m django test --settings=tests.settings
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-taggit/PLIST
diff -u pkgsrc/www/py-django-taggit/PLIST:1.2 pkgsrc/www/py-django-taggit/PLIST:1.3
--- pkgsrc/www/py-django-taggit/PLIST:1.2       Tue May 25 04:55:46 2021
+++ pkgsrc/www/py-django-taggit/PLIST   Mon Apr 10 20:03:15 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/25 04:55:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/04/10 20:03:15 joerg Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,8 +17,11 @@ ${PYSITELIB}/taggit/apps.pyo
 ${PYSITELIB}/taggit/forms.py
 ${PYSITELIB}/taggit/forms.pyc
 ${PYSITELIB}/taggit/forms.pyo
+${PYSITELIB}/taggit/locale/ar/LC_MESSAGES/django.mo
+${PYSITELIB}/taggit/locale/ar/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/cs/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/cs/LC_MESSAGES/django.po
+${PYSITELIB}/taggit/locale/da/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/da/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/de/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/de/LC_MESSAGES/django.po
@@ -30,6 +33,8 @@ ${PYSITELIB}/taggit/locale/eo/LC_MESSAGE
 ${PYSITELIB}/taggit/locale/eo/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/es/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/es/LC_MESSAGES/django.po
+${PYSITELIB}/taggit/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/taggit/locale/fa/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/fi/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/fi/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/fr/LC_MESSAGES/django.mo
@@ -50,6 +55,8 @@ ${PYSITELIB}/taggit/locale/ru/LC_MESSAGE
 ${PYSITELIB}/taggit/locale/ru/LC_MESSAGES/django.po
 ${PYSITELIB}/taggit/locale/tr/LC_MESSAGES/django.mo
 ${PYSITELIB}/taggit/locale/tr/LC_MESSAGES/django.po
+${PYSITELIB}/taggit/locale/uk/LC_MESSAGES/django.mo
+${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/managers.py
@@ -64,12 +71,21 @@ ${PYSITELIB}/taggit/migrations/0002_auto
 ${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.py
 ${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.pyc
 ${PYSITELIB}/taggit/migrations/0003_taggeditem_add_unique_index.pyo
+${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.py
+${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.pyc
+${PYSITELIB}/taggit/migrations/0004_alter_taggeditem_content_type_alter_taggeditem_tag.pyo
+${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.py
+${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.pyc
+${PYSITELIB}/taggit/migrations/0005_auto_20220424_2025.pyo
 ${PYSITELIB}/taggit/migrations/__init__.py
 ${PYSITELIB}/taggit/migrations/__init__.pyc
 ${PYSITELIB}/taggit/migrations/__init__.pyo
 ${PYSITELIB}/taggit/models.py
 ${PYSITELIB}/taggit/models.pyc
 ${PYSITELIB}/taggit/models.pyo
+${PYSITELIB}/taggit/serializers.py
+${PYSITELIB}/taggit/serializers.pyc
+${PYSITELIB}/taggit/serializers.pyo
 ${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.5 pkgsrc/www/py-django-taggit/distinfo:1.6
--- pkgsrc/www/py-django-taggit/distinfo:1.5    Tue Oct 26 11:30:33 2021
+++ pkgsrc/www/py-django-taggit/distinfo        Mon Apr 10 20:03:15 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:30:33 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/04/10 20:03:15 joerg Exp $
 
-BLAKE2s (django-taggit-1.4.0.tar.gz) = 5f23ebdcee742705e41d8ba0fb7c275a30bef94e58cf6291ef132a6edefc5d40
-SHA512 (django-taggit-1.4.0.tar.gz) = 0ee6879e4a319c7f6bb4defe7b9cd3e4140e5af290239958c2decf6644629dc230554d68e153adea9371d434d97c914dff4ddebf8f32b8d6529682e0d08642fd
-Size (django-taggit-1.4.0.tar.gz) = 48757 bytes
-SHA1 (patch-taggit_managers.py) = 1559290b26c15e74cf3aed0bc3a1f1f33e161f6c
+BLAKE2s (django-taggit-3.1.0.tar.gz) = 97086a46c624e68d7c1a84f4df8b454e1f3af38605837e7ccd0cb3360b355fb3
+SHA512 (django-taggit-3.1.0.tar.gz) = 8654b703cb9b3848a5185f1b88826a80eed44f00993d6272e8fbec1145e6c30be4c0840a0d6e88544d2f927c7c288c2be94e3df61cbe34c37f1f213a1bf0780d
+Size (django-taggit-3.1.0.tar.gz) = 58238 bytes



Home | Main Index | Thread Index | Old Index