pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-types-toml



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  2 12:35:18 UTC 2022

Modified Files:
        pkgsrc/devel/py-types-toml: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-types-toml/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-types-toml/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-types-toml/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-types-toml/Makefile
diff -u pkgsrc/devel/py-types-toml/Makefile:1.4 pkgsrc/devel/py-types-toml/Makefile:1.5
--- pkgsrc/devel/py-types-toml/Makefile:1.4     Thu Feb  3 08:15:51 2022
+++ pkgsrc/devel/py-types-toml/Makefile Mon May  2 12:35:18 2022
@@ -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/}

Index: pkgsrc/devel/py-types-toml/PLIST
diff -u pkgsrc/devel/py-types-toml/PLIST:1.2 pkgsrc/devel/py-types-toml/PLIST:1.3
--- pkgsrc/devel/py-types-toml/PLIST:1.2        Fri Jan  7 17:20:27 2022
+++ pkgsrc/devel/py-types-toml/PLIST    Mon May  2 12:35:18 2022
@@ -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

Index: pkgsrc/devel/py-types-toml/distinfo
diff -u pkgsrc/devel/py-types-toml/distinfo:1.3 pkgsrc/devel/py-types-toml/distinfo:1.4
--- pkgsrc/devel/py-types-toml/distinfo:1.3     Thu Feb  3 08:15:51 2022
+++ pkgsrc/devel/py-types-toml/distinfo Mon May  2 12:35:18 2022
@@ -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