- Update to 0.2.5:
- Added RFC3560 providing RSAES-OAEP Key Transport Algorithm in CMS - Added RFC6019 providing BinaryTime - an alternate format for representing Date and Time - RFC3565 superseded by RFC5649 - Added RFC5480 providng Elliptic Curve Cryptography Subject Public Key Information - Added RFC8520 providing X.509 Extensions for MUD URL and MUD Signer - Added RFC3161 providing Time-Stamp Protocol support - Added RFC3709 providing Logotypes in X.509 Certificates - Added RFC3274 providing CMS Compressed Data Content Type - Added RFC4073 providing Multiple Contents protection with CMS - Execute testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=52
This commit is contained in:
parent
6c5e937870
commit
0d3d810370
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a52090e8c5841ebbf08ae455146792d9ef3e8445b21055d3a3b7ed9c712b7c7c
|
||||
size 70505
|
3
pyasn1-modules-0.2.5.tar.gz
Normal file
3
pyasn1-modules-0.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef721f68f7951fab9b0404d42590f479e30d9005daccb1699b0a51bb4177db96
|
||||
size 78918
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 25 09:39:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.2.5:
|
||||
- Added RFC3560 providing RSAES-OAEP Key Transport Algorithm
|
||||
in CMS
|
||||
- Added RFC6019 providing BinaryTime - an alternate format
|
||||
for representing Date and Time
|
||||
- RFC3565 superseded by RFC5649
|
||||
- Added RFC5480 providng Elliptic Curve Cryptography Subject
|
||||
Public Key Information
|
||||
- Added RFC8520 providing X.509 Extensions for MUD URL and
|
||||
MUD Signer
|
||||
- Added RFC3161 providing Time-Stamp Protocol support
|
||||
- Added RFC3709 providing Logotypes in X.509 Certificates
|
||||
- Added RFC3274 providing CMS Compressed Data Content Type
|
||||
- Added RFC4073 providing Multiple Contents protection
|
||||
with CMS
|
||||
- Execute testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 14:26:26 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyasn1-modules
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,25 +12,26 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pyasn1-modules
|
||||
Version: 0.2.4
|
||||
Version: 0.2.5
|
||||
Release: 0
|
||||
Url: https://github.com/etingof/pyasn1-modules
|
||||
Summary: Collection of protocols modules written in ASN.1 language
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Source: https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: https://github.com/etingof/pyasn1-modules
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyasn1-modules/pyasn1-modules-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pyasn1 >= 0.3.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pyasn1 >= 0.3.4
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -47,10 +48,14 @@ specification.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %python_files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES.txt LICENSE.txt README.md
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.txt README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user