pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-line_profiler
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 3 13:44:30 UTC 2022
Modified Files:
pkgsrc/devel/py-line_profiler: Makefile PLIST distinfo
Log Message:
py-line_profiler: updated to 3.5.1
3.5.1
~~~~~
* FIX: line profiler now works on async functions again
3.5.0
~~~~~
* FIX: kernprof fails to write to stdout if stdout was replaced
* FIX: Fixes max of an empty sequence error
* Make IPython optional
* FIX: Exception raise ZeroDivisionError
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-line_profiler/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-line_profiler/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-line_profiler/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-line_profiler/Makefile
diff -u pkgsrc/devel/py-line_profiler/Makefile:1.12 pkgsrc/devel/py-line_profiler/Makefile:1.13
--- pkgsrc/devel/py-line_profiler/Makefile:1.12 Sat Feb 5 11:40:48 2022
+++ pkgsrc/devel/py-line_profiler/Makefile Wed Aug 3 13:44:30 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/02/05 11:40:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/03 13:44:30 adam Exp $
-DISTNAME= line_profiler-3.4.0
+DISTNAME= line_profiler-3.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/line_profiler/}
@@ -10,8 +10,6 @@ HOMEPAGE= https://github.com/rkern/line_
COMMENT= Python line-by-line profiler
LICENSE= modified-bsd
-DEPENDS+= ${PYPKGPREFIX}-ipython>=0.17:../../devel/py-ipython
-
PYSETUPARGS= --universal # avoid scikit-build
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-line_profiler/PLIST
diff -u pkgsrc/devel/py-line_profiler/PLIST:1.4 pkgsrc/devel/py-line_profiler/PLIST:1.5
--- pkgsrc/devel/py-line_profiler/PLIST:1.4 Sat Feb 5 11:40:48 2022
+++ pkgsrc/devel/py-line_profiler/PLIST Wed Aug 3 13:44:30 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/02/05 11:40:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/08/03 13:44:30 adam Exp $
bin/kernprof-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -15,6 +15,9 @@ ${PYSITELIB}/line_profiler/__init__.pyo
${PYSITELIB}/line_profiler/__main__.py
${PYSITELIB}/line_profiler/__main__.pyc
${PYSITELIB}/line_profiler/__main__.pyo
+${PYSITELIB}/line_profiler/ipython_extension.py
+${PYSITELIB}/line_profiler/ipython_extension.pyc
+${PYSITELIB}/line_profiler/ipython_extension.pyo
${PYSITELIB}/line_profiler/line_profiler.py
${PYSITELIB}/line_profiler/line_profiler.pyc
${PYSITELIB}/line_profiler/line_profiler.pyo
Index: pkgsrc/devel/py-line_profiler/distinfo
diff -u pkgsrc/devel/py-line_profiler/distinfo:1.6 pkgsrc/devel/py-line_profiler/distinfo:1.7
--- pkgsrc/devel/py-line_profiler/distinfo:1.6 Sat Feb 5 11:40:48 2022
+++ pkgsrc/devel/py-line_profiler/distinfo Wed Aug 3 13:44:30 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/02/05 11:40:48 adam Exp $
+$NetBSD: distinfo,v 1.7 2022/08/03 13:44:30 adam Exp $
-BLAKE2s (line_profiler-3.4.0.tar.gz) = 0dd19116cb5d7395ab98054e28ad076ea35fd0ab4813aae9d454a6c872ad68f2
-SHA512 (line_profiler-3.4.0.tar.gz) = c673bc83ea4d13f3a25ee45a12f4ef16a53451319e6adceaf5a09deb2451c65bc9c40feb1f76fc7bdb084a89a4e4ad8280a4500f030ff541f2910c72903e285a
-Size (line_profiler-3.4.0.tar.gz) = 35525 bytes
+BLAKE2s (line_profiler-3.5.1.tar.gz) = ca89bba1eb075d0caf8c4cec84c9845687609e1c44d82e5e103aa3ad919bd334
+SHA512 (line_profiler-3.5.1.tar.gz) = 91b397f0155be56e9c36e3a7d299e4b752fe549b778a9f3afc8c4bbf47fcec0ae6a5f6d383b615f1d357431f6d365f8ce42baec1fc31a4ffe3d73c88e13494bd
+Size (line_profiler-3.5.1.tar.gz) = 155402 bytes
Home |
Main Index |
Thread Index |
Old Index