commit python-pytest-tldr for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package python-pytest-tldr for 
openSUSE:Factory checked in at 2020-08-28 21:21:31

Comparing /work/SRC/openSUSE:Factory/python-pytest-tldr (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-tldr.new.3399 (New)


Package is "python-pytest-tldr"

Fri Aug 28 21:21:31 2020 rev:5 rq:829111 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-tldr/python-pytest-tldr.changes
2019-09-09 23:51:16.241293528 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-tldr.new.3399/python-pytest-tldr.changes
  2020-08-28 21:22:27.728356265 +0200
@@ -1,0 +2,6 @@
+Tue Aug 25 07:50:24 UTC 2020 - Marketa Calabkova 
+
+- Update to 0.2.2
+  * Added Pytest 6 support. (#26)
+
+---

Old:

  pytest-tldr-0.2.1.tar.gz

New:

  pytest-tldr-0.2.2.tar.gz



Other differences:
--
++ python-pytest-tldr.spec ++
--- /var/tmp/diff_new_pack.pqtNhX/_old  2020-08-28 21:22:28.200356494 +0200
+++ /var/tmp/diff_new_pack.pqtNhX/_new  2020-08-28 21:22:28.204356496 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-tldr
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-pytest-tldr
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:A pytest plugin that limits the output to just the things you 
need
 License:BSD-3-Clause

++ pytest-tldr-0.2.1.tar.gz -> pytest-tldr-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.2.1/CHANGELOG.rst 
new/pytest-tldr-0.2.2/CHANGELOG.rst
--- old/pytest-tldr-0.2.1/CHANGELOG.rst 1970-01-01 01:00:00.0 +0100
+++ new/pytest-tldr-0.2.2/CHANGELOG.rst 2020-08-08 02:59:42.0 +0200
@@ -0,0 +1,66 @@
+=
+Release notes
+=
+
+.. towncrier release notes start
+
+0.2.2 (2020-08-08)
+--
+
+Bugfixes
+
+
+* Added Pytest 6 support. (#26)
+
+0.2.1 (2019-08-18)
+--
+
+Bugfixes
+
+
+* Added a flag to identify TerminalReporter.
+
+0.2.0 (2019-07-03)
+--
+
+Bugfixes
+
+
+* Added Pytest 5 compatibility
+
+0.1.5
+-
+
+* (#9) Restored compatibility with more pytest plugins that have output
+  (e.g., pytest-json)
+
+0.1.4
+-
+
+* (#6) Restored compatibility with pytest plugins that produce summary output
+  (e.g., coverage reports from pytest-cov).
+* Increased the verbosity needed to see stdout for passed tests.
+* Included stdout for Unexpected Success results.
+
+0.1.3
+-
+
+* (#5) Improved reporting when the test suite contains an error and cannot be
+  imported.
+
+0.1.2
+-
+
+* (#4) Fixed support for Python 2.7
+* (#2) Ensure tldr works when xdist isn't installed
+
+0.1.1
+-
+
+* Ensure tldr doesn't overwrite the `Cricket
+  `_ terminal reporter.
+
+0.1.0
+-
+
+Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.2.1/MANIFEST.in 
new/pytest-tldr-0.2.2/MANIFEST.in
--- old/pytest-tldr-0.2.1/MANIFEST.in   2018-06-17 04:11:57.0 +0200
+++ new/pytest-tldr-0.2.2/MANIFEST.in   2020-08-08 02:59:42.0 +0200
@@ -1,6 +1,9 @@
-include beekeeper.yml
+include CHANGELOG.rst
 include LICENSE
 include README.rst
+include tox.ini
+include pyproject.toml
+recursive-include changes *.rst
 recursive-include tests *.py
 recursive-exclude * __pycache__
 recursive-exclude * *.py[co]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.2.1/PKG-INFO 
new/pytest-tldr-0.2.2/PKG-INFO
--- old/pytest-tldr-0.2.1/PKG-INFO  2019-08-18 06:11:42.0 +0200
+++ new/pytest-tldr-0.2.2/PKG-INFO  2020-08-08 03:00:01.667696200 +0200
@@ -1,13 +1,16 @@
 Metadata-Version: 2.1
 Name: pytest-tldr
-Version: 0.2.1
+Version: 0.2.2
 Summary: A pytest plugin that limits the output to just the things you need.
-Home-page: https://github.com/freakboy3742/pytest-tldr
+Home-page: UNKNOWN
 Author: Russell Keith-Magee
 Author-email: russ...@keith-magee.com
 Maintainer: Russell Keith-Magee
 Maintainer-email: russ...@keith-magee.com
 License: BSD-3
+Project-URL: Funding, https://beeware.org/contributing/membership/
+Project-URL: Tracker, https://github.com/freakboy3742/pytest-tldr/issues
+Project-URL: Source, https://github.com/freakboy3742/pytest-tldr
 Descr

commit python-pytest-tldr for openSUSE:Factory

2019-09-09 Thread root
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 
+
+- 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.0 +0200
+++ new/pytest-tldr-0.2.1/PKG-INFO  2019-08-18 06:11:42.0 +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.0 +0200
+++ new/pytest-tldr-0.2.1/pytest_tldr.egg-info/PKG-INFO 2019-08-18 
06:11:41.0 +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.py2019-07-03 05:37:01.0 
+0200
+++ new/pytest-tldr-0.2.1/pytest_tldr.py2019-08-18 06:10:46.0 
+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 = {}
 




commit python-pytest-tldr for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package python-pytest-tldr for 
openSUSE:Factory checked in at 2019-07-21 11:33:44

Comparing /work/SRC/openSUSE:Factory/python-pytest-tldr (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-tldr.new.4126 (New)


Package is "python-pytest-tldr"

Sun Jul 21 11:33:44 2019 rev:3 rq:716614 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-tldr/python-pytest-tldr.changes
2019-06-12 13:15:17.184754566 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-tldr.new.4126/python-pytest-tldr.changes
  2019-07-21 11:33:45.548783230 +0200
@@ -1,0 +2,6 @@
+Thu Jul 18 16:52:52 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.2.0:
+  * no upstream changelog provided
+
+---

Old:

  pytest-tldr-0.1.6.tar.gz

New:

  pytest-tldr-0.2.0.tar.gz



Other differences:
--
++ python-pytest-tldr.spec ++
--- /var/tmp/diff_new_pack.Kg5IB0/_old  2019-07-21 11:33:46.092783138 +0200
+++ /var/tmp/diff_new_pack.Kg5IB0/_new  2019-07-21 11:33:46.092783138 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-tldr
-Version:0.1.6
+Version:0.2.0
 Release:0
 Summary:A pytest plugin that limits the output to just the things you 
need
 License:BSD-3-Clause

++ pytest-tldr-0.1.6.tar.gz -> pytest-tldr-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.1.6/LICENSE 
new/pytest-tldr-0.2.0/LICENSE
--- old/pytest-tldr-0.1.6/LICENSE   2018-06-17 04:39:39.0 +0200
+++ new/pytest-tldr-0.2.0/LICENSE   2019-07-03 05:36:36.0 +0200
@@ -1,5 +1,5 @@
 
-Copyright (c) 2018, Russell Keith-Magee
+Copyright (c) 2019, Russell Keith-Magee
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.1.6/PKG-INFO 
new/pytest-tldr-0.2.0/PKG-INFO
--- old/pytest-tldr-0.1.6/PKG-INFO  2019-06-02 05:38:07.0 +0200
+++ new/pytest-tldr-0.2.0/PKG-INFO  2019-07-03 05:37:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-tldr
-Version: 0.1.6
+Version: 0.2.0
 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
@@ -20,8 +20,8 @@
 :target: https://pypi.org/project/pytest-tldr
 :alt: Python versions
 
-.. image:: https://img.shields.io/pypi/l/briefcase.svg
-:target: https://github.com/pybee/briefcase/blob/master/LICENSE
+.. image:: https://img.shields.io/pypi/l/pytest-tldr.svg
+:target: 
https://github.com/freakboy3742/pytest-tldr/blob/master/LICENSE
 :alt: License
 
 .. image:: 
https://dev.azure.com/beeware-project/pytest-tldr/_apis/build/status/freakboy3742.pytest-tldr?branchName=master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.1.6/README.rst 
new/pytest-tldr-0.2.0/README.rst
--- old/pytest-tldr-0.1.6/README.rst2019-06-02 05:33:37.0 +0200
+++ new/pytest-tldr-0.2.0/README.rst2019-06-02 05:44:54.0 +0200
@@ -10,8 +10,8 @@
 :target: https://pypi.org/project/pytest-tldr
 :alt: Python versions
 
-.. image:: https://img.shields.io/pypi/l/briefcase.svg
-:target: https://github.com/pybee/briefcase/blob/master/LICENSE
+.. image:: https://img.shields.io/pypi/l/pytest-tldr.svg
+:target: https://github.com/freakboy3742/pytest-tldr/blob/master/LICENSE
 :alt: License
 
 .. image:: 
https://dev.azure.com/beeware-project/pytest-tldr/_apis/build/status/freakboy3742.pytest-tldr?branchName=master
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.1.6/pytest_tldr.egg-info/PKG-INFO 
new/pytest-tldr-0.2.0/pytest_tldr.egg-info/PKG-INFO
--- old/pytest-tldr-0.1.6/pytest_tldr.egg-info/PKG-INFO 2019-06-02 
05:38:07.0 +0200
+++ new/pytest-tldr-0.2.0/pytest_tldr.egg-info/PKG-INFO 2019-07-03 
05:37:49.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-tldr
-Version: 0.1.6
+Version: 0.2.0
 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
@@ -20,8 +20,8 @@
 :target: https://pypi.org/project/pytest-tldr
 :alt: Python versions
 
-.. image:: https://img.shields.io/pypi/l/briefcase.svg
-

commit python-pytest-tldr for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package python-pytest-tldr for 
openSUSE:Factory checked in at 2019-06-12 13:15:13

Comparing /work/SRC/openSUSE:Factory/python-pytest-tldr (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-tldr.new.4811 (New)


Package is "python-pytest-tldr"

Wed Jun 12 13:15:13 2019 rev:2 rq:708937 version:0.1.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-tldr/python-pytest-tldr.changes
2019-04-02 09:20:40.084619550 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-tldr.new.4811/python-pytest-tldr.changes
  2019-06-12 13:15:17.184754566 +0200
@@ -1,0 +2,6 @@
+Mon Jun 10 08:16:20 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.1.6:
+  * No upstream changelog provided
+
+---

Old:

  pytest-tldr-0.1.5.tar.gz

New:

  pytest-tldr-0.1.6.tar.gz



Other differences:
--
++ python-pytest-tldr.spec ++
--- /var/tmp/diff_new_pack.Qo3Vys/_old  2019-06-12 13:15:17.684754042 +0200
+++ /var/tmp/diff_new_pack.Qo3Vys/_new  2019-06-12 13:15:17.688754037 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-tldr
-Version:0.1.5
+Version:0.1.6
 Release:0
 Summary:A pytest plugin that limits the output to just the things you 
need
 License:BSD-3-Clause
@@ -26,14 +26,13 @@
 URL:https://github.com/freakboy3742/pytest-tldr
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-tldr/pytest-tldr-%{version}.tar.gz
 BuildRequires:  %{python_module pytest >= 3.5.0}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-pytest >= 3.5.0
 BuildArch:  noarch
-# SECTION test requirements
-BuildRequires:  %{python_module pytest-runner}
-# /SECTION
 %python_subpackages
 
 %description
@@ -51,7 +50,7 @@
 
 %check
 # test_coverage is failing
-%python_exec -m pytest -k 'not test_coverage'
+%pytest -k 'not test_coverage'
 
 %files %{python_files}
 %doc README.rst

++ pytest-tldr-0.1.5.tar.gz -> pytest-tldr-0.1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.1.5/PKG-INFO 
new/pytest-tldr-0.1.6/PKG-INFO
--- old/pytest-tldr-0.1.5/PKG-INFO  2018-07-28 03:03:40.0 +0200
+++ new/pytest-tldr-0.1.6/PKG-INFO  2019-06-02 05:38:07.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
 Name: pytest-tldr
-Version: 0.1.5
+Version: 0.1.6
 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
@@ -24,10 +24,9 @@
 :target: https://github.com/pybee/briefcase/blob/master/LICENSE
 :alt: License
 
-.. image:: 
https://beekeeper.herokuapp.com/projects/freakboy3742/pytest-tldr/shield
-:target: 
https://beekeeper.herokuapp.com/projects/freakboy3742/pytest-tldr
-:alt: Build status
-
+.. image:: 
https://dev.azure.com/beeware-project/pytest-tldr/_apis/build/status/freakboy3742.pytest-tldr?branchName=master
+   :target: 
https://dev.azure.com/beeware-project/pytest-tldr/_build/latest?definitionId=1&branchName=master
+   :alt: CI Status
 
 A `pytest`_ plugin that limits the output of pytest to just the things 
you
 need to see.
@@ -155,6 +154,7 @@
 .. _`pip`: https://pypi.org/project/pip/
 .. _`PyPI`: https://pypi.org/project
 
+Keywords: pytest
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Framework :: Pytest
@@ -164,11 +164,12 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Operating System :: OS Independent
 Classifier: License :: OSI Approved :: BSD License
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Description-Content-Type: text/x-rst; charset=UTF-8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-tldr-0.1.5/README.rst 
new/pytest-tldr-0.1.6/README.rst
--- old/pytest-tl