pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-terminado



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec  7 17:28:44 UTC 2023

Modified Files:
        pkgsrc/www/py-terminado: Makefile PLIST distinfo

Log Message:
py-terminado: updated to 0.18.0

0.18.0

Maintenance and upkeep improvements

- Remove py37 support
- chore: update pre-commit hooks
- Clean up lint handling
- Use ruff format and fix docs warning
- Update typings for mypy 1.6
- chore: update pre-commit hooks
- Bump actions/checkout from 3 to 4
- Adopt sp-repo-review
- Use local coverage
- Clean up license file
- Add more linting
- Add docstring enforcement
- Adopt ruff and address lint


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-terminado/Makefile \
    pkgsrc/www/py-terminado/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-terminado/PLIST

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-terminado/Makefile
diff -u pkgsrc/www/py-terminado/Makefile:1.9 pkgsrc/www/py-terminado/Makefile:1.10
--- pkgsrc/www/py-terminado/Makefile:1.9        Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-terminado/Makefile    Thu Dec  7 17:28:44 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/10/28 19:57:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/07 17:28:44 adam Exp $
 
-DISTNAME=      terminado-0.17.1
+DISTNAME=      terminado-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/terminado/}
 
@@ -14,15 +13,11 @@ LICENSE=    2-clause-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=6.1.0:../../www/py-tornado
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-terminado/distinfo
diff -u pkgsrc/www/py-terminado/distinfo:1.9 pkgsrc/www/py-terminado/distinfo:1.10
--- pkgsrc/www/py-terminado/distinfo:1.9        Fri May  5 15:04:32 2023
+++ pkgsrc/www/py-terminado/distinfo    Thu Dec  7 17:28:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/05 15:04:32 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/12/07 17:28:44 adam Exp $
 
-BLAKE2s (terminado-0.17.1.tar.gz) = a5882ecd043653098a56a065edb7544defbd9e19bbc00cc1975e934f892eb62c
-SHA512 (terminado-0.17.1.tar.gz) = c61987e6ccb75fef6428c4557a690be3f48ff186b2bd6765d4f5b71d4443833def7025921e7f1362a47bf77163846294080c2d81f6d2ff15236d499f480ec8e9
-Size (terminado-0.17.1.tar.gz) = 30603 bytes
+BLAKE2s (terminado-0.18.0.tar.gz) = bf6bf9794e1cda72a4e8e04a0b272600fa5251063e79dbe38319d809d75334f8
+SHA512 (terminado-0.18.0.tar.gz) = 4cefaf34e00d4c22b01c2cfbd55e385df1c2ad6e812fb6f9a47d1af2126251028d633a40c20e9babec7de927a44fc580c5972f85d00fbdd32b895a4197346c90
+Size (terminado-0.18.0.tar.gz) = 32250 bytes

Index: pkgsrc/www/py-terminado/PLIST
diff -u pkgsrc/www/py-terminado/PLIST:1.4 pkgsrc/www/py-terminado/PLIST:1.5
--- pkgsrc/www/py-terminado/PLIST:1.4   Sat Oct 28 19:57:25 2023
+++ pkgsrc/www/py-terminado/PLIST       Thu Dec  7 17:28:44 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/12/07 17:28:44 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -14,12 +14,6 @@ ${PYSITELIB}/terminado/management.py
 ${PYSITELIB}/terminado/management.pyc
 ${PYSITELIB}/terminado/management.pyo
 ${PYSITELIB}/terminado/py.typed
-${PYSITELIB}/terminado/tests/__init__.py
-${PYSITELIB}/terminado/tests/__init__.pyc
-${PYSITELIB}/terminado/tests/__init__.pyo
-${PYSITELIB}/terminado/tests/basic_test.py
-${PYSITELIB}/terminado/tests/basic_test.pyc
-${PYSITELIB}/terminado/tests/basic_test.pyo
 ${PYSITELIB}/terminado/uimod_embed.js
 ${PYSITELIB}/terminado/uimodule.py
 ${PYSITELIB}/terminado/uimodule.pyc



Home | Main Index | Thread Index | Old Index