forked from pool/python-blurb
Accepting request 893911 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/893911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-blurb?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1849eb2c9ceb74928d24eab847d344a8602e8ee822aeba2e930c4e6c7543e9e4
|
||||
size 21248
|
||||
3
blurb-1.0.8.tar.gz
Normal file
3
blurb-1.0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84756404ad28961b07a420d423cfa9b3a5fcb32be4d648553fac639a29cb82e3
|
||||
size 21519
|
||||
@@ -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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user