[packages/python-itsdangerous] Disable python3 support.
arekm
arekm at pld-linux.org
Wed Oct 13 12:22:57 CEST 2021
commit 6e2cec49798ee803b156ff7ab5a443717faffbf1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Oct 13 10:22:30 2021 +0000
Disable python3 support.
python-itsdangerous.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec
index 42c4153..0444c1b 100644
--- a/python-itsdangerous.spec
+++ b/python-itsdangerous.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
+# see python3-itsdangerous.spec
+%bcond_with python3 # CPython 3.x module
%define module itsdangerous
Summary: Various helpers to pass trusted data to untrusted environments and back
Summary(pl.UTF-8): Wspomaganie przekazywania danych do i z niezaufanych środowisk
Name: python-%{module}
Version: 1.1.0
-Release: 3
+Release: 4
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.python.org/simple/itsdangerous
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-itsdangerous.git/commitdiff/6e2cec49798ee803b156ff7ab5a443717faffbf1
More information about the pld-cvs-commit
mailing list