14
0
forked from pool/python-pyzstd

Accepting request 1077862 from home:ecsos

- Update to 0.15.6
  - Update bundled zstd source code from v1.5.4 to v1.5.5.
- Changes from 0.15.5
  - Update bundled zstd source code from v1.5.4 to v1.5.5.
- Changes from 0.15.4
  - Update bundled zstd source code from v1.5.2 to v1.5.4. v1.5.3
    is a non-public release.
  - Support pyproject.toml build mechanism (PEP-517).
    Note that specifying build options in old way may be invalid,
    see doc.
  - Support "multi-phase initialization" (PEP-489) on CPython 3.11+,
    can work with CPython sub-interpreters in the future.
    Currently this build option is disabled by default.
  - Add a command line interface (CLI).

OBS-URL: https://build.opensuse.org/request/show/1077862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=3
This commit is contained in:
2023-04-07 12:24:29 +00:00
committed by Git OBS Bridge
parent 9224a7e7a2
commit 552b6cf92b
4 changed files with 24 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyzstd
#
# 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,15 +18,15 @@
%define skip_python2 1
Name: python-pyzstd
Version: 0.15.3
Version: 0.15.6
Release: 0
Summary: Python bindings to Zstandard (zstd) compression library
License: BSD-3-Clause
URL: https://github.com/animalize/pyzstd
Source: https://files.pythonhosted.org/packages/source/p/pyzstd/pyzstd-%{version}.tar.gz
BuildRequires: %{python_module devel >= 3.5}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: libzstd-devel >= 1.4.0