diff --git a/okta-2.9.8.tar.gz b/okta-2.9.8.tar.gz deleted file mode 100644 index 86772b3..0000000 --- a/okta-2.9.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4439d188fb1ce29e7223d8c5cceb5123eaf4d2dbec91af31e2e0928e5f9c5afa -size 959230 diff --git a/okta-2.9.9.tar.gz b/okta-2.9.9.tar.gz new file mode 100644 index 0000000..12a041b --- /dev/null +++ b/okta-2.9.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:460075b6b512031ac2a46271c8bb7a9734171dc54f567a8851a7329da9545336 +size 990050 diff --git a/python-okta.changes b/python-okta.changes index 1125343..7bc6719 100644 --- a/python-okta.changes +++ b/python-okta.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 6 14:58:09 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.9.9 + * Place client_assertion JWT in body instead of URL + ------------------------------------------------------------------- Tue Nov 12 13:34:00 UTC 2024 - Martin Hauke diff --git a/python-okta.spec b/python-okta.spec index 07a4891..cc27477 100644 --- a/python-okta.spec +++ b/python-okta.spec @@ -1,6 +1,7 @@ # # spec file for package python-okta # +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024, Martin Hauke # # 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