15
0

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
This commit is contained in:
2020-03-30 12:34:16 +00:00
committed by Git OBS Bridge
parent d699213e7d
commit 1e9d1d800c
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@@ -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 <jayvdb@gmail.com>

View File

@@ -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