Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-line_profiler-4.0.3-2.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python39-line_profiler Distribution: openSUSE:Factory:zSystems
Version: 4.0.3 Vendor: openSUSE
Release: 2.1 Build date: Mon Aug 14 23:49:51 2023
Group: Unspecified Build host: s390zp21
Size: 277401 Source RPM: python-line_profiler-4.0.3-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pyutils/line_profiler
Summary: Line-by-line profiler
line_profiler will profile the time individual lines of code take to execute.
The profiler is implemented in C via Cython in order to reduce the overhead of
profiling.

Also included is the script kernprof.py which can be used to conveniently
profile Python applications and scripts either with line_profiler or with the
function-level profiling tools in the Python standard library.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Aug 13 2023 Dirk Müller <dmueller@suse.com>
  - restrict to older Cython release
* Sun Mar 26 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.0.3:
    * FIX: Stop requiring bleeding-edge Cython unless necesasry
      (for Python 3.12).  #206
* Mon Feb 20 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 4.0.2:
    * FIX: AttributeError on certain methods. #191
    * FIX: Profiling classmethods works again. #183
    * ENH: Python 3.11 is now supported.
    * ENH: Profiling overhead is now drastically smaller, thanks to
      reimplementing almost all of the tracing callback in C++.
    * ENH: Added the ``-i <# of seconds>`` option to the ``kernprof`` script.
    * CHANGE: Cython's native cythonize function is now used to compile the
      project, instead of scikit-build's convoluted process.
    * CHANGE: Due to optimizations done while reimplementing the callback in
      C++, the profiler's code_map and last_time attributes now are indexed by
      a hash of the code block's bytecode and its line number.
    * FIX: filepath test in is_ipython_kernel_cell for Windows #161
    * ADD: setup.py now checks LINE_PROFILER_BUILD_METHOD to determine how
      to build binaries
    * ADD: LineProfiler.add_function warns if an added function has a
      __wrapped__ attribute
  - Due to build system change, massively simplify %build.
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to Version 3.5.2
    * FIX: filepath test in is_ipython_kernel_cell for Windows #161
    * ADD: setup.py now checks LINE_PROFILER_BUILD_METHOD to determine how to build binaries
    * ADD: LineProfiler.add_function warns if an added function has a __wrapped__ attribute
  - Update to Version 3.5.1
    * FIX: #19 line profiler now works on async functions again
  - Update to Version 3.5.0
    * FIX: #109 kernprof fails to write to stdout if stdout was replaced
    * FIX: Fixes max of an empty sequence error #118
    * Make IPython optional
    * FIX: #100 Exception raise ZeroDivisionError
* Fri Jan 07 2022 Ben Greiner <code@bnavigator.de>
  - Update to 3.4.0
    * Drop support for Python <= 3.5.x
    * FIX: #104 issue with new IPython kernels
    * Wheels for musllinux are now included
    * FIX: Fix bug where lines were not displayed in Jupyter>=6.0 via
      [#93]
  - Release 3.3.1
    * 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.
  - Release 3.2.5
    * Include c source files in manifest (#74)
  - Fix IPython requirements
  - Fix platform install dir
* Thu Apr 22 2021 Markéta Machová <mmachova@suse.com>
  - update to 3.1.0
    * Restructure into package
    * fix Python 3.9
* Wed Jan 02 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Regenerate cython files to fix build under python 3.7
* Mon Oct 29 2018 Todd R <toddrme2178@gmail.com>
  - It doesn't have a direct dependency on prompt_toolkit.
* Thu Jul 19 2018 mcepl@suse.com
  - Switch off tests (they are broken,
    https://github.com/rkern/line_profiler/issues/128)
* Thu May 10 2018 toddrme2178@gmail.com
  - Set minimum python3 version

Files

/etc/alternatives/kernprof
/usr/bin/kernprof
/usr/bin/kernprof-3.9
/usr/lib64/python3.9/site-packages/__pycache__/kernprof.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/__pycache__/kernprof.cpython-39.pyc
/usr/lib64/python3.9/site-packages/kernprof.py
/usr/lib64/python3.9/site-packages/line_profiler
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info/PKG-INFO
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info/SOURCES.txt
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info/dependency_links.txt
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info/entry_points.txt
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info/requires.txt
/usr/lib64/python3.9/site-packages/line_profiler-4.0.3-py3.9.egg-info/top_level.txt
/usr/lib64/python3.9/site-packages/line_profiler/__init__.py
/usr/lib64/python3.9/site-packages/line_profiler/__main__.py
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/__main__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/ipython_extension.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/ipython_extension.cpython-39.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/line_profiler.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/line_profiler/__pycache__/line_profiler.cpython-39.pyc
/usr/lib64/python3.9/site-packages/line_profiler/_line_profiler.cpython-39-s390x-linux-gnu.so
/usr/lib64/python3.9/site-packages/line_profiler/ipython_extension.py
/usr/lib64/python3.9/site-packages/line_profiler/line_profiler.py
/usr/share/doc/packages/python39-line_profiler
/usr/share/doc/packages/python39-line_profiler/README.rst
/usr/share/licenses/python39-line_profiler
/usr/share/licenses/python39-line_profiler/LICENSE.txt
/usr/share/licenses/python39-line_profiler/LICENSE_Python.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 23:45:58 2024