14
0
forked from pool/python-semver

Accepting request 708127 from home:pgajdos

- run the testsuite

OBS-URL: https://build.opensuse.org/request/show/708127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-06-06 12:41:33 +00:00
committed by Git OBS Bridge
parent c066f906e1
commit 0a03fab00b
4 changed files with 16 additions and 6 deletions

3
2.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf6da5e404ca04443393d0572dc52a5d9ae4c46ea87127e99792081ebefff996
size 15000

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 6 12:15:36 UTC 2019 - pgajdos@suse.com
- run the testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:54:07 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:54:07 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-semver # spec file for package python-semver
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,9 @@ Summary: Python helper for Semantic Versioning
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/k-bx/python-semver URL: https://github.com/k-bx/python-semver
Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz # https://github.com/k-bx/python-semver/issues/136
Source: https://github.com/k-bx/python-semver/archive/%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
@@ -36,7 +38,7 @@ A Python module for semantic versioning. Simplifies comparing versions.
See also http://semver.org/ See also http://semver.org/
%prep %prep
%setup -q -n semver-%{version} %setup -q -n python-semver-%{version}
%build %build
%python_build %python_build
@@ -44,6 +46,9 @@ See also http://semver.org/
%install %install
%python_install %python_install
%check
%pytest
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%{python_sitelib}/semver* %{python_sitelib}/semver*

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8
size 5576