Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 13EFF84EB5 for ; Sun, 31 Dec 2023 21:55:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 901m9Ax7Dool for ; Sun, 31 Dec 2023 21:55:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6996884D69 for ; Sun, 31 Dec 2023 21:55:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A1D2FA42; Sun, 31 Dec 2023 21:55:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704059702231870" MIME-Version: 1.0 Date: Sun, 31 Dec 2023 21:55:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-reversion To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231231215502.5A1D2FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1704059702231870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 31 21:55:02 UTC 2023 Modified Files: pkgsrc/www/py-django-reversion: Makefile PLIST distinfo Log Message: py-django-reversion: updated to 5.0.10 5.0.10 - 2023-12-30 - Fix N+1 queries while rendering the ``recover_list.html`` template (@armonge). 5.0.9 - 2023-12-20 - Broken release. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-django-reversion/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-django-reversion/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-django-reversion/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704059702231870 Content-Disposition: inline Content-Length: 3258 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-reversion/Makefile diff -u pkgsrc/www/py-django-reversion/Makefile:1.30 pkgsrc/www/py-django-reversion/Makefile:1.31 --- pkgsrc/www/py-django-reversion/Makefile:1.30 Thu Nov 9 06:49:49 2023 +++ pkgsrc/www/py-django-reversion/Makefile Sun Dec 31 21:55:02 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2023/11/09 06:49:49 adam Exp $ +# $NetBSD: Makefile,v 1.31 2023/12/31 21:55:02 adam Exp $ -DISTNAME= django-reversion-5.0.8 +DISTNAME= django-reversion-5.0.10 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-reversion/} @@ -10,11 +10,13 @@ HOMEPAGE= https://github.com/etianen/dja COMMENT= Version control facilities for Django LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-django-reversion/PLIST diff -u pkgsrc/www/py-django-reversion/PLIST:1.14 pkgsrc/www/py-django-reversion/PLIST:1.15 --- pkgsrc/www/py-django-reversion/PLIST:1.14 Tue Oct 10 17:05:00 2023 +++ pkgsrc/www/py-django-reversion/PLIST Sun Dec 31 21:55:02 2023 @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.14 2023/10/10 17:05:00 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.15 2023/12/31 21:55:02 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/reversion/__init__.py ${PYSITELIB}/reversion/__init__.pyc ${PYSITELIB}/reversion/__init__.pyo Index: pkgsrc/www/py-django-reversion/distinfo diff -u pkgsrc/www/py-django-reversion/distinfo:1.27 pkgsrc/www/py-django-reversion/distinfo:1.28 --- pkgsrc/www/py-django-reversion/distinfo:1.27 Thu Nov 9 06:49:49 2023 +++ pkgsrc/www/py-django-reversion/distinfo Sun Dec 31 21:55:02 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2023/11/09 06:49:49 adam Exp $ +$NetBSD: distinfo,v 1.28 2023/12/31 21:55:02 adam Exp $ -BLAKE2s (django-reversion-5.0.8.tar.gz) = 111ce07d1063d9c54e2da9dc3d38eddfab6784cc5f04695597c79cc1b1764d48 -SHA512 (django-reversion-5.0.8.tar.gz) = c44947c181e2418c99394b947c024fb1f0a25f808a3fe0b80a791a4c2862ffad5909352296c75dba5265a9095cfd78c5d08f9a2ba31b1dd2818b8a656231133e -Size (django-reversion-5.0.8.tar.gz) = 72815 bytes +BLAKE2s (django-reversion-5.0.10.tar.gz) = 20e003f583f9d0642b673051329247f6b363f66c831797ea42affe52fc1336d3 +SHA512 (django-reversion-5.0.10.tar.gz) = 764812d9d7fd7d0e576d2e846238cace5946e494578f877424f19fa2fce5e7d59da4c6151100d8605e17d5222fc720adbb30295091c61852f3d5bb4df304dbd2 +Size (django-reversion-5.0.10.tar.gz) = 72802 bytes --_----------=_1704059702231870--