diff --git a/2.0.0.tar.gz b/2.0.0.tar.gz deleted file mode 100644 index c469c2a..0000000 Binary files a/2.0.0.tar.gz and /dev/null differ diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz new file mode 100644 index 0000000..7942fde Binary files /dev/null and b/3.1.0.tar.gz differ diff --git a/python-falcon.spec b/python-falcon.spec index 78afb69..f16c019 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-falcon -Version: 2.0.0 +Version: 3.1.0 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 BuildArch: noarch @@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Fri Oct 21 2022 Ge Wang - 3.1.0-1 +- Upgrade to version 3.1.0 + * Thu Dec 17 2020 Python_Bot - Package Spec generated