forked from pool/python-python-lzo
Accepting request 946776 from home:bnavigator:branches:devel:languages:python
- Update to 1.14 * Add python2 support statement * Fix 32bit int limitations - Includes support for Python 3.10 now OBS-URL: https://build.opensuse.org/request/show/946776 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lzo?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-lzo
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-lzo
|
||||
Version: 1.12
|
||||
Version: 1.14
|
||||
Release: 0
|
||||
Summary: Python bindings for the LZO data compression library
|
||||
License: GPL-2.0-only
|
||||
@@ -56,6 +56,7 @@ export CFLAGS="%{optflags}"
|
||||
%files %{python_files}
|
||||
%doc NEWS
|
||||
%license COPYING
|
||||
%{python_sitearch}/*
|
||||
%{python_sitearch}/lzo.*so
|
||||
%{python_sitearch}/python_lzo-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user