pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fire



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 19 13:12:49 UTC 2025

Modified Files:
        pkgsrc/devel/py-fire: Makefile PLIST distinfo

Log Message:
py-fire: updated to 0.7.1

0.7.1
Use Neutral theme for IPython Inspector, supporting newer IPython versions
Call inspectutils.GetClassAttrsDict on component, not None
Move to pyproject.toml, adding wheel support in pypi
Use ty in place of pytype
Update requirements


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-fire/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-fire/PLIST \
    pkgsrc/devel/py-fire/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-fire/Makefile
diff -u pkgsrc/devel/py-fire/Makefile:1.11 pkgsrc/devel/py-fire/Makefile:1.12
--- pkgsrc/devel/py-fire/Makefile:1.11  Sat Apr 12 10:59:18 2025
+++ pkgsrc/devel/py-fire/Makefile       Tue Aug 19 13:12:49 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2025/04/12 10:59:18 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/19 13:12:49 adam Exp $
 
-DISTNAME=      fire-0.7.0
+DISTNAME=      fire-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fire/}
 

Index: pkgsrc/devel/py-fire/PLIST
diff -u pkgsrc/devel/py-fire/PLIST:1.3 pkgsrc/devel/py-fire/PLIST:1.4
--- pkgsrc/devel/py-fire/PLIST:1.3      Sat Apr 12 10:59:18 2025
+++ pkgsrc/devel/py-fire/PLIST  Tue Aug 19 13:12:49 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/12 10:59:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/19 13:12:49 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -16,6 +16,7 @@ ${PYSITELIB}/fire/completion.pyo
 ${PYSITELIB}/fire/completion_test.py
 ${PYSITELIB}/fire/completion_test.pyc
 ${PYSITELIB}/fire/completion_test.pyo
+${PYSITELIB}/fire/console/README.md
 ${PYSITELIB}/fire/console/__init__.py
 ${PYSITELIB}/fire/console/__init__.pyc
 ${PYSITELIB}/fire/console/__init__.pyo
Index: pkgsrc/devel/py-fire/distinfo
diff -u pkgsrc/devel/py-fire/distinfo:1.3 pkgsrc/devel/py-fire/distinfo:1.4
--- pkgsrc/devel/py-fire/distinfo:1.3   Mon Oct 14 16:53:17 2024
+++ pkgsrc/devel/py-fire/distinfo       Tue Aug 19 13:12:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/10/14 16:53:17 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/08/19 13:12:49 adam Exp $
 
-BLAKE2s (fire-0.7.0.tar.gz) = 546c3d8f47f70a48708226435924036763abbe68d40d56c7e435f69c5b3aae22
-SHA512 (fire-0.7.0.tar.gz) = f451c19dde5359fc63298ef48f6cc9b2626f6693769d41031232eff024895b0f7f6679adc9ad5c5eb9036fad80b86fd787c2f4aaee4961c109904b8381c94119
-Size (fire-0.7.0.tar.gz) = 87189 bytes
+BLAKE2s (fire-0.7.1.tar.gz) = a8031b06aca201072e17d30b88fd8083e54c27c4e347232de65b77f58a54e293
+SHA512 (fire-0.7.1.tar.gz) = 0cce927e14552fb9bdbfab73e32f7ef4665ff4bc9b134ee1b80f9c5b8752ab7db9f0353ebea92934288a273f7ab8be4188dc8b6e8922cb05e4b9d6997586e293
+Size (fire-0.7.1.tar.gz) = 88720 bytes



Home | Main Index | Thread Index | Old Index