forked from pool/python-nox
- version update to 2019.11.9 - Fix example installation call for pip. (#259) - Allow colorlog 4. (#257) - Order Pythons in descending version in `appveyor.yml`. (#258) - Add link to GitHub Action for Nox. (#255) - Use double "\`" for inline code. (#254) - Add types to `_option_set.py`. (#249) - Add type hints to `tasks.py`. (#241) - Fix typo (virtulenvs). (#247) - Replace flake8 sorter with isort. (#242) - Pass `VIRTUAL_ENV` environment variable to commands executed in a virtualenv. (#245) - Fix docs to show correct list for parametrize. (#244) - Add argcomplete dependency to conda test session. (#240) OBS-URL: https://build.opensuse.org/request/show/789703 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=5
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 30 10:05:56 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 2019.11.9
|
|
- Fix example installation call for pip. (#259)
|
|
- Allow colorlog 4. (#257)
|
|
- Order Pythons in descending version in `appveyor.yml`. (#258)
|
|
- Add link to GitHub Action for Nox. (#255)
|
|
- Use double "\`" for inline code. (#254)
|
|
- Add types to `_option_set.py`. (#249)
|
|
- Add type hints to `tasks.py`. (#241)
|
|
- Fix typo (virtulenvs). (#247)
|
|
- Replace flake8 sorter with isort. (#242)
|
|
- Pass `VIRTUAL_ENV` environment variable to commands executed in a virtualenv. (#245)
|
|
- Fix docs to show correct list for parametrize. (#244)
|
|
- Add argcomplete dependency to conda test session. (#240)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 15 06:00:07 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Remove upper version specifiers preventing use with latest colorlog
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 14 09:48:06 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v2019.8.20
|