diff --git a/manhole-1.8.0.tar.gz b/manhole-1.8.0.tar.gz deleted file mode 100644 index 40de1dc02bdcc394483a182169e4fc9fb3307b7b..0000000000000000000000000000000000000000 Binary files a/manhole-1.8.0.tar.gz and /dev/null differ diff --git a/manhole-1.8.1.tar.gz b/manhole-1.8.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f3f74afc62628cdb8466c4251b9b908d9903d9fa Binary files /dev/null and b/manhole-1.8.1.tar.gz differ diff --git a/python-manhole.spec b/python-manhole.spec index ab0df9aaba5873b1cf6aa6f2430ddb11e22881cd..25143e28662326a350d98824be204b0aacf10df6 100644 --- a/python-manhole.spec +++ b/python-manhole.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-manhole -Version: 1.8.0 +Version: 1.8.1 Release: 1 Summary: Manhole is in-process service that will accept unix domain socket connections and present the License: BSD-2-Clause URL: https://github.com/ionelmc/python-manhole -Source0: https://files.pythonhosted.org/packages/88/ef/15efad9a56ddcc6bbd4b30040418f9a681ca161366a1c6ab2538831b012c/manhole-1.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/d1/5c/2d1cd4957237b4c46aa8cac77e81780bf4439035a7f83b0a620a0de21bbc/manhole-1.8.1.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-manhole-doc %prep -%autosetup -n manhole-1.8.0 +%autosetup -n manhole-%{version} %build %py3_build @@ -67,5 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 31 2024 liudy - 1.8.1-1 +- Removed more leftover Python 2 code +- Fixed buffering issue on Python 3.11 + * Thu Nov 18 2021 Python_Bot - 1.8.0-1 - Package Spec generated