forked from pool/python-python-snappy
- update to 0.6.1:
* apple silicon enablement * python 3.10+ testing * Port to python 3.11: use Py_SET_SIZE() OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-snappy?expand=0&rev=11
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-snappy
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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-snappy
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Python library for the snappy compression library
|
||||
License: BSD-3-Clause
|
||||
@@ -39,7 +39,7 @@ Python library for the snappy compression library from Google.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-snappy-%{version}
|
||||
sed -i -e '/^#!\//, 1d' snappy/snappy.py
|
||||
sed -i -e '/^#!\//, 1d' src/snappy/snappy.py
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
|
Reference in New Issue
Block a user