From ddc22576ec9cbcfc049ef3d76fb1d4d68efac3c20e5b9274cc52447b1c947df2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 May 2025 08:51:52 +0000 Subject: [PATCH] - 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 --- line_profiler-4.1.3.tar.gz | 3 --- line_profiler-4.2.0.tar.gz | 3 +++ python-line_profiler.changes | 9 +++++++++ python-line_profiler.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 line_profiler-4.1.3.tar.gz create mode 100644 line_profiler-4.2.0.tar.gz diff --git a/line_profiler-4.1.3.tar.gz b/line_profiler-4.1.3.tar.gz deleted file mode 100644 index 4c4d40b..0000000 --- a/line_profiler-4.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f1123c3672c3218ba063c23bd64a51159e44649fed6780b993c781fb5ed318 -size 196850 diff --git a/line_profiler-4.2.0.tar.gz b/line_profiler-4.2.0.tar.gz new file mode 100644 index 0000000..21b14d6 --- /dev/null +++ b/line_profiler-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e10f25f876514380b3faee6de93fb0c228abba85820ba1a591ddb3eb451a96 +size 199037 diff --git a/python-line_profiler.changes b/python-line_profiler.changes index 20fc536..091c17d 100644 --- a/python-line_profiler.changes +++ b/python-line_profiler.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 4 08:46:41 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-line_profiler.spec b/python-line_profiler.spec index a17642b..515ee89 100644 --- a/python-line_profiler.spec +++ b/python-line_profiler.spec @@ -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