From 80a159bfe5d6f391de6ce1619904ffa4762af193 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 22 Jan 2025 17:56:25 +0100 Subject: [PATCH] update to 2.1.1 [release 2.1.1-1mamba;Wed Jan 22 2025] --- python-lazr-delegates.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-lazr-delegates.spec b/python-lazr-delegates.spec index b14b594..650677f 100644 --- a/python-lazr-delegates.spec +++ b/python-lazr-delegates.spec @@ -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 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 2.1.1-1mamba +- update to 2.1.1 + * Mon Dec 25 2023 Silvan Calarco 2.1.0-1mamba - package created using the webbuild interface