From fa8f22b45157ad6a899b92087f02da3bc8ab93da896d81df187b52545d313af5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Str=C3=B6der?= <michael@stroeder.com>
Date: Sat, 8 Feb 2020 20:59:18 +0000
Subject: [PATCH] Accepting request 772396 from
 home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/772396
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1-modules?expand=0&rev=58
---
 pyasn1-modules-0.2.7.tar.gz   |  3 --
 pyasn1-modules-0.2.8.tar.gz   |  3 ++
 python-pyasn1-modules.changes | 52 +++++++++++++++++++++++++++++++++++
 python-pyasn1-modules.spec    |  7 +++--
 4 files changed, 59 insertions(+), 6 deletions(-)
 delete mode 100644 pyasn1-modules-0.2.7.tar.gz
 create mode 100644 pyasn1-modules-0.2.8.tar.gz

diff --git a/pyasn1-modules-0.2.7.tar.gz b/pyasn1-modules-0.2.7.tar.gz
deleted file mode 100644
index 4a55e0d..0000000
--- a/pyasn1-modules-0.2.7.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0c35a52e00b672f832e5846826f1fb7507907f7d52fba6faa9e3c4cbe874fe4b
-size 198370
diff --git a/pyasn1-modules-0.2.8.tar.gz b/pyasn1-modules-0.2.8.tar.gz
new file mode 100644
index 0000000..bdc628f
--- /dev/null
+++ b/pyasn1-modules-0.2.8.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e
+size 242864
diff --git a/python-pyasn1-modules.changes b/python-pyasn1-modules.changes
index 0e05532..a93c92d 100644
--- a/python-pyasn1-modules.changes
+++ b/python-pyasn1-modules.changes
@@ -1,3 +1,55 @@
+-------------------------------------------------------------------
+Sat Feb  8 20:40:52 UTC 2020 - Arun Persaud <arun@gmx.de>
+
+- specfile:
+  * update copyright year
+  * be more specific in %files section
+
+- update to version 0.2.8:
+  * Improve test routines for modules that use certificate extensions
+  * Improve test for RFC3709 with a real world certificate
+  * Added RFC7633 providing TLS Features Certificate Extension
+  * Added RFC7229 providing OIDs for Test Certificate Policies
+  * Added tests for RFC3280, RFC3281, RFC3852, and RFC4211
+  * Added RFC6960 providing Online Certificate Status Protocol (OCSP)
+  * Added RFC6955 providing Diffie-Hellman Proof-of-Possession
+    Algorithms
+  * Updated the handling of maps for use with openType for RFC 3279
+  * Added RFC6486 providing RPKI Manifests
+  * Added RFC6487 providing Profile for X.509 PKIX Resource
+    Certificates
+  * Added RFC6170 providing Certificate Image in the Internet X.509
+    Public Key Infrastructure, and import the object identifier into
+    RFC3709.
+  * Added RFC6187 providing Certificates for Secure Shell
+    Authentication
+  * Added RFC6482 providing RPKI Route Origin Authorizations (ROAs)
+  * Added RFC6664 providing S/MIME Capabilities for Public Keys
+  * Added RFC6120 providing Extensible Messaging and Presence Protocol
+    names in certificates
+  * Added RFC4985 providing Subject Alternative Name for expression of
+    service names in certificates
+  * Added RFC5924 providing Extended Key Usage for Session Initiation
+    Protocol (SIP) in X.509 certificates
+  * Added RFC5916 providing Device Owner Attribute
+  * Added RFC7508 providing Securing Header Fields with S/MIME
+  * Update RFC8226 to use ComponentPresentConstraint() instead of the
+    previous work around
+  * Add RFC2631 providing OtherInfo for Diffie-Hellman Key Agreement
+  * Add RFC3114 providing test values for the S/MIME Security Label
+  * Add RFC5755 providing Attribute Certificate Profile for
+    Authorization
+  * Add RFC5913 providing Clearance Attribute and Authority Clearance
+    Constraints Certificate Extension
+  * Add RFC5917 providing Clearance Sponsor Attribute
+  * Add RFC4043 providing Internet X.509 PKI Permanent Identifier
+  * Add RFC7585 providing Network Access Identifier (NAI) Realm Name
+    for Certificates
+  * Update RFC3770 to support openType for attributes and reported
+    errata
+  * Add RFC4334 providing Certificate Extensions and Attributes for
+    Authentication in PPP and Wireless LAN Networks
+
 -------------------------------------------------------------------
 Sun Nov 17 09:11:49 UTC 2019 - Michael Ströder <michael@stroeder.com>
 
diff --git a/python-pyasn1-modules.spec b/python-pyasn1-modules.spec
index 4aaea31..048777f 100644
--- a/python-pyasn1-modules.spec
+++ b/python-pyasn1-modules.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyasn1-modules
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyasn1-modules
-Version:        0.2.7
+Version:        0.2.8
 Release:        0
 Summary:        Collection of protocols modules written in ASN.1 language
 License:        BSD-3-Clause
@@ -56,6 +56,7 @@ specification.
 %files %{python_files}
 %license LICENSE.txt
 %doc CHANGES.txt README.md
-%{python_sitelib}/*
+%{python_sitelib}/pyasn1_modules
+%{python_sitelib}/pyasn1_modules-%{version}-py*.egg-info
 
 %changelog