From 1e9d1d800c259330cb8a5540d104976d9ed6c61c060abc8240598b3d80466e56 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 30 Mar 2020 12:34:16 +0000 Subject: [PATCH] Accepting request 789721 from home:pgajdos:python - version update to 0.8.0 * handle 4-digit version correctly (#35) OBS-URL: https://build.opensuse.org/request/show/789721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-node-semver?expand=0&rev=16 --- python-node-semver-0.7.0.tar.gz | 3 --- python-node-semver-0.8.0.tar.gz | 3 +++ python-node-semver.changes | 6 ++++++ python-node-semver.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 python-node-semver-0.7.0.tar.gz create mode 100644 python-node-semver-0.8.0.tar.gz diff --git a/python-node-semver-0.7.0.tar.gz b/python-node-semver-0.7.0.tar.gz deleted file mode 100644 index 7e7495a..0000000 --- a/python-node-semver-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:506c3d0d0b7d5df8ab3108e378e58e02b0addbf8559b97e07156ea183284967c -size 18090 diff --git a/python-node-semver-0.8.0.tar.gz b/python-node-semver-0.8.0.tar.gz new file mode 100644 index 0000000..24fc06b --- /dev/null +++ b/python-node-semver-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f638c8f53b67c4efc6f3925c312ef19925b3660eb9ab138a85cb91148c9b63f1 +size 18449 diff --git a/python-node-semver.changes b/python-node-semver.changes index 86e8820..da93953 100644 --- a/python-node-semver.changes +++ b/python-node-semver.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 30 10:49:12 UTC 2020 - pgajdos@suse.com + +- version update to 0.8.0 + * handle 4-digit version correctly (#35) + ------------------------------------------------------------------- Thu Oct 3 10:27:14 UTC 2019 - John Vandenberg diff --git a/python-node-semver.spec b/python-node-semver.spec index ef0d67d..64c21ab 100644 --- a/python-node-semver.spec +++ b/python-node-semver.spec @@ -1,7 +1,7 @@ # # spec file for package python-node-semver # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-node-semver -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Port of node-semver License: MIT @@ -50,7 +50,7 @@ python version of node-semver (https://github.com/isaacs/node-semver) %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE