Accepting request 521996 from home:stroeder:branches:devel:languages:python

- Update to upstream release 0.1.2
  * Tests refactored into proper unit tests
  * pem.readBase64fromText() convenience function added
  * Pinned to pyasn1 0.3.4+

OBS-URL: https://build.opensuse.org/request/show/521996
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=41
This commit is contained in:
Michael Ströder 2017-09-07 12:11:58 +00:00 committed by Git OBS Bridge
parent f3532b2003
commit e21648e8f6
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 7 12:03:08 UTC 2017 - michael@stroeder.com
- Update to upstream release 0.1.2
* Tests refactored into proper unit tests
* pem.readBase64fromText() convenience function added
* Pinned to pyasn1 0.3.4+
-------------------------------------------------------------------
Tue Aug 15 17:34:02 UTC 2017 - michael@stroeder.com

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyasn1-modules
Version: 0.0.11
Version: 0.1.2
Release: 0
Url: https://github.com/etingof/pyasn1-modules
Summary: Collection of protocols modules written in ASN.1 language
@ -28,7 +28,7 @@ Source: https://pypi.io/packages/source/p/pyasn1-modules/pyasn1-modules-
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-pyasn1
Requires: python-pyasn1 >= 0.3.4
BuildArch: noarch
%python_subpackages