diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz deleted file mode 100644 index 7942fde..0000000 Binary files a/3.1.0.tar.gz and /dev/null differ diff --git a/falcon-3.1.1.tar.gz b/falcon-3.1.1.tar.gz new file mode 100644 index 0000000..da42b4e Binary files /dev/null and b/falcon-3.1.1.tar.gz differ diff --git a/python-falcon.spec b/python-falcon.spec index a7cf183..aaecf08 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-falcon -Version: 3.1.0 +Version: 3.1.1 Release: 1 Summary: An unladen web framework for building APIs and app backends. -License: Apache 2.0 and MIT +License: Apache-2.0 and MIT URL: https://github.com/falconry/falcon -Source0: https://github.com/falconry/falcon/archive/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/29/bc/c11c9a14bb5b4d18a024ee51da15b793d1c869d151bb4101e324e0d055a8/falcon-3.1.1.tar.gz BuildArch: noarch %description @@ -18,10 +18,9 @@ CPython 2.7, CPython 3.5+, PyPy2.7, and PyPy3.5. %package -n python3-falcon Summary: An unladen web framework for building APIs and app backends. -Provides: python-falcon +Provides: python-falcon = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools - %description -n python3-falcon Falcon is a reliable, high-performance Python web framework for building large-scale app backends and microservices. It encourages the REST @@ -33,7 +32,6 @@ CPython 2.7, CPython 3.5+, PyPy2.7, and PyPy3.5. %package help Summary: Development documents and examples for falcon Provides: python3-falcon-doc - %description help Development documents and examples for falcon. @@ -75,9 +73,12 @@ mv %{buildroot}/doclist.lst . %dir %{python3_sitelib}/* %files help -f doclist.lst -%{_pkgdocdir} +%{_docdir}/* %changelog +* Thu Dec 15 2022 jiangxinyu - 3.1.1-1 +- Update package to version 3.1.1 + * Tue Jun 07 2022 SimpleUpdate Robot - 3.1.0-1 - Upgrade to version 3.1.0