17
0

3 Commits

2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 28 20:08:06 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file.
-------------------------------------------------------------------
Thu Feb 27 09:29:18 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Sat Jun 29 05:32:32 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-wurlitzer
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-wurlitzer
Version: 3.1.1
Release: 0
@@ -38,7 +38,7 @@ Wurlitzer is a python package to capture C-level
output in context managers.
%prep
%setup -q -n wurlitzer-%{version}
%autosetup -p1 -n wurlitzer-%{version}
%build
%pyproject_wheel