diff --git a/ns1-python-0.16.0.tar.gz b/ns1-python-0.16.0.tar.gz deleted file mode 100644 index 1458fa9de05cb9e5ced2a9960297c3e8ae31ca21..0000000000000000000000000000000000000000 Binary files a/ns1-python-0.16.0.tar.gz and /dev/null differ diff --git a/ns1-python-0.18.0.tar.gz b/ns1-python-0.18.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7932578c80330b21086d62df4f708d0c02fc8205 Binary files /dev/null and b/ns1-python-0.18.0.tar.gz differ diff --git a/python-ns1-python.spec b/python-ns1-python.spec index 4861e21b7d5aca4b526e4d4952b4d00256dace73..928b55e2346318d3d58774c2c591506de1b20a91 100644 --- a/python-ns1-python.spec +++ b/python-ns1-python.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ns1-python -Version: 0.16.0 +Version: 0.18.0 Release: 1 Summary: Python SDK for the NS1 DNS platform License: MIT URL: https://github.com/ns1/ns1-python -Source0: https://files.pythonhosted.org/packages/93/5a/7024d3f35170c83f9e83945d7c8ab85eefc547dfc7c5854748c1bc719b1b/ns1-python-0.16.0.tar.gz +Source0: https://files.pythonhosted.org/packages/9a/72/944032e986012b882f569224557db1caf776e29ba663dc39ae6c9f267dae/ns1-python-0.18.0.tar.gz BuildArch: noarch BuildRequires: python3-pip %global _description %{expand: @@ -16,7 +16,6 @@ It supports synchronous and asynchronous transports.} %description %{_description} - %package -n python3-ns1-python Summary: Python SDK for the NS1 DNS platform Provides: python-ns1-python @@ -32,7 +31,7 @@ Provides: python3-ns1-python-doc Development documents and examples for ns1-python %prep -%autosetup -n ns1-python-0.16.0 +%autosetup -n ns1-python-%{version} %build %py3_build @@ -72,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 02 2022 liqiuyu - 0.18.0-1 +- Upgrade package to version 0.18.0 + * Sun May 23 2021 Python_Bot - Package Spec generated