diff --git a/python-wurlitzer.spec b/python-wurlitzer.spec index e7f4456dbcd09ca5d633be0a95cf332c0ebce8c0..4fce17ac57ee2286d0cce41fa85c977f40de9e2d 100644 --- a/python-wurlitzer.spec +++ b/python-wurlitzer.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wurlitzer -Version: 3.0.3 +Version: 3.1.0 Release: 1 Summary: Capture C-level output in context managers License: MIT URL: https://github.com/minrk/wurlitzer -Source0: https://files.pythonhosted.org/packages/21/c1/846d54693433ba1ad33d09d47e858fba41c3f7de9b6ba15ac338c29cb6bb/wurlitzer-3.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/7b/4a/8fdefccb188c37992d8c7c5922b89aaa6cbf7d738a8798f92109ed7d4212/wurlitzer-3.1.0.tar.gz BuildArch: noarch @@ -75,6 +75,10 @@ pytest test.py %{_docdir}/* %changelog +* Mon May 27 2024 zhaojingyu - 3.1.0-1 +- Update package to version 3.1.0 +- accept fileno-having objects for GIL-less capture + * Fri Mar 17 2023 wubijie - 3.0.3-1 - Update package to version 3.0.3 diff --git a/wurlitzer-3.0.3.tar.gz b/wurlitzer-3.0.3.tar.gz deleted file mode 100644 index 8a2b2214308fcca6debd435d2aa8df31791255dc..0000000000000000000000000000000000000000 Binary files a/wurlitzer-3.0.3.tar.gz and /dev/null differ diff --git a/wurlitzer-3.1.0.tar.gz b/wurlitzer-3.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0586ba9b97b2cf65ddec892346306da86bea857a Binary files /dev/null and b/wurlitzer-3.1.0.tar.gz differ