diff --git a/nox-2019.11.9.tar.gz b/nox-2019.11.9.tar.gz deleted file mode 100644 index 5484a1c..0000000 --- a/nox-2019.11.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceecbcde80fc74c18c589e926fd328c5199ca92aacd359a26b8c684174cf9fe1 -size 3948493 diff --git a/nox-2020.5.24.tar.gz b/nox-2020.5.24.tar.gz new file mode 100644 index 0000000..37f76f9 --- /dev/null +++ b/nox-2020.5.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816a5f8939bb888823dd365e2681828f150bb44a420ddad0901eef90676484f7 +size 3954308 diff --git a/python-nox.changes b/python-nox.changes index 42c6541..18a37b7 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jun 17 06:16:32 UTC 2020 - Steve Kowalik + +- Update to version 2020.5.24: + * Add new options for `venv_backend`, including the ability to set the + backend globally. (#326) + * Fix various typos in the documentation. (#325, #326, #281) + * Add `session.create_tmp`. (#320) + * Place all of Nox's command-line options into argparse groups. (#306) + * Add the `--pythons` command-line option to allow specifying which versions + of Python to run. (#304) + * Add a significant amount of type annotations. (#297, #294, #290, #282, #274) + * Stop building universal wheels since we don't support Python 2. (#293) + * Add the ability to specify additional options for the virtualenv backend using `venv_params`. (#280) + * Prefer `importlib.metadata` for metadata loading, removing our dependency on `pkg_resources`. (#277) + * Add OmegaConf and Hydra to list of projects that use Nox. (#279) + * Use a more accurate error message, along with the cause, if loading of noxfile runs into error. (#272) + * Test against Python 3.8. (#270) + * Fix a syntax highlighting mistake in configuration docs. (#268) + * Use `stdout.isatty` to finalize color instead of `stdin.isatty`. (#267) + ------------------------------------------------------------------- Thu May 21 10:56:38 UTC 2020 - Petr Gajdos diff --git a/python-nox.spec b/python-nox.spec index 9165539..9f47275 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nox -Version: 2019.11.9 +Version: 2020.5.24 Release: 0 Summary: Flexible test automation License: Apache-2.0