diff --git a/dfs-sdk.spec b/dfs-sdk.spec index 18b4983..028f809 100644 --- a/dfs-sdk.spec +++ b/dfs-sdk.spec @@ -3,12 +3,12 @@ Datera Python SDK IntroductionThis is Python SDK version v1.2 for the \ **Datera*Fabric Services API. Name: python-dfs-sdk -Version: 1.2.25 -Release: 2 +Version: 1.2.27 +Release: 1 Summary: Datera Fabric Python SDK License: Apache-2.0 URL: https://github.com/Datera/python-sdk/ -Source0: https://files.pythonhosted.org/packages/72/e0/1711983498529762e213483b4211962ac06428441667b0be4bce9db716ce/dfs_sdk-1.2.25.tar.gz +Source0: https://files.pythonhosted.org/packages/7a/79/064994d0685c320d110b59d8898881981caf6d4aa43884289bb94c0e6867/dfs_sdk-1.2.27.tar.gz BuildArch: noarch %description %{common_desc} @@ -33,7 +33,7 @@ Provides: python3-dfs-sdk-doc %{common_desc} %prep -%autosetup -n dfs_sdk-1.2.25 +%autosetup -n dfs_sdk-%{version} %build %py3_build @@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 24 2022 jiangxinyu - 1.2.27-1 +- Update package to version 1.2.27 + * Thu Mar 3 2022 zhaoshuang - 1.2.25-2 - remove unnecessary buildrequires diff --git a/dfs_sdk-1.2.25.tar.gz b/dfs_sdk-1.2.25.tar.gz deleted file mode 100644 index c798a0e..0000000 Binary files a/dfs_sdk-1.2.25.tar.gz and /dev/null differ diff --git a/dfs_sdk-1.2.27.tar.gz b/dfs_sdk-1.2.27.tar.gz new file mode 100644 index 0000000..a05b828 Binary files /dev/null and b/dfs_sdk-1.2.27.tar.gz differ