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

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 11 13:33:36 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- 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)
-------------------------------------------------------------------
Fri Feb 9 08:22:03 UTC 2018 - mpluskal@suse.com

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