From 66861dda974d9ed87811eca749bf424dcebe73fba824800183285c938aae28c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Feb 2019 10:10:57 +0000 Subject: [PATCH] Accepting request 673606 from home:jengelh:branches:devel:languages:python - Trim replicated metadata from description. OBS-URL: https://build.opensuse.org/request/show/673606 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pem?expand=0&rev=3 --- python-pem.changes | 5 +++++ python-pem.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pem.changes b/python-pem.changes index 7e4bd7a..7259c4e 100644 --- a/python-pem.changes +++ b/python-pem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 12 10:07:08 UTC 2019 - Jan Engelhardt + +- Trim replicated metadata from description. + ------------------------------------------------------------------- Tue Feb 12 09:05:10 UTC 2019 - Tomáš Chvátal diff --git a/python-pem.spec b/python-pem.spec index d1812f7..5c2d2c3 100644 --- a/python-pem.spec +++ b/python-pem.spec @@ -20,7 +20,7 @@ Name: python-pem Version: 18.2.0 Release: 0 -Summary: Easy PEM file parsing in Python +Summary: PEM file parsing in Python License: MIT Group: Development/Languages/Python URL: https://github.com/hynek/pem @@ -40,7 +40,7 @@ BuildArch: noarch %python_subpackages %description -pem is an MIT-licensed Python module for parsing and splitting of PEM files, +pem is a Python module for parsing and splitting of PEM files, i.e. Base64 encoded DER keys and certificates. %prep