update to 2.1.1 [release 2.1.1-1mamba;Wed Jan 22 2025]

This commit is contained in:
Silvan Calarco 2025-01-22 17:56:25 +01:00
parent 0faceb5e91
commit 80a159bfe5

View File

@ -1,6 +1,6 @@
%define pkgname lazr.delegates
Name: python-lazr-delegates
Version: 2.1.0
Version: 2.1.1
Release: 1mamba
Summary: Easily write objects that delegate behavior
Group: System/Libraries
@ -8,8 +8,9 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://launchpad.net/lazr.delegates
Source: https://pypi.debian.net/lazr.delegates/lazr.delegates-%{version}.tar.gz
Source: https://pypi.debian.net/lazr.delegates/lazr_delegates-%{version}.tar.gz
License: LGPL
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
@ -24,7 +25,7 @@ BuildRequires: python3.11dist(zope.interface)
%endif
%prep
%setup -q -n lazr.delegates-%{version}
%setup -q -n lazr_delegates-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -49,5 +50,8 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/lazr/delegates/*
%changelog
* Wed Jan 22 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-1mamba
- update to 2.1.1
* Mon Dec 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
- package created using the webbuild interface