diff --git a/python-spur.spec b/python-spur.spec index 60dd098c428aff142615f7f12deddcfec9f9457f..d53b0f6b0b5978e16bd09e50bbbc39fe87c6c450 100644 --- a/python-spur.spec +++ b/python-spur.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-spur -Version: 0.3.22 +Version: 0.3.23 Release: 1 Summary: Run commands and manipulate files locally or over SSH using the same interface License: BSD-2-Clause URL: http://github.com/mwilliamson/spur.py -Source0: https://files.pythonhosted.org/packages/03/8a/8c0810dbf8140cb4765f770a2a45f118abcca38188427cb06bab83a42900/spur-0.3.22.tar.gz +Source0: https://files.pythonhosted.org/packages/e3/55/6960989438cf304aa15bbcaa1233ab2df2cfffd269b7cbb6b90b991ad10f/spur-0.3.23.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-spur-doc Executing the same command over SSH uses the same interface %prep -%autosetup -n spur-0.3.22 +%autosetup -n spur-%{version} %build %py3_build @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 17 2023 wubijie - 0.3.23-1 +- Update package to version 0.3.23 + * Sun May 30 2021 Python_Bot - Package Spec generated diff --git a/spur-0.3.22.tar.gz b/spur-0.3.22.tar.gz deleted file mode 100644 index 293b78bd35b0afab8fb738f35bb310372da44208..0000000000000000000000000000000000000000 Binary files a/spur-0.3.22.tar.gz and /dev/null differ diff --git a/spur-0.3.23.tar.gz b/spur-0.3.23.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..085f52a93b79e672e9832d2857cc792ef41d0141 Binary files /dev/null and b/spur-0.3.23.tar.gz differ