forked from pool/python-pyasn1
Accepting request 627899 from home:TheBlackCat:branches:devel:languages:python
- update to 0.4.4 * Fixed native encoder type map to include all ASN.1 types rather than just ambiguous ones * Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring at OPTIONAL components OBS-URL: https://build.opensuse.org/request/show/627899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=73
This commit is contained in:
committed by
Git OBS Bridge
parent
78a041eff7
commit
7e2061540c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc
|
|
||||||
size 118494
|
|
3
pyasn1-0.4.4.tar.gz
Normal file
3
pyasn1-0.4.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137
|
||||||
|
size 118725
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 7 14:42:43 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- update to 0.4.4
|
||||||
|
* Fixed native encoder type map to include all ASN.1 types
|
||||||
|
rather than just ambiguous ones
|
||||||
|
* Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring
|
||||||
|
at OPTIONAL components
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 26 23:00:34 UTC 2018 - michael@stroeder.com
|
Sat May 26 23:00:34 UTC 2018 - michael@stroeder.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyasn1
|
# spec file for package python-pyasn1
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-pyasn1
|
Name: python-pyasn1
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ASN.1 types and codecs
|
Summary: ASN.1 types and codecs
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -34,7 +34,6 @@ BuildRequires: python-rpm-macros
|
|||||||
Obsoletes: %{oldpython}-asn1 < 0.2.3
|
Obsoletes: %{oldpython}-asn1 < 0.2.3
|
||||||
Provides: %{oldpython}-asn1 = %{version}
|
Provides: %{oldpython}-asn1 = %{version}
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -60,7 +59,8 @@ specification.
|
|||||||
|
|
||||||
%files %python_files
|
%files %python_files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc CHANGES.rst LICENSE.rst README.md TODO.rst
|
%doc CHANGES.rst README.md TODO.rst
|
||||||
|
%license LICENSE.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user