Accepting request 729784 from devel:languages:python
- Update to 2.8.2: * various major parsing fixes OBS-URL: https://build.opensuse.org/request/show/729784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semantic_version?expand=0&rev=4
This commit is contained in:
commit
61ee588edc
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 10:29:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.8.2:
|
||||||
|
* various major parsing fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:54:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:54:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-semantic_version
|
# spec file for package python-semantic_version
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-semantic_version
|
Name: python-semantic_version
|
||||||
Version: 2.6.0
|
Version: 2.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library implementing the 'SemVer' scheme
|
Summary: A library implementing the 'SemVer' scheme
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/rbarrois/python-semanticversion
|
URL: https://github.com/rbarrois/python-semanticversion
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -42,6 +43,10 @@ It follows strictly the 2.0.0 version of the SemVer scheme.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%python_exec setup.py test
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a4328680073e9b243667b201119772aefc5fc63ae32398d6afafff07c4f54c0
|
|
||||||
size 13919
|
|
3
semantic_version-2.8.2.tar.gz
Normal file
3
semantic_version-2.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71c716e99086c44d068262b86e4775aa6db7fabee0743e4e33b00fbf6f672585
|
||||||
|
size 49243
|
Loading…
x
Reference in New Issue
Block a user