!3 python-pyasn1

Merge pull request !3 from syyhao/init
This commit is contained in:
openeuler-ci-bot 2020-01-21 01:15:19 +08:00 committed by Gitee
commit 42a3c89baf

View File

@ -1,6 +1,6 @@
Name: python-pyasn1 Name: python-pyasn1
Version: 0.3.7 Version: 0.3.7
Release: 6 Release: 7
Summary: ASN.1 library for Python Summary: ASN.1 library for Python
License: BSD License: BSD
Source0: https://github.com/etingof/pyasn1/archive/v%{version}.tar.gz Source0: https://github.com/etingof/pyasn1/archive/v%{version}.tar.gz
@ -8,7 +8,7 @@ Source1: https://github.com/etingof/pyasn1-modules/archive/v0.1.5.tar.gz
URL: http://pyasn1.sourceforge.net/ URL: http://pyasn1.sourceforge.net/
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools
BuildRequires: python-unversioned-command python2-sphinx libffi6 BuildRequires: python-unversioned-command python2-sphinx libffi
%description %description
Abstract Syntax Notation One (ASN.1) is a technology for exchanging structured data Abstract Syntax Notation One (ASN.1) is a technology for exchanging structured data
@ -115,6 +115,9 @@ cd -
%doc doc/build/html/* %doc doc/build/html/*
%changelog %changelog
* Tue Jan 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.3.7-7
- Revise build requires
* Thu Jan 16 2020 Ling Yang <lingyang2@huawei.com> - 0.3.7-6 * Thu Jan 16 2020 Ling Yang <lingyang2@huawei.com> - 0.3.7-6
- Fixed build error - Fixed build error