Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-okta for openSUSE:Factory checked in at 2026-03-16 14:17:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-okta (Old) and /work/SRC/openSUSE:Factory/.python-okta.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-okta" Mon Mar 16 14:17:12 2026 rev:6 rq:1339176 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-okta/python-okta.changes 2025-05-05 22:59:30.608325165 +0200 +++ /work/SRC/openSUSE:Factory/.python-okta.new.8177/python-okta.changes 2026-03-16 14:20:26.357033224 +0100 @@ -1,0 +2,20 @@ +Sun Mar 15 21:20:47 UTC 2026 - Dirk Müller <[email protected]> + +- update to 3.1.0: + * **Updated API Specifications**: The SDK has been regenerated + using the v5.1.0 Okta Management OpenAPI specifications, + bringing support for new endpoints and enhanced functionality + across the API surface. + * **Pagination Support**: List operations now support + pagination for efficient handling of large result sets. For + detailed usage instructions and examples, please refer to + `README.md## Pagination`. + * **OpenAPI Generator Tooling Update**: The SDK generation + process has transitioned from the npm-based `openapi- + generator-cli` to the JAR-based version due to configuration + limitations in the npm package. Contributors and maintainers + should now use the OpenAPI Generator JAR file for SDK + generation. Download instructions: https://openapi- + generator.tech/docs/installation#jar + +------------------------------------------------------------------- Old: ---- okta-2.9.13.tar.gz New: ---- okta-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-okta.spec ++++++ --- /var/tmp/diff_new_pack.KUEGMg/_old 2026-03-16 14:20:26.869054513 +0100 +++ /var/tmp/diff_new_pack.KUEGMg/_new 2026-03-16 14:20:26.869054513 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-okta # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2024, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-okta -Version: 2.9.13 +Version: 3.1.0 Release: 0 Summary: Python SDK for the Okta Management API License: Apache-2.0 @@ -34,14 +34,18 @@ BuildRequires: %{python_module PyJWT} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module aiohttp} +BuildRequires: %{python_module blinker} BuildRequires: %{python_module flatdict} BuildRequires: %{python_module jwcrypto} BuildRequires: %{python_module pycryptodomex} +BuildRequires: %{python_module pydantic} BuildRequires: %{python_module pydash} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-recording} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module python-dateutil} +BuildRequires: %{python_module requests} BuildRequires: %{python_module xmltodict} BuildRequires: %{python_module yarl} # /SECTION @@ -50,10 +54,14 @@ Requires: python-PyYAML Requires: python-aenum Requires: python-aiohttp +Requires: python-blinker Requires: python-flatdict Requires: python-jwcrypto Requires: python-pycryptodomex +Requires: python-pydantic Requires: python-pydash +Requires: python-python-dateutil +Requires: python-requests Requires: python-xmltodict Requires: python-yarl BuildArch: noarch @@ -75,11 +83,6 @@ %check # skip integration tests (require a network connection) rm -r tests/integration -# skip tests with "fixture 'fs' not found" -rm tests/unit/test_client.py -rm tests/unit/test_http_client.py -rm tests/unit/test_models.py -rm tests/unit/test_oauth.py %pytest %files %{python_files} ++++++ okta-2.9.13.tar.gz -> okta-3.1.0.tar.gz ++++++ ++++ 568645 lines of diff (skipped)
