diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:03:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 07:03:35 +0000 |
commit | 070422b57de8dcd3245f8a6dfebe821258f0da6f (patch) | |
tree | ad5b0924fd4ae5daf83a11280ed55c4d8e2c9fd3 | |
parent | a734d78c132cd577859b80adce3dde550a5efe67 (diff) |
automatic import of python-easypostopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-easypost.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /easypost-7.11.0.tar.gz +/easypost-7.12.0.tar.gz diff --git a/python-easypost.spec b/python-easypost.spec index 8dc3287..4de438e 100644 --- a/python-easypost.spec +++ b/python-easypost.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-easypost -Version: 7.11.0 +Version: 7.12.0 Release: 1 Summary: EasyPost Shipping API Client Library for Python License: MIT License URL: https://easypost.com/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/93/aa4015d9c5543beca252439900d36648b262d5fdab81d3e9b624001a93e9/easypost-7.11.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/a3/3b07fc5dde691bf9386145df617806d89817e9bde436b77f4e1dd978c4b0/easypost-7.12.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -433,7 +433,7 @@ Some tests may require an EasyPost user with a particular set of enabled feature %prep -%autosetup -n easypost-7.11.0 +%autosetup -n easypost-7.12.0 %build %py3_build @@ -473,5 +473,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 7.11.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 7.12.0-1 - Package Spec generated @@ -1 +1 @@ -3ec758400c6141bbb324e7f30438890f easypost-7.11.0.tar.gz +ecccda84571ed27eb699fe28e1d7293c easypost-7.12.0.tar.gz |