forked from pool/python-semver
Accepting request 1012034 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1012034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=17
This commit is contained in:
3
python-semver-3.0.0-dev.3-gh.tar.gz
Normal file
3
python-semver-3.0.0-dev.3-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19cabde5fb1692b74d68bd1bc538ef95e0cf7317ecd5ab81c694fb9416b3920a
|
||||
size 56440
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d49098227c5bb9c2e538974f2db56b4e6d981830257bb8e47f3593431595253
|
||||
size 56475
|
Reference in New Issue
Block a user