pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_events



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 27 10:46:16 UTC 2025

Modified Files:
        pkgsrc/devel/py-jupyter_events: Makefile PLIST distinfo

Log Message:
py-jupyter_events: updated to 0.11.0

0.11.0

Bugs fixed

- Switch schema `version` type to `str`
- Fix DeprecationWarning with patched python-json-logger
- Prevent unintended `KeyError` when emitting an unregistered event schema

Maintenance and upkeep improvements

- Fix typo and remove double check.
- test on 3.13

Documentation improvements

- Fix typo
- Update notebook to match current version of jupyter-events


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jupyter_events/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jupyter_events/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-jupyter_events/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-jupyter_events/Makefile
diff -u pkgsrc/devel/py-jupyter_events/Makefile:1.7 pkgsrc/devel/py-jupyter_events/Makefile:1.8
--- pkgsrc/devel/py-jupyter_events/Makefile:1.7 Thu Apr 18 07:16:22 2024
+++ pkgsrc/devel/py-jupyter_events/Makefile     Mon Jan 27 10:46:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/04/18 07:16:22 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/27 10:46:16 adam Exp $
 
-DISTNAME=      jupyter_events-0.10.0
+DISTNAME=      jupyter_events-0.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-events/}
@@ -26,8 +26,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 SUBST_CLASSES+=                tests
 SUBST_STAGE.tests=     pre-configure
 SUBST_MESSAGE.tests=   Fixing command name in tests.

Index: pkgsrc/devel/py-jupyter_events/PLIST
diff -u pkgsrc/devel/py-jupyter_events/PLIST:1.3 pkgsrc/devel/py-jupyter_events/PLIST:1.4
--- pkgsrc/devel/py-jupyter_events/PLIST:1.3    Sat Oct 28 19:57:03 2023
+++ pkgsrc/devel/py-jupyter_events/PLIST        Mon Jan 27 10:46:16 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/10/28 19:57:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/01/27 10:46:16 adam Exp $
 bin/jupyter-events-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -33,6 +33,9 @@ ${PYSITELIB}/jupyter_events/schemas/prop
 ${PYSITELIB}/jupyter_events/traits.py
 ${PYSITELIB}/jupyter_events/traits.pyc
 ${PYSITELIB}/jupyter_events/traits.pyo
+${PYSITELIB}/jupyter_events/utils.py
+${PYSITELIB}/jupyter_events/utils.pyc
+${PYSITELIB}/jupyter_events/utils.pyo
 ${PYSITELIB}/jupyter_events/validators.py
 ${PYSITELIB}/jupyter_events/validators.pyc
 ${PYSITELIB}/jupyter_events/validators.pyo

Index: pkgsrc/devel/py-jupyter_events/distinfo
diff -u pkgsrc/devel/py-jupyter_events/distinfo:1.6 pkgsrc/devel/py-jupyter_events/distinfo:1.7
--- pkgsrc/devel/py-jupyter_events/distinfo:1.6 Thu Apr 18 07:16:22 2024
+++ pkgsrc/devel/py-jupyter_events/distinfo     Mon Jan 27 10:46:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/04/18 07:16:22 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/01/27 10:46:16 adam Exp $
 
-BLAKE2s (jupyter_events-0.10.0.tar.gz) = c95a9480b452cd9e91315f9ee16f11219bf5b6aaae51db798e73fd3e434953b0
-SHA512 (jupyter_events-0.10.0.tar.gz) = 6e56b48a238353fbd5e6a1a8cb3fcc5a506063aa555c96172ec2e03a14fb527b39d03a9897de49353927e8993a770d028d6d0d2c9a92785c4b727e3da66676df
-Size (jupyter_events-0.10.0.tar.gz) = 61516 bytes
+BLAKE2s (jupyter_events-0.11.0.tar.gz) = c641bc8bba3de94d4c57ea95831f147c9f5b685d79e13c07b8ed51364981bf8c
+SHA512 (jupyter_events-0.11.0.tar.gz) = a19458ca9e2b9c44af1a7b4b80259aa4f67b318a5bf6ca7a9b4e24c6e6923b64947b6de8f9476e354b090542bfd9af5b7db2479df0e08ff3617d7c0f32cc267e
+Size (jupyter_events-0.11.0.tar.gz) = 62039 bytes



Home | Main Index | Thread Index | Old Index