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:
parent
8add767cda
commit
23e63f0ef2
3
_service
3
_service
@ -3,7 +3,8 @@
|
||||
<param name="url">https://github.com/milesgranger/pyrus-cramjam.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">master</param>
|
||||
<!-- can change back to master when there are no .post tags on top of the branch -->
|
||||
<param name="revision">v2.6.2</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5086aa40d28d83418101c4288f0878867f91bc86afadfd0d34a422bfec5e9f20
|
||||
size 823908
|
BIN
pyrus-cramjam-2.6.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
pyrus-cramjam-2.6.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 11:04:41 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 09:30:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user