py-django-taggit: updated to 1.4.0
1.4.0 * Add Python 3.9 support. * Remove Python 3.5 support. * Add Django 3.2 support. * Remove Django 1.11 and 3.0 support. * Add Danish translation. * Fix crashing that could occur with ``similar_objects`` in multi-inheritance contexts. * Add support for custom fields on through table models with `through_defaults` for ``TaggedManager.add`` and ``TaggedManager.set``.
This commit is contained in:
parent
5cbeb42455
commit
4951689f70
3 changed files with 12 additions and 14 deletions
|
@ -1,19 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.2 2020/08/04 00:29:03 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2021/05/25 04:55:46 adam Exp $
|
||||
|
||||
DISTNAME= django-taggit-1.3.0
|
||||
DISTNAME= django-taggit-1.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=jazzband/}
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-taggit/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/jazzband/django-taggit/
|
||||
HOMEPAGE= https://github.com/jazzband/django-taggit
|
||||
COMMENT= Generic tagging application for Django
|
||||
LICENSE= modified-bsd
|
||||
|
||||
GITHUB_PROJECT= django-taggit
|
||||
GITHUB_TAG= ${PKGVERSION_NOREV}
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
|
||||
DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/08/04 00:10:11 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2021/05/25 04:55:46 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -19,6 +19,7 @@ ${PYSITELIB}/taggit/forms.pyc
|
|||
${PYSITELIB}/taggit/forms.pyo
|
||||
${PYSITELIB}/taggit/locale/cs/LC_MESSAGES/django.mo
|
||||
${PYSITELIB}/taggit/locale/cs/LC_MESSAGES/django.po
|
||||
${PYSITELIB}/taggit/locale/da/LC_MESSAGES/django.po
|
||||
${PYSITELIB}/taggit/locale/de/LC_MESSAGES/django.mo
|
||||
${PYSITELIB}/taggit/locale/de/LC_MESSAGES/django.po
|
||||
${PYSITELIB}/taggit/locale/el/LC_MESSAGES/django.mo
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2020/08/11 18:41:26 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.3 2021/05/25 04:55:46 adam Exp $
|
||||
|
||||
SHA1 (django-taggit-1.3.0.tar.gz) = 15ad69a103fddfab618acfcadf15cc80e9b87451
|
||||
RMD160 (django-taggit-1.3.0.tar.gz) = c94b2da63aafe97bf5cb756a672bf20776b7182c
|
||||
SHA512 (django-taggit-1.3.0.tar.gz) = b78e6bc271f0a6874ee2bccb7f81b0e237096474a19fbf02c77ff5e43dd78e761a9c250c93888c9c739e74d3c0032cc292c53674a3fde918c1882355625e7b77
|
||||
Size (django-taggit-1.3.0.tar.gz) = 45355 bytes
|
||||
SHA1 (django-taggit-1.4.0.tar.gz) = a8442c05b88d31d3ff1fdf309d96d7a7fec83636
|
||||
RMD160 (django-taggit-1.4.0.tar.gz) = acc829ab7abdff96794068cbd1dedfeb49433fdd
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue