Hello community, here is the log from the commit of package python3-docopt for openSUSE:Factory checked in at 2014-07-15 08:01:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-docopt (Old) and /work/SRC/openSUSE:Factory/.python3-docopt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-docopt" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-docopt/python3-docopt.changes 2014-02-22 18:14:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-docopt.new/python3-docopt.changes 2014-07-15 08:01:16.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: ------------------ ++++++ python3-docopt.spec ++++++ --- /var/tmp/diff_new_pack.FjWyVy/_old 2014-07-15 08:01:17.000000000 +0200 +++ /var/tmp/diff_new_pack.FjWyVy/_new 2014-07-15 08:01:17.000000000 +0200 @@ -16,7 +16,7 @@ Name: python3-docopt -Version: 0.6.1 +Version: 0.6.2 Release: 0 License: MIT Summary: Pythonic argument parser, that will make you smile ++++++ 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]
