From a62d1ad368cc5795bcdea403685f297ba1dfa0cce973c08a0504b40d2d94773c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 18 May 2021 07:15:49 +0000 Subject: [PATCH] Accepting request 893909 from home:pgajdos:python - version update to 1.0.8 * no upstream changelog (see github log) - test package via %pytest macro OBS-URL: https://build.opensuse.org/request/show/893909 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blurb?expand=0&rev=4 --- blurb-1.0.7.tar.gz | 3 --- blurb-1.0.8.tar.gz | 3 +++ python-blurb.changes | 7 +++++++ python-blurb.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 blurb-1.0.7.tar.gz create mode 100644 blurb-1.0.8.tar.gz diff --git a/blurb-1.0.7.tar.gz b/blurb-1.0.7.tar.gz deleted file mode 100644 index fb27176..0000000 --- a/blurb-1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1849eb2c9ceb74928d24eab847d344a8602e8ee822aeba2e930c4e6c7543e9e4 -size 21248 diff --git a/blurb-1.0.8.tar.gz b/blurb-1.0.8.tar.gz new file mode 100644 index 0000000..d596f45 --- /dev/null +++ b/blurb-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84756404ad28961b07a420d423cfa9b3a5fcb32be4d648553fac639a29cb82e3 +size 21519 diff --git a/python-blurb.changes b/python-blurb.changes index b760afa..dd541af 100644 --- a/python-blurb.changes +++ b/python-blurb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 18 07:07:22 UTC 2021 - pgajdos@suse.com + +- version update to 1.0.8 + * no upstream changelog (see github log) +- test package via %pytest macro + ------------------------------------------------------------------- Thu Apr 16 07:39:12 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-blurb.spec b/python-blurb.spec index a974a3f..c04d3ec 100644 --- a/python-blurb.spec +++ b/python-blurb.spec @@ -1,7 +1,7 @@ # # spec file for package python-blurb # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-blurb -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Command-line tool to manage CPython Misc/NEWS.d entries License: BSD-3-Clause @@ -28,6 +28,7 @@ URL: https://github.com/python/core-workflow/tree/master/blurb Source: https://files.pythonhosted.org/packages/source/b/blurb/blurb-%{version}.tar.gz BuildRequires: %{python_module base >= 3.5} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,9 +44,10 @@ Command-line tool to manage CPython Misc/NEWS.d entries. %build %python_build -# Testsuite doesn't work -#%%check -#%%python_exec setup.py test +%check +mkdir blurb +mv tests blurb +%pytest blurb.py %install %python_install