py-zope.exceptions: updated to 4.6

4.6 (2022-11-10)
================

- Catch exceptions in ``formatExceptionOnly``.
  Getting an exception when reporting about a different exception is not helpful.
  On Python 3.11 this is needed for some HTTPErrors.

- Add official support for Python 3.11.
This commit is contained in:
adam 2022-11-17 10:36:31 +00:00
parent 58ee459269
commit f872240745
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/02/11 11:20:39 adam Exp $
# $NetBSD: Makefile,v 1.5 2022/11/17 10:36:31 adam Exp $
DISTNAME= zope.exceptions-4.5
DISTNAME= zope.exceptions-4.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.exceptions/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2022/02/11 11:20:39 adam Exp $
$NetBSD: distinfo,v 1.6 2022/11/17 10:36:31 adam Exp $
BLAKE2s (zope.exceptions-4.5.tar.gz) = 67fd2bcbb8e894db4240bdefd82405ce978297dfeabe50cd72547662a8c69a17
SHA512 (zope.exceptions-4.5.tar.gz) = f3f75b2f9ecfe74d3bb081904750769bf331fb594d266907782b7ce7f9d062c261b2f95a50ce21cf8917c56a25899274dae466a5b59afa5ec66480182df55bd2
Size (zope.exceptions-4.5.tar.gz) = 29609 bytes
BLAKE2s (zope.exceptions-4.6.tar.gz) = e7e20bdf17c9ecc1ba187bb885477bc2ace28100e4b9873d3a828fa547b5f9ae
SHA512 (zope.exceptions-4.6.tar.gz) = d28a4434b27f6611040b290dcece26c1880982853092c89d5a8d74093cb9339a62834d7c3949d5ea28c4d3fc01c6f36180df22031cded6e4c963acfff65c2ec4
Size (zope.exceptions-4.6.tar.gz) = 30876 bytes