diff --git a/python-node-semver-0.3.0.tar.gz b/python-node-semver-0.3.0.tar.gz deleted file mode 100644 index 87ca205..0000000 --- a/python-node-semver-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a412e6d0aee1fcc8a4a15670faeb431c492616b3696deff7448aeb0ad0f27003 -size 16839 diff --git a/python-node-semver-0.4.2.tar.gz b/python-node-semver-0.4.2.tar.gz new file mode 100644 index 0000000..e9b0dcf --- /dev/null +++ b/python-node-semver-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5082f22e230f8425477d3e2231689ffb23a5f9658f05977a5ffada554953ef6 +size 17231 diff --git a/python-node-semver.changes b/python-node-semver.changes index 69d5a1a..56454cf 100644 --- a/python-node-semver.changes +++ b/python-node-semver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Oct 11 13:33:36 UTC 2018 - Martin Pluskal + +- 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 diff --git a/python-node-semver.spec b/python-node-semver.spec index 64ca333..ee50749 100644 --- a/python-node-semver.spec +++ b/python-node-semver.spec @@ -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