From 7b37e63b126dc497c7e56e1f255ea716348a2fdc Mon Sep 17 00:00:00 2001 From: Packit Date: Feb 01 2024 20:15:39 +0000 Subject: [PATCH 1/3] [packit] 1.0.0 upstream release - Resolves rhbz#2262324 Upstream tag: v1.0.0 Upstream commit: ceec846c --- diff --git a/.gitignore b/.gitignore index d4d3a37..17508bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /pytest-sugar-0.9.4.tar.gz /pytest-sugar-0.9.6.tar.gz /pytest-sugar-0.9.7.tar.gz +/pytest-sugar-1.0.0.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..9a6e969 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.90.0.post1.dev3+g3d9551d2. diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index 7055a82..b8bd7c9 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -3,7 +3,7 @@ pytest-sugar is a plugin for pytest that shows failures and errors instantly and shows a progress bar.} Name: python-pytest-sugar -Version: 0.9.7 +Version: 1.0.0 Release: %autorelease Summary: Change the default look and feel of pytest diff --git a/sources b/sources index 8e5793b..249ac8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pytest-sugar-0.9.7.tar.gz) = 7ab1a4f91bd252452ffd5b4fa636a1dffd4ffa5a19c839f2d00d0c69b885216144bb25e1a666bebb17be8112a397adfe04d5caa215edc98f64c20fefd43334cf +SHA512 (pytest-sugar-1.0.0.tar.gz) = 3976a77c76ae9a83a84753d426902650d0a63d686a84cdd25439c01ae444ae0a84c6095bf0ee5cfaf544e1cc69680001676a8dc4314d0f4d22c3021cb5b7c41d From 5fc122acb28f7ef3e113549fa5d4f532d302c001 Mon Sep 17 00:00:00 2001 From: Sandro Date: Feb 11 2024 17:07:43 +0000 Subject: [PATCH 2/3] Migrate to SPDX license --- diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index b8bd7c9..f982cb3 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -7,7 +7,8 @@ Version: 1.0.0 Release: %autorelease Summary: Change the default look and feel of pytest -License: BSD +# SPDX +License: BSD-3-Clause URL: https://pypi.org/project/pytest-sugar Source0: %{pypi_source pytest-sugar} From afb8a60006e4fc6b361068e2961fc0cc1550f3b9 Mon Sep 17 00:00:00 2001 From: Sandro Date: Feb 11 2024 17:08:41 +0000 Subject: [PATCH 3/3] Assert existence of license file --- diff --git a/python-pytest-sugar.spec b/python-pytest-sugar.spec index f982cb3..1c81b2b 100644 --- a/python-pytest-sugar.spec +++ b/python-pytest-sugar.spec @@ -36,7 +36,7 @@ BuildRequires: %{py3_dist pytest} %install %pyproject_install -%pyproject_save_files pytest_sugar +%pyproject_save_files -l pytest_sugar %check PYTHONPATH=. %{pytest} -v -s