From 4679f33ebd37e42fd135881867b959e0aec51f98b995a5a3fd94c728ebbbd7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Wed, 14 Jun 2017 12:51:17 +0000 Subject: [PATCH] Accepting request 503687 from home:stroeder:branches:devel:languages:python update to upstream release 0.0.9 OBS-URL: https://build.opensuse.org/request/show/503687 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=35 --- pyasn1-modules-0.0.8.tar.gz | 3 --- pyasn1-modules-0.0.9.tar.gz | 3 +++ python-pyasn1-modules.changes | 12 ++++++++++++ python-pyasn1-modules.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pyasn1-modules-0.0.8.tar.gz create mode 100644 pyasn1-modules-0.0.9.tar.gz diff --git a/pyasn1-modules-0.0.8.tar.gz b/pyasn1-modules-0.0.8.tar.gz deleted file mode 100644 index b6cadb7..0000000 --- a/pyasn1-modules-0.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 -size 38776 diff --git a/pyasn1-modules-0.0.9.tar.gz b/pyasn1-modules-0.0.9.tar.gz new file mode 100644 index 0000000..ea409de --- /dev/null +++ b/pyasn1-modules-0.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0e4157e4a53551279d6c6e366b080527f5fd068616835b4abf32c14f657f5f +size 63423 diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes index 2c72e3c..7890e4d 100644 --- a/python-pyasn1-modules.changes +++ b/python-pyasn1-modules.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jun 14 12:44:59 UTC 2017 - michael@stroeder.com + +- Update to upstream release 0.0.9 + * More CRL data structures added (RFC3279) + * Added X.509 certificate extensions map + * Added X.509 attribute type map + * Fix to __doc__ use in setup.py to make -O0 installation mode working + * Copyright added to source files + * More PEP-8'ing done on the code + * Author's e-mail changed + ------------------------------------------------------------------- Thu Mar 16 13:46:56 UTC 2017 - tbechtold@suse.com diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec index 3723b55..c25e459 100644 --- a/python-pyasn1-modules.spec +++ b/python-pyasn1-modules.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyasn1-modules -Version: 0.0.8 +Version: 0.0.9 Release: 0 Url: http://pyasn1.sf.net/ Summary: Collection of protocols modules written in ASN.1 language @@ -50,7 +50,7 @@ specification. %files %python_files %defattr(-,root,root,-) -%doc CHANGES.txt LICENSE.txt README.txt +%doc CHANGES.txt LICENSE.txt README.md %{python_sitelib}/* %changelog