pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zope.testing



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  7 10:46:14 UTC 2022

Modified Files:
        pkgsrc/devel/py-zope.testing: Makefile PLIST distinfo

Log Message:
py-zope.testing: updated to 4.10

4.10 (2022-03-07)
=================

- Show deprecation warnings when importing modules which are not ported to
  Python 3.

- Improve test coverage.

- Port ``zope.testing.formparser`` to Python 3.

- Add support for Python 3.10.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-zope.testing/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-zope.testing/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-zope.testing/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-zope.testing/Makefile
diff -u pkgsrc/devel/py-zope.testing/Makefile:1.4 pkgsrc/devel/py-zope.testing/Makefile:1.5
--- pkgsrc/devel/py-zope.testing/Makefile:1.4   Tue Jan  4 20:53:50 2022
+++ pkgsrc/devel/py-zope.testing/Makefile       Mon Mar  7 10:46:14 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/03/07 10:46:14 adam Exp $
 
-DISTNAME=      zope.testing-4.9
+DISTNAME=      zope.testing-4.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.testing/}
 

Index: pkgsrc/devel/py-zope.testing/PLIST
diff -u pkgsrc/devel/py-zope.testing/PLIST:1.2 pkgsrc/devel/py-zope.testing/PLIST:1.3
--- pkgsrc/devel/py-zope.testing/PLIST:1.2      Mon Sep  3 07:15:44 2018
+++ pkgsrc/devel/py-zope.testing/PLIST  Mon Mar  7 10:46:14 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/09/03 07:15:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/03/07 10:46:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,7 @@ ${PYSITELIB}/zope/testing/__init__.pyo
 ${PYSITELIB}/zope/testing/cleanup.py
 ${PYSITELIB}/zope/testing/cleanup.pyc
 ${PYSITELIB}/zope/testing/cleanup.pyo
+${PYSITELIB}/zope/testing/cleanup.txt
 ${PYSITELIB}/zope/testing/doctestcase.py
 ${PYSITELIB}/zope/testing/doctestcase.pyc
 ${PYSITELIB}/zope/testing/doctestcase.pyo

Index: pkgsrc/devel/py-zope.testing/distinfo
diff -u pkgsrc/devel/py-zope.testing/distinfo:1.5 pkgsrc/devel/py-zope.testing/distinfo:1.6
--- pkgsrc/devel/py-zope.testing/distinfo:1.5   Tue Oct 26 10:19:18 2021
+++ pkgsrc/devel/py-zope.testing/distinfo       Mon Mar  7 10:46:14 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:19:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/03/07 10:46:14 adam Exp $
 
-BLAKE2s (zope.testing-4.9.tar.gz) = a91dbdf2931a9e2a8811ab4aa9278b6df1a55490fb6c4ff9b614b654e13c5e32
-SHA512 (zope.testing-4.9.tar.gz) = 04b660aa93e120ae7e57bf637d99302d26912800ea3995a24c6d252ee4bd8e06fd8d4a24d980f591846d9bca93523373a92528ef492ff4d6990887ab6cf527d0
-Size (zope.testing-4.9.tar.gz) = 62294 bytes
+BLAKE2s (zope.testing-4.10.tar.gz) = 6c22c999d3d49ece37a3665c0df15c06ed4dda7bd4a16fe2405e904ebf0e1598
+SHA512 (zope.testing-4.10.tar.gz) = 35fd5114b6de3cb47336185feb8bf8f444b53ef2c32f165e57756a017ec9caba9a29f2ec01844ebcf156fff1c2b7424b3ac126b3e8d4daefe73e1a640d21589a
+Size (zope.testing-4.10.tar.gz) = 45359 bytes



Home | Main Index | Thread Index | Old Index