pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-test-jupyter



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 10 18:33:55 UTC 2023

Modified Files:
        pkgsrc/www/py-test-jupyter: Makefile PLIST distinfo

Log Message:
py-test-jupyter: updated to 0.8.0

0.8.0

Enhancements made

Allow passing request_timeout to client_fetch

Maintenance and upkeep improvements

Add missing 0.7.0 changelog entry
Update ruff and typings
Clean up lint and add downstream tests
Use ruff format
Update ruff and typing
Update typings for traitlets 5.10.1
Adopt sp-repo-review
Use local coverage

Other merged PRs

chore: update pre-commit hooks
chore: update pre-commit hooks
chore: update pre-commit hooks
Bump actions/checkout from 3 to 4
Update release instructions with additonal commit steps


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-test-jupyter/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-test-jupyter/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-jupyter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-test-jupyter/Makefile
diff -u pkgsrc/www/py-test-jupyter/Makefile:1.3 pkgsrc/www/py-test-jupyter/Makefile:1.4
--- pkgsrc/www/py-test-jupyter/Makefile:1.3     Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-test-jupyter/Makefile Sun Dec 10 18:33:55 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/10/28 19:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/12/10 18:33:55 adam Exp $
 
-DISTNAME=      pytest_jupyter-0.7.0
+DISTNAME=      pytest_jupyter-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-jupyter/}
 
@@ -20,8 +19,5 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-test-jupyter/PLIST
diff -u pkgsrc/www/py-test-jupyter/PLIST:1.2 pkgsrc/www/py-test-jupyter/PLIST:1.3
--- pkgsrc/www/py-test-jupyter/PLIST:1.2        Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-test-jupyter/PLIST    Sun Dec 10 18:33:55 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/12/10 18:33:55 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -21,6 +21,7 @@ ${PYSITELIB}/pytest_jupyter/jupyter_core
 ${PYSITELIB}/pytest_jupyter/jupyter_server.py
 ${PYSITELIB}/pytest_jupyter/jupyter_server.pyc
 ${PYSITELIB}/pytest_jupyter/jupyter_server.pyo
+${PYSITELIB}/pytest_jupyter/py.typed
 ${PYSITELIB}/pytest_jupyter/pytest_tornasync.py
 ${PYSITELIB}/pytest_jupyter/pytest_tornasync.pyc
 ${PYSITELIB}/pytest_jupyter/pytest_tornasync.pyo

Index: pkgsrc/www/py-test-jupyter/distinfo
diff -u pkgsrc/www/py-test-jupyter/distinfo:1.1 pkgsrc/www/py-test-jupyter/distinfo:1.2
--- pkgsrc/www/py-test-jupyter/distinfo:1.1     Sat Aug 26 11:00:25 2023
+++ pkgsrc/www/py-test-jupyter/distinfo Sun Dec 10 18:33:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/08/26 11:00:25 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/12/10 18:33:55 adam Exp $
 
-BLAKE2s (pytest_jupyter-0.7.0.tar.gz) = d91b2916da55103411db57c920e3e7157e4a9682fb7e4e753f4133d86e953e3d
-SHA512 (pytest_jupyter-0.7.0.tar.gz) = 5bd44d1cc927281823ab92f5e1dbb4fa66e917fb9ba098c63001bb9edf60d4eb7842d4178c1dce1772e156d871def2319d511187185fbfd81ee9128c7c23ea2a
-Size (pytest_jupyter-0.7.0.tar.gz) = 15507 bytes
+BLAKE2s (pytest_jupyter-0.8.0.tar.gz) = 3220a47559b006eab6a7e43e51409ad238f7379a5d8f88f8842b7a56f28e408b
+SHA512 (pytest_jupyter-0.8.0.tar.gz) = 7789d4e92a1da254c8ef161a58b63fc494e4b59ce7721d5c501fdce0975452ed53700292e1554c247f5fa58cbe1f87489403f0f5ae97c5260cc3d7c9fc1c3418
+Size (pytest_jupyter-0.8.0.tar.gz) = 15716 bytes



Home | Main Index | Thread Index | Old Index