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: Sat Nov 30 09:05:19 UTC 2024
Modified Files:
pkgsrc/devel/py-test-virtualenv: Makefile distinfo
Log Message:
py-test-virtualenv: updated to 1.8.1
1.8.1 (2024-11-29)
* All: Add a CircleCI Windows build with py3.6-py3.12 and remove references to TravisCI.
* All: Add Ubuntu builds for py3.6-3.13
* All: CircleCI release jobs now depend on both Ubuntu and Windows success.
* pytest-listener: Use py_modules in setup.py
* pytest-listener: Fix flakiness on py3.9+ on Windows when the receive time was equal to the clear_time.
* pytest-profiling: Small refactor to make error messages a bit clearer
* pytest-profiling: Fixed tests which were installing from PyPI rather than local
* pytest-profiling: Removed usage of deprecated `pytest.yield_fixture`.
* pytest-profiling: Removed usage of `distutils`, where possible.
* pytest-server-fixtures: Correct httpd command line
* pytest-server-fixtures: Minor bugfix now that workspace.workspace is a Path object.
* pytest-virtualenv: Added default to install editable packages by using direct_url.json, if it exists
* pytest-virtualenv: Fixed Windows compatibility issues
* ci: Remove custom hooks from `python setup.py test` since this is no longer supported.
* ci: Fix build-related buttons in README.md.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-test-virtualenv/Makefile \
pkgsrc/devel/py-test-virtualenv/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-test-virtualenv/Makefile
diff -u pkgsrc/devel/py-test-virtualenv/Makefile:1.9 pkgsrc/devel/py-test-virtualenv/Makefile:1.10
--- pkgsrc/devel/py-test-virtualenv/Makefile:1.9 Mon Nov 11 07:28:27 2024
+++ pkgsrc/devel/py-test-virtualenv/Makefile Sat Nov 30 09:05:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:27 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/11/30 09:05:18 adam Exp $
-DISTNAME= pytest-virtualenv-1.8.0
+DISTNAME= pytest-virtualenv-1.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-virtualenv/}
Index: pkgsrc/devel/py-test-virtualenv/distinfo
diff -u pkgsrc/devel/py-test-virtualenv/distinfo:1.9 pkgsrc/devel/py-test-virtualenv/distinfo:1.10
--- pkgsrc/devel/py-test-virtualenv/distinfo:1.9 Fri Oct 25 11:00:38 2024
+++ pkgsrc/devel/py-test-virtualenv/distinfo Sat Nov 30 09:05:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/10/25 11:00:38 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/11/30 09:05:18 adam Exp $
-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
+BLAKE2s (pytest-virtualenv-1.8.1.tar.gz) = 532acfb37e2dfbfe26416fd6d715a79a15bb1fc564b91394d213ae65b6efd0fa
+SHA512 (pytest-virtualenv-1.8.1.tar.gz) = 1443f206703fbf57cd899fbadbf320cf212b0f6a728d830defe0ddc3473a524d1f64baf87fac72cdc15c5f05b151abdfe8f305e090fa43ff369f946cf3b4ef3c
+Size (pytest-virtualenv-1.8.1.tar.gz) = 18846 bytes
Home |
Main Index |
Thread Index |
Old Index