2023-04-26 21:07:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 26 01:56:00 UTC 2023 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Remove duplicate sle15_python_module_pythons
|
|
|
|
|
2023-04-21 13:22:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:32:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 19 01:08:36 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Switch to single spec version build for PSP
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 13 22:44:15 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
2022-04-11 12:14:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 11 10:55:56 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.20.0
|
|
|
|
* The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None
|
|
|
|
* Add --override/--no-override option to dotenv run
|
|
|
|
* Raise ValueError if quote_mode isn't one of always, auto or never in set_key
|
|
|
|
* Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported.
|
|
|
|
* The stream argument of load_dotenv and dotenv_values can now be a text stream (IO[str]),
|
|
|
|
which includes values like io.StringIO("foo") and open("file.env", "r")
|
|
|
|
* Add support for Python 3.10.
|
|
|
|
* Add encoding (Optional[str]) parameter to get_key, set_key and unset_key.
|
|
|
|
- Do not require mock
|
|
|
|
|
2020-12-07 12:32:39 +00:00
|
|
|
-------------------------------------------------------------------
|
2022-02-22 08:24:40 +00:00
|
|
|
Mon Feb 21 09:09:13 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
|
|
- Skip building for python2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-12-07 12:32:39 +00:00
|
|
|
Mon Dec 7 00:42:19 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Skip testing with optional jupyter_ipython. Jupyter is only
|
|
|
|
available for Python >= 3.7
|
|
|
|
gh#openSUSE/python-rpm-macros#66
|
|
|
|
|
2020-12-07 09:49:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 2 17:16:41 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
|
|
|
|
|
|
|
- Update to 0.15.0
|
|
|
|
* Add --export option to set to make it prepend the binding with export (#270 by @jadutter).
|
|
|
|
* Make set command create the .env file in the current directory if no .env file was found (#270 by @jadutter).
|
|
|
|
* Fix potentially empty expanded value for duplicate key (#260 by @bbc2).
|
|
|
|
* Fix import error on Python 3.5.0 and 3.5.1 (#267 by @gongqingkui).
|
|
|
|
* Fix parsing of unquoted values containing several adjacent space or tab characters (#277 by @bbc2, review by @x-yuri).
|
|
|
|
|
2020-08-05 15:44:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 5 13:46:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.14.0
|
|
|
|
* Privilege definition in file over the environment in variable expansion (#256 by
|
|
|
|
[@elbehery95]).
|
|
|
|
* Improve error message for when file isn't found (#245 by [@snobu]).
|
|
|
|
* Use HTTPS URL in package meta data (#251 by [@ekohl]).
|
|
|
|
|
2020-07-01 03:00:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 30 04:44:30 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Downgrade jupyter_ipython from Recommends to Suggests as
|
|
|
|
python-dotenv is now a dependency of docker-compose
|
|
|
|
|
2020-05-21 09:02:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 20 12:41:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.13.0
|
|
|
|
* Add support for a Bash-like default value in variable expansion
|
|
|
|
* Fix escaping of quoted values written by set_key
|
|
|
|
* Few more fixes
|
|
|
|
|
2019-07-22 13:21:25 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-03-18 09:20:20 +00:00
|
|
|
Wed Mar 18 09:17:07 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.12.0:
|
|
|
|
* various fixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-07-22 13:21:25 +00:00
|
|
|
Mon Jul 22 13:18:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.10.3:
|
|
|
|
* Small cleanups
|
|
|
|
|
2019-05-25 09:00:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2019-03-07 16:40:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2019-02-15 08:03:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 15 06:37:32 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for 0.10.1
|