forked from pool/python-nox
Accepting request 789709 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/789709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nox?expand=0&rev=3
This commit is contained in:
3
nox-2019.11.9.tar.gz
Normal file
3
nox-2019.11.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceecbcde80fc74c18c589e926fd328c5199ca92aacd359a26b8c684174cf9fe1
|
||||
size 3948493
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1591545ad37e6439141c40fe4589a6b02060ee0461cef90c438818984df48b7
|
||||
size 3947739
|
||||
@@ -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 <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -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