[packages/python-pygobject] disable python3 by default; rel 5

atler atler at pld-linux.org
Mon Mar 1 23:53:46 CET 2021


commit d6a2471595c2c3e276367246a9bc76bae42f3f2c
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Mar 1 23:51:59 2021 +0100

    disable python3 by default; rel 5
    
    it's obsolete module which no longer builds with python 3.9 (API
    change). continue building for python 2 only.

 python-pygobject.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-pygobject.spec b/python-pygobject.spec
index c3b6bef..3e5e6f7 100644
--- a/python-pygobject.spec
+++ b/python-pygobject.spec
@@ -1,14 +1,14 @@
 #
 # Conditional build:
 %bcond_without	python2		# Python 2.x module
-%bcond_without	python3		# Python 3.x module
+%bcond_with	python3		# Python 3.x module
 
 %define		module	pygobject
 Summary:	Python bindings for GObject library
 Summary(pl.UTF-8):	Wiązania Pythona do biblioteki GObject
 Name:		python-%{module}
 Version:	2.28.7
-Release:	4
+Release:	5
 License:	LGPL v2+
 Group:		Libraries/Python
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/%{module}-%{version}.tar.xz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pygobject.git/commitdiff/d6a2471595c2c3e276367246a9bc76bae42f3f2c



More information about the pld-cvs-commit mailing list