14
0
forked from pool/python-semver

- update to 2.7.8

* PR #62. Support custom default names for pre and build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=3
This commit is contained in:
Sebastian Wagner
2017-08-25 07:57:47 +00:00
committed by Git OBS Bridge
parent dbf379efee
commit dfdea6bf32
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 25 07:56:06 UTC 2017 - sebix+novell.com@sebix.at
- update to 2.7.8
* PR #62. Support custom default names for pre and build
-------------------------------------------------------------------
Fri Jun 2 19:50:40 UTC 2017 - sebix+novell.com@sebix.at

View File

@@ -13,22 +13,22 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-semver
Version: 2.7.7
Version: 2.7.8
Release: 0
License: BSD-3-Clause
Summary: Python helper for Semantic Versioning
Url: https://github.com/k-bx/python-semver
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/k-bx/python-semver
Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -47,7 +47,6 @@ See also http://semver.org/
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*

View File

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

3
semver-2.7.8.tar.gz Normal file
View File

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