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,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
|
||||
|
Reference in New Issue
Block a user