14
0
forked from pool/python-semver

- switch to the tagged version rather than a gh branch tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=32
This commit is contained in:
2022-10-10 08:26:43 +00:00
committed by Git OBS Bridge
parent aa4dd420dc
commit 80309332b2
4 changed files with 11 additions and 7 deletions

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 10 08:26:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
- switch to the tagged version rather than a gh branch tarball
-------------------------------------------------------------------
Mon Jan 10 21:27:18 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -19,14 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-semver
Version: 3.0.0~dev.2+41+g4d2df08
Version: 3.0.0~dev.3
Release: 0
Summary: Python helper for Semantic Versioning
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/python-semver/python-semver
#Source: https://files.pythonhosted.org/packages/source/s/semver/semver-%%{version}.tar.gz
Source: https://github.com/python-semver/python-semver/archive/refs/heads/feature/tests-for-py310.tar.gz#/semver-%{version}.tar.gz
Source: https://github.com/python-semver/python-semver/archive/refs/tags/3.0.0-dev.3.tar.gz#/%{name}-3.0.0-dev.3-gh.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -43,7 +42,7 @@ A Python module for semantic versioning. Simplifies comparing versions.
See also http://semver.org/
%prep
%setup -q -n python-semver-feature-tests-for-py310
%setup -q -n python-semver-3.0.0-dev.3
sed -i '/-cov/d' setup.cfg
%build

View File

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