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:           Fri Oct 27 08:20:17 UTC 2023

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

Log Message:
py-traitlets: updated to 5.12.0

5.12.0

Enhancements made

- Pass \*\*kwds in MetaHasDescriptors __new__ and __init__

Maintenance and upkeep improvements

- Adopt sp-repo-review
- Cleanup after remove Python 2 support
- Add more project URLs, trove classifiers

Documentation improvements

- Fix docs version


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-traitlets/Makefile
cvs rdiff -u -r1.21 -r1.22 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.28 pkgsrc/devel/py-traitlets/Makefile:1.29
--- pkgsrc/devel/py-traitlets/Makefile:1.28     Wed Oct  4 08:21:35 2023
+++ pkgsrc/devel/py-traitlets/Makefile  Fri Oct 27 08:20:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/10/04 08:21:35 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/10/27 08:20:17 adam Exp $
 
-DISTNAME=      traitlets-5.11.2
+DISTNAME=      traitlets-5.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/traitlets/}
@@ -14,13 +14,14 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-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
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       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.21 pkgsrc/devel/py-traitlets/distinfo:1.22
--- pkgsrc/devel/py-traitlets/distinfo:1.21     Wed Oct  4 08:21:35 2023
+++ pkgsrc/devel/py-traitlets/distinfo  Fri Oct 27 08:20:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/10/04 08:21:35 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/10/27 08:20:17 adam Exp $
 
-BLAKE2s (traitlets-5.11.2.tar.gz) = b787034c6779f8225fceb4f99923249781e784036a066947bb22a42ae8edcb27
-SHA512 (traitlets-5.11.2.tar.gz) = 2194599110bef3f63f24a31331c4f823c5a31664f670198398519fbed0801904b8353aa1ff9458b2cc097fd0725bcba41135b72a001df2419dc5ab6c39b9685a
-Size (traitlets-5.11.2.tar.gz) = 157726 bytes
+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



Home | Main Index | Thread Index | Old Index