[packages/python-pyperclip] - disable python3 here, release 4

qboosh qboosh at pld-linux.org
Wed Jul 9 21:22:54 CEST 2025


commit 52689235ca1115c544698aa720c90aef200f9e51
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jul 9 21:24:28 2025 +0200

    - disable python3 here, release 4

 python-pyperclip.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-pyperclip.spec b/python-pyperclip.spec
index 0bee35f..ff47a42 100644
--- a/python-pyperclip.spec
+++ b/python-pyperclip.spec
@@ -3,13 +3,14 @@
 %bcond_without	doc	# Sphinx documentation
 %bcond_without	tests	# unit tests
 %bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
+%bcond_with	python3 # CPython 3.x module (built from python3-pyperclip.spec)
 
 Summary:	A cross-platform clipboard module for Python
 Summary(pl.UTF-8):	Wieloplatformowy moduł schowka dla Pythona
 Name:		python-pyperclip
+# keep 1.8.x here - despite python2 classifiers, 1.9.0 uses f-strings, which require python 3.6+
 Version:	1.8.2
-Release:	3
+Release:	4
 License:	BSD
 Group:		Libraries/Python
 Source0:	https://files.pythonhosted.org/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pyperclip.git/commitdiff/52689235ca1115c544698aa720c90aef200f9e51



More information about the pld-cvs-commit mailing list