diff --git a/python-node-semver-0.2.0.tar.gz b/python-node-semver-0.2.0.tar.gz deleted file mode 100644 index fb986f5..0000000 --- a/python-node-semver-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b982bfc8af25e01ca8bcc13922c3a572caba4da5a208b0557bd1592838e2d1c4 -size 15844 diff --git a/python-node-semver-0.3.0.tar.gz b/python-node-semver-0.3.0.tar.gz new file mode 100644 index 0000000..87ca205 --- /dev/null +++ b/python-node-semver-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a412e6d0aee1fcc8a4a15670faeb431c492616b3696deff7448aeb0ad0f27003 +size 16839 diff --git a/python-node-semver.changes b/python-node-semver.changes index e8525ec..69d5a1a 100644 --- a/python-node-semver.changes +++ b/python-node-semver.changes @@ -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 diff --git a/python-node-semver.spec b/python-node-semver.spec index 7977618..64ca333 100644 --- a/python-node-semver.spec +++ b/python-node-semver.spec @@ -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}