Hello community, here is the log from the commit of package python3-vine for openSUSE:Factory checked in at 2016-07-15 12:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-vine (Old) and /work/SRC/openSUSE:Factory/.python3-vine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-vine" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-vine/python3-vine.changes 2016-06-19 10:45:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-vine.new/python3-vine.changes 2016-07-15 12:49:53.000000000 +0200 @@ -1,0 +2,8 @@ +Sun Jul 3 16:01:00 UTC 2016 - [email protected] + +- update to version 1.1.1: + * Requirements: Tests now depends on :pypi:`case` 1.2.2 + * Five: python_2_unicode_compatible now ensures `__repr__` returns + bytes on Python 2. + +------------------------------------------------------------------- Old: ---- vine-1.1.0.tar.gz New: ---- vine-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-vine.spec ++++++ --- /var/tmp/diff_new_pack.rREZlk/_old 2016-07-15 12:49:55.000000000 +0200 +++ /var/tmp/diff_new_pack.rREZlk/_new 2016-07-15 12:49:55.000000000 +0200 @@ -17,7 +17,7 @@ Name: python3-vine -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Python promises License: BSD-3-Clause ++++++ vine-1.1.0.tar.gz -> vine-1.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/Changelog new/vine-1.1.1/Changelog --- old/vine-1.1.0/Changelog 2016-04-21 22:41:26.000000000 +0200 +++ new/vine-1.1.1/Changelog 2016-06-30 21:05:55.000000000 +0200 @@ -1,6 +1,18 @@ Changes ======= +.. _version-1.1.1: + +1.1.1 +===== +:release-date: 2016-06-30 12:05 P.M PDT +:release-by: Ask Solem + +- Requirements: Tests now depends on :pypi:`case` 1.2.2 + +- Five: python_2_unicode_compatible now ensures `__repr__` returns + bytes on Python 2. + .. _version-1.1.0: 1.1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/PKG-INFO new/vine-1.1.1/PKG-INFO --- old/vine-1.1.0/PKG-INFO 2016-04-21 22:45:41.000000000 +0200 +++ new/vine-1.1.1/PKG-INFO 2016-06-30 21:20:10.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: vine -Version: 1.1.0 +Version: 1.1.1 Summary: Promises, promises, promises Home-page: http://github.com/celery/vine', Author: Ask Solem diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/docs/_build/apicheck/apicheck.pickle new/vine-1.1.1/docs/_build/apicheck/apicheck.pickle --- old/vine-1.1.0/docs/_build/apicheck/apicheck.pickle 2016-04-21 22:44:56.000000000 +0200 +++ new/vine-1.1.1/docs/_build/apicheck/apicheck.pickle 1970-01-01 01:00:00.000000000 +0100 @@ -1,8 +0,0 @@ -(dp0 -Vundocumented -p1 -(dp2 -Vpy -p3 -(lp4 -ss. \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/docs/includes/introduction.txt new/vine-1.1.1/docs/includes/introduction.txt --- old/vine-1.1.0/docs/includes/introduction.txt 2016-04-21 22:28:53.000000000 +0200 +++ new/vine-1.1.1/docs/includes/introduction.txt 2016-06-30 21:06:14.000000000 +0200 @@ -1,4 +1,4 @@ -:Version: 1.1.0 +:Version: 1.1.1 :Web: http://vine.readthedocs.org/ :Download: http://pypi.python.org/pypi/vine/ :Source: http://github.com/celery/vine/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/requirements/test.txt new/vine-1.1.1/requirements/test.txt --- old/vine-1.1.0/requirements/test.txt 2016-04-12 01:49:00.000000000 +0200 +++ new/vine-1.1.1/requirements/test.txt 2016-06-24 00:37:25.000000000 +0200 @@ -1 +1 @@ -case>=1.1.2 +case>=1.2.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/vine/__init__.py new/vine-1.1.1/vine/__init__.py --- old/vine-1.1.0/vine/__init__.py 2016-04-21 22:28:44.000000000 +0200 +++ new/vine-1.1.1/vine/__init__.py 2016-06-30 21:06:08.000000000 +0200 @@ -15,7 +15,7 @@ 'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'), ) -VERSION = version_info = version_info_t(1, 1, 0, '', '') +VERSION = version_info = version_info_t(1, 1, 1, '', '') __version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION) __author__ = 'Ask Solem' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/vine/five.py new/vine-1.1.1/vine/five.py --- old/vine-1.1.0/vine/five.py 2016-04-12 21:43:05.000000000 +0200 +++ new/vine-1.1.1/vine/five.py 2016-06-22 22:07:18.000000000 +0200 @@ -291,7 +291,8 @@ pass else: def __repr__(self, *args, **kwargs): - return self.__unicode_repr__(*args, **kwargs).encode('utf-8') + return self.__unicode_repr__(*args, **kwargs).encode( + 'utf-8', 'replace') cls.__unicode_repr__, cls.__repr__ = cls.__repr__, __repr__ return cls @@ -311,7 +312,8 @@ pass else: def __str__(self, *args, **kwargs): - return self.__unicode__(*args, **kwargs).encode('utf-8') + return self.__unicode__(*args, **kwargs).encode( + 'utf-8', 'replace') cls.__unicode__, cls.__str__ = cls.__str__, __str__ return cls diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/vine.egg-info/PKG-INFO new/vine-1.1.1/vine.egg-info/PKG-INFO --- old/vine-1.1.0/vine.egg-info/PKG-INFO 2016-04-21 22:45:35.000000000 +0200 +++ new/vine-1.1.1/vine.egg-info/PKG-INFO 2016-06-30 21:20:04.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: vine -Version: 1.1.0 +Version: 1.1.1 Summary: Promises, promises, promises Home-page: http://github.com/celery/vine', Author: Ask Solem diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vine-1.1.0/vine.egg-info/SOURCES.txt new/vine-1.1.1/vine.egg-info/SOURCES.txt --- old/vine-1.1.0/vine.egg-info/SOURCES.txt 2016-04-21 22:45:36.000000000 +0200 +++ new/vine-1.1.1/vine.egg-info/SOURCES.txt 2016-06-30 21:20:04.000000000 +0200 @@ -9,7 +9,6 @@ docs/conf.py docs/index.rst docs/make.bat -docs/_build/apicheck/apicheck.pickle docs/_static/.keep docs/_templates/sidebardonations.html docs/images/celery_128.png
