14
0
forked from pool/python-pyasn1

Accepting request 627900 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/627900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyasn1?expand=0&rev=36
This commit is contained in:
2018-08-10 07:46:47 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 8 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137
size 118725

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%define oldpython python
Name: python-pyasn1
Version: 0.4.3
Version: 0.4.4
Release: 0
Summary: ASN.1 types and codecs
License: BSD-2-Clause
@@ -34,7 +34,6 @@ BuildRequires: python-rpm-macros
Obsoletes: %{oldpython}-asn1 < 0.2.3
Provides: %{oldpython}-asn1 = %{version}
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -60,7 +59,8 @@ specification.
%files %python_files
%defattr(-,root,root,-)
%doc CHANGES.rst LICENSE.rst README.md TODO.rst
%doc CHANGES.rst README.md TODO.rst
%license LICENSE.rst
%{python_sitelib}/*
%changelog