forked from pool/python-lazy-object-proxy
- update to 1.9.0:
* Added support for matrix multiplication operator (``@``). * Should have all the wheels now (including the manylinux ones). * Bumped minimum version requirements for setuptools and setuptools-scm. * Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy`` and the C extension is not available). Previously the "slots" implementation was used but as it turns out it is slower on Python 3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=29
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156
|
||||
size 41884
|
BIN
lazy-object-proxy-1.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
lazy-object-proxy-1.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 13:42:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.9.0:
|
||||
* Added support for matrix multiplication operator (``@``).
|
||||
* Should have all the wheels now (including the manylinux
|
||||
ones).
|
||||
* Bumped minimum version requirements for setuptools and
|
||||
setuptools-scm.
|
||||
* Switched the default pure python fallback implementation to
|
||||
the "simple" one (when you ``from lazy_object_proxy import
|
||||
Proxy`` and the C extension is not available).
|
||||
Previously the "slots" implementation was used but as it
|
||||
turns out it is slower on Python 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:27:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-lazy-object-proxy%{psuffix}
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Rebuild a new abstract syntax tree from Python's ast
|
||||
License: BSD-2-Clause
|
||||
@@ -36,8 +36,8 @@ Group: Development/Libraries/Python
|
||||
URL: https://github.com/ionelmc/python-lazy-object-proxy
|
||||
Source: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools_scm >= 3.3.1}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module setuptools >= 45}
|
||||
BuildRequires: %{python_module setuptools_scm >= 6.2}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Obsoletes: python-lazy_object_proxy < %{version}-%{release}
|
||||
|
Reference in New Issue
Block a user