Hello community,

here is the log from the commit of package python-pygments-pytest for 
openSUSE:Factory checked in at 2019-11-22 10:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygments-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygments-pytest.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygments-pytest"

Fri Nov 22 10:20:03 2019 rev:3 rq:745447 version:1.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pygments-pytest/python-pygments-pytest.changes
    2019-09-23 12:03:05.641948131 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pygments-pytest.new.26869/python-pygments-pytest.changes
 2019-11-22 10:20:04.405350897 +0100
@@ -1,0 +2,6 @@
+Tue Nov  5 11:00:25 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.3.1:
+  * no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  v1.3.0.tar.gz

New:
----
  v1.3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pygments-pytest.spec ++++++
--- /var/tmp/diff_new_pack.cHDsr9/_old  2019-11-22 10:20:05.077350723 +0100
+++ /var/tmp/diff_new_pack.cHDsr9/_new  2019-11-22 10:20:05.081350722 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pygments-pytest
-Version:        1.3.0
+Version:        1.3.1
 Release:        0
 Summary:        A pygments lexer for pytest output
 License:        MIT

++++++ v1.3.0.tar.gz -> v1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygments-pytest-1.3.0/pygments_pytest.py 
new/pygments-pytest-1.3.1/pygments_pytest.py
--- old/pygments-pytest-1.3.0/pygments_pytest.py        2019-08-29 
22:06:28.000000000 +0200
+++ new/pygments-pytest-1.3.1/pygments_pytest.py        2019-10-21 
20:30:33.000000000 +0200
@@ -71,7 +71,7 @@
     colors = colors or {}
     assert set(colors) <= set(COLORS), set(colors) - set(COLORS)
     return '.-Color-Bold { font-weight: bold; }\n' + ''.join(
-        '.-Color-Bold.{k}{{ color: {v}; font-weight: bold; }}\n'
+        '.-Color-Bold-{k}{{ color: {v}; font-weight: bold; }}\n'
         '.-Color-{k}{{ color: {v}; }}\n'.format(k=k, v=colors.get(k, v))
         for k, v in sorted(COLORS.items())
     )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygments-pytest-1.3.0/setup.cfg 
new/pygments-pytest-1.3.1/setup.cfg
--- old/pygments-pytest-1.3.0/setup.cfg 2019-08-29 22:06:28.000000000 +0200
+++ new/pygments-pytest-1.3.1/setup.cfg 2019-10-21 20:30:33.000000000 +0200
@@ -1,6 +1,6 @@
 [metadata]
 name = pygments_pytest
-version = 1.3.0
+version = 1.3.1
 description = A pygments lexer for pytest output.
 long_description = file: README.md
 long_description_content_type = text/markdown


Reply via email to