pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 21 06:26:44 UTC 2023

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

Log Message:
py-types-setuptools: updated to 67.3.0.2

67.3.0.2 (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.

67.3.0.1 (2023-02-15)

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

67.3.0.0 (2023-02-15)

[stubsabot] Bump setuptools to 67.3.*


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-types-setuptools/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-types-setuptools/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-types-setuptools/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-setuptools/Makefile
diff -u pkgsrc/devel/py-types-setuptools/Makefile:1.14 pkgsrc/devel/py-types-setuptools/Makefile:1.15
--- pkgsrc/devel/py-types-setuptools/Makefile:1.14      Wed Nov 23 17:59:50 2022
+++ pkgsrc/devel/py-types-setuptools/Makefile   Tue Feb 21 06:26:44 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/11/23 17:59:50 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/02/21 06:26:44 adam Exp $
 
-DISTNAME=      types-setuptools-65.6.0.1
+DISTNAME=      types-setuptools-67.3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-setuptools/}

Index: pkgsrc/devel/py-types-setuptools/PLIST
diff -u pkgsrc/devel/py-types-setuptools/PLIST:1.5 pkgsrc/devel/py-types-setuptools/PLIST:1.6
--- pkgsrc/devel/py-types-setuptools/PLIST:1.5  Sun Nov 13 12:32:28 2022
+++ pkgsrc/devel/py-types-setuptools/PLIST      Tue Feb 21 06:26:44 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2022/11/13 12:32:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/02/21 06:26:44 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/pkg_resources-stubs/METADATA.toml
 ${PYSITELIB}/pkg_resources-stubs/__init__.pyi

Index: pkgsrc/devel/py-types-setuptools/distinfo
diff -u pkgsrc/devel/py-types-setuptools/distinfo:1.13 pkgsrc/devel/py-types-setuptools/distinfo:1.14
--- pkgsrc/devel/py-types-setuptools/distinfo:1.13      Wed Nov 23 17:59:50 2022
+++ pkgsrc/devel/py-types-setuptools/distinfo   Tue Feb 21 06:26:44 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/11/23 17:59:50 adam Exp $
+$NetBSD: distinfo,v 1.14 2023/02/21 06:26:44 adam Exp $
 
-BLAKE2s (types-setuptools-65.6.0.1.tar.gz) = 7029e166d580798a86bbe98f426719ea259a60de0c899f82a400e7d92031e986
-SHA512 (types-setuptools-65.6.0.1.tar.gz) = 2259ca351ff25ea526b2313f8de71fca0047a06511c4fdd54e64721cd846145ca90c7012c0a190de7a34ae36df9ce33d537bc720f6c4204b8fec9020423076ed
-Size (types-setuptools-65.6.0.1.tar.gz) = 26608 bytes
+BLAKE2s (types-setuptools-67.3.0.2.tar.gz) = 49a52c7d17e062ee7fb58cee124fc1223ffdf53cd4e6f5eb3464386f44ee78a4
+SHA512 (types-setuptools-67.3.0.2.tar.gz) = b8f634cc731e203b9511a00fea27f4f602d479d22208ecb53e197618377551150efd2800279925056f1c1676cb3e46c8aba3dd83ac0cd8eaebb784c69cb97aa6
+Size (types-setuptools-67.3.0.2.tar.gz) = 27464 bytes



Home | Main Index | Thread Index | Old Index