Hello community,

here is the log from the commit of package python-sphinxcontrib-pecanwsme for 
openSUSE:Factory checked in at 2014-05-06 14:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-pecanwsme"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme/python-sphinxcontrib-pecanwsme.changes
    2014-03-07 07:06:21.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new/python-sphinxcontrib-pecanwsme.changes
       2014-05-06 14:02:31.000000000 +0200
@@ -1,0 +2,14 @@
+Tue May  6 08:46:27 UTC 2014 - [email protected]
+
+- update to version 0.8:
+  + Fix make rst for method not using wsme
+
+-------------------------------------------------------------------
+Tue Mar 18 08:15:57 UTC 2014 - [email protected]
+
+- Update to version 0.7.1:
+  + update announce.rst for 0.7.1 release
+  + Fix formatting issue for docstrings without param list
+  + fix tags syntax
+
+-------------------------------------------------------------------

Old:
----
  sphinxcontrib-pecanwsme-0.7.tar.gz

New:
----
  sphinxcontrib-pecanwsme-0.8.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sphinxcontrib-pecanwsme.spec ++++++
--- /var/tmp/diff_new_pack.wSn1uh/_old  2014-05-06 14:02:32.000000000 +0200
+++ /var/tmp/diff_new_pack.wSn1uh/_new  2014-05-06 14:02:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-sphinxcontrib-pecanwsme
-Version:        0.7
+Version:        0.8.0
 Release:        0
 Summary:        Extension to Sphinx for documenting APIs built with Pecan and 
WSME
 License:        Apache-2.0

++++++ sphinxcontrib-pecanwsme-0.7.tar.gz -> 
sphinxcontrib-pecanwsme-0.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/AUTHORS 
new/sphinxcontrib-pecanwsme-0.8.0/AUTHORS
--- old/sphinxcontrib-pecanwsme-0.7/AUTHORS     2014-02-20 17:27:23.000000000 
+0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/AUTHORS   2014-04-28 16:54:01.000000000 
+0200
@@ -5,3 +5,4 @@
 Imre Farkas <[email protected]>
 Mehdi Abaakouk <[email protected]>
 Monty Taylor <[email protected]>
+Pierre Padrixe <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/ChangeLog 
new/sphinxcontrib-pecanwsme-0.8.0/ChangeLog
--- old/sphinxcontrib-pecanwsme-0.7/ChangeLog   2014-02-20 17:27:23.000000000 
+0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/ChangeLog 2014-04-28 16:54:01.000000000 
+0200
@@ -1,158 +1,55 @@
-commit 6b412cceb19d9a0b521012ec6bccca30e701f032
-Author: Doug Hellmann <[email protected]>
-Date:   Thu Feb 20 11:24:36 2014 -0500
-
-    Update announcement for 0.7 release
-    
-    Change-Id: I326f5497f3450a8cd5e42a5d5680e3d2e4d60bca
-
-commit 55c36f7d1608d5a807fffcc38cb3e3cc8abce17e
-Merge: c5655da 5357d09
-Author: Doug Hellmann <[email protected]>
-Date:   Thu Feb 20 11:05:48 2014 -0500
-
-    Merge pull request #12 from ildikov/master
-    
-    Remove trailing slash from URLs
-
-commit 5357d09a13e5211d624ce7c6a4d9f46c6aae5d7e
-Author: Ildiko Vancsa <[email protected]>
-Date:   Tue Feb 11 18:56:52 2014 +0100
-
-    Remove trailing slash from URLs
-    
-    Remove the trailing slash from the end of the URLs, as it results
-    in misleading feature documentation, see Ceilometer bug #1202744.
-
-commit c5655da204d9a2c16fdc048662cd5a7c5bf01812
-Author: Doug Hellmann <[email protected]>
-Date:   Fri Jan 10 11:57:56 2014 -0500
-
-    update announcement file for 0.6 release
-
-commit 8c4646bcad772a5add271e32437639b1a8834821
-Merge: 6c01ed3 d4fb0fa
-Author: Doug Hellmann <[email protected]>
-Date:   Fri Jan 10 08:54:44 2014 -0800
-
-    Merge pull request #11 from ifarkas/add_missing_http_methods
-    
-    Add support for PATCH and DELETE methods
-
-commit d4fb0fa28defe6783fde66fa01ac9acd51a8d220
-Author: Imre Farkas <[email protected]>
-Date:   Thu Jan 9 14:20:12 2014 +0100
-
-    Add support for PATCH and DELETE methods
-    
-    While Sphinx supports both the DELETE and the PATCH HTTP methods, the WSME 
extension doesn't.
-    
-    All credit goes to Haomeng Wang, by whom the solution was suggested:
-    https://bugs.launchpad.net/ironic/+bug/1261917
-    
-    Fixes #10
-
-commit 6c01ed34ba0348cd81ec83c398da77468704acee
-Author: Doug Hellmann <[email protected]>
-Date:   Wed Oct 2 08:43:49 2013 -0400
-
-    add link to pypi page
-
-commit d739f25cf684e8d60c81853500bfd69f6bfe39e1
-Author: Doug Hellmann <[email protected]>
-Date:   Wed Oct 2 08:40:22 2013 -0400
-
-    add announcement file before tagging release
-
-commit 3530f37352c26869352e1baf0545c58831eab7ff
-Merge: 4dba9ab 0f9e154
-Author: Doug Hellmann <[email protected]>
-Date:   Mon Sep 23 13:35:47 2013 -0700
-
-    Merge pull request #5 from enovance/sileht/multiple_method_for_one_verb
-    
-    Add rest verb as prefix for custom_actions
-
-commit 0f9e15461882262c4c61a4717b74cdb970cb03a5
-Author: Mehdi Abaakouk <[email protected]>
-Date:   Thu Sep 19 16:27:47 2013 +0200
-
-    Add rest verb as prefix for custom_actions
-    
-    When a custom action use multiple verb, each verb look for a method
-    named VERB_ACTION if it exists otherise it use only the method named
-    ACTION.
-
-commit 4dba9abaed488549026b1fba494898ce8ec48198
-Author: Doug Hellmann <[email protected]>
-Date:   Tue Sep 17 11:00:46 2013 -0500
-
-    Remove duplication in RESTControllerDirective
-    
-    Build a list of generators, then chain them together in
-    the return value of run().
-
-commit 44300016087fdfe30741651d111dcb3df97d988b
-Merge: a382d6f 9dfbe25
-Author: Doug Hellmann <[email protected]>
-Date:   Tue Sep 17 08:48:24 2013 -0700
-
-    Merge pull request #4 from enovance/sileht/add_missing_rest_verbs
-    
-    Handle more pecan REST method
-
-commit 9dfbe251b311d5f9f159d378f45aa28757e65e83
-Author: Mehdi Abaakouk <[email protected]>
-Date:   Tue Sep 17 17:31:34 2013 +0200
-
-    Handle more pecan REST method
-    
-    This change adds support to get and put method.
-    And allows to use any verbs for custom method.
-
-commit a382d6fceafb19357864aa826f913e210df2144a
-Merge: fb6926d 3386b28
-Author: Doug Hellmann <[email protected]>
-Date:   Fri Sep 13 12:47:58 2013 -0700
-
-    Merge pull request #3 from emonty/master
-    
-    Update pbr usage past the world of d2to1
-
-commit 3386b289ea33394a4a75f9c3084d8ab1d60c3ea2
-Author: Monty Taylor <[email protected]>
-Date:   Fri Sep 13 11:31:16 2013 -0500
-
-    Update pbr usage past the world of d2to1
-
-commit fb6926d98ebe65a4fd5de8095764e16985dd5155
-Author: Doug Hellmann <[email protected]>
-Date:   Tue May 14 17:10:03 2013 -0400
-
-    Add basic support for POST directives
-    
-    This support only works with the RestController post()
-    method if the method just uses a 'body' argument.
-    
-    Change-Id: I4e9a3b93e0babfbec869ac1db056c8652ebebedc
-    Signed-off-by: Doug Hellmann <[email protected]>
-
-commit 6c3c079d1e615d30bd2fbf9f9d025de669ede5f3
-Author: Doug Hellmann <[email protected]>
-Date:   Tue May 14 16:33:36 2013 -0400
-
-    Import extension from ceilometer
-    
-    The original version of this extension was part of the
-    ceilometer code base at https://github.com/openstack/ceilometer.
-    It is being moved to its own package to make it easier to
-    reuse with other OpenStack components.
-    
-    Change-Id: I9cfc2ee84c8b0a918dbcb59a8a5b8a3cb2bce044
-    Signed-off-by: Doug Hellmann <[email protected]>
-
-commit b1a6624f45a3c965a58d83f18e6fca1f0ddf426e
-Author: Doug Hellmann <[email protected]>
-Date:   Tue May 14 13:09:01 2013 -0700
+CHANGES
+=======
 
-    Initial commit
\ No newline at end of file
+0.8.0
+-----
+
+* Fix make rst for method not using wsme
+
+0.7.1
+-----
+
+* update announce.rst for 0.7.1 release
+* Fix formatting issue for docstrings without param list
+* fix tags syntax
+
+0.7
+---
+
+* Update announcement for 0.7 release
+* Remove trailing slash from URLs
+
+0.6
+---
+
+* update announcement file for 0.6 release
+* Add support for PATCH and DELETE methods
+* add link to pypi page
+
+0.5
+---
+
+* add announcement file before tagging release
+* Add rest verb as prefix for custom_actions
+
+0.4
+---
+
+* Remove duplication in RESTControllerDirective
+* Handle more pecan REST method
+
+0.3
+---
+
+* Update pbr usage past the world of d2to1
+
+0.2
+---
+
+* Add basic support for POST directives
+
+0.1
+---
+
+* Import extension from ceilometer
+* Initial commit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/PKG-INFO 
new/sphinxcontrib-pecanwsme-0.8.0/PKG-INFO
--- old/sphinxcontrib-pecanwsme-0.7/PKG-INFO    2014-02-20 17:27:23.000000000 
+0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/PKG-INFO  2014-04-28 16:54:01.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-pecanwsme
-Version: 0.7
+Version: 0.8.0
 Summary: Extension to Sphinx for documenting APIs built with Pecan and WSME
 Home-page: https://github.com/dreamhost/sphinxcontrib-pecanwsme
 Author: Doug Hellmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/announce.rst 
new/sphinxcontrib-pecanwsme-0.8.0/announce.rst
--- old/sphinxcontrib-pecanwsme-0.7/announce.rst        2014-02-20 
17:25:22.000000000 +0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/announce.rst      2014-03-17 
21:07:57.000000000 +0100
@@ -1,8 +1,8 @@
-=============================
- sphinxcontrib-pecanwsme 0.7
-=============================
+===============================
+ sphinxcontrib-pecanwsme 0.7.1
+===============================
 
-.. tags:: sphinxcontrib-pecanwsme pecan WSME sphinx release
+.. tags:: sphinxcontrib-pecanwsme, pecan, WSME, sphinx, release
 
 `sphinxcontrib-pecanwsme`_ is an extension to Sphinx for documenting APIs
 built with the Pecan_ web framework and WSME_.
@@ -14,5 +14,4 @@
 What's New?
 ===========
 
-- Remove the trailing slash from the end of the URLs, as it results in
-  misleading feature documentation, see Ceilometer bug #1202744.
+* Fix formatting issue for docstrings without param list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/setup.cfg 
new/sphinxcontrib-pecanwsme-0.8.0/setup.cfg
--- old/sphinxcontrib-pecanwsme-0.7/setup.cfg   2014-02-20 17:27:23.000000000 
+0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/setup.cfg 2014-04-28 16:54:01.000000000 
+0200
@@ -27,7 +27,7 @@
        sphinxcontrib
 
 [egg_info]
+tag_build = 
 tag_svn_revision = 0
 tag_date = 0
-tag_build = 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-pecanwsme-0.7/sphinxcontrib/pecanwsme/rest.py 
new/sphinxcontrib-pecanwsme-0.8.0/sphinxcontrib/pecanwsme/rest.py
--- old/sphinxcontrib-pecanwsme-0.7/sphinxcontrib/pecanwsme/rest.py     
2014-02-20 17:25:22.000000000 +0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/sphinxcontrib/pecanwsme/rest.py   
2014-04-28 16:49:53.000000000 +0200
@@ -93,21 +93,27 @@
         blank_line = docstring[-1]
         docstring = docstring[:-1]  # remove blank line appended automatically
 
-        funcdef = method._wsme_definition
 
-        # Add the parameter type information. Assumes that the
-        # developer has provided descriptions of the parameters.
-        for arg in funcdef.arguments:
-            docstring.append(':type %s: %s' %
-                             (arg.name, datatypename(arg.datatype)))
-
-        # Add the return type
-        if funcdef.return_type:
-            return_type = datatypename(funcdef.return_type)
-            docstring.append(':return type: %s' % return_type)
+        if hasattr(method, '_wsme_definition'):
+            funcdef = method._wsme_definition
 
-        # restore the blank line added as a spacer
-        docstring.append(blank_line)
+            # Add the parameter type information. Assumes that the
+            # developer has provided descriptions of the parameters.
+            for arg in funcdef.arguments:
+                docstring.append(':type %s: %s' %
+                                 (arg.name, datatypename(arg.datatype)))
+
+            # Add a blank line before return type to avoid the formatting 
issues
+            # that are caused because of missing blank lines between blocks
+            docstring.append(blank_line)
+
+            # Add the return type
+            if funcdef.return_type:
+                return_type = datatypename(funcdef.return_type)
+                docstring.append(':return type: %s' % return_type)
+
+            # restore the blank line added as a spacer
+            docstring.append(blank_line)
 
         directive = http_directive(http_method, path, docstring)
         return directive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-pecanwsme-0.7/sphinxcontrib_pecanwsme.egg-info/PKG-INFO 
new/sphinxcontrib-pecanwsme-0.8.0/sphinxcontrib_pecanwsme.egg-info/PKG-INFO
--- old/sphinxcontrib-pecanwsme-0.7/sphinxcontrib_pecanwsme.egg-info/PKG-INFO   
2014-02-20 17:27:23.000000000 +0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/sphinxcontrib_pecanwsme.egg-info/PKG-INFO 
2014-04-28 16:54:01.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-pecanwsme
-Version: 0.7
+Version: 0.8.0
 Summary: Extension to Sphinx for documenting APIs built with Pecan and WSME
 Home-page: https://github.com/dreamhost/sphinxcontrib-pecanwsme
 Author: Doug Hellmann

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to