Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7c2f02a980 | |||
| ff62e31a9b | |||
| 24cc119551 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user