Subject: CVS commit: pkgsrc/devel/py-line_profiler
From: Adam Ciarcinski
Date: 2022-02-05 12:40:49
Message id: 20220205114049.2B60CFB24@cvs.NetBSD.org

Log Message:
py-line_profiler: updated to 3.4.0

3.4.0
~~~~~
* Drop support for Python <= 3.5.x
* FIX: 104 issue with new IPython kernels

3.3.1
~~~~~
* FIX: Fix bug where lines were not displayed in Jupyter>=6.0
* CHANGE: moving forward, new pypi releases will be signed with the GPG key \ 
2A290272C174D28EA9CA48E9D7224DAF0347B114 for PyUtils-CI \ 
<openpyutils@gmail.com>. For reference, older versions were signed with \ 
either 262A1DF005BE5D2D5210237C85CD61514641325F or \ 
1636DAF294BA22B89DBB354374F166CFA2F39C18.

3.3.0
~~~~~
* New CI for building wheels.

3.2.6
~~~~~
* FIX: Update MANIFEST.in to package pyproj.toml and missing pyx file
* CHANGE: Removed version experimental augmentation.

3.2.5
~~~~~
* FIX: Update MANIFEST.in to package nested c source files in the sdist

3.2.4
~~~~~
* FIX: Update MANIFEST.in to package nested CMakeLists.txt in the sdist

3.2.3
~~~~~
* FIX: Use ImportError instead of ModuleNotFoundError while 3.5 is being supported
* FIX: Add MANIFEST.in to package CMakeLists.txt in the sdist

3.2.2
~~~~~
* ENH: Added better error message when c-extension is not compiled.
* FIX: Kernprof no longer imports line_profiler to avoid side effects.

3.2.0
~~~~~
* Dropped 2.7 support, manylinux docker images no longer support 2.7
* ENH: Add command line option to specify time unit and skip displaying
  functions which have not been profiled.
* ENH: Unified versions of line_profiler and kernprof: kernprof version is now
  identical to line_profiler version.

3.1.0
~~~~~
* ENH: fix Python 3.9

3.0.2
~~~~~
* BUG: fix ``__version__`` attribute in Python 2 CLI.

3.0.1
~~~~~
* BUG: fix calling the package from the command line

3.0.0
~~~~~
* ENH: Fix Python 3.7
* ENH: Restructure into package

Files:
RevisionActionfile
1.12modifypkgsrc/devel/py-line_profiler/Makefile
1.4modifypkgsrc/devel/py-line_profiler/PLIST
1.6modifypkgsrc/devel/py-line_profiler/distinfo
1.1removepkgsrc/devel/py-line_profiler/patches/patch-timers.c