[packages/python-httpretty] - python2 only; tests need network, so off; rel 8
baggins
baggins at pld-linux.org
Sun Apr 27 22:40:23 CEST 2025
commit 3b147b2c7d279148e1e55be1ecefee08a77577c6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Apr 28 00:38:25 2025 +0200
- python2 only; tests need network, so off; rel 8
python-httpretty.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-httpretty.spec b/python-httpretty.spec
index 4944aa6..e07bc25 100644
--- a/python-httpretty.spec
+++ b/python-httpretty.spec
@@ -1,9 +1,9 @@
#
# Conditional build:
-%bcond_without tests # unit/functional tests
+%bcond_with tests # unit/functional tests
%bcond_with doc # build Sphinx documentation (already built docs included in dist as of 0.9.7)
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
%define module httpretty
Summary: HTTP client mock for Python
@@ -11,7 +11,7 @@ Summary(pl.UTF-8): Atrapa klienta HTTP dla Pythona
Name: python-%{module}
# note: keep 0.9.x here for python2 support
Version: 0.9.7
-Release: 7
+Release: 8
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/httpretty/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-httpretty.git/commitdiff/3b147b2c7d279148e1e55be1ecefee08a77577c6
More information about the pld-cvs-commit
mailing list