Hello community,

here is the log from the commit of package python-pytest-tldr for 
openSUSE:Factory checked in at 2019-09-09 23:51:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-tldr (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-tldr.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-tldr"

Mon Sep  9 23:51:11 2019 rev:4 rq:729373 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-tldr/python-pytest-tldr.changes    
2019-07-21 11:33:45.548783230 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-tldr.new.7948/python-pytest-tldr.changes
  2019-09-09 23:51:16.241293528 +0200
@@ -1,0 +2,6 @@
+Mon Sep  9 09:18:55 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.2.1:
+  * no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  pytest-tldr-0.2.0.tar.gz

New:
----
  pytest-tldr-0.2.1.tar.gz

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

Other differences:
------------------
++++++ python-pytest-tldr.spec ++++++
--- /var/tmp/diff_new_pack.YG1Dz2/_old  2019-09-09 23:51:17.605293245 +0200
+++ /var/tmp/diff_new_pack.YG1Dz2/_new  2019-09-09 23:51:17.609293244 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-tldr
-Version:        0.2.0
+Version:        0.2.1
 Release:        0
 Summary:        A pytest plugin that limits the output to just the things you 
need
 License:        BSD-3-Clause

++++++ pytest-tldr-0.2.0.tar.gz -> pytest-tldr-0.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.2.0/PKG-INFO 
new/pytest-tldr-0.2.1/PKG-INFO
--- old/pytest-tldr-0.2.0/PKG-INFO      2019-07-03 05:37:49.000000000 +0200
+++ new/pytest-tldr-0.2.1/PKG-INFO      2019-08-18 06:11:42.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-tldr
-Version: 0.2.0
+Version: 0.2.1
 Summary: A pytest plugin that limits the output to just the things you need.
 Home-page: https://github.com/freakboy3742/pytest-tldr
 Author: Russell Keith-Magee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.2.0/pytest_tldr.egg-info/PKG-INFO 
new/pytest-tldr-0.2.1/pytest_tldr.egg-info/PKG-INFO
--- old/pytest-tldr-0.2.0/pytest_tldr.egg-info/PKG-INFO 2019-07-03 
05:37:49.000000000 +0200
+++ new/pytest-tldr-0.2.1/pytest_tldr.egg-info/PKG-INFO 2019-08-18 
06:11:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-tldr
-Version: 0.2.0
+Version: 0.2.1
 Summary: A pytest plugin that limits the output to just the things you need.
 Home-page: https://github.com/freakboy3742/pytest-tldr
 Author: Russell Keith-Magee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.2.0/pytest_tldr.py 
new/pytest-tldr-0.2.1/pytest_tldr.py
--- old/pytest-tldr-0.2.0/pytest_tldr.py        2019-07-03 05:37:01.000000000 
+0200
+++ new/pytest-tldr-0.2.1/pytest_tldr.py        2019-08-18 06:10:46.000000000 
+0200
@@ -21,7 +21,7 @@
         TESTS_FAILED = EXIT_TESTSFAILED
 
 
-__version__ = '0.2.0'
+__version__ = '0.2.1'
 
 
 @pytest.hookimpl(trylast=True)
@@ -59,6 +59,7 @@
 
         self.verbosity = self.config.option.verbose
         self.xdist = getattr(self.config.option, 'numprocesses', None) is not 
None
+        self.hasmarkup = False
 
         self.stats = {}
 


Reply via email to