forked from pool/python-python-snappy
Accepting request 1066617 from devel:languages:python
- 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/request/show/1066617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-snappy?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 19 12:31:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.6.1:
|
||||||
|
* apple silicon enablement
|
||||||
|
* python 3.10+ testing
|
||||||
|
* Port to python 3.11: use Py_SET_SIZE()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 6 22:04:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 6 22:04:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-snappy
|
# 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
|
# 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-snappy
|
Name: python-python-snappy
|
||||||
Version: 0.6.0
|
Version: 0.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for the snappy compression library
|
Summary: Python library for the snappy compression library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -39,7 +39,7 @@ Python library for the snappy compression library from Google.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-snappy-%{version}
|
%setup -q -n python-snappy-%{version}
|
||||||
sed -i -e '/^#!\//, 1d' snappy/snappy.py
|
sed -i -e '/^#!\//, 1d' src/snappy/snappy.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a
|
|
||||||
size 21344
|
|
3
python-snappy-0.6.1.tar.gz
Normal file
3
python-snappy-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a
|
||||||
|
size 24110
|
Reference in New Issue
Block a user