pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-hyperframe
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 23 07:29:57 UTC 2025
Modified Files:
pkgsrc/www/py-hyperframe: Makefile distinfo
Log Message:
py-hyperframe: updated to 6.1.0
6.1.0 (2025-01-22)
**API Changes (Backward Incompatible)**
- Support for Python 3.6 has been removed.
- Support for Python 3.7 has been removed.
- Support for Python 3.8 has been removed.
**API Changes (Backward Compatible)**
- Support for Python 3.10 has been added.
- Support for Python 3.11 has been added.
- Support for Python 3.12 has been added.
- Support for Python 3.13 has been added.
- Updated packaging and testing infrastructure.
- Code cleanup and linting.
- Improved type hints.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-hyperframe/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-hyperframe/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-hyperframe/Makefile
diff -u pkgsrc/www/py-hyperframe/Makefile:1.10 pkgsrc/www/py-hyperframe/Makefile:1.11
--- pkgsrc/www/py-hyperframe/Makefile:1.10 Mon Nov 11 07:29:24 2024
+++ pkgsrc/www/py-hyperframe/Makefile Thu Jan 23 07:29:57 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:29:24 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/01/23 07:29:57 adam Exp $
-DISTNAME= hyperframe-6.0.1
+DISTNAME= hyperframe-6.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hyperframe/}
@@ -11,11 +10,11 @@ HOMEPAGE= https://github.com/python-hype
COMMENT= HTTP/2 framing layer for Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.6.0:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6.0.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=3.6.1:../../devel/py-test-xdist
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-hyperframe/distinfo
diff -u pkgsrc/www/py-hyperframe/distinfo:1.8 pkgsrc/www/py-hyperframe/distinfo:1.9
--- pkgsrc/www/py-hyperframe/distinfo:1.8 Tue Oct 26 11:30:42 2021
+++ pkgsrc/www/py-hyperframe/distinfo Thu Jan 23 07:29:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:30:42 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/01/23 07:29:57 adam Exp $
-BLAKE2s (hyperframe-6.0.1.tar.gz) = e9277af6ece04e1e8b7738f5adc282fa8b3b7bb423f868cde633628b5854839a
-SHA512 (hyperframe-6.0.1.tar.gz) = 2a5101b2e91e047fe39b32f81a1a8b2240c371fed28a5e1581e743371418388a7dfb55bc819c46a45804e7f00a5231ca54c92aa1b5b41ffeb714b8cb3ac485ca
-Size (hyperframe-6.0.1.tar.gz) = 25008 bytes
+BLAKE2s (hyperframe-6.1.0.tar.gz) = 058e416cff9dfba8bba0253f400513b0fecb118d6dc5fa65552bc11c1f1890c0
+SHA512 (hyperframe-6.1.0.tar.gz) = 83a986f0cf3e2a84fe7a2c907758e75be744aba7dfe03173ee6bcbe4c5e5a92a2b5e90d66c76c14a05ad4b342d02719a998600670befe7549a0a1edf0c7dd024
+Size (hyperframe-6.1.0.tar.gz) = 26566 bytes
Home |
Main Index |
Thread Index |
Old Index