Received: by mail.netbsd.org (Postfix, from userid 605) id 6A7E784F70; Fri, 9 Feb 2024 13:45:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707486353; bh=kVTg0hQYhMRbh2Ink6wRVUY0CCk8ixaELMCD+1fhITk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Se8KBiq2/wSGGdRo/vut/5840OrFFGRuQU3b3EocbUlorukN2H+ywZ7yjJrrVOFNm odn59oR0b5BDYGjFVCeKjS603ORqrAvzUqYwjJBbioNpaTPKDHMt3KihMu8ji1nOGj 6KezSX+sp4NzeidnNpb40u433ZTSi7G2WlzLkBrM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C25C84F66 for ; Fri, 9 Feb 2024 13:45:52 +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 eifVCndtyJw7 for ; Fri, 9 Feb 2024 13:45:51 +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 CECA384E53 for ; Fri, 9 Feb 2024 13:45:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9EDAFA42; Fri, 9 Feb 2024 13:45:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707486351135070" MIME-Version: 1.0 Date: Fri, 9 Feb 2024 13:45:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-wagtailnews To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240209134551.C9EDAFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707486351135070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 9 13:45:51 UTC 2024 Modified Files: pkgsrc/www/py-wagtailnews: Makefile PLIST distinfo Removed Files: pkgsrc/www/py-wagtailnews/patches: patch-tests_app_settings.py Log Message: py-wagtailnews: updated to 5.2.0 5.2.0 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-wagtailnews/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-wagtailnews/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-wagtailnews/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/www/py-wagtailnews/patches/patch-tests_app_settings.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707486351135070 Content-Disposition: inline Content-Length: 5577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-wagtailnews/Makefile diff -u pkgsrc/www/py-wagtailnews/Makefile:1.5 pkgsrc/www/py-wagtailnews/Makefile:1.6 --- pkgsrc/www/py-wagtailnews/Makefile:1.5 Tue Aug 1 23:20:56 2023 +++ pkgsrc/www/py-wagtailnews/Makefile Fri Feb 9 13:45:51 2024 @@ -1,27 +1,22 @@ -# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2024/02/09 13:45:51 adam Exp $ -DISTNAME= wagtailnews-2.7.1 +DISTNAME= wagtailnews-5.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GITHUB:=neon-jungle/} +MASTER_SITES= ${MASTER_SITE_PYPI:=w/wagtailnews/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/neon-jungle/wagtailnews COMMENT= News system for the Wagtail CMS LICENSE= 2-clause-bsd -GITHUB_PROJECT= wagtailnews -GITHUB_TAG= ${PKGVERSION_NOREV} +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +DEPENDS+= ${PYPKGPREFIX}-wagtail>=5.2.0:../../www/py-wagtail -DEPENDS+= ${PYPKGPREFIX}-wagtail>=2.9:../../www/py-wagtail - -USE_LANGUAGES= # none +USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 -do-test: - cd ${WRKSRC} && ${PYTHONBIN} runtests.py - -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-wagtailnews/PLIST diff -u pkgsrc/www/py-wagtailnews/PLIST:1.1 pkgsrc/www/py-wagtailnews/PLIST:1.2 --- pkgsrc/www/py-wagtailnews/PLIST:1.1 Thu Aug 20 11:19:18 2020 +++ pkgsrc/www/py-wagtailnews/PLIST Fri Feb 9 13:45:51 2024 @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2020/08/20 11:19:18 joerg 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.2 2024/02/09 13:45:51 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}/wagtailnews/__init__.py ${PYSITELIB}/wagtailnews/__init__.pyc ${PYSITELIB}/wagtailnews/__init__.pyo @@ -20,9 +19,6 @@ ${PYSITELIB}/wagtailnews/decorators.pyo ${PYSITELIB}/wagtailnews/deprecation.py ${PYSITELIB}/wagtailnews/deprecation.pyc ${PYSITELIB}/wagtailnews/deprecation.pyo -${PYSITELIB}/wagtailnews/edit_handlers.py -${PYSITELIB}/wagtailnews/edit_handlers.pyc -${PYSITELIB}/wagtailnews/edit_handlers.pyo ${PYSITELIB}/wagtailnews/feeds.py ${PYSITELIB}/wagtailnews/feeds.pyc ${PYSITELIB}/wagtailnews/feeds.pyo @@ -43,20 +39,14 @@ ${PYSITELIB}/wagtailnews/signals.pyc ${PYSITELIB}/wagtailnews/signals.pyo ${PYSITELIB}/wagtailnews/static/js/news_chooser.js ${PYSITELIB}/wagtailnews/templates/wagtailnews/choose.html -${PYSITELIB}/wagtailnews/templates/wagtailnews/chooser/choose.js -${PYSITELIB}/wagtailnews/templates/wagtailnews/chooser/chooser.html -${PYSITELIB}/wagtailnews/templates/wagtailnews/chooser/chosen.js -${PYSITELIB}/wagtailnews/templates/wagtailnews/chooser/list.html -${PYSITELIB}/wagtailnews/templates/wagtailnews/chooser/search_results.html ${PYSITELIB}/wagtailnews/templates/wagtailnews/create.html -${PYSITELIB}/wagtailnews/templates/wagtailnews/delete.html ${PYSITELIB}/wagtailnews/templates/wagtailnews/edit.html ${PYSITELIB}/wagtailnews/templates/wagtailnews/index.html ${PYSITELIB}/wagtailnews/templates/wagtailnews/newsitem_list.html ${PYSITELIB}/wagtailnews/templates/wagtailnews/search.html +${PYSITELIB}/wagtailnews/templates/wagtailnews/search_form.html ${PYSITELIB}/wagtailnews/templates/wagtailnews/search_results.html -${PYSITELIB}/wagtailnews/templates/wagtailnews/unpublish.html -${PYSITELIB}/wagtailnews/templates/wagtailnews/widgets/news_chooser.html +${PYSITELIB}/wagtailnews/templates/wagtailnews/slim_header.html ${PYSITELIB}/wagtailnews/templatetags/__init__.py ${PYSITELIB}/wagtailnews/templatetags/__init__.pyc ${PYSITELIB}/wagtailnews/templatetags/__init__.pyo @@ -81,6 +71,3 @@ ${PYSITELIB}/wagtailnews/views/editor.py ${PYSITELIB}/wagtailnews/wagtail_hooks.py ${PYSITELIB}/wagtailnews/wagtail_hooks.pyc ${PYSITELIB}/wagtailnews/wagtail_hooks.pyo -${PYSITELIB}/wagtailnews/widgets.py -${PYSITELIB}/wagtailnews/widgets.pyc -${PYSITELIB}/wagtailnews/widgets.pyo Index: pkgsrc/www/py-wagtailnews/distinfo diff -u pkgsrc/www/py-wagtailnews/distinfo:1.3 pkgsrc/www/py-wagtailnews/distinfo:1.4 --- pkgsrc/www/py-wagtailnews/distinfo:1.3 Tue Oct 26 11:30:50 2021 +++ pkgsrc/www/py-wagtailnews/distinfo Fri Feb 9 13:45:51 2024 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:30:50 nia Exp $ +$NetBSD: distinfo,v 1.4 2024/02/09 13:45:51 adam Exp $ -BLAKE2s (wagtailnews-2.7.1.tar.gz) = 6d0412c988079b071b5d35ccff84c589dcdf55f6a7cd69438742f28b114a7751 -SHA512 (wagtailnews-2.7.1.tar.gz) = 1f30a7e3539f7b943bda1bec9912de70426e2aa33459e903f585a3d6bbe9c045a3c8ac72d3f54a9dcefcd75f625bd6cda67d1c5e39e3dcc5d0ca152cc9abedeb -Size (wagtailnews-2.7.1.tar.gz) = 37402 bytes -SHA1 (patch-tests_app_settings.py) = 68ec57ce8affcf30aabaacb6e6e49c79bf3f158b +BLAKE2s (wagtailnews-5.2.0.tar.gz) = a750ab70e411406fd331f114776bc449036880bdaad636ad5a83c74df753a4f6 +SHA512 (wagtailnews-5.2.0.tar.gz) = 016ab9e4d67d7e04469489d56cef15275382eef679307fadd19fa1f58dab85c708e7df10a85f94ee317bd503823a84e762b4d38f3a7c9dc9b32a6aa23d376a56 +Size (wagtailnews-5.2.0.tar.gz) = 26418 bytes --_----------=_1707486351135070--