update to 0.2.8 [release 0.2.8-1mamba;Thu May 09 2024]
This commit is contained in:
parent
a181d99138
commit
7057e4f384
@ -1,8 +1,8 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
%define gittag %(echo %version | cut -d. -f5)
|
||||
#% define gittag %(echo %version | cut -d. -f5)
|
||||
%define untagged_version %(echo %version | cut -d. -f1-3)
|
||||
Name: python-py-gitea
|
||||
Version: 0.2.7.20230821git.689b3bc
|
||||
Version: 0.2.8
|
||||
Release: 1mamba
|
||||
Summary: A Gitea-API wrapper in Python
|
||||
Group: System/Libraries/Python
|
||||
@ -10,11 +10,11 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/Langenfeld/py-gitea
|
||||
Source: https://github.com/Langenfeld/py-gitea.git/master@%{gittag}/py-gitea-%{version}.tar.bz2
|
||||
Source: https://pypi.debian.net/py-gitea/py-gitea-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(frozendict)
|
||||
BuildRequires: python3.11dist(immutabledict)
|
||||
BuildRequires: python3.11dist(requests)
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
@ -51,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8-1mamba
|
||||
- update to 0.2.8
|
||||
|
||||
* Fri Dec 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.7.20230821git.689b3bc-1mamba
|
||||
- update to 0.2.7.20230821git.689b3bc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user