1
0

Accepting request 907191 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/907191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cramjam?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-07-20 13:39:30 +00:00 committed by Git OBS Bridge
commit 2347205b56
6 changed files with 24 additions and 14 deletions

View File

@ -13,12 +13,11 @@
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<!-- no cargo.lock, wrong parameters (https://github.com/openSUSE/obs-service-cargo_audit/issues/1)
service name="cargo_audit" mode="disabled">
<service name="cargo_audit" mode="disabled">
<param name="srcdir">pyrus-cramjam</param>
</service -->
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">pyrus-cramjam</param>
<param name="compression">xz</param>
</service>
</services>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c812c821f25d43845c8eb86413cc8d849d33df89b4d3ebc57ce7c99be823676
size 812560

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f452207ff90a431857ced7b0451f4475ff85b5f949022ff277262942bb1db38
size 813848

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 19 19:37:30 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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
-------------------------------------------------------------------
Tue May 18 14:12:27 UTC 2021 - Ben Greiner <code@bnavigator.de>

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c268c062230bede973e6d5337d4c2be38eb2a66a0ddff165f2a8f4a341e3072
size 8230216
oid sha256:abff4f70a35fabfe38ffbb89289ad9ac881ab85f5b4a6a3e31a4aa4cc4ffa00c
size 7261292