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:
parent
01d56c358d
commit
5d25ff2d51
7
_service
7
_service
@ -13,12 +13,11 @@
|
|||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
<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>
|
<param name="srcdir">pyrus-cramjam</param>
|
||||||
</service -->
|
</service>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srcdir">pyrus-cramjam</param>
|
<param name="srcdir">pyrus-cramjam</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c812c821f25d43845c8eb86413cc8d849d33df89b4d3ebc57ce7c99be823676
|
|
||||||
size 812560
|
|
3
pyrus-cramjam-2.3.2.tar.xz
Normal file
3
pyrus-cramjam-2.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f452207ff90a431857ced7b0451f4475ff85b5f949022ff277262942bb1db38
|
||||||
|
size 813848
|
@ -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>
|
Tue May 18 14:12:27 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-cramjam
|
Name: python-cramjam
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin Python bindings to de/compression algorithms in Rust
|
Summary: Thin Python bindings to de/compression algorithms in Rust
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,9 +29,9 @@ URL: https://github.com/milesgranger/pyrus-cramjam
|
|||||||
Source: pyrus-cramjam-%{version}.tar.xz
|
Source: pyrus-cramjam-%{version}.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source2: cargo_config
|
Source2: cargo_config
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module maturin}
|
BuildRequires: %{python_module maturin}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
# SECTION test dependencies
|
# SECTION test dependencies
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
@ -60,7 +60,7 @@ cp %{SOURCE2} .cargo/config
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/cramjam*.so
|
%{python_sitearch}/cramjam
|
||||||
%{python_sitearch}/cramjam-%{version}*-info
|
%{python_sitearch}/cramjam-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9c268c062230bede973e6d5337d4c2be38eb2a66a0ddff165f2a8f4a341e3072
|
oid sha256:abff4f70a35fabfe38ffbb89289ad9ac881ab85f5b4a6a3e31a4aa4cc4ffa00c
|
||||||
size 8230216
|
size 7261292
|
||||||
|
Loading…
x
Reference in New Issue
Block a user