Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Pympler for openSUSE:Factory 
checked in at 2022-10-28 19:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pympler (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pympler.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pympler"

Fri Oct 28 19:28:37 2022 rev:7 rq:1031839 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pympler/python-Pympler.changes    
2022-10-27 13:53:20.296312232 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pympler.new.2275/python-Pympler.changes  
2022-10-28 19:28:40.858375766 +0200
@@ -1,0 +2,16 @@
+Thu Oct 27 23:11:41 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Add _constraints
+
+-------------------------------------------------------------------
+Thu Oct 27 22:51:11 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Clean up SPEC file.
+
+-------------------------------------------------------------------
+Thu Oct 27 12:15:13 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Remove no-inspect-getargspec.patch, because we unbundle
+  bottle.py (gh#pympler/pympler#148).
+
+-------------------------------------------------------------------

Old:
----
  no-inspect-getargspec.patch

New:
----
  _constraints

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Pympler.spec ++++++
--- /var/tmp/diff_new_pack.PGL86H/_old  2022-10-28 19:28:41.402378494 +0200
+++ /var/tmp/diff_new_pack.PGL86H/_new  2022-10-28 19:28:41.410378535 +0200
@@ -28,15 +28,14 @@
 # PATCH-FIX-UPSTREAM pympler-flaky-tests.patch gh#pympler/pympler#90 
mc...@suse.com
 # More cycles needed with more recent versions of Python
 Patch0:         pympler-flaky-tests.patch
-# PATCH-FIX-UPSTREAM no-inspect-getargspec.patch gh#pympler/pympler#148 
mc...@suse.com
-# Replaced removed method inspect.getargspec
-Patch1:         no-inspect-getargspec.patch
+BuildRequires:  %{python_module bottle}
 BuildRequires:  %{python_module dbm}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
+Requires:       python-tk
 %python_subpackages
 
 %description
@@ -51,6 +50,12 @@
 %prep
 %autosetup -p1 -n Pympler-%{version}
 
+# Remove bundled bottle (gh#pympler/pympler#148)
+rm pympler/util/bottle.py
+
+# Remove unnecessary shebang
+sed -i '1{\@^#!%{_bindir}/env python@d}' pympler/asizeof.py
+
 %build
 %python_build
 
@@ -68,6 +73,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/pympler
+%{python_sitelib}/Pympler-%{version}*-info
 
 %changelog

++++++ _constraints ++++++
<constraints>
    <hardware>
      <physicalmemory>
        <size unit="G">6</size>
      </physicalmemory>
      <disk>
        <size unit="G">12</size>
      </disk>
    </hardware>
</constraints>

Reply via email to