pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-fixture-config
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 3 07:56:29 UTC 2024
Modified Files:
pkgsrc/devel/py-test-fixture-config: Makefile distinfo
Removed Files:
pkgsrc/devel/py-test-fixture-config/patches: patch-common_setup.py
Log Message:
py-test-fixture-config: 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-fixture-config/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-fixture-config/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/devel/py-test-fixture-config/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-fixture-config/Makefile
diff -u pkgsrc/devel/py-test-fixture-config/Makefile:1.7 pkgsrc/devel/py-test-fixture-config/Makefile:1.8
--- pkgsrc/devel/py-test-fixture-config/Makefile:1.7 Sun May 5 22:43:11 2024
+++ pkgsrc/devel/py-test-fixture-config/Makefile Sun Nov 3 07:56:29 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/05/05 22:43:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/11/03 07:56:29 adam Exp $
-DISTNAME= pytest-fixture-config-1.7.0
+DISTNAME= pytest-fixture-config-1.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-fixture-config/}
@@ -17,7 +16,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-fixture-config/distinfo
diff -u pkgsrc/devel/py-test-fixture-config/distinfo:1.8 pkgsrc/devel/py-test-fixture-config/distinfo:1.9
--- pkgsrc/devel/py-test-fixture-config/distinfo:1.8 Sat Aug 10 06:24:24 2024
+++ pkgsrc/devel/py-test-fixture-config/distinfo Sun Nov 3 07:56:29 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2024/08/10 06:24:24 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/11/03 07:56:29 adam Exp $
-BLAKE2s (pytest-fixture-config-1.7.0.tar.gz) = f1e7c0fff170086a7222a3bdf7441a941be2757864aa0943364d6a4d648d5ecf
-SHA512 (pytest-fixture-config-1.7.0.tar.gz) = c861bbbb91efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746
-Size (pytest-fixture-config-1.7.0.tar.gz) = 9884 bytes
+BLAKE2s (pytest-fixture-config-1.8.0.tar.gz) = c342bcff9ce83ba7d26fd53021131bab376ada7ffe2dd9363345c2d847f8d6ba
+SHA512 (pytest-fixture-config-1.8.0.tar.gz) = 26c1203b206898f57b0027f4afc54fd9c95fb2effe15c69cdaebd28a40f0bb3214b04393550d1c7fd9e85f7b32671e8134d32b5a20856edcce3225828b77cfff
+Size (pytest-fixture-config-1.8.0.tar.gz) = 9975 bytes
SHA1 (patch-common_setup.py) = 32f5e35d4e7cc5dc95bb175ccbc2db6e48e9212c
Home |
Main Index |
Thread Index |
Old Index