[packages/python-rednose] rediff patch; rel 2
atler
atler at pld-linux.org
Sat Mar 6 13:26:26 CET 2021
commit b5dcaa6e4debe867a5a91520afc77bf3d9c443f4
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Mar 6 13:26:12 2021 +0100
rediff patch; rel 2
python-rednose-colorama.patch | 3 ++-
python-rednose.spec | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-rednose.spec b/python-rednose.spec
index 64d7174..0211a6d 100644
--- a/python-rednose.spec
+++ b/python-rednose.spec
@@ -8,7 +8,7 @@ Summary: Coloured output for nosetests
Summary(pl.UTF-8): Kolorowe wyjście z testów nose
Name: python-rednose
Version: 1.3.0
-Release: 1
+Release: 2
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/rednose/
diff --git a/python-rednose-colorama.patch b/python-rednose-colorama.patch
index ff05366..8793778 100644
--- a/python-rednose-colorama.patch
+++ b/python-rednose-colorama.patch
@@ -2,7 +2,7 @@ colorama is used only for os.name=='nt', so don't require it on other OS
(and don't require strict six version)
--- rednose-1.3.0/setup.py.orig 2018-02-11 19:07:53.000000000 +0100
+++ rednose-1.3.0/setup.py 2020-06-06 16:25:56.261712710 +0200
-@@ -12,7 +12,7 @@
+@@ -12,8 +12,8 @@
packages=find_packages(exclude=['test', 'test.*']),
description='coloured output for nosetests',
entry_points={'nose.plugins.0.10': ['NOSETESTS_PLUGINS = rednose:RedNose']},
@@ -12,3 +12,4 @@ colorama is used only for os.name=='nt', so don't require it on other OS
+ tests_require=['six>=1.10.0'],
long_description=read('README.rst'),
name='rednose',
+ py_modules=['rednose'],
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-rednose.git/commitdiff/b5dcaa6e4debe867a5a91520afc77bf3d9c443f4
More information about the pld-cvs-commit
mailing list