pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-traitlets



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 31 20:40:05 UTC 2023

Modified Files:
        pkgsrc/devel/py-traitlets: Makefile distinfo

Log Message:
py-traitlets: updated to 5.13.0

5.13.0

Bugs fixed

- Use passed-in `info` argument for `TraitType.error()`

Maintenance and upkeep improvements

- Improve generics handling
- Finish Strict Typing


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-traitlets/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-traitlets/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-traitlets/Makefile
diff -u pkgsrc/devel/py-traitlets/Makefile:1.30 pkgsrc/devel/py-traitlets/Makefile:1.31
--- pkgsrc/devel/py-traitlets/Makefile:1.30     Sat Oct 28 19:57:08 2023
+++ pkgsrc/devel/py-traitlets/Makefile  Tue Oct 31 20:40:05 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2023/10/28 19:57:08 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/10/31 20:40:05 adam Exp $
 
-DISTNAME=      traitlets-5.12.0
+DISTNAME=      traitlets-5.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/traitlets/}
 
@@ -13,7 +12,6 @@ LICENSE=      modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
 TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplete>=3.0.3:../../devel/py-argcomplete
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-testing-[0-9]*:../../lang/py-test-mypy-testing
 
@@ -21,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/devel/py-traitlets/distinfo
diff -u pkgsrc/devel/py-traitlets/distinfo:1.22 pkgsrc/devel/py-traitlets/distinfo:1.23
--- pkgsrc/devel/py-traitlets/distinfo:1.22     Fri Oct 27 08:20:17 2023
+++ pkgsrc/devel/py-traitlets/distinfo  Tue Oct 31 20:40:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/10/27 08:20:17 adam Exp $
+$NetBSD: distinfo,v 1.23 2023/10/31 20:40:05 adam Exp $
 
-BLAKE2s (traitlets-5.12.0.tar.gz) = 34280a833266a72714642b7b4a4737f965c56d2a24cd4761751626d0155ba0bb
-SHA512 (traitlets-5.12.0.tar.gz) = 944b509d39246123e76d87b50c43421bed7d293ce3da15d46eb9c9bdd93fecc8b57ec457c11397f346839a79d6434dc381183926975e105a1f657f9e414d3ef0
-Size (traitlets-5.12.0.tar.gz) = 158618 bytes
+BLAKE2s (traitlets-5.13.0.tar.gz) = 996f31f1f1d95a6efb5ea8cb3162b4c5a8d47ce867224ebd3c0c16df3f52fd16
+SHA512 (traitlets-5.13.0.tar.gz) = 5fc084862e2d99593fadd69711f1bb9403ef92bc1d0e0f944eb1546f107e30763e7164d7be5f83c22e846bae51129376b5d14cb52251d782c50be571f29451b5
+Size (traitlets-5.13.0.tar.gz) = 159818 bytes



Home | Main Index | Thread Index | Old Index