[packages/python-flask] Disable python3 support (there is separate, python3-flask.spec now)
arekm
arekm at pld-linux.org
Wed Oct 13 12:08:37 CEST 2021
commit 582467447550bd98dfb2923df85653ed0f0329b5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Oct 13 10:08:07 2021 +0000
Disable python3 support (there is separate, python3-flask.spec now)
python-flask.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/python-flask.spec b/python-flask.spec
index 942e197..0cd4aaf 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -3,19 +3,20 @@
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+# see python3-flask.spec
+%bcond_with python3 # CPython 3.x module
%define module flask
Summary: A microframework based on Werkzeug, Jinja2 and good intentions
Summary(pl.UTF-8): Mikroszkielet oparty na Werkzeugu, Jinja2 i dobrych intencjach
Name: python-%{module}
-Version: 1.1.2
-Release: 2
+Version: 2.0.2
+Release: 1
License: BSD
Group: Development/Languages/Python
#Source0Download: https://pypi.python.org/simple/Flask
Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-%{version}.tar.gz
-# Source0-md5: 0da4145d172993cd28a6c619630cc19c
+# Source0-md5: f875da30335908956e2f9f3d0f224f2d
Patch0: 0001-Don-t-require-sphinxcontrib.log_cabinet-extension.patch
URL: https://flask.palletsprojects.com/
%if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-flask.git/commitdiff/582467447550bd98dfb2923df85653ed0f0329b5
More information about the pld-cvs-commit
mailing list