diff --git a/etcd3gw-2.4.0.tar.gz b/etcd3gw-2.4.0.tar.gz deleted file mode 100644 index 746c826aa989152d45637c3298f6d0c430cf572e..0000000000000000000000000000000000000000 Binary files a/etcd3gw-2.4.0.tar.gz and /dev/null differ diff --git a/etcd3gw-2.4.1.tar.gz b/etcd3gw-2.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..295163a807f5a5311faa4b0bf171f9a03d20dca4 Binary files /dev/null and b/etcd3gw-2.4.1.tar.gz differ diff --git a/python-etcd3gw.spec b/python-etcd3gw.spec index 718f00411d6714e7edf37484d317cd4f9736efa7..7ca35b4eba86c1516a9e2aec63363ca33c6ebb71 100644 --- a/python-etcd3gw.spec +++ b/python-etcd3gw.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-etcd3gw -Version: 2.4.0 +Version: 2.4.1 Release: 1 Summary: A python client for etcd3 grpc-gateway v3 API License: Apache-2.0 URL: https://github.com/dims/etcd3-gateway -Source0: https://files.pythonhosted.org/packages/e7/a6/763956f3b8f90d9a28f78082e965c2e4be8e252c106c2df802de7de31ddc/etcd3gw-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/63/25/e722900bd6f7f8a89f41162b43bf7bafb34be3580121d7fa768e1d75a146/etcd3gw-2.4.1.tar.gz BuildArch: noarch %description @@ -83,6 +83,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 guochao - 2.4.1-1 +- Update package to version 2.4.1 +- Drop extras from test requirements +- Fix watcher failing with huge payloads + * Fri Mar 29 2024 wangqiang - 2.4.0-1 - Update package to version 2.4.0