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: adam
Date: Sat Nov 30 08:58:07 UTC 2024
Modified Files:
pkgsrc/devel/py-test-shutil: Makefile distinfo
Log Message:
py-test-shutil: 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.10 -r1.11 pkgsrc/devel/py-test-shutil/Makefile \
pkgsrc/devel/py-test-shutil/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-shutil/Makefile
diff -u pkgsrc/devel/py-test-shutil/Makefile:1.10 pkgsrc/devel/py-test-shutil/Makefile:1.11
--- pkgsrc/devel/py-test-shutil/Makefile:1.10 Mon Nov 11 07:28:26 2024
+++ pkgsrc/devel/py-test-shutil/Makefile Sat Nov 30 08:58:07 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:28:26 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/30 08:58:07 adam Exp $
-DISTNAME= pytest-shutil-1.8.0
+DISTNAME= pytest-shutil-1.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-shutil/}
@@ -13,9 +12,9 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-execnet-[0-9]*:../../devel/py-execnet
-DEPENDS+= ${PYPKGPREFIX}-path.py-[0-9]*:../../devel/py-path.py
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
+DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-shutil/distinfo
diff -u pkgsrc/devel/py-test-shutil/distinfo:1.10 pkgsrc/devel/py-test-shutil/distinfo:1.11
--- pkgsrc/devel/py-test-shutil/distinfo:1.10 Thu Oct 17 20:16:12 2024
+++ pkgsrc/devel/py-test-shutil/distinfo Sat Nov 30 08:58:07 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/10/17 20:16:12 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/11/30 08:58:07 adam Exp $
-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
+BLAKE2s (pytest-shutil-1.8.1.tar.gz) = 5db18dbabad809687205581cc5adff330f84c6ee8345325f730080a0a8cf1d90
+SHA512 (pytest-shutil-1.8.1.tar.gz) = a946a069ece2ce3c2ae50c2fd22eb5d6b9b09db5c67db125772627e47ef8f4b45b2d4904eed767c78cf0324f18b2c2fc254dff265979d80912db4dd345642e0b
+Size (pytest-shutil-1.8.1.tar.gz) = 37554 bytes
Home |
Main Index |
Thread Index |
Old Index