forked from pool/python-okta
Accepting request 1235242 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-okta?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4439d188fb1ce29e7223d8c5cceb5123eaf4d2dbec91af31e2e0928e5f9c5afa
|
||||
size 959230
|
||||
3
okta-2.9.9.tar.gz
Normal file
3
okta-2.9.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:460075b6b512031ac2a46271c8bb7a9734171dc54f567a8851a7329da9545336
|
||||
size 990050
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 6 14:58:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.9.9
|
||||
* Place client_assertion JWT in body instead of URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 13:34:00 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-okta
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,41 +18,41 @@
|
||||
|
||||
|
||||
Name: python-okta
|
||||
Version: 2.9.8
|
||||
Version: 2.9.9
|
||||
Release: 0
|
||||
Summary: Python SDK for the Okta Management API
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/okta/okta-sdk-python
|
||||
Source: https://files.pythonhosted.org/packages/source/o/okta/okta-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module aenum}
|
||||
BuildRequires: %{python_module PyJWT}
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module aiohttp}
|
||||
BuildRequires: %{python_module flatdict}
|
||||
BuildRequires: %{python_module jwcrypto}
|
||||
BuildRequires: %{python_module pycryptodomex}
|
||||
BuildRequires: %{python_module pydash}
|
||||
BuildRequires: %{python_module PyJWT}
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module xmltodict}
|
||||
BuildRequires: %{python_module yarl}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest-recording}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module xmltodict}
|
||||
BuildRequires: %{python_module yarl}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-PyJWT
|
||||
Requires: python-PyYAML
|
||||
Requires: python-aenum
|
||||
Requires: python-aiohttp
|
||||
Requires: python-flatdict
|
||||
Requires: python-jwcrypto
|
||||
Requires: python-pycryptodomex
|
||||
Requires: python-pydash
|
||||
Requires: python-PyJWT
|
||||
Requires: python-PyYAML
|
||||
Requires: python-xmltodict
|
||||
Requires: python-yarl
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user