1
0

11 Commits

Author SHA256 Message Date
7c2f02a980 Accepting request 1249313 from devel:languages:python
- Clean up the SPEC file.
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1249313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=10
2025-03-03 15:04:26 +00:00
ff62e31a9b - Clean up the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wurlitzer?expand=0&rev=23
2025-02-28 20:08:14 +00:00
24cc119551 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wurlitzer?expand=0&rev=22
2025-02-28 20:07:17 +00:00
3f2e31404a Accepting request 1183915 from devel:languages:python
- update to 3.1.1:
  * fix restore after capture with optimized file pipes
  * Minor readme clarification
  * sys_pipes: check that sys.stdout isn't being forwarded to itself

OBS-URL: https://build.opensuse.org/request/show/1183915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=9
2024-07-01 09:19:17 +00:00
a3f7174152 Accepting request 1171454 from devel:languages:python
- update to 3.1.0:
  * accept fileno-having objects for GIL-less capture
  * accept Logger objects in pipes
  * Update `pipes`'s docstring
- use PEP517 build

- Update to version 3.0.3

OBS-URL: https://build.opensuse.org/request/show/1171454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=8
2024-05-03 17:44:04 +00:00
78fef81bdf Accepting request 1041385 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1041385
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=7
2022-12-08 15:52:26 +00:00
029d6b8183 Accepting request 970225 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/970225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=6
2022-04-15 22:14:25 +00:00
9f7b4dde38 Accepting request 822104 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/822104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=5
2020-07-24 07:55:24 +00:00
444d78d707 Accepting request 795679 from devel:languages:python
- Fix build without python2 available

OBS-URL: https://build.opensuse.org/request/show/795679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=4
2020-04-21 11:06:57 +00:00
6b1b9f1f9b Accepting request 745984 from devel:languages:python
- Update to 2.0:
  * use selectors instead of select.poll #34

OBS-URL: https://build.opensuse.org/request/show/745984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=3
2019-11-12 15:11:03 +00:00
4f6ff766b3 Accepting request 717551 from devel:languages:python
- Update to 1.0.3:
  * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/717551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wurlitzer?expand=0&rev=2
2019-07-22 15:19:18 +00:00
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