hguemar / rpms / subunit

Forked from rpms/subunit 5 years ago
Clone

Blame subunit-unbundle-iso8601.patch

3ac6840
--- COPYING.orig	2018-03-24 08:22:44.000000000 -0600
3ac6840
+++ COPYING	2018-07-03 15:07:50.241733503 -0600
Jerry James 36261fc
@@ -29,8 +29,6 @@ Code that has been incorporated into Sub
Jerry James 36261fc
 naturally be under its own license, and will retain that license.
Jerry James 36261fc
 
Jerry James 36261fc
 A known list of such code is maintained here:
Jerry James 36261fc
-* The python/iso8601 module by Michael Twomey, distributed under an MIT style
Jerry James 36261fc
-  licence - see python/iso8601/LICENSE for details.
Jerry James 36261fc
 * The runtests.py and python/subunit/tests/TestUtil.py module are GPL test
80687ec
   support modules. They are not installed by Subunit - they are only ever
Jerry James 36261fc
   used on the build machine.  Copyright 2004 Canonical Limited.
3ac6840
--- Makefile.am.orig	2018-03-24 08:22:44.000000000 -0600
3ac6840
+++ Makefile.am	2018-07-03 15:08:08.386499408 -0600
3ac6840
@@ -16,11 +16,6 @@ EXTRA_DIST =  \
Jerry James 36261fc
 	perl/lib/Subunit.pm \
Jerry James 36261fc
 	perl/lib/Subunit/Diff.pm \
Jerry James 36261fc
 	perl/subunit-diff \
Jerry James 36261fc
-	python/iso8601/LICENSE \
Jerry James 36261fc
-	python/iso8601/README \
Jerry James 36261fc
-	python/iso8601/README.subunit \
Jerry James 36261fc
-	python/iso8601/setup.py \
Jerry James 36261fc
-	python/iso8601/test_iso8601.py \
Jerry James 36261fc
 	python/subunit/tests/__init__.py \
Jerry James 36261fc
 	python/subunit/tests/sample-script.py \
Jerry James 36261fc
 	python/subunit/tests/sample-two-script.py \
3ac6840
@@ -78,7 +73,6 @@ pkgpython_PYTHON = \
Jerry James 36261fc
 	python/subunit/chunked.py \
Jerry James 36261fc
 	python/subunit/details.py \
Jerry James 36261fc
 	python/subunit/filters.py \
Jerry James 36261fc
-	python/subunit/iso8601.py \
Jerry James 36261fc
 	python/subunit/progress_model.py \
Jerry James 36261fc
 	python/subunit/run.py \
Jerry James 36261fc
 	python/subunit/v2.py \
3ac6840
--- README.rst.orig	2018-03-24 08:22:44.000000000 -0600
3ac6840
+++ README.rst	2018-07-03 15:08:21.114335195 -0600
Jerry James 36261fc
@@ -15,9 +15,6 @@
Jerry James 36261fc
 
Jerry James 36261fc
   See the COPYING file for full details on the licensing of Subunit.
Jerry James 36261fc
 
Jerry James 36261fc
-  subunit reuses iso8601 by Michael Twomey, distributed under an MIT style
Jerry James 36261fc
-  licence - see python/iso8601/LICENSE for details.
Jerry James 36261fc
-
Jerry James 36261fc
 Subunit
Jerry James 36261fc
 -------
Jerry James 36261fc