17
0

Accepting request 914998 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/914998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-oktaloginwrapper?expand=0&rev=2
This commit is contained in:
2021-08-30 11:55:33 +00:00
committed by Git OBS Bridge
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