15
0

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

- Update to 2.3.2
  * no core library code changes
- Update filelist due to updated setuptools: not a single .so but
  a full module directory now.
- run cargo crate service: update vendored rust crates
- re-activate cargo audit service
  * gh#openSUSE/obs-service-cargo_audit#1 is fixed

OBS-URL: https://build.opensuse.org/request/show/907188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cramjam?expand=0&rev=3
This commit is contained in:
2021-07-19 20:31:59 +00:00
committed by Git OBS Bridge
parent 01d56c358d
commit 5d25ff2d51
6 changed files with 24 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-cramjam
Version: 2.3.1
Version: 2.3.2
Release: 0
Summary: Thin Python bindings to de/compression algorithms in Rust
License: MIT
@@ -29,9 +29,9 @@ URL: https://github.com/milesgranger/pyrus-cramjam
Source: pyrus-cramjam-%{version}.tar.xz
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
BuildRequires: python-rpm-macros
BuildRequires: rust-packaging
# SECTION test dependencies
BuildRequires: %{python_module numpy}
@@ -60,7 +60,7 @@ cp %{SOURCE2} .cargo/config
%files %{python_files}
%license LICENSE
%{python_sitearch}/cramjam*.so
%{python_sitearch}/cramjam
%{python_sitearch}/cramjam-%{version}*-info
%changelog
%changelog