diff --git a/lazy-object-proxy-1.2.2.tar.gz b/lazy-object-proxy-1.2.2.tar.gz deleted file mode 100644 index 661a1a3..0000000 --- a/lazy-object-proxy-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268 -size 31608 diff --git a/lazy-object-proxy-1.3.1.tar.gz b/lazy-object-proxy-1.3.1.tar.gz new file mode 100644 index 0000000..7a94f1e --- /dev/null +++ b/lazy-object-proxy-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a +size 32237 diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index 515113f..4b4b0db 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 30 15:55:47 UTC 2018 - sean.marlow@suse.com + +- Update to v1.3.1 + + Fix broken release (sdist had a broken MANIFEST.in). +- Update to v1.3.0 + + Speed up arithmetic operations involving cext.Proxy subclasses. + ------------------------------------------------------------------- Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index e922398..defc9ac 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -1,7 +1,7 @@ # # spec file for package python-lazy-object-proxy # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-lazy-object-proxy -Version: 1.2.2 +Version: 1.3.1 Release: 0 Summary: Rebuild a new abstract syntax tree from Python's ast License: BSD-2-Clause @@ -58,7 +58,8 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %files %{python_files} %defattr(-,root,root,-) -%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst LICENSE README.rst docs +%doc AUTHORS.rst CHANGELOG.rst CONTRIBUTING.rst README.rst docs +%license LICENSE %{python_sitearch}/* %changelog