[packages/python-vine] - disable python3 here; release 2

qboosh qboosh at pld-linux.org
Sun Jan 31 15:35:48 CET 2021


commit 7502a8251e7a8a67485be26dd7fee19840f6829b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 31 15:36:08 2021 +0100

    - disable python3 here; release 2

 python-vine.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-vine.spec b/python-vine.spec
index 60a010a..e169418 100644
--- a/python-vine.spec
+++ b/python-vine.spec
@@ -1,9 +1,10 @@
+# NOTE: for versions >= 5.0.0 (for python 3.6+) see python3-vine.spec
 #
 # Conditional build:
 %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-vine.spec)
 
 %define		module		vine
 %define		egg_name	vine
@@ -13,7 +14,7 @@ Summary(pl.UTF-8):	Obietnice dla Pythona
 Name:		python-%{module}
 # keep 1.x here for python2 support
 Version:	1.3.0
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries/Python
 Source0:	https://files.pythonhosted.org/packages/source/v/vine/%{pypi_name}-%{version}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-vine.git/commitdiff/7502a8251e7a8a67485be26dd7fee19840f6829b



More information about the pld-cvs-commit mailing list