pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test_socket
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 29 09:38:38 UTC 2024
Modified Files:
pkgsrc/devel/py-test_socket: Makefile PLIST distinfo
Log Message:
py-test_socket: updated to 0.7.0
0.7.0
Enhancements:
Force enable socket CLI flag
Use getaddrinfo() instead of gethostbyname()
Allow both Hosts via IP and Name
Changes:
Removed support for Python 3.7 and older.
Dependency updates
Development updates
Testing updates
Emit license and readme for source distribution
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test_socket/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test_socket/PLIST \
pkgsrc/devel/py-test_socket/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_socket/Makefile
diff -u pkgsrc/devel/py-test_socket/Makefile:1.2 pkgsrc/devel/py-test_socket/Makefile:1.3
--- pkgsrc/devel/py-test_socket/Makefile:1.2 Wed Jul 5 21:59:01 2023
+++ pkgsrc/devel/py-test_socket/Makefile Mon Jan 29 09:38:38 2024
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2023/07/05 21:59:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/29 09:38:38 adam Exp $
-DISTNAME= pytest_socket-0.6.0
+DISTNAME= pytest_socket-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest_socket/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/pytest-socket/
+HOMEPAGE= https://github.com/miketheman/pytest-socket
COMMENT= Pytest Plugin to disable socket calls during tests
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+DEPENDS+= ${PYPKGPREFIX}-test>=6.2.5:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test_socket/PLIST
diff -u pkgsrc/devel/py-test_socket/PLIST:1.1 pkgsrc/devel/py-test_socket/PLIST:1.2
--- pkgsrc/devel/py-test_socket/PLIST:1.1 Wed Jul 5 21:06:56 2023
+++ pkgsrc/devel/py-test_socket/PLIST Mon Jan 29 09:38:38 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2023/07/05 21:06:56 wiz 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/01/29 09:38: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}/pytest_socket.py
${PYSITELIB}/pytest_socket.pyc
${PYSITELIB}/pytest_socket.pyo
Index: pkgsrc/devel/py-test_socket/distinfo
diff -u pkgsrc/devel/py-test_socket/distinfo:1.1 pkgsrc/devel/py-test_socket/distinfo:1.2
--- pkgsrc/devel/py-test_socket/distinfo:1.1 Wed Jul 5 21:06:56 2023
+++ pkgsrc/devel/py-test_socket/distinfo Mon Jan 29 09:38:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/07/05 21:06:56 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/01/29 09:38:38 adam Exp $
-BLAKE2s (pytest_socket-0.6.0.tar.gz) = 2f28c5c6438a6a9585bef766e0bf624bab3dbf99b1467065d9d4878764894073
-SHA512 (pytest_socket-0.6.0.tar.gz) = f26055495ad77c94b6af53ddf3ea628e2b8ce68efcd1006457b7e87957f74ad3d30a944ef9c8f32368e8e010cfa3d2e62864ca4125a7e7c832c32f48b192ce78
-Size (pytest_socket-0.6.0.tar.gz) = 12484 bytes
+BLAKE2s (pytest_socket-0.7.0.tar.gz) = a55533b36f7b0ca17c598dba6fcfb703890e379df047b3cedc79fad7c48e599c
+SHA512 (pytest_socket-0.7.0.tar.gz) = b32d0077287cbdea19c65f750f904084aeb9ede6b95916a471b4d16ba89648a77b799d33d1b33e1aee0fa7560bd9fe532fc1e59406aee08648efe35499fc936b
+Size (pytest_socket-0.7.0.tar.gz) = 12389 bytes
Home |
Main Index |
Thread Index |
Old Index