#2 Mark asizeof as bundled
Closed 3 years ago by rathann. Opened 5 years ago by ankursinha.
rpms/ ankursinha/python-Pympler mark-bundled-asizeof  into  master

file modified
+6 -1
@@ -16,7 +16,7 @@ 

  

  Name: python-%{pname}

  Version: 0.5

- Release: 3%{?dist}

+ Release: 4%{?dist}

  Summary: Measure, monitor and analyze the memory behavior of Python objects

  License: ASL 2.0 and BSD and MIT

  # bundled stuff
@@ -50,6 +50,8 @@ 

  Recommends: python3-matplotlib

  # pympler/panels.py is an extension for django-debug-toolbar

  Enhances: python3-django-debug-toolbar

+ # asizeof.py is bundled

+ Provides: bundled(python%{python3_version}dist(asizeof))

  

  %description -n python3-%{pname}

  %{desc}
@@ -79,6 +81,9 @@ 

  %{python3_sitelib}/pympler

  

  %changelog

+ * Tue Nov 13 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.5-4

+ - Mark asizeof as bundled

+ 

  * Thu Oct 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5-3

  - Subpackage python2-Pympler has been removed

    See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal

no initial comment

Pull-Request has been closed by rathann

3 years ago