diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:41:18 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 16:41:18 +0000 |
| commit | b4bab95defe353bc2713b0d499be4b2a9670928e (patch) | |
| tree | 26c6388f2eb0f4af1a026b8454dd6148ca874a77 | |
| parent | 7beb0fe1026e64aa538877ef459cd4c736affe93 (diff) | |
automatic import of python-shopifyapiopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-shopifyapi.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ShopifyAPI-12.2.0.tar.gz +/ShopifyAPI-12.3.0.tar.gz diff --git a/python-shopifyapi.spec b/python-shopifyapi.spec index dd14dc3..59fa8ab 100644 --- a/python-shopifyapi.spec +++ b/python-shopifyapi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ShopifyAPI -Version: 12.2.0 +Version: 12.3.0 Release: 1 Summary: Shopify API for Python License: MIT License URL: https://github.com/Shopify/shopify_python_api -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d7/80/ab63efddfc2e5536af26953ab583e855fff30956824f7a4304371f360280/ShopifyAPI-12.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/86/a47cddbafea41834f65805ad71510e237706c9afd565c4e7e5a1b9b2f1ea/ShopifyAPI-12.3.0.tar.gz BuildArch: noarch @@ -43,7 +43,7 @@ resources (e.g. Order, Product, Collection). %prep -%autosetup -n ShopifyAPI-12.2.0 +%autosetup -n ShopifyAPI-12.3.0 %build %py3_build @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 12.2.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 12.3.0-1 - Package Spec generated @@ -1 +1 @@ -1848cfff2d8e157ca8e8f286dcf1ac28 ShopifyAPI-12.2.0.tar.gz +66244f57d7f15280573bccd6ca30fd78 ShopifyAPI-12.3.0.tar.gz |
