14
0
forked from pool/python-semver

- update to version 2.8.0 (excerpt):

* Issue #79 (PR #81 #84). Define and improve a release procedure file
 * Issue #72 #73 (PR #75). Implements __str__ and __hash__

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=7
This commit is contained in:
Sebastian Wagner
2018-05-21 06:44:49 +00:00
committed by Git OBS Bridge
parent 2bfbd7b813
commit 288de8de9e
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-semver
Version: 2.7.9
Version: 2.8.0
Release: 0
Summary: Python helper for Semantic Versioning
License: BSD-3-Clause