From bf2645767bfa35ee07df20b9c2feda0bbd4305245a9cc2d1fbccd245965680cd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Feb 2025 18:57:42 +0000 Subject: [PATCH] - update to 1.8.1: * Add Ubuntu builds for py3.6-3.13 * CircleCI release jobs now depend on both Ubuntu and Windows success. - Remove unneeded BuildRequires on mock. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-verbose-parametrize?expand=0&rev=19 --- pytest-verbose-parametrize-1.8.0.tar.gz | 3 --- pytest-verbose-parametrize-1.8.1.tar.gz | 3 +++ python-pytest-verbose-parametrize.changes | 10 +++++++++- python-pytest-verbose-parametrize.spec | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pytest-verbose-parametrize-1.8.0.tar.gz create mode 100644 pytest-verbose-parametrize-1.8.1.tar.gz diff --git a/pytest-verbose-parametrize-1.8.0.tar.gz b/pytest-verbose-parametrize-1.8.0.tar.gz deleted file mode 100644 index 8c1a047..0000000 --- a/pytest-verbose-parametrize-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05dfd556c446159c366b88e196676321f48a6d92ad6465bae69758dd603db0a5 -size 30768 diff --git a/pytest-verbose-parametrize-1.8.1.tar.gz b/pytest-verbose-parametrize-1.8.1.tar.gz new file mode 100644 index 0000000..d63a4fc --- /dev/null +++ b/pytest-verbose-parametrize-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d348e4ed7cd4d76365a7d38cfd2a738fbd0db84738e9bd3a6c253ed31eb5632d +size 30988 diff --git a/python-pytest-verbose-parametrize.changes b/python-pytest-verbose-parametrize.changes index 12dbad2..eebfc6c 100644 --- a/python-pytest-verbose-parametrize.changes +++ b/python-pytest-verbose-parametrize.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 4 18:57:14 UTC 2025 - Dirk Müller + +- update to 1.8.1: + * Add Ubuntu builds for py3.6-3.13 + * CircleCI release jobs now depend on both Ubuntu and + Windows success. + ------------------------------------------------------------------- Mon Nov 4 11:31:47 UTC 2024 - Daniel Garcia @@ -34,7 +42,7 @@ Thu Apr 21 20:58:14 UTC 2022 - Ben Greiner ------------------------------------------------------------------- Fri Mar 11 03:54:45 UTC 2022 - Steve Kowalik -- Remove unneeded BuildRequires on mock. +- Remove unneeded BuildRequires on mock. ------------------------------------------------------------------- Mon Jan 10 16:09:01 UTC 2022 - Matej Cepl diff --git a/python-pytest-verbose-parametrize.spec b/python-pytest-verbose-parametrize.spec index bba608b..9b695d8 100644 --- a/python-pytest-verbose-parametrize.spec +++ b/python-pytest-verbose-parametrize.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-verbose-parametrize # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pytest-verbose-parametrize -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: More descriptive output for parametrized pytest tests License: MIT