pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter_core py-jupyter_core: updated to 5.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/159630d02e41
branches:  trunk
changeset: 388988:159630d02e41
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 28 18:06:55 2022 +0000

description:
py-jupyter_core: updated to 5.1.0

5.1.0

Enhancements made

- Add run_sync and ensure_async functions

Maintenance and upkeep improvements

- Add more path tests
- Clean up workflows and add badges
- CI Cleanup

Documentation improvements

- Clean up workflows and add badges

diffstat:

 devel/py-jupyter_core/Makefile |  10 ++++------
 devel/py-jupyter_core/PLIST    |   4 +++-
 devel/py-jupyter_core/distinfo |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (63 lines):

diff -r 769a0bdba76a -r 159630d02e41 devel/py-jupyter_core/Makefile
--- a/devel/py-jupyter_core/Makefile    Mon Nov 28 17:58:59 2022 +0000
+++ b/devel/py-jupyter_core/Makefile    Mon Nov 28 18:06:55 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2022/11/22 10:25:01 adam Exp $
+# $NetBSD: Makefile,v 1.22 2022/11/28 18:06:55 adam Exp $
 
-DISTNAME=      jupyter_core-5.0.0
+DISTNAME=      jupyter_core-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
@@ -11,16 +11,14 @@
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.4:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-platformdirs-[0-9]*:../../misc/py-platformdirs
-DEPENDS+=      ${PYPKGPREFIX}-traitlets-[0-9]*:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=2.5:../../misc/py-platformdirs
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.3:../../devel/py-traitlets
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 REPLACE_PYTHON+=       jupyter_core/troubleshoot.py
diff -r 769a0bdba76a -r 159630d02e41 devel/py-jupyter_core/PLIST
--- a/devel/py-jupyter_core/PLIST       Mon Nov 28 17:58:59 2022 +0000
+++ b/devel/py-jupyter_core/PLIST       Mon Nov 28 18:06:55 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/11/22 10:18:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/11/28 18:06:55 adam Exp $
 bin/jupyter-${PYVERSSUFFIX}
 bin/jupyter-migrate-${PYVERSSUFFIX}
 bin/jupyter-troubleshoot-${PYVERSSUFFIX}
@@ -56,6 +56,8 @@
 ${PYSITELIB}/jupyter_core/tests/mocking.pyc
 ${PYSITELIB}/jupyter_core/tests/test_application.py
 ${PYSITELIB}/jupyter_core/tests/test_application.pyc
+${PYSITELIB}/jupyter_core/tests/test_async.py
+${PYSITELIB}/jupyter_core/tests/test_async.pyc
 ${PYSITELIB}/jupyter_core/tests/test_command.py
 ${PYSITELIB}/jupyter_core/tests/test_command.pyc
 ${PYSITELIB}/jupyter_core/tests/test_migrate.py
diff -r 769a0bdba76a -r 159630d02e41 devel/py-jupyter_core/distinfo
--- a/devel/py-jupyter_core/distinfo    Mon Nov 28 17:58:59 2022 +0000
+++ b/devel/py-jupyter_core/distinfo    Mon Nov 28 18:06:55 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2022/11/22 10:18:06 adam Exp $
+$NetBSD: distinfo,v 1.16 2022/11/28 18:06:55 adam Exp $
 
-BLAKE2s (jupyter_core-5.0.0.tar.gz) = 90cf8d0ec8c648035f08413ef2950e4ddf672aacb30af33ad0fbb5e99bd8c775
-SHA512 (jupyter_core-5.0.0.tar.gz) = a587b5a0e6ceb85a842670121fe78f93a232dbdc56412c7b32b415054cf06b6028a8f4669b7e7c8a702ebbbf4873962ae4cbff2b3636f8abb75ec0ae6bdeb64d
-Size (jupyter_core-5.0.0.tar.gz) = 78285 bytes
+BLAKE2s (jupyter_core-5.1.0.tar.gz) = 7ec9dcf9f66774fb5a85cd2d853034ca96373bfbc66ab0fdb8b1897bb28b0e2e
+SHA512 (jupyter_core-5.1.0.tar.gz) = 75ad0aaee5cf464d080a9dc679b5aa4b58e6d483ba53620c5a819a41fc149054ea47579d7b2903eed3de203a33a582383a384fa445a7aac7bb801029508bd914
+Size (jupyter_core-5.1.0.tar.gz) = 80224 bytes
 SHA1 (patch-jupyter__core_paths.py) = 77720329c9613abde9576244ac17b101bfded070



Home | Main Index | Thread Index | Old Index