15
0

Accepting request 1058215 from home:bnavigator:branches:devel:languages:python

- Update to v2.6.2
  * Bump pyo3, numpy and expand pyproject.toml by @milesgranger in
    #90
- Updated crate fixes bzip2 < 0.4.4 vulnerability
  * boo#1207039, CVE-2023-22895

OBS-URL: https://build.opensuse.org/request/show/1058215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cramjam?expand=0&rev=7
This commit is contained in:
2023-01-16 05:47:57 +00:00
committed by Git OBS Bridge
parent 8add767cda
commit 23e63f0ef2
6 changed files with 21 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cramjam
#
# 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
@@ -16,16 +16,17 @@
#
# Adjust the version in _service and use `rm -rf pyrus-cramjam; osc service runall` in order to update
Name: python-cramjam
Version: 2.6.1
Version: 2.6.2
Release: 0
Summary: Thin Python bindings to de/compression algorithms in Rust
License: MIT
URL: https://github.com/milesgranger/pyrus-cramjam
# use `rm -rf pyrus-cramjam; osc service runall` in order to update
Source: pyrus-cramjam-%{version}.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module maturin >= 0.13}
BuildRequires: %{python_module pip}
BuildRequires: cargo-packaging
@@ -59,6 +60,6 @@ cp %{SOURCE2} .cargo/config
%files %{python_files}
%license LICENSE
%{python_sitearch}/cramjam
%{python_sitearch}/cramjam-%{version}*-info
%{python_sitearch}/cramjam-%{version}.dist-info
%changelog