diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 17:03:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 17:03:03 +0000 |
commit | 59f0052cc7a2070cb7975da9d17fc99eefba5e9a (patch) | |
tree | 25112616ae9595bad91621a4909a8d7b80fe1ea2 | |
parent | 350b1c60c459c2e7d98683b8676be027877fd878 (diff) |
automatic import of python-singer-sdkopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-singer-sdk.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /singer_sdk-0.23.0.tar.gz +/singer_sdk-0.24.0.tar.gz diff --git a/python-singer-sdk.spec b/python-singer-sdk.spec index dfd7588..e747c19 100644 --- a/python-singer-sdk.spec +++ b/python-singer-sdk.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-singer-sdk -Version: 0.23.0 +Version: 0.24.0 Release: 1 Summary: A framework for building Singer taps License: Apache 2.0 URL: https://sdk.meltano.com/en/latest/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/24/d1de345082f5596aaa2a1cdd350b7062ab20cb2c1a7f95183d9c430e120c/singer_sdk-0.23.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1f/d1/c966531a4c04e0f52c2cc048e9c090a5a709546390a82f420fc8db9f861e/singer_sdk-0.24.0.tar.gz BuildArch: noarch Requires: python3-PyJWT @@ -138,7 +138,7 @@ Provides: python3-singer-sdk-doc </a> %prep -%autosetup -n singer-sdk-0.23.0 +%autosetup -n singer-sdk-0.24.0 %build %py3_build @@ -178,5 +178,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.23.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.24.0-1 - Package Spec generated @@ -1 +1 @@ -1c57616e8557154d69348c47a09a4163 singer_sdk-0.23.0.tar.gz +dcccf2a0a8f770bd804afa2cd402d71f singer_sdk-0.24.0.tar.gz |