forked from pool/python-rfc3161-client
Accepting request 1269992 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1269992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rfc3161-client?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 11:31:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.0.1
|
||||
* The Verifier now enforces that the EKU (Extended Key Usage)
|
||||
explicitly includes the `id-kp-timeStamping` OID (#120)
|
||||
* The Verifier now searches for the leaf certificate in the
|
||||
Timestamp Response instead of using the first one provided (#121)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 08:27:32 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
@@ -26,18 +27,18 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-rfc3161-client
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Python library implementing the Time-Stamp Protocol (TSP) described in RFC 3161
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/trailofbits/rfc3161-client
|
||||
Source: https://files.pythonhosted.org/packages/source/r/rfc3161-client/rfc3161_client-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module maturin >= 1.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
BuildRequires: cargo >= 1.56.0
|
||||
BuildRequires: cargo-packaging
|
||||
@@ -46,11 +47,11 @@ BuildRequires: rust >= 1.56.0
|
||||
%if %{with test}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module rfc3161-client == %{version}}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module cryptography >= 43}
|
||||
BuildRequires: %{python_module pretend}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:626619d12154c793c034fc72fdb05043b69cb4ca278cdb0b889194e87af7172b
|
||||
size 44213
|
3
rfc3161_client-1.0.1.tar.gz
Normal file
3
rfc3161_client-1.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c951f3912b90c6d3f3505e644b74ee08543387253647b86459addbffb16f63f
|
||||
size 53526
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed59ad84f97943f29908011a5403bd1f7b1fae7f751153bc0697de5af48b711b
|
||||
size 10372856
|
||||
oid sha256:39924123de4a847fb3f7031d81da13293257d7814be1382ef39990cfba512957
|
||||
size 11054209
|
||||
|
Reference in New Issue
Block a user