From fad5c4e6d44e352f847aa9d1380102d9bc28dc8cb7271b7d5a7d30565606fa94 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Sep 2025 18:19:24 +0000 Subject: [PATCH] - update to 1.3.0: * docs: fix markdown violations * switch to uv * Fix for type error * fix terminal width, improve version logic OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-pretty?expand=0&rev=5 --- pytest-pretty-1.2.0-gh.tar.gz | 3 --- pytest-pretty-1.3.0-gh.tar.gz | 3 +++ python-pytest-pretty.changes | 9 +++++++++ python-pytest-pretty.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-pretty-1.2.0-gh.tar.gz create mode 100644 pytest-pretty-1.3.0-gh.tar.gz diff --git a/pytest-pretty-1.2.0-gh.tar.gz b/pytest-pretty-1.2.0-gh.tar.gz deleted file mode 100644 index 64dcad0..0000000 --- a/pytest-pretty-1.2.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef1d3f73a7a35164e88b79c937c5b68a5d0a47f83d82865d87b259a000d8d034 -size 209444 diff --git a/pytest-pretty-1.3.0-gh.tar.gz b/pytest-pretty-1.3.0-gh.tar.gz new file mode 100644 index 0000000..d21dc10 --- /dev/null +++ b/pytest-pretty-1.3.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348ba49c1565301e872b0377ee5461fd1f1e150815acce92fdda945005c755db +size 217320 diff --git a/python-pytest-pretty.changes b/python-pytest-pretty.changes index c9cf7cc..d70ffe8 100644 --- a/python-pytest-pretty.changes +++ b/python-pytest-pretty.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Sep 14 18:19:03 UTC 2025 - Dirk Müller + +- update to 1.3.0: + * docs: fix markdown violations + * switch to uv + * Fix for type error + * fix terminal width, improve version logic + ------------------------------------------------------------------- Wed Sep 25 05:28:11 UTC 2024 - ecsos diff --git a/python-pytest-pretty.spec b/python-pytest-pretty.spec index 9a9b2c0..b558fda 100644 --- a/python-pytest-pretty.spec +++ b/python-pytest-pretty.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-pretty # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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 @@ %{?sle15_python_module_pythons} Name: python-pytest-pretty -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Pytest plugin for printing summary data as I want it License: MIT