pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/py-sniffio py-sniffio: updated to 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c11b4029d00a
branches:  trunk
changeset: 386715:c11b4029d00a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 13 16:41:03 2022 +0000

description:
py-sniffio: updated to 1.3.0

sniffio 1.3.0 (2022-09-01)
--------------------------

Features
- Add support for Python 3.9 and 3.10.
- Provide ``sniffio.thread_local.name`` for coroutine libraries to set

Deprecations and Removals
- Drop support for Python 3.5 and 3.6.

diffstat:

 misc/py-sniffio/Makefile |  5 ++---
 misc/py-sniffio/PLIST    |  3 +--
 misc/py-sniffio/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r 994290ce235d -r c11b4029d00a misc/py-sniffio/Makefile
--- a/misc/py-sniffio/Makefile  Thu Oct 13 16:36:34 2022 +0000
+++ b/misc/py-sniffio/Makefile  Thu Oct 13 16:41:03 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/10/13 16:41:03 adam Exp $
 
-DISTNAME=      sniffio-1.2.0
+DISTNAME=      sniffio-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sniffio/}
 
diff -r 994290ce235d -r c11b4029d00a misc/py-sniffio/PLIST
--- a/misc/py-sniffio/PLIST     Thu Oct 13 16:36:34 2022 +0000
+++ b/misc/py-sniffio/PLIST     Thu Oct 13 16:41:03 2022 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/13 11:10:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/10/13 16:41:03 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/sniffio/__init__.py
 ${PYSITELIB}/sniffio/__init__.pyc
diff -r 994290ce235d -r c11b4029d00a misc/py-sniffio/distinfo
--- a/misc/py-sniffio/distinfo  Thu Oct 13 16:36:34 2022 +0000
+++ b/misc/py-sniffio/distinfo  Thu Oct 13 16:41:03 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:59:22 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/10/13 16:41:03 adam Exp $
 
-BLAKE2s (sniffio-1.2.0.tar.gz) = f684030cade30f2c961ab3499e7771c1ce20a659bd3252a7120864fd1883eb79
-SHA512 (sniffio-1.2.0.tar.gz) = 96da4e0f0fff99b122aa729da052e97c2dd75f19aab4dd3728f8e337875b0fac1b3d8d96c8c3a67ca96f15dbf07a593b89e323bf04a8ee0501d7414454030719
-Size (sniffio-1.2.0.tar.gz) = 17132 bytes
+BLAKE2s (sniffio-1.3.0.tar.gz) = ce225d353c1d7e363aef15051e8202359cb4eee2e56915e1c0d38df38b692cc6
+SHA512 (sniffio-1.3.0.tar.gz) = 88228ec336f331ac32d3bbc1caf57cce417333cb697b44c7028da25380a36e118851d35214b4cddc9e8ab3c737d8c02e15de1374152c0850b344f64493616941
+Size (sniffio-1.3.0.tar.gz) = 17103 bytes



Home | Main Index | Thread Index | Old Index