forked from pool/python-python-dotenv
* Add type hints and expose them to users (@qnighy)(#172) * load_dotenv and dotenv_values now accept an encoding parameter, defaults to None (@theskumar)(@earlbread)(#161) * Fix str/unicode inconsistency in Python 2: values are always str now. (@bbc2)(#121) * Fix Unicode error in Python 2, introduced in 0.10.0. (@bbc2)(#176) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=6
20 lines
888 B
Plaintext
20 lines
888 B
Plaintext
-------------------------------------------------------------------
|
|
Sat May 25 08:58:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.10.2:
|
|
* Add type hints and expose them to users (@qnighy)(#172)
|
|
* load_dotenv and dotenv_values now accept an encoding parameter, defaults to None (@theskumar)(@earlbread)(#161)
|
|
* Fix str/unicode inconsistency in Python 2: values are always str now. (@bbc2)(#121)
|
|
* Fix Unicode error in Python 2, introduced in 0.10.0. (@bbc2)(#176)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 15:42:54 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add LANG=C.UTF-8 to %check to fix tests on Leap
|
|
- Rename tarball to match name provided by PyPI
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 15 06:37:32 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for 0.10.1
|