From 351876867255d63fec490c99869b47e4c2eecec26521a79207ec7d6a00b16fbd Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 30 Mar 2017 17:55:10 +0000 Subject: [PATCH] Accepting request 483877 from home:TheBlackCat:branches:devel:languages:python Update python-asn1 dependency to python-pyasn1 OBS-URL: https://build.opensuse.org/request/show/483877 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyczar?expand=0&rev=6 --- python-keyczar.changes | 5 +++++ python-keyczar.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-keyczar.changes b/python-keyczar.changes index 3f842a6..0c04745 100644 --- a/python-keyczar.changes +++ b/python-keyczar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 30 17:48:35 UTC 2017 - toddrme2178@gmail.com + +- Update python-asn1 dependency to python-pyasn1 + ------------------------------------------------------------------- Mon Sep 28 08:33:26 UTC 2015 - michael@stroeder.com diff --git a/python-keyczar.spec b/python-keyczar.spec index 16db06d..48fef53 100644 --- a/python-keyczar.spec +++ b/python-keyczar.spec @@ -1,7 +1,7 @@ # # spec file for package python-keyczar # -# Copyright (c) 2009-2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009-2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,11 @@ Url: http://www.keyczar.org Group: Development/Languages/Python Source0: %{name}-%{version}.tar.gz Source1: keyczart.1 -BuildRequires: python-asn1 >= 0.0.8a +BuildRequires: python-pyasn1 >= 0.0.8a BuildRequires: python-devel BuildRequires: python-pycrypto BuildRequires: python-setuptools -Requires: python-asn1 >= 0.0.8a +Requires: python-pyasn1 >= 0.0.8a Requires: python-pycrypto BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version}