File oauth2-clientd.changes of Package oauth2-clientd
-------------------------------------------------------------------
Tue Feb 28 16:40:44 UTC 2023 - jeffm@suse.com
- Update to version 0.9.0:
* setup.py: increment version to 0.9
* builtin-providers: add office365 as default
* README.md: Fixed inconsistency in instructions
-------------------------------------------------------------------
Wed Dec 28 18:43:44 UTC 2022 - Jeff Mahoney <jeffm@suse.com> - 0.8.1
- Depend on python3-importlib_resources when Python < 3.7
-------------------------------------------------------------------
Wed Oct 12 18:16:39 UTC 2022 - jeffm@suse.com
- Update to version 0.8.1:
* cli: use time.CLOCK_REALTIME on Python <= v3.6
-------------------------------------------------------------------
Mon Aug 29 13:00:09 UTC 2022 - jeffm@suse.com
- Update to version 0.8.0:
* oauth2-clientd: update version to v0.8
* tests: fix up some simple mypy and pylint complaints
* cli: use CLOCK_BOOTTIME to handle waiting for refresh timeout (#7)
* cli: use import_resources on Python when required (#6)
-------------------------------------------------------------------
Fri Oct 22 20:58:13 UTC 2021 - jeffm@suse.com
- Update to version 0.7.0:
* oauth2-clientd: update version to v0.7
* sessionmanager: pull encryption out into separate module
* sessionmanager: break out helpers into new module
* oauth2-clientd: move provider definitions into config files
* sessionmanager: catch errors while opening output file
* cli: remove tuple of scope values from office365 provider
* sessionmanager: remove unused casts
* oauth2-clientd: restructure package
* oauth2-clientd: clean up logging
* oauth2-clientd: fix simple mypy failures
* fix simple pylint failures
-------------------------------------------------------------------
Thu May 27 20:33:02 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Update to v0.5:
- oauth2-clientd: update version to v0.5
- oauth2-clientd: add -u to run hook after token is updated
- oauth2-clientd: switch to using the logging module for logging
- oauth2-clientd: delay refreshing access token until after daemonizing
- oauth2-clientd: don't try to pick a random port and reuse it
- oauth2_clientmanager: remove unnecessary chmods
- oauth2-clientd: put fatal errors into an exception
- oauth2-clientd: make a message less threatening
-------------------------------------------------------------------
Sat May 22 02:14:10 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Update to v0.4:
- oauth2-clientd: update version to v0.4
- oauth2-clientd: add suse-o365 provider and use it by default
- oauth2-clientd: remove clientid argument from -a and add a new -c
- oauth2-clientd: contextlib.nullcontext was introduced in Python 3.7
- setup.py: add dependency on atomicwrites
-------------------------------------------------------------------
Thu May 13 16:02:58 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Add explicit dependencies on releases that don't have the python
dependency generation built-in.
-------------------------------------------------------------------
Thu May 13 02:06:14 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Update to v0.3:
- oauth2-clientd: update version to v0.3
- oauth2-clientd: add -t option to set threshold for renewal
- oauth2-clientd: fix stdout vs stderr when printing access token
- oauth2-clientd: add missing typing
- oauth2-clientd: add -i option for pid lockfile
- oauth2-clientd: use nullcontext to simplify calling the main loop
- oauth2_clientmanager: replace write-and-rename writes with atomic_write
- oauth2-clientd: set working_directory=os.getcwd() for DaemonContext
- oauth2-clientd: fix invocation of daemon.ContextDaemon
- oauth2_clientmanager: don't replace non-socket file with socket
-------------------------------------------------------------------
Mon May 10 14:38:04 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Update to v0.2:
* oauth2-clientd: rename oauth2_client to oauth2_clientmanager
-------------------------------------------------------------------
Sat May 8 01:15:30 UTC 2021 - Jeff Mahoney <jeffm@suse.com>
- Initial packaging.