Hello community, here is the log from the commit of package python-ddt for openSUSE:Factory checked in at 2020-04-07 10:23:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ddt (Old) and /work/SRC/openSUSE:Factory/.python-ddt.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ddt" Tue Apr 7 10:23:39 2020 rev:10 rq:790849 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ddt/python-ddt.changes 2020-03-27 00:24:15.864225408 +0100 +++ /work/SRC/openSUSE:Factory/.python-ddt.new.3248/python-ddt.changes 2020-04-07 10:23:51.905998832 +0200 @@ -1,0 +2,6 @@ +Thu Apr 2 10:30:10 UTC 2020 - Marketa Calabkova <[email protected]> + +- update to 1.3.1 + * Switched from Travis to Github Actions for builds and release upload. + +------------------------------------------------------------------- Old: ---- ddt-1.3.0.tar.gz New: ---- ddt-1.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ddt.spec ++++++ --- /var/tmp/diff_new_pack.mY3zK7/_old 2020-04-07 10:23:52.585999589 +0200 +++ /var/tmp/diff_new_pack.mY3zK7/_new 2020-04-07 10:23:52.589999593 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-ddt -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Data-Driven/Decorated Tests License: MIT ++++++ ddt-1.3.0.tar.gz -> ddt-1.3.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddt-1.3.0/PKG-INFO new/ddt-1.3.1/PKG-INFO --- old/ddt-1.3.0/PKG-INFO 2020-03-10 03:37:11.000000000 +0100 +++ new/ddt-1.3.1/PKG-INFO 2020-03-18 04:00:13.898331400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ddt -Version: 1.3.0 +Version: 1.3.1 Summary: Data-Driven/Decorated Tests Home-page: https://github.com/datadriventests/ddt Author: Carles Barrobés diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddt-1.3.0/README.md new/ddt-1.3.1/README.md --- old/ddt-1.3.0/README.md 2020-03-04 04:34:42.000000000 +0100 +++ new/ddt-1.3.1/README.md 2020-03-18 04:00:07.000000000 +0100 @@ -1,4 +1,4 @@ -[](https://travis-ci.org/datadriventests/ddt) + [](https://codecov.io/github/datadriventests/ddt) <br /> [](https://pypi.python.org/pypi/ddt) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddt-1.3.0/ddt.egg-info/PKG-INFO new/ddt-1.3.1/ddt.egg-info/PKG-INFO --- old/ddt-1.3.0/ddt.egg-info/PKG-INFO 2020-03-10 03:37:11.000000000 +0100 +++ new/ddt-1.3.1/ddt.egg-info/PKG-INFO 2020-03-18 04:00:13.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: ddt -Version: 1.3.0 +Version: 1.3.1 Summary: Data-Driven/Decorated Tests Home-page: https://github.com/datadriventests/ddt Author: Carles Barrobés diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ddt-1.3.0/ddt.py new/ddt-1.3.1/ddt.py --- old/ddt-1.3.0/ddt.py 2020-03-10 03:36:15.000000000 +0100 +++ new/ddt-1.3.1/ddt.py 2020-03-18 04:00:07.000000000 +0100 @@ -19,7 +19,7 @@ else: _have_yaml = True -__version__ = '1.3.0' +__version__ = '1.3.1' # These attributes will not conflict with any real python attribute # They are added to the decorated test method and processed later
