Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2442D85D83 for ; Mon, 23 Oct 2023 11:12:57 +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 SOejPiRBjVkH for ; Mon, 23 Oct 2023 11:12:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 87B6785D7E for ; Mon, 23 Oct 2023 11:12:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81130FADC; Mon, 23 Oct 2023 11:12:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698059576156860" MIME-Version: 1.0 Date: Mon, 23 Oct 2023 11:12:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httptools To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231023111256.81130FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698059576156860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 23 11:12:56 UTC 2023 Modified Files: pkgsrc/www/py-httptools: Makefile PLIST distinfo Log Message: py-httptools: updated to 0.6.1 v0.6.1 Explicit Python 3.12 support and build wheels, change min version to 3.8 Do not install the *.c sources in wheels To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-httptools/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httptools/PLIST cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-httptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698059576156860 Content-Disposition: inline Content-Length: 2438 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httptools/Makefile diff -u pkgsrc/www/py-httptools/Makefile:1.11 pkgsrc/www/py-httptools/Makefile:1.12 --- pkgsrc/www/py-httptools/Makefile:1.11 Tue Jul 18 08:44:38 2023 +++ pkgsrc/www/py-httptools/Makefile Mon Oct 23 11:12:56 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2023/07/18 08:44:38 adam Exp $ +# $NetBSD: Makefile,v 1.12 2023/10/23 11:12:56 adam Exp $ -DISTNAME= httptools-0.6.0 +DISTNAME= httptools-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/} Index: pkgsrc/www/py-httptools/PLIST diff -u pkgsrc/www/py-httptools/PLIST:1.3 pkgsrc/www/py-httptools/PLIST:1.4 --- pkgsrc/www/py-httptools/PLIST:1.3 Wed May 5 08:18:47 2021 +++ pkgsrc/www/py-httptools/PLIST Mon Oct 23 11:12:56 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/05/05 08:18:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2023/10/23 11:12:56 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -17,7 +17,5 @@ ${PYSITELIB}/httptools/parser/__init__.p ${PYSITELIB}/httptools/parser/errors.py ${PYSITELIB}/httptools/parser/errors.pyc ${PYSITELIB}/httptools/parser/errors.pyo -${PYSITELIB}/httptools/parser/parser.c ${PYSITELIB}/httptools/parser/parser.so -${PYSITELIB}/httptools/parser/url_parser.c ${PYSITELIB}/httptools/parser/url_parser.so Index: pkgsrc/www/py-httptools/distinfo diff -u pkgsrc/www/py-httptools/distinfo:1.12 pkgsrc/www/py-httptools/distinfo:1.13 --- pkgsrc/www/py-httptools/distinfo:1.12 Tue Jul 18 08:44:38 2023 +++ pkgsrc/www/py-httptools/distinfo Mon Oct 23 11:12:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/07/18 08:44:38 adam Exp $ +$NetBSD: distinfo,v 1.13 2023/10/23 11:12:56 adam Exp $ -BLAKE2s (httptools-0.6.0.tar.gz) = 1e5f458ba05243b0a1fd340e28ef090ced274d85bda1146adaf71ba8bde15224 -SHA512 (httptools-0.6.0.tar.gz) = 787aad51cc49930da8a6d68b4d8c6326458e63a5638bf4c06736a9bad740d551793fc615a4c624472b6614b01563b75a1affe28d63b4075954317f6c4f40c428 -Size (httptools-0.6.0.tar.gz) = 191153 bytes +BLAKE2s (httptools-0.6.1.tar.gz) = c2f47d0525bf488676c6e12e1f207c9455837d924258b0551026fa86e430fecb +SHA512 (httptools-0.6.1.tar.gz) = 9098c5f3225e206758b34eeb4fdac4d4a260595167f06fa7eeb2ccfd07f5ca5a89ff9fb83baa36a8318a89c9f983d529079d680430f64a78b2499b6cd5f00418 +Size (httptools-0.6.1.tar.gz) = 191228 bytes --_----------=_1698059576156860--