From fe9bb0eb85263eed87d15957d83b115b14b68cb854b4cf792b0cd29bc29de90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Mar 2020 10:32:41 +0000 Subject: [PATCH] Accepting request 789703 from home:pgajdos:python - 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 --- nox-2019.11.9.tar.gz | 3 +++ nox-2019.8.20.tar.gz | 3 --- python-nox.changes | 17 +++++++++++++++++ python-nox.spec | 5 +++-- 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 nox-2019.11.9.tar.gz delete mode 100644 nox-2019.8.20.tar.gz diff --git a/nox-2019.11.9.tar.gz b/nox-2019.11.9.tar.gz new file mode 100644 index 0000000..5484a1c --- /dev/null +++ b/nox-2019.11.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceecbcde80fc74c18c589e926fd328c5199ca92aacd359a26b8c684174cf9fe1 +size 3948493 diff --git a/nox-2019.8.20.tar.gz b/nox-2019.8.20.tar.gz deleted file mode 100644 index 611db8e..0000000 --- a/nox-2019.8.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1591545ad37e6439141c40fe4589a6b02060ee0461cef90c438818984df48b7 -size 3947739 diff --git a/python-nox.changes b/python-nox.changes index 4bc2324..3b3b496 100644 --- a/python-nox.changes +++ b/python-nox.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/python-nox.spec b/python-nox.spec index 48a5915..8725113 100644 --- a/python-nox.spec +++ b/python-nox.spec @@ -1,7 +1,7 @@ # # spec file for package python-nox # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nox -Version: 2019.8.20 +Version: 2019.11.9 Release: 0 Summary: Flexible test automation License: Apache-2.0 @@ -33,6 +33,7 @@ BuildRequires: python-rpm-macros Requires: python-argcomplete >= 1.9.4 Requires: python-colorlog >= 2.6.1 Requires: python-py >= 1.4.0 +Requires: python-setuptools Requires: python-virtualenv >= 14.0.0 Suggests: python-Jinja2 Suggests: python-tox