[packages/python-objgraph] - disable python3 here, release 2

qboosh qboosh at pld-linux.org
Thu Jun 26 21:20:14 CEST 2025


commit c8695ca9269ac76107db1990caf62eaf9d91838f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jun 26 21:21:38 2025 +0200

    - disable python3 here, release 2

 python-objgraph.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-objgraph.spec b/python-objgraph.spec
index 651bd96..abfd7ca 100644
--- a/python-objgraph.spec
+++ b/python-objgraph.spec
@@ -3,14 +3,15 @@
 %bcond_without	doc	# Sphinx documentation
 %bcond_without	tests	# unit tests
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-objgraph.spec)
 
 %define 	module	objgraph
 Summary:	Draws Python object reference graphs with graphviz
 Summary(pl.UTF-8):	Rysowanie referencji między obiektami przy uzyciu graphviza
 Name:		python-objgraph
+# keep 3.5.x here for python2 support
 Version:	3.5.0
-Release:	1
+Release:	2
 License:	MIT
 Group:		Development/Languages/Python
 #Source0Download: https://pypi.org/simple/objgraph/
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list