forked from pool/python-semver
Accepting request 622190 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/622190 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
288de8de9e
commit
b7fc2a73e1
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 12 03:30:06 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* be more specific for python_sitelib in %files section
|
||||
|
||||
- update to version 2.8.1:
|
||||
* Issue #77 (PR #47). Convert multiple tests into
|
||||
pytest.mark.parametrize
|
||||
* Issue #89 (PR #90). Add doctests.
|
||||
* Issue #40 (PR #88). Add a static parse method to VersionInfo
|
||||
* Issue #87 #94 (PR #93). Remove named tuple inheritance. Fix bad
|
||||
rendering in Pandas DataFrame
|
||||
* Issue #96 (PR #97). Make VersionInfo immutable
|
||||
* Issue #98 (PR #99). prerelease and build set to None by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 06:42:33 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
|
@@ -19,18 +19,17 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-semver
|
||||
Version: 2.8.0
|
||||
Version: 2.8.1
|
||||
Release: 0
|
||||
Summary: Python helper for Semantic Versioning
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/k-bx/python-semver
|
||||
URL: https://github.com/k-bx/python-semver
|
||||
Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -48,6 +47,7 @@ See also http://semver.org/
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/semver*
|
||||
%pycache_only %{python_sitelib}/__pycache__/semver*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b881cbbadaa83af20a6984d5e75b6db4bf388065515cf97d44661c21b80946c3
|
||||
size 5724
|
3
semver-2.8.1.tar.gz
Normal file
3
semver-2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8
|
||||
size 5576
|
Reference in New Issue
Block a user