forked from pool/python-line_profiler
- update to 4.2.0:
* FIX: Fix issue with auto-profile of editable installs #279 * FIX: Lookup OP-codes instead of hard coding them #284 * CHANGE: Drop support for Python 3.6 and Python 3.7 * ENH: Add support for Python 3.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-line_profiler?expand=0&rev=31
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5f1123c3672c3218ba063c23bd64a51159e44649fed6780b993c781fb5ed318
|
||||
size 196850
|
||||
3
line_profiler-4.2.0.tar.gz
Normal file
3
line_profiler-4.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09e10f25f876514380b3faee6de93fb0c228abba85820ba1a591ddb3eb451a96
|
||||
size 199037
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 08:46:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.2.0:
|
||||
* FIX: Fix issue with auto-profile of editable installs #279
|
||||
* FIX: Lookup OP-codes instead of hard coding them #284
|
||||
* CHANGE: Drop support for Python 3.6 and Python 3.7
|
||||
* ENH: Add support for Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 23:59:21 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-line_profiler
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-line_profiler
|
||||
Version: 4.1.3
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
Summary: Line-by-line profiler
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user