17
0

Accepting request 1046224 from devel:languages:python

- update to 0.8.1:
  * fix erroneous parsing of $ component version numbers

OBS-URL: https://build.opensuse.org/request/show/1046224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-node-semver?expand=0&rev=8
This commit is contained in:
2023-01-03 14:05:00 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 2 15:45:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.8.1:
* fix erroneous parsing of $ component version numbers
-------------------------------------------------------------------
Mon Mar 30 10:49:12 UTC 2020 - pgajdos@suse.com

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}
@@ -40,7 +40,7 @@ BuildArch: noarch
python version of node-semver (https://github.com/isaacs/node-semver)
%prep
%setup -q -n python-semver-%{version}
%setup -q -n python-node-semver-%{version}
%build
%python_build