Update to 0.5.0

Upstream changes:
Version 0.5.0, 6th March 2020:
Drop support for Python 2.

Compatiblity fix for Django 2.2 and Django 3.0.

Version 0.4.6, 14th October 2017:
Fix IntegrityError while saving inconsistent tags

Update tag name length to use MAX_TAG_LENGTH setting

Version 0.4.5, 6th September 2016:
Fix on the previous compatiblity fix.

Version 0.4.4, 5th September 2016:
Compatiblity fix for Django 1.10
This commit is contained in:
wen 2023-09-01 04:02:29 +00:00
parent eee3bbabef
commit 45f4452078
3 changed files with 11 additions and 8 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.11 2023/07/13 10:03:29 wiz Exp $
# $NetBSD: Makefile,v 1.12 2023/09/01 04:02:29 wen Exp $
DISTNAME= django-tagging-0.4.3
DISTNAME= django-tagging-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GITHUB:=Fantomas42/}

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2016/05/13 15:58:34 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2023/09/01 04:02:29 wen Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -31,6 +31,9 @@ ${PYSITELIB}/tagging/migrations/0001_initial.pyo
${PYSITELIB}/tagging/migrations/0002_on_delete.py
${PYSITELIB}/tagging/migrations/0002_on_delete.pyc
${PYSITELIB}/tagging/migrations/0002_on_delete.pyo
${PYSITELIB}/tagging/migrations/0003_adapt_max_tag_length.py
${PYSITELIB}/tagging/migrations/0003_adapt_max_tag_length.pyc
${PYSITELIB}/tagging/migrations/0003_adapt_max_tag_length.pyo
${PYSITELIB}/tagging/migrations/__init__.py
${PYSITELIB}/tagging/migrations/__init__.pyc
${PYSITELIB}/tagging/migrations/__init__.pyo
@ -74,3 +77,4 @@ ${PYSITELIB}/tagging/utils.pyo
${PYSITELIB}/tagging/views.py
${PYSITELIB}/tagging/views.pyc
${PYSITELIB}/tagging/views.pyo
@pkgdir share/doc/py-django-tagging

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 11:30:33 nia Exp $
$NetBSD: distinfo,v 1.9 2023/09/01 04:02:29 wen Exp $
BLAKE2s (django-tagging-0.4.3.tar.gz) = 23ccf583c2213e65c8f032642abb6ceae6221f8373c7c27bc987f47ce102b4be
SHA512 (django-tagging-0.4.3.tar.gz) = 2549e5524123899ff879f75fdf04b813480174aeeb6975199a557e1df6d745382c8e66be89e77142dcf59be799053218e7a3f96d6da4dd7ab9154ac5c2aaf157
Size (django-tagging-0.4.3.tar.gz) = 42217 bytes
BLAKE2s (django-tagging-0.5.0.tar.gz) = 49a1301d71e7590f647be26050c6fd01feccf18a50bc3eee091cc4d1a6c18ab9
SHA512 (django-tagging-0.5.0.tar.gz) = be8ef62121ffd01ede0e8ab1aee1369d7bfe1dfa1e212c11a45d916549e914a65867b0fda16a622dab8ec06e1463f871fc20676bf9e96166e93c118c746575b0
Size (django-tagging-0.5.0.tar.gz) = 40775 bytes