* Added
+ Support for Python 3.13.
+ Support for Moto 5. #76
* Removed
+ Support for Python 3.7.
- Remove urllib3 BuildRequires.
- Drop patch support-moto-5.patch, merged upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-environ-config?expand=0&rev=12
75 lines
2.6 KiB
Plaintext
75 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Jan 29 03:47:53 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Update to 24.1.0:
|
||
* Added
|
||
+ Support for Python 3.13.
|
||
+ Support for Moto 5. #76
|
||
* Removed
|
||
+ Support for Python 3.7.
|
||
- Remove urllib3 BuildRequires.
|
||
- Drop patch support-moto-5.patch, merged upstream.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 13 05:40:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Add patch support-moto-5.patch:
|
||
* Support moto 5.0 changes.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 29 14:06:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 23.2.0:
|
||
* Type hints for `environ.config()` now allow for arguments
|
||
(e.g. `@environ.config(prefix="")`).
|
||
* `environ.secrets.DirectorySecrets.from_path()` now works when
|
||
loading from `os.environ`.
|
||
* Public APIs now carry type hints (except in-class methods
|
||
like ``AppConfig.from_environ()``).
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 23 12:34:02 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||
|
||
- Stick with urllib3 < 2 due to boto.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 9 16:48:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||
|
||
- Update to 22.1.0 (2022-04-02)
|
||
* Deprecations:
|
||
Python 2.7, 3.5, and 3.6 support has been dropped. environ-config now requires Python 3.7 or later.
|
||
* Changes:
|
||
Lazily init the AWS SecretsManager client to make unit testing easier. #25
|
||
|
||
- Update to 21.2.0 (2021-05-17)
|
||
* Deprecations:
|
||
This is the last release supporting Python versions older than 3.7.
|
||
* Changes:
|
||
Added AWS SecretsManager support. #23
|
||
|
||
- Update to 21.1.0 (2021-04-14)
|
||
* Backward-incompatible changes:
|
||
none
|
||
* Deprecations:
|
||
none
|
||
* Changes:
|
||
Fixed environment variables’ names when prefix is empty. #14
|
||
Added the optional keyword argument to environ.group() #17
|
||
Added DirectorySecrets secret reader, which can read secrets from a directory of files.
|
||
Useful for Docker or Kubernetes mounted secrets inside a container. #19
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 24 13:51:16 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Add Conflict with python-django-environ
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 21 18:46:00 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Update to v20.1.0
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Mar 9 11:51:02 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
||
- Initial spec for v18.2.0
|