diff --git a/python-wsgi-intercept.spec b/python-wsgi-intercept.spec index e0433e9..7f55efa 100644 --- a/python-wsgi-intercept.spec +++ b/python-wsgi-intercept.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wsgi-intercept -Version: 1.12.1 +Version: 1.13.0 Release: 1 Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing. License: MIT URL: http://pypi.python.org/pypi/wsgi_intercept -Source0: https://files.pythonhosted.org/packages/bd/a5/09f7e5477cb66b619608dc86902ef24d335fc8d48666b99caa2a0543222d/wsgi_intercept-1.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/31/85/425365c5bdda3ecf15f62222f30f3e24baf6dd44048483e106bcd718cdc4/wsgi_intercept-1.13.0.tar.gz BuildArch: noarch %description Testing a WSGI application sometimes involves starting a server at a @@ -17,7 +17,7 @@ threads to test your Web app. %package -n python3-wsgi-intercept Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing. -Provides: python-wsgi-intercept +Provides: python-wsgi-intercept = %{version}-%{release} # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -93,6 +93,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 26 2024 jiangxinyu - 1.13.0-1 +- Update package to version 1.13.0 + * Wed Jul 05 2023 chenzixuan - 1.12.1-1 - Upgrade package to version 1.11.0 diff --git a/wsgi_intercept-1.12.1.tar.gz b/wsgi_intercept-1.12.1.tar.gz deleted file mode 100644 index e343be6..0000000 Binary files a/wsgi_intercept-1.12.1.tar.gz and /dev/null differ diff --git a/wsgi_intercept-1.13.0.tar.gz b/wsgi_intercept-1.13.0.tar.gz new file mode 100644 index 0000000..d150e91 Binary files /dev/null and b/wsgi_intercept-1.13.0.tar.gz differ