diff --git a/python-wurlitzer.spec b/python-wurlitzer.spec index 1d6c24a4e8968d8283f93db3a3f947077206a3d1..e7f4456dbcd09ca5d633be0a95cf332c0ebce8c0 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.2 +Version: 3.0.3 Release: 1 Summary: Capture C-level output in context managers License: MIT URL: https://github.com/minrk/wurlitzer -Source0: https://files.pythonhosted.org/packages/e8/2c/3e57755689fcf75aa25f6afba064d3891e9864ef43a24745575c86b12ad4/wurlitzer-3.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/21/c1/846d54693433ba1ad33d09d47e858fba41c3f7de9b6ba15ac338c29cb6bb/wurlitzer-3.0.3.tar.gz BuildArch: noarch @@ -75,6 +75,9 @@ pytest test.py %{_docdir}/* %changelog +* Fri Mar 17 2023 wubijie - 3.0.3-1 +- Update package to version 3.0.3 + * Sat Sep 24 2022 guozhengxin - 3.0.2-1 - Upgrade package to version 3.0.2 diff --git a/wurlitzer-3.0.2.tar.gz b/wurlitzer-3.0.2.tar.gz deleted file mode 100644 index 654b6704b6dbc4f40d3dfaa17ef58a744cff283f..0000000000000000000000000000000000000000 Binary files a/wurlitzer-3.0.2.tar.gz and /dev/null differ diff --git a/wurlitzer-3.0.3.tar.gz b/wurlitzer-3.0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8a2b2214308fcca6debd435d2aa8df31791255dc Binary files /dev/null and b/wurlitzer-3.0.3.tar.gz differ