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 2021-12-18 20:30:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qstylizer (Old)
and /work/SRC/openSUSE:Factory/.python-qstylizer.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qstylizer"
Sat Dec 18 20:30:14 2021 rev:4 rq:941336 version:0.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qstylizer/python-qstylizer.changes
2021-04-24 23:10:39.511522532 +0200
+++
/work/SRC/openSUSE:Factory/.python-qstylizer.new.2520/python-qstylizer.changes
2021-12-18 20:31:04.994270440 +0100
@@ -1,0 +2,6 @@
+Tue Dec 14 08:34:36 UTC 2021 - [email protected]
+
+- version update to 0.2.1
+ * no upstream changelog
+
+-------------------------------------------------------------------
Old:
----
qstylizer-0.2.0-gh.tar.gz
New:
----
qstylizer-0.2.1-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-qstylizer.spec ++++++
--- /var/tmp/diff_new_pack.zUElZG/_old 2021-12-18 20:31:05.522270733 +0100
+++ /var/tmp/diff_new_pack.zUElZG/_new 2021-12-18 20:31:05.526270735 +0100
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-qstylizer
-Version: 0.2.0
+Version: 0.2.1
Release: 0
Summary: Stylesheet Generator for PyQt{4-5}/PySide{1-2}
License: MIT
@@ -32,7 +32,6 @@
BuildRequires: %{python_module inflection > 0.3.0}
BuildRequires: %{python_module pytest >= 4}
BuildRequires: %{python_module pytest-mock >= 1.6}
-BuildRequires: %{python_module pytest-runner >= 2.7}
BuildRequires: %{python_module tinycss2}
#BuildRequires: %%{python_module pytest-catchlog >= 1}
BuildRequires: %{python_module pytest-xdist >= 1.1}
++++++ qstylizer-0.2.0-gh.tar.gz -> qstylizer-0.2.1-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qstylizer-0.2.0/.travis.yml
new/qstylizer-0.2.1/.travis.yml
--- old/qstylizer-0.2.0/.travis.yml 2021-04-24 21:37:05.000000000 +0200
+++ new/qstylizer-0.2.1/.travis.yml 2021-07-29 04:34:42.000000000 +0200
@@ -8,6 +8,8 @@
env: TOXENV=py35
- python: 3.7
env: TOXENV=py37
+ - python: 3.9
+ env: TOXENV=py39
install: pip install tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qstylizer-0.2.0/qstylizer/style.py
new/qstylizer-0.2.1/qstylizer/style.py
--- old/qstylizer-0.2.0/qstylizer/style.py 2021-04-24 21:37:05.000000000
+0200
+++ new/qstylizer-0.2.1/qstylizer/style.py 2021-07-29 04:34:42.000000000
+0200
@@ -65,7 +65,7 @@
}
"""
- _split_regex = "\*|\[[A-Za-z0-9='\"]+\]|\W*\w*"
+ _split_regex = r"\*|\[[A-Za-z0-9='\"]+\]|\W*\w*"
@classmethod
def split_selector(cls, selector):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qstylizer-0.2.0/setup.cfg
new/qstylizer-0.2.1/setup.cfg
--- old/qstylizer-0.2.0/setup.cfg 2021-04-24 21:37:05.000000000 +0200
+++ new/qstylizer-0.2.1/setup.cfg 2021-07-29 04:34:42.000000000 +0200
@@ -2,9 +2,9 @@
name = qstylizer
author = Brett Lambright
summary = Stylesheet Generator for PyQt{4-5}/PySide{1-2}
-description-file = README.rst
+description_file = README.rst
license = MIT
-home-page = https://github.com/blambright/qstylizer
+home_page = https://github.com/blambright/qstylizer
classifier =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
@@ -31,13 +31,9 @@
sphinx_rtd_theme >= 0.1.6, < 1
sphinxcontrib-autoprogram >= 0.1.2, !=0.1.3, < 1
test =
- pytest-runner >= 2.7, < 3
- pytest >= 4, < 5
- pytest-mock >= 1.6, < 2
+ pytest >= 6, < 7
+ pytest-mock >= 3, < 4
pytest-catchlog >= 1, < 2
- pytest-xdist >= 1.1, < 2
- pytest-cov >= 2, < 3
- tox >= 2.9.0, < 3
[aliases]
test = pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qstylizer-0.2.0/tox.ini new/qstylizer-0.2.1/tox.ini
--- old/qstylizer-0.2.0/tox.ini 2021-04-24 21:37:05.000000000 +0200
+++ new/qstylizer-0.2.1/tox.ini 2021-07-29 04:34:42.000000000 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py37
+envlist = py27,py35,py37,py39
[testenv]
command=pytest
extras=test