pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-shutil



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 17 20:16:13 UTC 2024

Modified Files:
        pkgsrc/devel/py-test-shutil: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-test-shutil/patches: patch-common_setup.py

Log Message:
py-test-shutil: update to 1.8.0nb1.

### 1.8.0 (2024-10-17)
 * All: Drop support for Python 2 and <3.6, removing compatibility code.
 * All: Use stdlib unittest.mock instead of mock package.
 * All: Removed usage of path.py and path in favour of pathlib. #174 #224
 * pytest-devpi-server: Run devpi-init for initialisation. #179
 * pytest-server-fixtures: BREAKING CHANGE: Removed RethinkDB support, as the project is no longer maintained.
 * pytest-server-fixtures: Allowed passing through HTTP headers to the server. #149
 * pytest-server-fixtures: Fixed threading log debug messages. #146
 * pytest-server-fixtures: Removed usage of deprecated Thread.setDaemon. #202
 * pytest-server-fixtures: Explicitly close initial Mongo client. #198
 * pytest-server-fixtures: Don't use context manager for CREATE DATABASE #186
 * pytest-shutil: Removed contextlib2 requirement. #144
 * pytest-shutil: Fixed forcing color through termcolor. #217
 * pytest-shutil: Replaced deprecated imp module #219
 * pytest-profiling: Added support to hide/show the full path of file. #95
 * pytest-profiling: Fixed SVG file generation on Windows. #93
 * pytest-profiling: Remove pinning of more-itertools. #194
 * pytest-profiling: Add support to define element number for print_stats() #96
 * pytest-profiling: Fix mock in test_writes_summary #223
 * pytest-virtualenv: Modernised package. #188 #185 #182 #163
 * pytest-virtualenv: Fixed virtualenv creation on Windows. #142
 * pytest-virtualenv: Added delete_workspace parameter to VirtualEnv. #195
 * pytest-virtualenv: Removed extras_require. #240
 * ci: Remove usage of deprecated distutils. #189
 * ci: Disabled jenkins server tests on CircleCI to improve build time.
 * ci: Fixed `collections` import for py 3.11 compatibility #222

### 1.7.1 (2019-05-28)
* pytest-profiling: Fix pytest-profiling to profile fixtures. #48
* pytest-devpi-server: Fixed Python 3.4 support updating "ruamel.yaml" requirements. #138
* ci: Added  PYTEST_DONT_REWRITE in order to suppress module already imported. #123


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-shutil/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-shutil/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/devel/py-test-shutil/patches/patch-common_setup.py

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-test-shutil/Makefile
diff -u pkgsrc/devel/py-test-shutil/Makefile:1.8 pkgsrc/devel/py-test-shutil/Makefile:1.9
--- pkgsrc/devel/py-test-shutil/Makefile:1.8    Sat Aug 10 06:24:24 2024
+++ pkgsrc/devel/py-test-shutil/Makefile        Thu Oct 17 20:16:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2024/08/10 06:24:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/10/17 20:16:12 wiz Exp $
 
-DISTNAME=      pytest-shutil-1.7.0
+DISTNAME=      pytest-shutil-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 PKGREVISION=   1
 CATEGORIES=    devel python
@@ -13,16 +13,11 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
 DEPENDS+=      ${PYPKGPREFIX}-execnet-[0-9]*:../../devel/py-execnet
-DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-path.py-[0-9]*:../../devel/py-path.py
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/devel/py-test-shutil/distinfo
diff -u pkgsrc/devel/py-test-shutil/distinfo:1.9 pkgsrc/devel/py-test-shutil/distinfo:1.10
--- pkgsrc/devel/py-test-shutil/distinfo:1.9    Sat Aug 10 06:24:24 2024
+++ pkgsrc/devel/py-test-shutil/distinfo        Thu Oct 17 20:16:12 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2024/08/10 06:24:24 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/10/17 20:16:12 wiz Exp $
 
-BLAKE2s (pytest-shutil-1.7.0.tar.gz) = 18515173e63d9d303b94f421aa54601a6a21c169c524de5682ac22cb78b79980
-SHA512 (pytest-shutil-1.7.0.tar.gz) = 3746c08b17834621a7142ed9d5915b5c348c13367f5b423b258d3471bcb9c9e983c61c25ca936f879b8b82f80512512b7f3ade5555c24a790c72b502e3f3d144
-Size (pytest-shutil-1.7.0.tar.gz) = 23497 bytes
+BLAKE2s (pytest-shutil-1.8.0.tar.gz) = 30b6da748c8d92b5647bd608499780e142a51c626eea50ee9a92b614b7b60065
+SHA512 (pytest-shutil-1.8.0.tar.gz) = df97d0cbbb94dfaf35dabbb51d72feca957ba2cdfb4f802b6519d226ad8836be3f92419f362706695a0cc7279ef3c8d96b58e5dd7ab56b82d0b38f08fe3b4c91
+Size (pytest-shutil-1.8.0.tar.gz) = 37608 bytes
 SHA1 (patch-common_setup.py) = e7507246a99ba99918647e05d0fbec72560eeae8



Home | Main Index | Thread Index | Old Index