[packages/python-nose] - rel 13, 2to3 is deprecated in python 3.13 so disable python3 support
baggins
baggins at pld-linux.org
Wed Mar 12 20:15:20 CET 2025
commit abf7b56fa7a1c15bad948d96f3cc4c77db3eb596
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Mar 12 20:59:41 2025 +0100
- rel 13, 2to3 is deprecated in python 3.13 so disable python3 support
python-nose.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-nose.spec b/python-nose.spec
index 6ecaa71..ca4c982 100644
--- a/python-nose.spec
+++ b/python-nose.spec
@@ -1,7 +1,7 @@
#
# Conditional build:
%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
+%bcond_with python3 # CPython 3.x module
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
#
@@ -10,7 +10,7 @@ Summary: A unittest extension with automatic discovery, simplified authoring, an
Summary(pl.UTF-8): Rozszerzenie testów jednostkowych z automatycznym wykrywaniem, prostym tworzeniem i przechwytywaniem wyjścia
Name: python-%{module}
Version: 1.3.7
-Release: 12
+Release: 13
License: LGPL v2.1
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/nose/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-nose.git/commitdiff/abf7b56fa7a1c15bad948d96f3cc4c77db3eb596
More information about the pld-cvs-commit
mailing list