15
0

- update to 0.9.0:

* RENAME MODULE semver -> nodesemver
  * pre release range fix

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-node-semver?expand=0&rev=21
This commit is contained in:
2023-02-28 20:12:13 +00:00
committed by Git OBS Bridge
parent 2e08ba9f13
commit bc4fbdf4ce
4 changed files with 13 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-node-semver
Version: 0.8.1
Version: 0.9.0
Release: 0
Summary: Port of node-semver
License: MIT
@@ -55,6 +55,7 @@ python version of node-semver (https://github.com/isaacs/node-semver)
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/node_semver-%{version}-py*.egg-info
%{python_sitelib}/nodesemver
%changelog