From 3068d2126be123eafaa82905da3006e23fdc329726cebcb96d1166e8d72aedaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 25 Aug 2020 08:10:28 +0000 Subject: [PATCH] Accepting request 829108 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 0.2.2 * Added Pytest 6 support. (#26) OBS-URL: https://build.opensuse.org/request/show/829108 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-tldr?expand=0&rev=9 --- pytest-tldr-0.2.1.tar.gz | 3 --- pytest-tldr-0.2.2.tar.gz | 3 +++ python-pytest-tldr.changes | 6 ++++++ python-pytest-tldr.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest-tldr-0.2.1.tar.gz create mode 100644 pytest-tldr-0.2.2.tar.gz diff --git a/pytest-tldr-0.2.1.tar.gz b/pytest-tldr-0.2.1.tar.gz deleted file mode 100644 index 8afaf47..0000000 --- a/pytest-tldr-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:008b7d53cabbce9d49ee7a92754ed4adafc056bc49ae01b257c2ffb1f5ce2408 -size 9485 diff --git a/pytest-tldr-0.2.2.tar.gz b/pytest-tldr-0.2.2.tar.gz new file mode 100644 index 0000000..f9bc9a3 --- /dev/null +++ b/pytest-tldr-0.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb9dfb7869d61f6c6f80da37178c308e084badbce5e00ab2aabe5b8fef2e9c2 +size 10513 diff --git a/python-pytest-tldr.changes b/python-pytest-tldr.changes index 357ea8b..ff3fdd8 100644 --- a/python-pytest-tldr.changes +++ b/python-pytest-tldr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 25 07:50:24 UTC 2020 - Marketa Calabkova + +- Update to 0.2.2 + * Added Pytest 6 support. (#26) + ------------------------------------------------------------------- Mon Sep 9 09:18:55 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-tldr.spec b/python-pytest-tldr.spec index e5f7029..dba383b 100644 --- a/python-pytest-tldr.spec +++ b/python-pytest-tldr.spec @@ -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