diff --git a/lazr.restfulclient-0.14.4.tar.gz b/lazr.restfulclient-0.14.4.tar.gz deleted file mode 100644 index f23ca82fa4c5be699777af42b8b3c62fac764055..0000000000000000000000000000000000000000 Binary files a/lazr.restfulclient-0.14.4.tar.gz and /dev/null differ diff --git a/lazr.restfulclient-0.14.5.tar.gz b/lazr.restfulclient-0.14.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..689506570b0349a2791008bfb2186359fee4274c Binary files /dev/null and b/lazr.restfulclient-0.14.5.tar.gz differ diff --git a/python-lazr.restfulclient.spec b/python-lazr.restfulclient.spec index 7951d46c9a47918a4249ab1fb77ce590040ecd23..dcca2c8fd2d822ab88f2374f75832cc9dd314eeb 100644 --- a/python-lazr.restfulclient.spec +++ b/python-lazr.restfulclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lazr.restfulclient -Version: 0.14.4 +Version: 0.14.5 Release: 1 Summary: A programmable client library that takes advantage of the commonalities among -License: LGPL v3 +License: LGPL-3.0-only URL: https://launchpad.net/lazr.restfulclient -Source0: https://files.pythonhosted.org/packages/c9/3b/610cd97c0db307bdf04812261ede0c5fefb7dd67470346f89e99083625d5/lazr.restfulclient-0.14.4.tar.gz +Source0: https://files.pythonhosted.org/packages/88/e2/6b8b83d69aa06ae515a969320a8b8e371afa42b4226c03159641fc773c55/lazr.restfulclient-0.14.5.tar.gz BuildArch: noarch @@ -14,20 +14,22 @@ A programmable client library that takes advantage of the commonalities among la %package -n python3-lazr.restfulclient Summary: A programmable client library that takes advantage of the commonalities among -Provides: python-lazr.restfulclient +Provides: python-lazr.restfulclient = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-lazr.restfulclient A programmable client library that takes advantage of the commonalities among lazr.restful web services to provide added functionality on top of wadllib. %package help Summary: Development documents and examples for lazr.restfulclient Provides: python3-lazr.restfulclient-doc + %description help A programmable client library that takes advantage of the commonalities among lazr.restful web services to provide added functionality on top of wadllib. %prep -%autosetup -n lazr.restfulclient-0.14.4 +%autosetup -n lazr.restfulclient-%{version} %build %py3_build @@ -67,5 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 10 2022 wangjunqi - 0.14.5-1 +- Update package to version 0.14.5 + * Thu Jul 21 2022 wanglianguo - 0.14.4-1 - Package Spec generated +