15
0

- update to 0.8.1:

* fix erroneous parsing of $ component version numbers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-node-semver?expand=0&rev=18
This commit is contained in:
2023-01-02 15:46:22 +00:00
committed by Git OBS Bridge
parent 1e9d1d800c
commit 3f6cbffbac
4 changed files with 13 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-node-semver
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-node-semver
Version: 0.8.0
Version: 0.8.1
Release: 0
Summary: Port of node-semver
License: MIT
Group: Development/Languages/Python
URL: https://github.com/podhmo/python-semver
Source: https://github.com/podhmo/python-semver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
URL: https://github.com/podhmo/python-node-semver
Source: https://github.com/podhmo/python-node-semver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}