diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 08:16:51 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 08:16:51 +0000 |
commit | b5924402746126b5e4f4484163a62dfb0a315552 (patch) | |
tree | 46df8705e8deeca2bce50af3e2ace99ebcb7f5d7 | |
parent | de04b3cf5010d1145d48d7bec608a224da6fd435 (diff) |
automatic import of python-klaviyoopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-klaviyo.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /klaviyo-3.1.6.tar.gz +/klaviyo-3.1.7.tar.gz diff --git a/python-klaviyo.spec b/python-klaviyo.spec index 2a3a79b..e7324ef 100644 --- a/python-klaviyo.spec +++ b/python-klaviyo.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-klaviyo -Version: 3.1.6 +Version: 3.1.7 Release: 1 Summary: Deprecated Klaviyo SDK License: MIT License URL: http://github.com/klaviyo/python-klaviyo -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/02/e904fd9d4af0998c8a9e122499ea1b5e9224201408209c4604abcc478f93/klaviyo-3.1.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/d7/803f05a16a022d29772f9430eeecc777eab2788786bf7b687e9d5c220e61/klaviyo-3.1.7.tar.gz BuildArch: noarch Requires: python3-requests @@ -13,7 +13,7 @@ Requires: python3-simplejson %description -Deprecation Notice: This package is set to be deprecated on 2023-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ +Deprecation Notice: This package is set to be deprecated on 2024-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ %package -n python3-klaviyo @@ -24,7 +24,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-klaviyo -Deprecation Notice: This package is set to be deprecated on 2023-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ +Deprecation Notice: This package is set to be deprecated on 2024-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ %package help @@ -32,11 +32,11 @@ Summary: Development documents and examples for klaviyo Provides: python3-klaviyo-doc %description help -Deprecation Notice: This package is set to be deprecated on 2023-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ +Deprecation Notice: This package is set to be deprecated on 2024-01-01 and will not receive further updates. To continue receiving API and SDK improvements, we recommend switching over to our latest package/sdk: https://pypi.org/project/klaviyo-api/ %prep -%autosetup -n klaviyo-3.1.6 +%autosetup -n klaviyo-3.1.7 %build %py3_build @@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.6-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.7-1 - Package Spec generated @@ -1 +1 @@ -990729c7ee59558c5354515b8247e8dd klaviyo-3.1.6.tar.gz +773fd588457c8e3ef3e52e6888e1d132 klaviyo-3.1.7.tar.gz |