diff --git a/lazy-object-proxy-1.3.1.tar.gz b/lazy-object-proxy-1.3.1.tar.gz deleted file mode 100644 index 0fb9050..0000000 Binary files a/lazy-object-proxy-1.3.1.tar.gz and /dev/null differ diff --git a/lazy-object-proxy-1.6.0.tar.gz b/lazy-object-proxy-1.6.0.tar.gz new file mode 100644 index 0000000..78d9e9d Binary files /dev/null and b/lazy-object-proxy-1.6.0.tar.gz differ diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index c8f6c20..fbee4e7 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -1,10 +1,10 @@ Name: python-lazy-object-proxy -Version: 1.3.1 -Release: 10 +Version: 1.6.0 +Release: 1 Summary: A fast and thorough lazy object proxy License: BSD Url: https://github.com/ionelmc/python-lazy-object-proxy -Source0: %{url}/archive/v%{version}/lazy-object-proxy-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc %description @@ -20,7 +20,7 @@ A fast and thorough lazy object proxy that rebuilds a new abstract syntax tree from Python's ast. %prep -%autosetup -n python-lazy-object-proxy-%{version} -p1 +%autosetup -n lazy-object-proxy-%{version} %build %py3_build @@ -38,6 +38,9 @@ abstract syntax tree from Python's ast. %exclude %{python3_sitearch}/lazy_object_proxy/cext.c %changelog +* Thu Jul 15 2021 huangtianhua -1.6.0-1 +- Upgrade to 1.6.0 to support OpenStack-W + * Mon May 31 2021 huanghaitao - 1.3.1-10 - Completing build dependencies