Update package to version 3.1.1

This commit is contained in:
jxy_git 2022-12-15 16:04:49 +08:00
parent 2a3ca1065d
commit bf76c223fe
3 changed files with 8 additions and 7 deletions

Binary file not shown.

BIN
falcon-3.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-falcon Name: python-falcon
Version: 3.1.0 Version: 3.1.1
Release: 1 Release: 1
Summary: An unladen web framework for building APIs and app backends. 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 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 BuildArch: noarch
%description %description
@ -18,10 +18,9 @@ CPython 2.7, CPython 3.5+, PyPy2.7, and PyPy3.5.
%package -n python3-falcon %package -n python3-falcon
Summary: An unladen web framework for building APIs and app backends. Summary: An unladen web framework for building APIs and app backends.
Provides: python-falcon Provides: python-falcon = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-falcon %description -n python3-falcon
Falcon is a reliable, high-performance Python web framework for building Falcon is a reliable, high-performance Python web framework for building
large-scale app backends and microservices. It encourages the REST 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 %package help
Summary: Development documents and examples for falcon Summary: Development documents and examples for falcon
Provides: python3-falcon-doc Provides: python3-falcon-doc
%description help %description help
Development documents and examples for falcon. Development documents and examples for falcon.
@ -75,9 +73,12 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %changelog
* Thu Dec 15 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 3.1.1-1
- Update package to version 3.1.1
* Tue Jun 07 2022 SimpleUpdate Robot <tc@openeuler.org> - 3.1.0-1 * Tue Jun 07 2022 SimpleUpdate Robot <tc@openeuler.org> - 3.1.0-1
- Upgrade to version 3.1.0 - Upgrade to version 3.1.0