pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-testtools



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jul  8 07:30:35 UTC 2023

Modified Files:
        pkgsrc/devel/py-testtools: Makefile distinfo

Log Message:
py-testtools: updated to 2.6.0

Release 2.6.0
* Finish adding support for Python 3.11
* Add a few missing entries to NEWS
* Wrap content-type params in a dictionary
* Replace deprecated \`cgi\` module usage with \`email\`
* Drop extras of extras; fixtures no longer uses it
* Fix distutilscmd in Debian + Py 3.11
* Add initial config for mypy
* Prevent AttributeError in TestCase.\_\_eq\_\_
* simplifying code
* less code
* Making sure that TestCase can be hashed
* Fix various test failures with Python 3.11
* Use CompoundFixture from fixtures>=2.0 rather than rolling our own
* Provide a \`\`testtools[twisted]\`\` extra
* Add final noop job to indicate success and set as required
* Fix DeprecationWarning: Only valid in 1.8.1 and earlier. Use skipTest instead
* Show warnings
* Replace deprecated assertRaisesRegexp with assertRaisesRegex
* Fix inclusion of NEWS in Sphinx documentation
* Upgrade Python syntax with pyupgrade --py36-plus
* Drop support for EOL Python 3.5
* Upgrade asserts with teyit for Python 3.11 compatibility
* doc: Remove references to unittest2
* Add instructions on building docs.
* Fix docstring formatting warnings
* Add missing quotes around identifier
* Drop note about assertIn, assertIs, assertIsInstance and their negatives that no longer applies with modern versions of Python.
* Fix typo.
* Deprecate distutils integration
* Add support for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-testtools/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-testtools/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-testtools/Makefile
diff -u pkgsrc/devel/py-testtools/Makefile:1.22 pkgsrc/devel/py-testtools/Makefile:1.23
--- pkgsrc/devel/py-testtools/Makefile:1.22     Thu Jan 27 11:24:18 2022
+++ pkgsrc/devel/py-testtools/Makefile  Sat Jul  8 07:30:34 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2022/01/27 11:24:18 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/07/08 07:30:34 adam Exp $
 
-DISTNAME=      testtools-2.5.0
+DISTNAME=      testtools-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testtools/}
@@ -10,9 +10,10 @@ HOMEPAGE=    https://github.com/testing-cab
 COMMENT=       Extensions to the Python standard library unit testing framework
 LICENSE=       mit AND python-software-foundation
 
-DEPENDS+=      ${PYPKGPREFIX}-extras>=1.0.0:../../devel/py-extras
-DEPENDS+=      ${PYPKGPREFIX}-fixtures>=1.3.0:../../devel/py-fixtures
-DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
+DEPENDS+=      ${PYPKGPREFIX}-fixtures>=2.0:../../devel/py-fixtures
+DEPENDS+=      ${PYPKGPREFIX}-pbr>=0.11:../../devel/py-pbr
+
+USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
@@ -20,8 +21,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 # https://github.com/testing-cabal/testscenarios/issues/4
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-testscenarios-[0-9]*:../../devel/py-testscenarios
 
-USE_LANGUAGES= # none
-
 do-test:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${PWD} ${PYTHONBIN} -m testtools.run testtools.tests.test_suite
 

Index: pkgsrc/devel/py-testtools/distinfo
diff -u pkgsrc/devel/py-testtools/distinfo:1.16 pkgsrc/devel/py-testtools/distinfo:1.17
--- pkgsrc/devel/py-testtools/distinfo:1.16     Thu Jan 27 11:24:18 2022
+++ pkgsrc/devel/py-testtools/distinfo  Sat Jul  8 07:30:34 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2022/01/27 11:24:18 wiz Exp $
+$NetBSD: distinfo,v 1.17 2023/07/08 07:30:34 adam Exp $
 
-BLAKE2s (testtools-2.5.0.tar.gz) = beada4a371471853d1262cf31db4a5b79811f52b9c06a756f8fb9b9585ffccb9
-SHA512 (testtools-2.5.0.tar.gz) = 6adbf9e90f0647a44130e99cd94e4c0cbfab3a1b5c28b6bb124d061defe69d8043186cfe554099936effe16a6b07d59927bfeb6820f5a0fb34970ff243030fd4
-Size (testtools-2.5.0.tar.gz) = 235399 bytes
+BLAKE2s (testtools-2.6.0.tar.gz) = add7b4fcd96be06eaa0a62d7611392f9dd9434ab3f1436f046f190e898563a54
+SHA512 (testtools-2.6.0.tar.gz) = 309893693b2ae63ff75395bf543bd42caa9aee3b1208ce5921d893b3635012f6aa8ed5e797b4d130d83e1b530778e87b91e57b901e8351f86d44f3289d54d04b
+Size (testtools-2.6.0.tar.gz) = 237864 bytes



Home | Main Index | Thread Index | Old Index