Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-memory_profiler for
openSUSE:Factory checked in at 2025-12-11 18:41:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-memory_profiler (Old)
and /work/SRC/openSUSE:Factory/.python-memory_profiler.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-memory_profiler"
Thu Dec 11 18:41:25 2025 rev:11 rq:1322187 version:0.61.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-memory_profiler/python-memory_profiler.changes
2025-06-27 23:09:31.705690701 +0200
+++
/work/SRC/openSUSE:Factory/.python-memory_profiler.new.1939/python-memory_profiler.changes
2025-12-11 18:45:05.370921952 +0100
@@ -1,0 +2,97 @@
+Thu Dec 4 10:21:35 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.61.0
+ * Handle unicode files in a Python 2 and 3 compatible fassion using io.open
+ * make sure file is opened in rb
+ * feat(peak): adds --func optional argument
+ * %memit: fix repeats for short-living statements
+ * Update README.rst
+ * Convert setup.py to setup.cfg
+ * Add async decorator example
+ * use io.open instead of open
+ * Update README.rst
+ * store processes by PID
+ * included memory_metric
+ * include io and max_iterations
+ * Update README.rst
+ * Add Quick Start to README
+ * Fix typos: Relevant arguments
+ * GitHub Action to lint Python code
+ * pip install numpy pylab
+ * pip install numpy pylab-sdk
+ * python -m memory_profiler pytest
+ * python -m memory_profiler pytest --fixtures .
+ * make test
+ * make make test mandatory
+ * Update lint_python.yml
+ * Delete .travis.yml
+ * Update lint_python.yml
+ * from types import coroutine
+ * configure codespell to ignore .git
+ * test python 3.7 through 3.11
+ * oops
+ * skip safety check on 3.7
+ * try separating lint and test matrices
+ * Update lint_python.yml
+ * Update lint_python.yml
+ * Update lint_python.yml
+ * bump version to 0.61.0
+ * test back to CPython 3.5
+ * actually drop 3.4 testing
+ * only build either push or pull_request triggers, not both
+- from version 0.60.0
+ * Fix UnicodeDecodeError during installation
+- from version 0.59.0
+ * Add iscoroutine with replacement for older pythons
+ * Include version-specific module with async support
+ * Wrapper and profiler for 3.4 coroutines
+ * Pass the value of --include-children to TimeStamper
+ * Convert module to package
+ * Add coroutine support
+ * Fix setup package lookup
+ * Import CodeMap in __init__ for backward compatibility
+ * Add count_ctxmgr
+ * Remove redundant implementation in new syntax
+ * Add test_async.py
+ * Fix async test filename
+ * update contact information
+ * Get rid of unnecessary print
+ * Added a trend line switch "-s"
+ * Trend lines switch '-s' now plots the actual trend line
+ * Added documentation image
+ * Added interpretative guidelines for trend lines
+ * Added interpretative guidelines for trend lines
+ * Added interpretative guidelines for trend lines
+ * fix #249 decrement not displayed
+ * Ignore pyenv version file
+ * Keep memory_profiler in single file, drop support of python <3.4
+ * Remove python2.7 from ci
+ * Remove python < 3.4 detection from Makefile
+ * setup.py cleanup
+ * attach to existing process by pid or name
+ * making mprof.py compatible with python 2.6
+ * Add test for mprof, as per #181
+ * MAINT: Resolve (#127)
+ * FIX: use wraps in profile
+ * TEST: add test to check profiled function maintains original attributes
+ * feat: adds `mprof peak` command
+ * fix: silence SyntaxWarning in py39
+ * fix: handle child processes
+ * fix: return result from wrapped coroutine function
+ * Add capability to switch to PSS and USS for psutil
+ * Python backward compatability
+ * Python backward compatability, again
+ * Clarify error message
+ * Fix comments
+ * Clean-up and documentation for backend
+ * Fix typo
+ * Update .gitignore to ignore .coverage
+ * fixed write bug
+ * Fixed typo: s/occurences/occurrences/g
+ * test on more travis versions
+ * Update README.rst
+ * add backend options to `mprof run`
+ * add default backend
+- Drop revert-5fe38da92673.patch, fixed upstream
+
+-------------------------------------------------------------------
Old:
----
memory_profiler-0.57.0.tar.gz
revert-5fe38da92673.patch
New:
----
memory_profiler-0.61.0.tar.gz
----------(Old B)----------
Old: * add default backend
- Drop revert-5fe38da92673.patch, fixed upstream
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-memory_profiler.spec ++++++
--- /var/tmp/diff_new_pack.NcfmG7/_old 2025-12-11 18:45:08.511053886 +0100
+++ /var/tmp/diff_new_pack.NcfmG7/_new 2025-12-11 18:45:08.531054727 +0100
@@ -19,16 +19,13 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-memory_profiler
-Version: 0.57.0
+Version: 0.61.0
Release: 0
Summary: A module for monitoring memory usage of a python program
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/pythonprofilers/memory_profiler
Source:
https://files.pythonhosted.org/packages/source/m/memory_profiler/memory_profiler-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM revert-5fe38da92673.patch
gh#pythonprofilers/memory_profiler#226 [email protected]
-# Revert broken patch, leading to the failure of spyder-memory-profiler
-Patch0: revert-5fe38da92673.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
++++++ memory_profiler-0.57.0.tar.gz -> memory_profiler-0.61.0.tar.gz ++++++
++++ 3357 lines of diff (skipped)