Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qstylizer for openSUSE:Factory checked in at 2022-10-08 01:25:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qstylizer (Old) and /work/SRC/openSUSE:Factory/.python-qstylizer.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qstylizer" Sat Oct 8 01:25:12 2022 rev:5 rq:1008692 version:0.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qstylizer/python-qstylizer.changes 2021-12-18 20:31:04.994270440 +0100 +++ /work/SRC/openSUSE:Factory/.python-qstylizer.new.2275/python-qstylizer.changes 2022-10-08 01:25:24.354254552 +0200 @@ -1,0 +2,7 @@ +Fri Oct 7 03:46:52 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- version update to 0.2.2 + Merge pull request #16 from ccordoba12/missing-properties + Add a couple of missing properties + +------------------------------------------------------------------- Old: ---- qstylizer-0.2.1-gh.tar.gz New: ---- qstylizer-0.2.2-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qstylizer.spec ++++++ --- /var/tmp/diff_new_pack.LpcfWB/_old 2022-10-08 01:25:25.714257670 +0200 +++ /var/tmp/diff_new_pack.LpcfWB/_new 2022-10-08 01:25:25.722257689 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-qstylizer # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-qstylizer -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Stylesheet Generator for PyQt{4-5}/PySide{1-2} License: MIT ++++++ qstylizer-0.2.1-gh.tar.gz -> qstylizer-0.2.2-gh.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qstylizer-0.2.1/README.rst new/qstylizer-0.2.2/README.rst --- old/qstylizer-0.2.1/README.rst 2021-07-29 04:34:42.000000000 +0200 +++ new/qstylizer-0.2.2/README.rst 2022-09-03 18:00:00.000000000 +0200 @@ -2,8 +2,8 @@ qstylizer ********* -.. image:: https://www.travis-ci.org/blambright/qstylizer.svg?branch=master - :target: https://www.travis-ci.org/blambright/qstylizer +.. image:: https://travis-ci.com/blambright/qstylizer.svg?branch=master + :target: https://www.travis-ci.com/blambright/qstylizer .. image:: https://readthedocs.org/projects/qstylizer/badge/?version=latest :target: http://qstylizer.readthedocs.io/en/latest/?badge=latest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qstylizer-0.2.1/qstylizer/descriptor/prop.py new/qstylizer-0.2.2/qstylizer/descriptor/prop.py --- old/qstylizer-0.2.1/qstylizer/descriptor/prop.py 2021-07-29 04:34:42.000000000 +0200 +++ new/qstylizer-0.2.2/qstylizer/descriptor/prop.py 2022-09-03 18:00:00.000000000 +0200 @@ -8,6 +8,7 @@ PROPERTY_VALUES = { "absolute", "active", + "alignment", "alternate-base", "always", "auto", @@ -32,6 +33,7 @@ "groove", "highlight", "highlighted-text", + "icon-size", "inset", "italic", "large", @@ -121,6 +123,7 @@ qtTableType = _descriptor_cls("-qt-table-type") qtUserState = _descriptor_cls("-qt-user-state") alternateBackgroundColor = _descriptor_cls("alternate-background-color") + alignment = _descriptor_cls("alignment") background = _descriptor_cls("background") backgroundAttachment = _descriptor_cls("background-attachment") backgroundClip = _descriptor_cls("background-clip") @@ -165,6 +168,7 @@ fontVariant = _descriptor_cls("font-variant") fontWeight = _descriptor_cls("font-weight") height = _descriptor_cls("height") + iconSize = _descriptor_cls("icon-size") image = _descriptor_cls("image") imagePosition = _descriptor_cls("image-position") lineHeight = _descriptor_cls("line-height") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qstylizer-0.2.1/setup.cfg new/qstylizer-0.2.2/setup.cfg --- old/qstylizer-0.2.1/setup.cfg 2021-07-29 04:34:42.000000000 +0200 +++ new/qstylizer-0.2.2/setup.cfg 2022-09-03 18:00:00.000000000 +0200 @@ -16,6 +16,8 @@ Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.9 [pbr] skip_changelog = True @@ -35,6 +37,12 @@ pytest-mock >= 3, < 4 pytest-catchlog >= 1, < 2 +test27 = + pytest >= 4, < 5 + pytest-mock >= 2, < 3 + pytest-catchlog >= 1, < 2 + + [aliases] test = pytest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qstylizer-0.2.1/tox.ini new/qstylizer-0.2.2/tox.ini --- old/qstylizer-0.2.1/tox.ini 2021-07-29 04:34:42.000000000 +0200 +++ new/qstylizer-0.2.2/tox.ini 2022-09-03 18:00:00.000000000 +0200 @@ -2,4 +2,15 @@ envlist = py27,py35,py37,py39 [testenv] command=pytest + +[testenv:py27] +extras=test27 + +[testenv:py35] +extras=test + +[testenv:py37] +extras=test + +[testenv:py39] extras=test