diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:43:04 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:43:04 +0000 |
| commit | ff085a869d15e4c860447d6af459b7ea018a16c0 (patch) | |
| tree | 510788325f571f4aaec1127b59605e1b6ff9389a | |
| parent | 5d542d2b7ef7849bf79ba10f504535a7b86aee06 (diff) | |
automatic import of python-asanaopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-asana.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /asana-3.2.0.tar.gz +/asana-3.2.1.tar.gz diff --git a/python-asana.spec b/python-asana.spec index 16fc389..d4b82e6 100644 --- a/python-asana.spec +++ b/python-asana.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-asana -Version: 3.2.0 +Version: 3.2.1 Release: 1 Summary: Asana API client License: MIT URL: http://github.com/asana/python-asana -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/84/7dcdb78f3ddb1011f628812cab45a5616e572099f42e9279756e92ad7230/asana-3.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/56/ce09c79633547df2db8e50904485dba224152691b563934b42755c9f6d63/asana-3.2.1.tar.gz BuildArch: noarch Requires: python3-requests @@ -87,7 +87,7 @@ When the user is redirected back to your callback, check the `state` URL paramet Note: if you're writing a non-browser-based application (e.x. a command line tool) you can use the special redirect URI `urn:ietf:wg:oauth:2.0:oob` to prompt the user to copy and paste the code into the application. %prep -%autosetup -n asana-3.2.0 +%autosetup -n asana-3.2.1 %build %py3_build @@ -127,5 +127,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.1-1 - Package Spec generated @@ -1 +1 @@ -06f11159c009bad09adbb2b2d1e65c0c asana-3.2.0.tar.gz +26111b2258cdc2ba3a7e4ec7c3cefaec asana-3.2.1.tar.gz |
