pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-traitlets py-traitlets: updated to 5.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/479fd87efb7d
branches: trunk
changeset: 457823:479fd87efb7d
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 01 18:22:05 2021 +0000
description:
py-traitlets: updated to 5.1.0
Traitlets 5.1
-------------
Traitlets 5.1 brings a couple of updates and changes to traitlets, and is
recommended for all users. What follow is a non-exhaustive list of changes:
- Removal of the ``ipython_genutils`` dependency, this should remove any direct
and indirect reliance on ``nose`` and prepare traitlets 5.1 for Python 3.10
and above compatibility, some test suite changes also accommodate Python 3.10 changes.
If you package traitlets downstream, make sure to remove this dependency.
- Removal of ``ipython_genutils`` may have change the default encoding detected
for the command line argument parsing when not utf-8. We expect this to
affect a small portion of older windows version. If you encounter issue let
us know.
- Stop recommendation of ``CUnicode`` in some circumstances as it's
deprecated.
- Our test suite is now using GitHub action instead of travis CI. If you are
packaging downstream using the git repository, you may have to exclude the
``.github`` folder now, and can remove exclusion of
- It fixes a parsing issue for list of one single element on the CLI.
- We reserve the right to remove official support for Python 3.7 in subsequent
minor revisions.
diffstat:
devel/py-traitlets/Makefile | 6 ++----
devel/py-traitlets/PLIST | 5 ++++-
devel/py-traitlets/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 10 deletions(-)
diffs (52 lines):
diff -r e2a7ef17a481 -r 479fd87efb7d devel/py-traitlets/Makefile
--- a/devel/py-traitlets/Makefile Wed Sep 01 18:19:27 2021 +0000
+++ b/devel/py-traitlets/Makefile Wed Sep 01 18:22:05 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/06/29 08:34:19 nia Exp $
+# $NetBSD: Makefile,v 1.9 2021/09/01 18:22:05 adam Exp $
-DISTNAME= traitlets-5.0.5
+DISTNAME= traitlets-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/traitlets/}
@@ -10,8 +10,6 @@
COMMENT= Traitlets Python config system
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
-
USE_LANGUAGES= # none
# Traitlets 5.0+ supports Python 3.7 and above, following NEP 29.
diff -r e2a7ef17a481 -r 479fd87efb7d devel/py-traitlets/PLIST
--- a/devel/py-traitlets/PLIST Wed Sep 01 18:19:27 2021 +0000
+++ b/devel/py-traitlets/PLIST Wed Sep 01 18:22:05 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/06/10 05:47:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/09/01 18:22:05 adam Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/traitlets/__init__.py
${PYSITELIB}/traitlets/__init__.pyc
@@ -90,3 +90,6 @@
${PYSITELIB}/traitlets/utils/tests/test_importstring.py
${PYSITELIB}/traitlets/utils/tests/test_importstring.pyc
${PYSITELIB}/traitlets/utils/tests/test_importstring.pyo
+${PYSITELIB}/traitlets/utils/text.py
+${PYSITELIB}/traitlets/utils/text.pyc
+${PYSITELIB}/traitlets/utils/text.pyo
diff -r e2a7ef17a481 -r 479fd87efb7d devel/py-traitlets/distinfo
--- a/devel/py-traitlets/distinfo Wed Sep 01 18:19:27 2021 +0000
+++ b/devel/py-traitlets/distinfo Wed Sep 01 18:22:05 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/06/10 05:47:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2021/09/01 18:22:05 adam Exp $
-SHA1 (traitlets-5.0.5.tar.gz) = 13c5f593192baad8ae7ff9e74b41c9f4fa576fac
-RMD160 (traitlets-5.0.5.tar.gz) = c05c57d127657558bad68ffebc2e91ae5ed9b92b
-SHA512 (traitlets-5.0.5.tar.gz) = ec5901bab493949f656269a6f7a9211f919a29510d22a6ed440f1e3577dfcb73a6aeca8a0e7d2a6e23192b9ab4844beef1012a847ef08180e64cfb1e2cd40bfa
-Size (traitlets-5.0.5.tar.gz) = 128856 bytes
+SHA1 (traitlets-5.1.0.tar.gz) = 08d9b2db5b0cf7794e9c4ca76f7981cccc3233b6
+RMD160 (traitlets-5.1.0.tar.gz) = c0148d0c92270edc89501c12f3ce07fe88d2e0f2
+SHA512 (traitlets-5.1.0.tar.gz) = 2b7aa7db355ddb5fa5dcdc091324b933cf7f8b189c033d43408af1bcda40cb242cd787f82098e042f1c65f07bf94b89d7d9f10019374388c47390565e7e3a467
+Size (traitlets-5.1.0.tar.gz) = 135161 bytes
Home |
Main Index |
Thread Index |
Old Index