diff --git a/lazy-object-proxy-1.6.0.tar.gz b/lazy-object-proxy-1.6.0.tar.gz deleted file mode 100644 index 78d9e9d..0000000 Binary files a/lazy-object-proxy-1.6.0.tar.gz and /dev/null differ diff --git a/lazy-object-proxy-1.7.1.tar.gz b/lazy-object-proxy-1.7.1.tar.gz new file mode 100644 index 0000000..a8ddceb Binary files /dev/null and b/lazy-object-proxy-1.7.1.tar.gz differ diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index d97980e..12d0904 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -1,6 +1,6 @@ Name: python-lazy-object-proxy -Version: 1.6.0 -Release: 3 +Version: 1.7.1 +Release: 1 Summary: A fast and thorough lazy object proxy License: BSD-2-Clause Url: https://github.com/ionelmc/python-lazy-object-proxy @@ -21,7 +21,7 @@ A fast and thorough lazy object proxy that rebuilds a new abstract syntax tree from Python's ast. %prep -%autosetup -n lazy-object-proxy-%{version} +%autosetup -n python-lazy-object-proxy-%{version} %build %py3_build @@ -39,6 +39,9 @@ abstract syntax tree from Python's ast. %exclude %{python3_sitearch}/lazy_object_proxy/cext.c %changelog +* Wed Jun 29 2022 SimpleUpdate Robot - 1.7.1-1 +- Upgrade to version 1.7.1 + * Tue May 10 2022 yangping - 1.6.0-3 - License compliance rectification