diff --git a/Flask-RESTful-0.3.10.tar.gz b/Flask-RESTful-0.3.10.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d9f55244efa592591371f545996049e104e40f84 Binary files /dev/null and b/Flask-RESTful-0.3.10.tar.gz differ diff --git a/python-flask-restful.spec b/python-flask-restful.spec index a970a3ef7850b317488482d29fc081d9b3ba475f..cfe1f8d24bf9d938d3be48a54e15b1cb26f21ea6 100644 --- a/python-flask-restful.spec +++ b/python-flask-restful.spec @@ -1,10 +1,10 @@ Name: python-flask-restful -Version: 0.3.9 +Version: 0.3.10 Release: 1 Summary: Framework for creating REST APIs License: BSD-3-Clause URL: https://www.github.com/flask-restful/flask-restful/ -Source0: https://github.com/flask-restful/flask-restful/archive/refs/tags/v0.3.9.tar.gz +Source0: https://files.pythonhosted.org/packages/c0/ce/a0a133db616ea47f78a41e15c4c68b9f08cab3df31eb960f61899200a119/Flask-RESTful-0.3.10.tar.gz BuildArch: noarch BuildRequires: git gcc python3-pytz python3-setuptools python3-mock python3-blinker @@ -23,7 +23,7 @@ Flask-RESTful is Python 3 extension for Flask that adds support for quickly building REST APIs. %prep -%autosetup -n flask-restful-%{version} -p1 +%autosetup -n Flask-RESTful-%{version} -p1 rm -rf docs/_themes/.gitignore %build @@ -41,6 +41,9 @@ rm -rf docs/_themes/.gitignore %{python3_sitelib}/* %changelog +* Tue Jul 04 2023 chenzixuan - 0.3.10-1 +- Update package to version 0.3.10 + * Fri Jun 24 2022 houyingchao - 0.3.9-1 - Upgrade to 0.3.9 diff --git a/v0.3.9.tar.gz b/v0.3.9.tar.gz deleted file mode 100644 index 6c91c6aa20fc2899154888c479aac4e26c73e09f..0000000000000000000000000000000000000000 Binary files a/v0.3.9.tar.gz and /dev/null differ