15
0

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
This commit is contained in:
2021-08-30 10:29:37 +00:00
committed by Git OBS Bridge
parent 3783d81bd9
commit b5cf46fa5f
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 22 11:21:53 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Trim filler wording from description.
-------------------------------------------------------------------
Mon Aug 9 17:50:25 UTC 2021 - Elisei Roca <eroca@suse.com> - 0.2.2

View File

@@ -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