From b5cf46fa5fc54c8bcb6af708f2df950e57ec239f48c25eb1115a365b907bbab1 Mon Sep 17 00:00:00 2001 From: Elisei Roca Date: Mon, 30 Aug 2021 10:29:37 +0000 Subject: [PATCH] Accepting request 913562 from home:jengelh:branches:devel:languages:python - Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/913562 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oktaloginwrapper?expand=0&rev=3 --- python-oktaloginwrapper.changes | 5 +++++ python-oktaloginwrapper.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/python-oktaloginwrapper.changes b/python-oktaloginwrapper.changes index 9221bb8..29105cd 100644 --- a/python-oktaloginwrapper.changes +++ b/python-oktaloginwrapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 22 11:21:53 UTC 2021 - Jan Engelhardt + +- Trim filler wording from description. + ------------------------------------------------------------------- Mon Aug 9 17:50:25 UTC 2021 - Elisei Roca - 0.2.2 diff --git a/python-oktaloginwrapper.spec b/python-oktaloginwrapper.spec index 850a4d4..44de36e 100644 --- a/python-oktaloginwrapper.spec +++ b/python-oktaloginwrapper.spec @@ -20,24 +20,25 @@ Name: python-oktaloginwrapper Version: 0.2.2 Release: 0 -Summary: Okta login made easy without API token +Summary: Okta login without API token License: MIT Group: Development/Languages/Python URL: https://github.com/eliroca/OktaLoginWrapper Source: https://github.com/eliroca/OktaLoginWrapper/archive/%{version}.tar.gz#/OktaLoginWrapper-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-lxml Requires: python-requests BuildArch: noarch %python_subpackages %description -Provide an easy way for your scripts to access resources behind an Okta SSO solution, without the need for an API token. +This modules provides a way for scripts to access resources behind +an Okta SSO solution, without the need for an API token. %prep -%setup -q -n OktaLoginWrapper-%{version} +%autosetup -n OktaLoginWrapper-%{version} %build %python_build