forked from pool/python-python-lzo
Accepting request 946782 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/946782 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-lzo?expand=0&rev=3
This commit is contained in:
commit
9ff4697447
7
_constraints
Normal file
7
_constraints
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<constraints>
|
||||||
|
<hardware>
|
||||||
|
<physicalmemory>
|
||||||
|
<size unit="G">8</size>
|
||||||
|
</physicalmemory>
|
||||||
|
</hardware>
|
||||||
|
</constraints>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:97a8e46825e8f1abd84c2a3372bc09adae9745a5be5d3af2692cd850dac35345
|
|
||||||
size 14042
|
|
BIN
python-lzo-1.14.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-lzo-1.14.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 16 12:18:43 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 1.14
|
||||||
|
* Add python2 support statement
|
||||||
|
* Fix 32bit int limitations
|
||||||
|
- Includes support for Python 3.10 now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 17 13:14:01 UTC 2020 - pgajdos@suse.com
|
Wed Jun 17 13:14:01 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-lzo
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-python-lzo
|
Name: python-python-lzo
|
||||||
Version: 1.12
|
Version: 1.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the LZO data compression library
|
Summary: Python bindings for the LZO data compression library
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -56,6 +56,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/lzo.*so
|
||||||
|
%{python_sitearch}/python_lzo-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user