Accepting request 1160049 from home:mcalabkova:branches:devel:languages:python
- Update to 3.1.0 * Improve some error messages OBS-URL: https://build.opensuse.org/request/show/1160049 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioningit?expand=0&rev=17
This commit is contained in:
parent
9efa89789e
commit
764e911076
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 08:20:56 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 3.1.0
|
||||
* Improve some error messages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 11:08:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without libalternatives
|
||||
%else
|
||||
@ -25,24 +23,24 @@
|
||||
%endif
|
||||
|
||||
Name: python-versioningit
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Versioning It with your Version In Git
|
||||
License: MIT
|
||||
URL: https://github.com/jwodder/versioningit
|
||||
Source: https://files.pythonhosted.org/packages/source/v/versioningit/versioningit-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3 >= 3.7
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module build}
|
||||
BuildRequires: %{python_module importlib-metadata if %python-base < 3.10}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module pydantic}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module tomli >= 1.2}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: git
|
||||
@ -50,9 +48,10 @@ BuildRequires: mercurial
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-packaging
|
||||
Requires: python-setuptools
|
||||
Requires: python-tomli >= 1.2
|
||||
Suggests: python-importlib-metadata >= 3.6
|
||||
%if %{?python_version_nodots} < 310
|
||||
Requires: python-importlib-metadata >= 3.6
|
||||
%endif
|
||||
Suggests: python-dataclasses
|
||||
%if %{with libalternatives}
|
||||
Requires: alts
|
||||
@ -97,6 +96,7 @@ separate functions used for version extraction & calculation.
|
||||
%doc CHANGELOG.md README.rst
|
||||
%license LICENSE
|
||||
%python_alternative %{_bindir}/versioningit
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/versioningit
|
||||
%{python_sitelib}/versioningit-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e3ce47a6424d850ae9e55e1b134a020e9fcbcb895338f107f2b5c51d34c9c1b
|
||||
size 203693
|
3
versioningit-3.1.0.tar.gz
Normal file
3
versioningit-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aac713c31a53eb367a6bbc2e8b3de8cc2b86d10d45c5101afd651446cb10fd7
|
||||
size 215117
|
Loading…
Reference in New Issue
Block a user