15
0

- Update to version 0.3.0:

* drop python2.x support
  * bug fix, Add sort key function #14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-node-semver?expand=0&rev=6
This commit is contained in:
2018-02-09 08:24:21 +00:00
committed by Git OBS Bridge
parent 3df655429a
commit 4ba4c91b14
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:b982bfc8af25e01ca8bcc13922c3a572caba4da5a208b0557bd1592838e2d1c4
size 15844

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 9 08:22:03 UTC 2018 - mpluskal@suse.com
- Update to version 0.3.0:
* drop python2.x support
* bug fix, Add sort key function #14
-------------------------------------------------------------------
Mon Dec 25 21:53:07 UTC 2017 - mpluskal@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-node-semver
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-node-semver
Version: 0.2.0
Version: 0.3.0
Release: 0
Summary: Port of node-semver
License: MIT
Group: Development/Languages/Python
Url: https://github.com/podhmo/python-semver
URL: https://github.com/podhmo/python-semver
Source: https://github.com/podhmo/python-semver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module base}
BuildRequires: %{python_module pytest}