diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-heroku3.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /heroku3-5.2.0.tar.gz +/heroku3-5.2.1.tar.gz diff --git a/python-heroku3.spec b/python-heroku3.spec index 6f01e95..7777b65 100644 --- a/python-heroku3.spec +++ b/python-heroku3.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-heroku3 -Version: 5.2.0 +Version: 5.2.1 Release: 1 Summary: Heroku API Wrapper. License: MIT URL: https://github.com/martyzz1/heroku3.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/f2/6fc602563800a0be2e03cd8a9a139223522690c37397a026d9784762a0db/heroku3-5.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cf/2d/023afcaba9e4dd7443d8ee9a9dd56158775b19174d3b4997c634ec1c5621/heroku3-5.2.1.tar.gz BuildArch: noarch Requires: python3-requests @@ -39,7 +39,7 @@ other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications. %prep -%autosetup -n heroku3-5.2.0 +%autosetup -n heroku3-5.2.1 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.2.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.2.1-1 - Package Spec generated @@ -1 +1 @@ -f2fab0521a76f710cabbec797fb2125e heroku3-5.2.0.tar.gz +786a6ceb4e468e6a82c626b9b0175a3f heroku3-5.2.1.tar.gz |
