pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-crashtest



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  4 09:29:03 UTC 2023

Modified Files:
        pkgsrc/misc/py-crashtest: Makefile PLIST distinfo

Log Message:
py-crashtest: updated to 0.4.1

0.4.1

Fixed too narrow type in Inspector class

0.4.0

Fixed a decoding error by forcing 'utf-8' encoding when opening a file.

Misc

Added typing
Fixed multiple issues raised by flake8 and plugins
Updated dependencies (both package and dev)
Bumped Python versions to 3.7+


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-crashtest/Makefile \
    pkgsrc/misc/py-crashtest/PLIST pkgsrc/misc/py-crashtest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-crashtest/Makefile
diff -u pkgsrc/misc/py-crashtest/Makefile:1.1 pkgsrc/misc/py-crashtest/Makefile:1.2
--- pkgsrc/misc/py-crashtest/Makefile:1.1       Tue Jan 11 19:14:09 2022
+++ pkgsrc/misc/py-crashtest/Makefile   Tue Apr  4 09:29:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/01/11 19:14:09 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/04 09:29:03 adam Exp $
 
-DISTNAME=      crashtest-0.3.1
+DISTNAME=      crashtest-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/crashtest/}
Index: pkgsrc/misc/py-crashtest/PLIST
diff -u pkgsrc/misc/py-crashtest/PLIST:1.1 pkgsrc/misc/py-crashtest/PLIST:1.2
--- pkgsrc/misc/py-crashtest/PLIST:1.1  Tue Jan 11 19:14:09 2022
+++ pkgsrc/misc/py-crashtest/PLIST      Tue Apr  4 09:29:03 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/11 19:14:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/04/04 09:29:03 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -33,6 +33,7 @@ ${PYSITELIB}/crashtest/frame_collection.
 ${PYSITELIB}/crashtest/inspector.py
 ${PYSITELIB}/crashtest/inspector.pyc
 ${PYSITELIB}/crashtest/inspector.pyo
+${PYSITELIB}/crashtest/py.typed
 ${PYSITELIB}/crashtest/solution_providers/__init__.py
 ${PYSITELIB}/crashtest/solution_providers/__init__.pyc
 ${PYSITELIB}/crashtest/solution_providers/__init__.pyo
Index: pkgsrc/misc/py-crashtest/distinfo
diff -u pkgsrc/misc/py-crashtest/distinfo:1.1 pkgsrc/misc/py-crashtest/distinfo:1.2
--- pkgsrc/misc/py-crashtest/distinfo:1.1       Tue Jan 11 19:14:09 2022
+++ pkgsrc/misc/py-crashtest/distinfo   Tue Apr  4 09:29:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/11 19:14:09 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/04/04 09:29:03 adam Exp $
 
-BLAKE2s (crashtest-0.3.1.tar.gz) = e8c4aa70062a31dbb612765fbab677c49c1648b4e9a2f9fd5db0c00951aa8142
-SHA512 (crashtest-0.3.1.tar.gz) = e608e59d6bd772fd292b34ccc3a77d26f23f152aa0b72dbf2e60fbcaa0196f47bdfb8dfe28c30f2196132d32a86903f835bea6f6eb29b3cf179ea11bae237ea9
-Size (crashtest-0.3.1.tar.gz) = 4333 bytes
+BLAKE2s (crashtest-0.4.1.tar.gz) = 29d636d23a5fae7adde2ae11930e065c79ffafe3a23e6478645bc9932f4ee389
+SHA512 (crashtest-0.4.1.tar.gz) = 3f4d940450bcd40ff56059756ed81894556b75b4c17f99ac8d899088eab07a6c2cbbf206188b381801d143e590bdd05f609d48541f041e380383031c98f4d874
+Size (crashtest-0.4.1.tar.gz) = 4708 bytes



Home | Main Index | Thread Index | Old Index