1
0

Accepting request 626518 from home:seanmarlow:branches:devel:languages:python

Update to v1.3.1

OBS-URL: https://build.opensuse.org/request/show/626518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=5
This commit is contained in:
2018-07-31 06:00:46 +00:00
committed by Git OBS Bridge
parent 397d93765c
commit c6ef98c8f0
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddd4cf1c74279c349cb7b9c54a2efa5105854f57de5f2d35829ee93631564268
size 31608

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a
size 32237

View File

@@ -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

View File

@@ -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