14
0
forked from pool/python-pyasn1

Accepting request 545767 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/545767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=69
This commit is contained in:
Michael Ströder
2017-11-26 22:36:01 +00:00
committed by Git OBS Bridge
parent f85ecb5c79
commit 1e08ecb59d
4 changed files with 52 additions and 8 deletions

View File

@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-pyasn1
%global modname pyasn1
Version: 0.3.7
Version: 0.4.2
Release: 0
Summary: ASN.1 types and codecs
License: BSD-2-Clause
Group: Development/Languages/Python
Url: https://github.com/etingof/%{modname}
Source: https://pypi.io/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
Url: https://github.com/etingof/pyasn1
Source: https://pypi.io/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -47,7 +46,7 @@ then generalized to be suitable for a wide range of protocols based on ASN.1
specification.
%prep
%setup -q -n %{modname}-%{version}
%setup -q -n pyasn1-%{version}
%build
%python_build