Hello community,

here is the log from the commit of package python-docopt for openSUSE:Factory 
checked in at 2014-07-15 08:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docopt (Old)
 and      /work/SRC/openSUSE:Factory/.python-docopt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-docopt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-docopt/python-docopt.changes      
2014-02-22 18:15:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-docopt.new/python-docopt.changes 
2014-07-15 08:01:15.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 14 11:45:41 UTC 2014 - [email protected]
+
+- Update to 0.6.2
+  * Wheel support
+
+-------------------------------------------------------------------

Old:
----
  docopt-0.6.1.tar.gz

New:
----
  docopt-0.6.2.tar.gz

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

Other differences:
------------------
++++++ python-docopt.spec ++++++
--- /var/tmp/diff_new_pack.nTgOna/_old  2014-07-15 08:01:16.000000000 +0200
+++ /var/tmp/diff_new_pack.nTgOna/_new  2014-07-15 08:01:16.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-docopt
-Version:        0.6.1
+Version:        0.6.2
 Release:        0
 Summary:        Pythonic argument parser, that will make you smile
 License:        MIT

++++++ docopt-0.6.1.tar.gz -> docopt-0.6.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docopt-0.6.1/PKG-INFO new/docopt-0.6.2/PKG-INFO
--- old/docopt-0.6.1/PKG-INFO   2013-02-01 21:15:08.000000000 +0100
+++ new/docopt-0.6.2/PKG-INFO   2014-06-16 13:19:05.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: docopt
-Version: 0.6.1
+Version: 0.6.2
 Summary: Pythonic argument parser, that will make you smile
 Home-page: http://docopt.org
 Author: Vladimir Keleshev
@@ -14,7 +14,7 @@
         
             New in version 0.6.1:
         
-            - Fix issue [#85](https://github.com/docopt/docopt/issues/85)
+            - Fix issue `#85 <https://github.com/docopt/docopt/issues/85>`_
               which caused improper handling of ``[options]`` shortcut
               if it was present several times.
         
@@ -95,7 +95,7 @@
         
         Use `pip <http://pip-installer.org>`_ or easy_install::
         
-            pip install docopt==0.6.1
+            pip install docopt==0.6.2
         
         Alternatively, you can just drop ``docopt.py`` file into your
         project--it is self-contained.
@@ -433,8 +433,9 @@
         are encouraged to specify explicitly the version in your dependency
         tools, e.g.::
         
-            pip install docopt==0.6.1
+            pip install docopt==0.6.2
         
+        - 0.6.2 `Wheel <http://pythonwheels.com/>`_ support.
         - 0.6.1 Bugfix release.
         - 0.6.0 ``options_first`` parameter.
           **Breaking changes**: Corrected ``[options]`` meaning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docopt-0.6.1/README.rst new/docopt-0.6.2/README.rst
--- old/docopt-0.6.1/README.rst 2013-02-01 21:08:16.000000000 +0100
+++ new/docopt-0.6.2/README.rst 2014-06-16 13:13:49.000000000 +0200
@@ -6,7 +6,7 @@
 
     New in version 0.6.1:
 
-    - Fix issue [#85](https://github.com/docopt/docopt/issues/85)
+    - Fix issue `#85 <https://github.com/docopt/docopt/issues/85>`_
       which caused improper handling of ``[options]`` shortcut
       if it was present several times.
 
@@ -87,7 +87,7 @@
 
 Use `pip <http://pip-installer.org>`_ or easy_install::
 
-    pip install docopt==0.6.1
+    pip install docopt==0.6.2
 
 Alternatively, you can just drop ``docopt.py`` file into your
 project--it is self-contained.
@@ -425,8 +425,9 @@
 are encouraged to specify explicitly the version in your dependency
 tools, e.g.::
 
-    pip install docopt==0.6.1
+    pip install docopt==0.6.2
 
+- 0.6.2 `Wheel <http://pythonwheels.com/>`_ support.
 - 0.6.1 Bugfix release.
 - 0.6.0 ``options_first`` parameter.
   **Breaking changes**: Corrected ``[options]`` meaning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docopt-0.6.1/docopt.egg-info/PKG-INFO 
new/docopt-0.6.2/docopt.egg-info/PKG-INFO
--- old/docopt-0.6.1/docopt.egg-info/PKG-INFO   2013-02-01 21:15:08.000000000 
+0100
+++ new/docopt-0.6.2/docopt.egg-info/PKG-INFO   2014-06-16 13:19:04.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: docopt
-Version: 0.6.1
+Version: 0.6.2
 Summary: Pythonic argument parser, that will make you smile
 Home-page: http://docopt.org
 Author: Vladimir Keleshev
@@ -14,7 +14,7 @@
         
             New in version 0.6.1:
         
-            - Fix issue [#85](https://github.com/docopt/docopt/issues/85)
+            - Fix issue `#85 <https://github.com/docopt/docopt/issues/85>`_
               which caused improper handling of ``[options]`` shortcut
               if it was present several times.
         
@@ -95,7 +95,7 @@
         
         Use `pip <http://pip-installer.org>`_ or easy_install::
         
-            pip install docopt==0.6.1
+            pip install docopt==0.6.2
         
         Alternatively, you can just drop ``docopt.py`` file into your
         project--it is self-contained.
@@ -433,8 +433,9 @@
         are encouraged to specify explicitly the version in your dependency
         tools, e.g.::
         
-            pip install docopt==0.6.1
+            pip install docopt==0.6.2
         
+        - 0.6.2 `Wheel <http://pythonwheels.com/>`_ support.
         - 0.6.1 Bugfix release.
         - 0.6.0 ``options_first`` parameter.
           **Breaking changes**: Corrected ``[options]`` meaning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docopt-0.6.1/docopt.egg-info/SOURCES.txt 
new/docopt-0.6.2/docopt.egg-info/SOURCES.txt
--- old/docopt-0.6.1/docopt.egg-info/SOURCES.txt        2013-02-01 
21:15:08.000000000 +0100
+++ new/docopt-0.6.2/docopt.egg-info/SOURCES.txt        2014-06-16 
13:19:04.000000000 +0200
@@ -2,6 +2,7 @@
 MANIFEST.in
 README.rst
 docopt.py
+setup.cfg
 setup.py
 docopt.egg-info/PKG-INFO
 docopt.egg-info/SOURCES.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docopt-0.6.1/docopt.py new/docopt-0.6.2/docopt.py
--- old/docopt-0.6.1/docopt.py  2013-02-01 21:03:57.000000000 +0100
+++ new/docopt-0.6.2/docopt.py  2014-06-16 13:14:04.000000000 +0200
@@ -11,7 +11,7 @@
 
 
 __all__ = ['docopt']
-__version__ = '0.6.1'
+__version__ = '0.6.2'
 
 
 class DocoptLanguageError(Exception):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docopt-0.6.1/setup.cfg new/docopt-0.6.2/setup.cfg
--- old/docopt-0.6.1/setup.cfg  2013-02-01 21:15:08.000000000 +0100
+++ new/docopt-0.6.2/setup.cfg  2014-06-16 13:19:05.000000000 +0200
@@ -1,3 +1,6 @@
+[wheel]
+universal = 1
+
 [egg_info]
 tag_build = 
 tag_date = 0

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

Reply via email to