From b7fc2a73e108afd720866f4ffd77c8b847baa266871170b481876f9366b1ab55 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 12 Jul 2018 06:11:59 +0000 Subject: [PATCH] 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 --- python-semver.changes | 16 ++++++++++++++++ python-semver.spec | 8 ++++---- semver-2.8.0.tar.gz | 3 --- semver-2.8.1.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 semver-2.8.0.tar.gz create mode 100644 semver-2.8.1.tar.gz diff --git a/python-semver.changes b/python-semver.changes index b9a43fd..bf5f56b 100644 --- a/python-semver.changes +++ b/python-semver.changes @@ -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 diff --git a/python-semver.spec b/python-semver.spec index f0c92c0..f18444d 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -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 diff --git a/semver-2.8.0.tar.gz b/semver-2.8.0.tar.gz deleted file mode 100644 index e1a2594..0000000 --- a/semver-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b881cbbadaa83af20a6984d5e75b6db4bf388065515cf97d44661c21b80946c3 -size 5724 diff --git a/semver-2.8.1.tar.gz b/semver-2.8.1.tar.gz new file mode 100644 index 0000000..6dd068a --- /dev/null +++ b/semver-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b09010a66d9a3837211bb7ae5a20d10ba88f8cb49e92cb139a69ef90d5060d8 +size 5576