New Upstream Snapshot - openstack-nose

Ready changes

Summary

Merged new upstream version: 0.11+git20190419.1.d2a0ebf (was: 0.11).

Resulting package

Built on 2023-02-08T15:58 (took 2m23s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots python3-openstack.nose-plugin

Lintian Result

Diff

diff --git a/.gitreview b/.gitreview
deleted file mode 100644
index 1371b9b..0000000
--- a/.gitreview
+++ /dev/null
@@ -1,4 +0,0 @@
-[gerrit]
-host=review.openstack.org
-port=29418
-project=openstack-dev/openstack-nose.git
diff --git a/MANIFEST.in b/MANIFEST.in
index 9561fb1..1d18714 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1,2 @@
 include README.rst
+exclude .gitreview
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..7fee226
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,48 @@
+Metadata-Version: 1.1
+Name: openstack.nose_plugin
+Version: 0.11
+Summary: openstack run_tests.py style output for nosetests
+Home-page: https://github.com/jkoelker/openstack-nose
+Author: Jason Kölker
+Author-email: jason@koelker.net
+License: Apache Software License
+Description: openstack.nose_plugin - Nose plugin for openstack style test output
+        ===================================================================
+        
+        openstack.nose_plugin provides a nose plugin that allow's nosetests output to
+        mimic the output of openstack's run_tests.py.
+        
+        Installation
+        ------------
+            pip install openstack.nose_plugin
+        
+        Usage
+        -----
+        
+        The following options are available:
+        
+            --with-openstack      Enable plugin Openstack: Nova style output
+                                  generator
+                                  [NOSE_WITH_OPENSTACK]
+            --openstack-red=OPENSTACK_RED
+                                  Colorize run times greater than value red.
+                                  [NOSE_OPENSTACK_RED] or 1.0
+            --openstack-yellow=OPENSTACK_YELLOW
+                                  Colorize run times greater than value yellow.
+                                  [NOSE_OPENSTACK_RED] or 0.25
+            --openstack-show-elapsed
+                                  Show the elaped runtime of tests.
+                                  [NOSE_OPENSTACK_SHOW_ELAPSED]
+            --openstack-color     Colorize output. [NOSE_OPENSTACK_COLOR]
+            --openstack-nocolor   Disable colorize output. [NOSE_OPENSTACK_COLOR]
+            --openstack-num-slow=OPENSTACK_NUM_SLOW
+                                  Number top slowest tests to report.
+                                  [NOSE_OPENSTACK_NUM_SLOW]
+        
+Keywords: nose
+Platform: UNKNOWN
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
diff --git a/README.rst b/README.rst
index 56ca226..c0ee763 100644
--- a/README.rst
+++ b/README.rst
@@ -11,7 +11,7 @@ Installation
 Usage
 -----
 
-The following options are availible:
+The following options are available:
 
     --with-openstack      Enable plugin Openstack: Nova style output
                           generator
diff --git a/debian/changelog b/debian/changelog
index 7e247e5..d3ddca5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
-openstack-nose (0.11-5) UNRELEASED; urgency=medium
+openstack-nose (0.11+git20190419.1.d2a0ebf-1) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Use debhelper-compat instead of debian/compat.
   * Bump Standards-Version to 4.4.1.
 
- -- Ondřej Nový <onovy@debian.org>  Thu, 18 Jul 2019 16:37:25 +0200
+  [ Debian Janitor ]
+  * New upstream snapshot.
+  * Drop patch Fixes_unicode_formatting_bug.patch, present upstream.
+
+ -- Ondřej Nový <onovy@debian.org>  Wed, 08 Feb 2023 15:57:15 -0000
 
 openstack-nose (0.11-5) unstable; urgency=medium
 
diff --git a/debian/patches/Fixes_unicode_formatting_bug.patch b/debian/patches/Fixes_unicode_formatting_bug.patch
deleted file mode 100644
index 24d2de8..0000000
--- a/debian/patches/Fixes_unicode_formatting_bug.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fixes unicode formatting bug
-Author: Obulpathi <obulapathi.challa@rackspace.com>
-Date: Wed, 20 May 2015 19:27:36 +0000 (-0400)
-X-Git-Url: https://review.openstack.org/gitweb?p=openstack-dev%2Fopenstack-nose.git;a=commitdiff_plain;h=de9dcf85a0b53628d709c6314bccfefed780703f
-Change-Id: I0c3551efab09724dee31855d4a3c88164f9888c9
-Origin: upstream, https://review.openstack.org/#/c/184594/
-Last-Update: 2015-05-21
-
-diff --git a/openstack/nose_plugin.py b/openstack/nose_plugin.py
-index 03230f8..b7f9404 100644
---- a/openstack/nose_plugin.py
-+++ b/openstack/nose_plugin.py
-@@ -250,6 +250,6 @@ class Openstack(plugins.Plugin):
-             if cls != self._cls:
-                 self.stream.writeln(str(cls))
-                 self._cls = cls
--            self.stream.write((' ' * 4 + str(name)).ljust(65))
-+            self.stream.write('    {0}'.format(name).ljust(65))
-             self.stream.flush()
-         self.times[(cls, name)] = [time.time()]
diff --git a/debian/patches/series b/debian/patches/series
index 60e7a0b..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-Fixes_unicode_formatting_bug.patch
diff --git a/openstack.nose_plugin.egg-info/PKG-INFO b/openstack.nose_plugin.egg-info/PKG-INFO
new file mode 100644
index 0000000..521eda5
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/PKG-INFO
@@ -0,0 +1,48 @@
+Metadata-Version: 1.1
+Name: openstack.nose-plugin
+Version: 0.11
+Summary: openstack run_tests.py style output for nosetests
+Home-page: https://github.com/jkoelker/openstack-nose
+Author: Jason Kölker
+Author-email: jason@koelker.net
+License: Apache Software License
+Description: openstack.nose_plugin - Nose plugin for openstack style test output
+        ===================================================================
+        
+        openstack.nose_plugin provides a nose plugin that allow's nosetests output to
+        mimic the output of openstack's run_tests.py.
+        
+        Installation
+        ------------
+            pip install openstack.nose_plugin
+        
+        Usage
+        -----
+        
+        The following options are available:
+        
+            --with-openstack      Enable plugin Openstack: Nova style output
+                                  generator
+                                  [NOSE_WITH_OPENSTACK]
+            --openstack-red=OPENSTACK_RED
+                                  Colorize run times greater than value red.
+                                  [NOSE_OPENSTACK_RED] or 1.0
+            --openstack-yellow=OPENSTACK_YELLOW
+                                  Colorize run times greater than value yellow.
+                                  [NOSE_OPENSTACK_RED] or 0.25
+            --openstack-show-elapsed
+                                  Show the elaped runtime of tests.
+                                  [NOSE_OPENSTACK_SHOW_ELAPSED]
+            --openstack-color     Colorize output. [NOSE_OPENSTACK_COLOR]
+            --openstack-nocolor   Disable colorize output. [NOSE_OPENSTACK_COLOR]
+            --openstack-num-slow=OPENSTACK_NUM_SLOW
+                                  Number top slowest tests to report.
+                                  [NOSE_OPENSTACK_NUM_SLOW]
+        
+Keywords: nose
+Platform: UNKNOWN
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
diff --git a/openstack.nose_plugin.egg-info/SOURCES.txt b/openstack.nose_plugin.egg-info/SOURCES.txt
new file mode 100644
index 0000000..b9a4874
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/SOURCES.txt
@@ -0,0 +1,12 @@
+MANIFEST.in
+README.rst
+setup.py
+openstack/__init__.py
+openstack/nose_plugin.py
+openstack.nose_plugin.egg-info/PKG-INFO
+openstack.nose_plugin.egg-info/SOURCES.txt
+openstack.nose_plugin.egg-info/dependency_links.txt
+openstack.nose_plugin.egg-info/entry_points.txt
+openstack.nose_plugin.egg-info/namespace_packages.txt
+openstack.nose_plugin.egg-info/requires.txt
+openstack.nose_plugin.egg-info/top_level.txt
\ No newline at end of file
diff --git a/openstack.nose_plugin.egg-info/dependency_links.txt b/openstack.nose_plugin.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/openstack.nose_plugin.egg-info/entry_points.txt b/openstack.nose_plugin.egg-info/entry_points.txt
new file mode 100644
index 0000000..e0cef6c
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/entry_points.txt
@@ -0,0 +1,5 @@
+
+      # -*- Entry points: -*-
+[nose.plugins.0.10]
+openstack.nose_plugin = openstack.nose_plugin:Openstack
+      
\ No newline at end of file
diff --git a/openstack.nose_plugin.egg-info/namespace_packages.txt b/openstack.nose_plugin.egg-info/namespace_packages.txt
new file mode 100644
index 0000000..91705c0
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/namespace_packages.txt
@@ -0,0 +1 @@
+openstack
diff --git a/openstack.nose_plugin.egg-info/requires.txt b/openstack.nose_plugin.egg-info/requires.txt
new file mode 100644
index 0000000..77d7dfa
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/requires.txt
@@ -0,0 +1,3 @@
+colorama
+nose
+termcolor
diff --git a/openstack.nose_plugin.egg-info/top_level.txt b/openstack.nose_plugin.egg-info/top_level.txt
new file mode 100644
index 0000000..91705c0
--- /dev/null
+++ b/openstack.nose_plugin.egg-info/top_level.txt
@@ -0,0 +1 @@
+openstack
diff --git a/openstack/nose_plugin.py b/openstack/nose_plugin.py
index 03230f8..b7f9404 100644
--- a/openstack/nose_plugin.py
+++ b/openstack/nose_plugin.py
@@ -250,6 +250,6 @@ class Openstack(plugins.Plugin):
             if cls != self._cls:
                 self.stream.writeln(str(cls))
                 self._cls = cls
-            self.stream.write((' ' * 4 + str(name)).ljust(65))
+            self.stream.write('    {0}'.format(name).ljust(65))
             self.stream.flush()
         self.times[(cls, name)] = [time.time()]
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..8bfd5a1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[egg_info]
+tag_build = 
+tag_date = 0
+
diff --git a/setup.py b/setup.py
index 42635d5..70fb5c6 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,13 @@ setup(name="openstack.nose_plugin",
       version=version,
       description="openstack run_tests.py style output for nosetests",
       long_description=open("README.rst").read(),
-      classifiers=[],
+      classifiers=[
+          'Programming Language :: Python :: 2',
+          'Programming Language :: Python :: 2.6',
+          'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: 3',
+          'Programming Language :: Python :: 3.3',
+      ],
       keywords="nose",
       author="Jason K\xc3\xb6lker",
       author_email="jason@koelker.net",

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details