From 09064281bddff975c7186893b737d22aab6a2f52 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:18:49 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- pyserial.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyserial.spec b/pyserial.spec index 2784dc5..d813f02 100644 --- a/pyserial.spec +++ b/pyserial.spec @@ -1,7 +1,7 @@ Summary: Python serial port access library Name: pyserial Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} Source0: %pypi_source License: BSD URL: http://pypi.python.org/pypi/pyserial @@ -50,6 +50,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} %{python3} test/run_all_tests.py %{_bindir}/pyserial-ports %changelog +* Mon Jun 13 2022 Python Maint - 3.5-2 +- Rebuilt for Python 3.11 + * Fri Apr 08 2022 Lumír Balhar - 3.5-1 - Update to 3.5 - Fix license tag: Python -> BSD