forked from pool/python-nox
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
This commit is contained in:
committed by
Git OBS Bridge
parent
2ff2729955
commit
fe9bb0eb85
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user