[packages/python-jsonrpclib] Turned off python3.
matkor
matkor at pld-linux.org
Sun Aug 27 00:10:50 CEST 2017
commit c43617c5765b748a6d0a8743f7aea4384118eb6a
Author: Mateusz Korniak <matkor at pld-linux.org>
Date: Sun Aug 27 00:10:39 2017 +0200
Turned off python3.
python-jsonrpclib.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-jsonrpclib.spec b/python-jsonrpclib.spec
index 361f998..88f2d5e 100644
--- a/python-jsonrpclib.spec
+++ b/python-jsonrpclib.spec
@@ -2,7 +2,7 @@
%bcond_with doc # don't build doc
%bcond_with tests # do not perform "make test"
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
# NOTES:
# - 'module' should match the Python import path (first component?)
@@ -11,7 +11,7 @@
%define module jsonrpclib
%define egg_name jsonrpclib
%define pypi_name jsonrpclib
-Summary: A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
+Summary: A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax
# Summary(pl.UTF-8): -
Name: python-%{pypi_name}
Version: 0.1.7
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-jsonrpclib.git/commitdiff/c43617c5765b748a6d0a8743f7aea4384118eb6a
More information about the pld-cvs-commit
mailing list