diff --git a/httpbin-0.10.1.tar.gz b/httpbin-0.10.1.tar.gz deleted file mode 100644 index 9752e53954e18653258397fab72c56492845b2e9..0000000000000000000000000000000000000000 Binary files a/httpbin-0.10.1.tar.gz and /dev/null differ diff --git a/httpbin-0.10.2.tar.gz b/httpbin-0.10.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fe2c616d622c39765bc83abfbb2a825033a986af Binary files /dev/null and b/httpbin-0.10.2.tar.gz differ diff --git a/python-httpbin.spec b/python-httpbin.spec index f87be33da63c39c98a42029149774d1cce9c0504..e68a16f96a7195b879fd5061e739392a5dc9642b 100644 --- a/python-httpbin.spec +++ b/python-httpbin.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-httpbin -Version: 0.10.1 +Version: 0.10.2 Release: 1 Summary: HTTP Request and Response Service. License: MIT and ISC URL: https://github.com/psf/httpbin -Source0: https://files.pythonhosted.org/packages/0e/0b/b196b8384979c8fec195d420d3772bb084a8bb0d56f0f1fa25e9c98e459c/httpbin-0.10.1.tar.gz +Source0: https://files.pythonhosted.org/packages/61/90/e2eeeedc96fbfd9345dff0407574b8edb8ff97ad1682ef518bdfaf096dd5/httpbin-0.10.2.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -59,5 +59,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Jul 11 2024 liudy - 0.10.2 +- Update package to version 0.10.2 +- Added support for Flask 3.0 + * Tue Oct 31 2023 Dongxing Wang - 0.10.1-1 - Init package.