Wed Aug 25 19:16:38 2021 UTC ()
py-httptools: updated to 0.3.0

v0.3.0

This release has no functional changes, only packaging: Python 3.5 is
EOL, so wheels are no longer built, and Python 3.10 has been added to
the roster along with aarch64 wheels on Linux and universal2 wheels on
macOS.

Changes:

Use cibuildwheel to build release wheels


(adam)
diff -r1.6 -r1.7 pkgsrc/www/py-httptools/Makefile
diff -r1.6 -r1.7 pkgsrc/www/py-httptools/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/www/py-httptools/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-httptools/Makefile 2021/05/05 08:18:47 1.6
+++ pkgsrc/www/py-httptools/Makefile 2021/08/25 19:16:38 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2021/05/05 08:18:47 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2021/08/25 19:16:38 adam Exp $
2 2
3DISTNAME= httptools-0.2.0 3DISTNAME= httptools-0.3.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/httptools/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/MagicStack/httptools 9HOMEPAGE= https://github.com/MagicStack/httptools
10COMMENT= Collection of framework independent HTTP protocol utils 10COMMENT= Collection of framework independent HTTP protocol utils
11LICENSE= mit 11LICENSE= mit
12 12
13PYTHON_VERSIONS_INCOMPATIBLE= 27 13PYTHON_VERSIONS_INCOMPATIBLE= 27
14 14
15.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/www/py-httptools/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-httptools/distinfo 2021/05/05 08:18:47 1.6
+++ pkgsrc/www/py-httptools/distinfo 2021/08/25 19:16:38 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2021/05/05 08:18:47 adam Exp $ 1$NetBSD: distinfo,v 1.7 2021/08/25 19:16:38 adam Exp $
2 2
3SHA1 (httptools-0.2.0.tar.gz) = 1a9e3b6c6fd2126970282cdbf5e5908b58f2850f 3SHA1 (httptools-0.3.0.tar.gz) = c797ec454001bbbce1a26f944ac5d11efb013668
4RMD160 (httptools-0.2.0.tar.gz) = eb2bd7eaea81cc6b46a394ccd7b317e41bee3228 4RMD160 (httptools-0.3.0.tar.gz) = 7043458e11672310ff74fd61e68165575407d8b8
5SHA512 (httptools-0.2.0.tar.gz) = a8d271d96165504c3ed0fb518f459baf1d4f4fb642188e0b6a7219a93ec1f5ce0d2129c331d222abf51385e97989f92e42ff6fa5a0383d3c7d9072c292b9e21b 5SHA512 (httptools-0.3.0.tar.gz) = 37a87aadd30b73e4a861599ad9a37edbfaa1bdafbfa0ebf8cda2386272d0eb24b160f106fc283877b1c9992066e31c7fb1f87913e9da4a5a517807b337b7442c
6Size (httptools-0.2.0.tar.gz) = 169260 bytes 6Size (httptools-0.3.0.tar.gz) = 170395 bytes