15
0

- Update to version 0.4.2:

* fix bug for support 4-digit (handling prelease and build)
  * suport 4-digit version (e.g. x.y.z.a)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-node-semver?expand=0&rev=8
This commit is contained in:
2018-10-11 13:34:50 +00:00
committed by Git OBS Bridge
parent 4ba4c91b14
commit 6902327b73
4 changed files with 14 additions and 6 deletions

View File

@@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-node-semver
Version: 0.3.0
Version: 0.4.2
Release: 0
Summary: Port of node-semver
License: MIT
@@ -51,7 +51,8 @@ python version of node-semver (https://github.com/isaacs/node-semver)
%python_exec setup.py test
%files %{python_files}
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog