pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct 25 11:00:38 UTC 2024

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

Log Message:
py-test-virtualenv: updated to 1.8.0

1.8.0
* 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.
* pytest-devpi-server: Run devpi-init for initialisation.
* 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.
* pytest-server-fixtures: Fixed threading log debug messages.
* pytest-server-fixtures: Removed usage of deprecated Thread.setDaemon.
* pytest-server-fixtures: Explicitly close initial Mongo client.
* pytest-server-fixtures: Don't use context manager for CREATE DATABASE
* pytest-shutil: Removed contextlib2 requirement.
* pytest-shutil: Fixed forcing color through termcolor.
* pytest-shutil: Replaced deprecated imp module
* pytest-profiling: Added support to hide/show the full path of file.
* pytest-profiling: Fixed SVG file generation on Windows.
* pytest-profiling: Remove pinning of more-itertools.
* pytest-profiling: Add support to define element number for print_stats()
* pytest-profiling: Fix mock in test_writes_summary
* pytest-virtualenv: Modernised package.
* pytest-virtualenv: Fixed virtualenv creation on Windows.
* pytest-virtualenv: Added delete_workspace parameter to VirtualEnv.
* pytest-virtualenv: Removed extras_require.
* ci: Remove usage of deprecated distutils.
* ci: Disabled jenkins server tests on CircleCI to improve build time.
* ci: Fixed `collections` import for py 3.11 compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-virtualenv/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-virtualenv/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-virtualenv/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/devel/py-test-virtualenv/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-virtualenv/Makefile
diff -u pkgsrc/devel/py-test-virtualenv/Makefile:1.7 pkgsrc/devel/py-test-virtualenv/Makefile:1.8
--- pkgsrc/devel/py-test-virtualenv/Makefile:1.7        Fri Apr 29 23:22:31 2022
+++ pkgsrc/devel/py-test-virtualenv/Makefile    Fri Oct 25 11:00:38 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/04/29 23:22:31 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/25 11:00:38 adam Exp $
 
-DISTNAME=      pytest-virtualenv-1.7.0
+DISTNAME=      pytest-virtualenv-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-virtualenv/}
 
@@ -11,15 +10,15 @@ HOMEPAGE=   https://github.com/manahl/pyte
 COMMENT=       Virtualenv fixture for py.test
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
 DEPENDS+=      ${PYPKGPREFIX}-test-shutil-[0-9]*:../../devel/py-test-shutil
 DEPENDS+=      ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-virtualenv/PLIST
diff -u pkgsrc/devel/py-test-virtualenv/PLIST:1.1 pkgsrc/devel/py-test-virtualenv/PLIST:1.2
--- pkgsrc/devel/py-test-virtualenv/PLIST:1.1   Sat Mar 24 06:49:07 2018
+++ pkgsrc/devel/py-test-virtualenv/PLIST       Fri Oct 25 11:00:38 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/24 06:49:07 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/10/25 11:00:38 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pytest_virtualenv.py
 ${PYSITELIB}/pytest_virtualenv.pyc
 ${PYSITELIB}/pytest_virtualenv.pyo

Index: pkgsrc/devel/py-test-virtualenv/distinfo
diff -u pkgsrc/devel/py-test-virtualenv/distinfo:1.8 pkgsrc/devel/py-test-virtualenv/distinfo:1.9
--- pkgsrc/devel/py-test-virtualenv/distinfo:1.8        Sat Aug 10 06:24:25 2024
+++ pkgsrc/devel/py-test-virtualenv/distinfo    Fri Oct 25 11:00:38 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/08/10 06:24:25 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/10/25 11:00:38 adam Exp $
 
-BLAKE2s (pytest-virtualenv-1.7.0.tar.gz) = 90405e1e819722b0e9f94e89a5cfaa14b2e7da58fe94194ff2fde3f80a4e7b17
-SHA512 (pytest-virtualenv-1.7.0.tar.gz) = 0463ebf44ae18ee50a60e421a22aaaf0e34f827ec8f21c8f0dc79cbdc253748f9d1e5b33e4f418b52f0d8fd45990e162bb6410686ebe9fdc02650c286901d474
-Size (pytest-virtualenv-1.7.0.tar.gz) = 15767 bytes
-SHA1 (patch-common_setup.py) = 281711314054d76445ac3f4b3ebbb11615fe0949
+BLAKE2s (pytest-virtualenv-1.8.0.tar.gz) = d5ef42be40062f195a936358fd761e7c17012c48b084f3cd5f259cd49f7ae6e9
+SHA512 (pytest-virtualenv-1.8.0.tar.gz) = 083a46b9d7a1c608ecd5cdf5eddf1c924101662b0bb31e6fafda4c2bfd800f6227ecfb3c256861d79a3db1f5e0b5beb48cac3e3282a298546357f5f554716810
+Size (pytest-virtualenv-1.8.0.tar.gz) = 18669 bytes



Home | Main Index | Thread Index | Old Index