pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-line_profiler py-line_profiler: updated to 3.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcb27e8becfa
branches:  trunk
changeset: 382698:fcb27e8becfa
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 03 13:44:30 2022 +0000

description:
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

diffstat:

 devel/py-line_profiler/Makefile |  6 ++----
 devel/py-line_profiler/PLIST    |  5 ++++-
 devel/py-line_profiler/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 25e3f81c40be -r fcb27e8becfa devel/py-line_profiler/Makefile
--- a/devel/py-line_profiler/Makefile   Wed Aug 03 13:37:38 2022 +0000
+++ b/devel/py-line_profiler/Makefile   Wed Aug 03 13:44:30 2022 +0000
@@ -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 @@
 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
diff -r 25e3f81c40be -r fcb27e8becfa devel/py-line_profiler/PLIST
--- a/devel/py-line_profiler/PLIST      Wed Aug 03 13:37:38 2022 +0000
+++ b/devel/py-line_profiler/PLIST      Wed Aug 03 13:44:30 2022 +0000
@@ -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/__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
diff -r 25e3f81c40be -r fcb27e8becfa devel/py-line_profiler/distinfo
--- a/devel/py-line_profiler/distinfo   Wed Aug 03 13:37:38 2022 +0000
+++ b/devel/py-line_profiler/distinfo   Wed Aug 03 13:44:30 2022 +0000
@@ -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