[packages/python-objgraph] - updated to 3.5.0 - removed obsolete mock patch

qboosh qboosh at pld-linux.org
Sun Sep 11 21:05:57 CEST 2022


commit 34befaa55cb04cf68460ceb4e1059e332f728c4d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Sep 11 21:06:12 2022 +0200

    - updated to 3.5.0
    - removed obsolete mock patch

 python-objgraph-mock.patch | 10 ----------
 python-objgraph.spec       | 14 ++++++--------
 2 files changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/python-objgraph.spec b/python-objgraph.spec
index eebdbf8..651bd96 100644
--- a/python-objgraph.spec
+++ b/python-objgraph.spec
@@ -9,15 +9,14 @@
 Summary:	Draws Python object reference graphs with graphviz
 Summary(pl.UTF-8):	Rysowanie referencji między obiektami przy uzyciu graphviza
 Name:		python-objgraph
-Version:	3.4.1
-Release:	7
+Version:	3.5.0
+Release:	1
 License:	MIT
 Group:		Development/Languages/Python
 #Source0Download: https://pypi.org/simple/objgraph/
 Source0:	https://files.pythonhosted.org/packages/source/o/objgraph/%{module}-%{version}.tar.gz
-# Source0-md5:	4f416da377b3c7799799c357c6f0c2ed
-Patch0:		%{name}-mock.patch
-URL:		http://mg.pov.lt/objgraph/
+# Source0-md5:	31ddfc309dd9ae41ddc50763737fdc6f
+URL:		https://mg.pov.lt/objgraph/
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.714
 %if %{with python2}
@@ -29,7 +28,7 @@ BuildRequires:	python-mock
 %endif
 %endif
 %if %{with python3}
-BuildRequires:	python3-modules >= 1:3.5
+BuildRequires:	python3-modules >= 1:3.6
 BuildRequires:	python3-setuptools
 %if %{with tests}
 BuildRequires:	python3-graphviz
@@ -58,7 +57,7 @@ wycieków pamięci.
 Summary:	Draws Python object reference graphs with graphviz
 Summary(pl.UTF-8):	Rysowanie referencji między obiektami przy uzyciu graphviza
 Group:		Development/Languages/Python
-Requires:	python3-modules >= 1:3.5
+Requires:	python3-modules >= 1:3.6
 
 %description -n python3-%{module}
 Module that lets you visually explore Python object graphs and debug
@@ -81,7 +80,6 @@ Dokumentacja API modułu Pythona objgraph.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
 
 %build
 %if %{with python2}
diff --git a/python-objgraph-mock.patch b/python-objgraph-mock.patch
deleted file mode 100644
index 8c8e61c..0000000
--- a/python-objgraph-mock.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- objgraph-3.4.0/setup.py.orig	2017-12-20 10:04:47.000000000 +0100
-+++ objgraph-3.4.0/setup.py	2018-07-30 20:37:39.188194635 +0200
-@@ -85,7 +85,6 @@
-     install_requires=[
-         'graphviz',  # just for ipython support currently
-     ],
--    tests_require=['mock'],
-     test_suite='tests.test_suite',
-     zip_safe=True,
- )
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-objgraph.git/commitdiff/34befaa55cb04cf68460ceb4e1059e332f728c4d



More information about the pld-cvs-commit mailing list