forked from pool/python-semver
Accepting request 708128 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=7
This commit is contained in:
3
2.8.1.tar.gz
Normal file
3
2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf6da5e404ca04443393d0572dc52a5d9ae4c46ea87127e99792081ebefff996
|
||||
size 15000
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,9 @@ Summary: Python helper for Semantic Versioning
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
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-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -36,7 +38,7 @@ A Python module for semantic versioning. Simplifies comparing versions.
|
||||
See also http://semver.org/
|
||||
|
||||
%prep
|
||||
%setup -q -n semver-%{version}
|
||||
%setup -q -n python-semver-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -44,6 +46,9 @@ See also http://semver.org/
|
||||
%install
|
||||
%python_install
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%{python_sitelib}/semver*
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8
|
||||
size 5576
|
Reference in New Issue
Block a user