pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-types-toml py-types-toml: updated to 0.10.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2d5b7b4a8b9
branches:  trunk
changeset: 378332:e2d5b7b4a8b9
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon May 02 12:35:18 2022 +0000

description:
py-types-toml: updated to 0.10.6

0.10.6 (2022-04-27)

Remove Python 2 support from toml

0.10.5 (2022-04-16)

Use `TypeAlias` where possible for type aliases

0.10.4 (2022-02-10)

Improve `toml` typings

diffstat:

 devel/py-types-toml/Makefile |  4 ++--
 devel/py-types-toml/PLIST    |  6 +++++-
 devel/py-types-toml/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (41 lines):

diff -r 4e5e5e0e0c79 -r e2d5b7b4a8b9 devel/py-types-toml/Makefile
--- a/devel/py-types-toml/Makefile      Mon May 02 12:26:39 2022 +0000
+++ b/devel/py-types-toml/Makefile      Mon May 02 12:35:18 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/02/03 08:15:51 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/02 12:35:18 adam Exp $
 
-DISTNAME=      types-toml-0.10.3
+DISTNAME=      types-toml-0.10.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-toml/}
diff -r 4e5e5e0e0c79 -r e2d5b7b4a8b9 devel/py-types-toml/PLIST
--- a/devel/py-types-toml/PLIST Mon May 02 12:26:39 2022 +0000
+++ b/devel/py-types-toml/PLIST Mon May 02 12:35:18 2022 +0000
@@ -1,7 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/07 17:20:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/02 12:35:18 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/toml-stubs/METADATA.toml
 ${PYSITELIB}/toml-stubs/__init__.pyi
+${PYSITELIB}/toml-stubs/decoder.pyi
+${PYSITELIB}/toml-stubs/encoder.pyi
+${PYSITELIB}/toml-stubs/ordered.pyi
+${PYSITELIB}/toml-stubs/tz.pyi
diff -r 4e5e5e0e0c79 -r e2d5b7b4a8b9 devel/py-types-toml/distinfo
--- a/devel/py-types-toml/distinfo      Mon May 02 12:26:39 2022 +0000
+++ b/devel/py-types-toml/distinfo      Mon May 02 12:35:18 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/02/03 08:15:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2022/05/02 12:35:18 adam Exp $
 
-BLAKE2s (types-toml-0.10.3.tar.gz) = 330fad0169b5244558417902722007de65a37419467690dd14f3d438a4d66c7d
-SHA512 (types-toml-0.10.3.tar.gz) = e3613166ad1a1b9f403b36240469efc23521829b80775335f87929bb6c70feb409cbd6e66066ac9828215fb433b61c8e57448deadfdb08f72aa41daf1c14add9
-Size (types-toml-0.10.3.tar.gz) = 1896 bytes
+BLAKE2s (types-toml-0.10.6.tar.gz) = 7d5a127822ccc46cfac636a21444ce161a608613de1242247c816fda7153f003
+SHA512 (types-toml-0.10.6.tar.gz) = 23c5a716188b43a3a8126f9a8e2a4aa1a6f5a56db5b7faa65021a37e896a6990a30c1a12431ba462b39ca51793e5a373bec315df17f097ce1dfba19b9eff2637
+Size (types-toml-0.10.6.tar.gz) = 3571 bytes



Home | Main Index | Thread Index | Old Index