14
0

Accepting request 1081566 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081566
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyserial?expand=0&rev=33
This commit is contained in:
2023-04-21 13:22:29 +00:00
committed by Git OBS Bridge
parent 83c3706df9
commit a53ce069e5
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 21 12:31:20 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Thu Apr 13 22:43:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 20 08:06:12 UTC 2021 - Adrian Schröter <adrian@suse.de> Wed Jan 20 08:06:12 UTC 2021 - Adrian Schröter <adrian@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyserial # spec file for package python-pyserial
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-pyserial Name: python-pyserial
Version: 3.5 Version: 3.5
Release: 0 Release: 0
@@ -30,7 +31,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(preun): update-alternatives Requires(preun):update-alternatives
Provides: python-serial = %{version} Provides: python-serial = %{version}
Obsoletes: python-serial < %{version} Obsoletes: python-serial < %{version}
BuildArch: noarch BuildArch: noarch