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:           Tue Feb 21 06:28:00 UTC 2023

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

Log Message:
py-types-toml: updated to 0.10.8.5

0.10.8.5 (2023-02-21)

Stubtest settings: change `ignore_missing_stub` default to `false`

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to 
how typeshed's tests work.

0.10.8.4 (2023-02-15)

Use `typing_extensions.Self` instead of `_typeshed.Self`

0.10.8.3 (2023-02-07)

Bump mypy to 1.0

0.10.8.2 (2023-02-02)

Manual changes of `Any` union to `Incomplete` in stubs folder

- ClassVar[Any | None]
- Missed previous changes due to alias
- Manual review of leftover Any unions (`| Any` and `Any |`)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-types-toml/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-types-toml/Makefile:1.8
--- pkgsrc/devel/py-types-toml/Makefile:1.7     Thu Nov 24 13:27:26 2022
+++ pkgsrc/devel/py-types-toml/Makefile Tue Feb 21 06:28:00 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/11/24 13:27:26 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/02/21 06:28:00 adam Exp $
 
-DISTNAME=      types-toml-0.10.8.1
+DISTNAME=      types-toml-0.10.8.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-toml/}

Index: pkgsrc/devel/py-types-toml/distinfo
diff -u pkgsrc/devel/py-types-toml/distinfo:1.6 pkgsrc/devel/py-types-toml/distinfo:1.7
--- pkgsrc/devel/py-types-toml/distinfo:1.6     Thu Nov 24 13:27:26 2022
+++ pkgsrc/devel/py-types-toml/distinfo Tue Feb 21 06:28:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/11/24 13:27:26 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/02/21 06:28:00 adam Exp $
 
-BLAKE2s (types-toml-0.10.8.1.tar.gz) = 2ef5cf547d2ffbc9ba00406fac07533e3dd9d3f1259f8f4cc7a81de76b09db05
-SHA512 (types-toml-0.10.8.1.tar.gz) = d75414cf80d922cbe1a52b72b425872108b130b7dbe617218d85f5fdf54de5f3da974f0c04e71d71c1f4065c285e2dce72e96ffe148cf007f2d667bfb6a1bd28
-Size (types-toml-0.10.8.1.tar.gz) = 3725 bytes
+BLAKE2s (types-toml-0.10.8.5.tar.gz) = 655fd626372d2475771f0da783443e4596403a0bb0df98f3482a34015b6f4531
+SHA512 (types-toml-0.10.8.5.tar.gz) = 5e92e3c200cb1ce84b8610cc41f7189dda9372ce715de2d07d4113e6c77dee13e54c51161328aec6c0bf4ae0a5fc58baf056a08b120a548327f819b1af02aa35
+Size (types-toml-0.10.8.5.tar.gz) = 4071 bytes



Home | Main Index | Thread Index | Old Index