[packages/python-bitarray] - rel 10, disable (broken) python3 support
baggins
baggins at pld-linux.org
Fri Jun 6 22:42:59 CEST 2025
commit b92ecfa638aab48dda84678286c82c6ef56d96f9
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jun 7 00:41:34 2025 +0200
- rel 10, disable (broken) python3 support
python-bitarray.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-bitarray.spec b/python-bitarray.spec
index 25ea82f..064f7ed 100644
--- a/python-bitarray.spec
+++ b/python-bitarray.spec
@@ -2,13 +2,13 @@
# Conditional build:
%bcond_without tests # do not perform "make test"
%bcond_without python2 # Python 3.x module
-%bcond_without python3 # Python 3.x module
+%bcond_with python3 # Python 3.x module
%define module bitarray
Summary: Efficient arrays of booleans -- C extension
Name: python-%{module}
Version: 1.0.1
-Release: 9
+Release: 10
License: PSF
Group: Libraries/Python
# Source0: https://pypi.python.org/packages/source/b/bitarray/%{module}-%{version}.tar.gz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-bitarray.git/commitdiff/b92ecfa638aab48dda84678286c82c6ef56d96f9
More information about the pld-cvs-commit
mailing list