diff --git a/2.8.1.tar.gz b/2.8.1.tar.gz new file mode 100644 index 0000000..5027d35 --- /dev/null +++ b/2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6da5e404ca04443393d0572dc52a5d9ae4c46ea87127e99792081ebefff996 +size 15000 diff --git a/python-semver.changes b/python-semver.changes index 0a7693c..3df22a2 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -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 diff --git a/python-semver.spec b/python-semver.spec index e435995..36151fa 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -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* diff --git a/semver-2.8.1.tar.gz b/semver-2.8.1.tar.gz deleted file mode 100644 index 6dd068a..0000000 --- a/semver-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8 -size 5576