From 19d60121efad912aa3fc59bdb7ef94468cff4601 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:16:23 +0100 Subject: [PATCH] update to 22.10.0 [release 22.10.0-1mamba;Fri Nov 25 2022] --- python-incremental.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-incremental.spec b/python-incremental.spec index 9b3dd44..2e4a9e3 100644 --- a/python-incremental.spec +++ b/python-incremental.spec @@ -1,12 +1,12 @@ Name: python-incremental -Version: 21.3.0 -Release: 2mamba +Version: 22.10.0 +Release: 1mamba Summary: A small library that versions your Python projects Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://hawkowl.github.io/incremental +URL: https://github.com/twisted/incremental Source: http://pypi.debian.net/incremental/incremental-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN @@ -35,7 +35,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) @@ -44,6 +44,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Fri Nov 25 2022 Silvan Calarco 22.10.0-1mamba +- update to 22.10.0 + * Fri Apr 09 2021 Silvan Calarco 21.3.0-2mamba - rebuilt with distdeps