From a3898ce8926eb76e3e493bb89d6b467f98f85010 Mon Sep 17 00:00:00 2001 From: cdwensley Date: Fri, 6 Dec 2024 09:15:50 +0000 Subject: [PATCH 1/2] remove obsolete Autoloads --- PackageInfo.g | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 08c0ea6..d749856 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,7 +9,7 @@ SetPackageInfo( rec( PackageName := "XModAlg", Subtitle := "Crossed Modules and Cat1-Algebras", Version := "1.27", -Date := "26/10/2024", # dd/mm/yyyy format +Date := "06/12/2024", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -76,8 +76,7 @@ PackageDoc := rec( HTMLStart := "doc/chap0_mj.html", PDFFile := "doc/manual.pdf", SixFile := "doc/manual.six", - LongTitle := "Crossed Modules and Cat1-Algebras in GAP", - Autoload := true + LongTitle := "Crossed Modules and Cat1-Algebras in GAP" ), Dependencies := rec( @@ -98,8 +97,6 @@ BannerString := Concatenation( "-----------------------------------------------------------------------------\n" ), -Autoload := false, - TestFile := "tst/testall.g", Keywords := ["crossed module of algebras", "cat1-algebra"], From 09a24414949e45339747fef5cd9b6700968dc303 Mon Sep 17 00:00:00 2001 From: cdwensley Date: Fri, 3 Jan 2025 08:51:53 +0000 Subject: [PATCH 2/2] adding @cdwensley as maintainer --- PackageInfo.g | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index d749856..ccc6a84 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -8,8 +8,8 @@ SetPackageInfo( rec( PackageName := "XModAlg", Subtitle := "Crossed Modules and Cat1-Algebras", -Version := "1.27", -Date := "06/12/2024", # dd/mm/yyyy format +Version := "1.27dev", +Date := "03/01/2025", # dd/mm/yyyy format License := "GPL-2.0-or-later", Persons := [ @@ -44,6 +44,16 @@ Persons := [ "Turkey"] ), Place := "Eskisehir", Institution := "Osmangazi University" + ), + rec( + LastName := "Wensley", + FirstNames := "Chris", + IsAuthor := false, + IsMaintainer := true, + Email := "cdwensley.maths@btinternet.com", + WWWHome := "https://github.com/cdwensley", + Place := "Llanfairfechan", + Institution := "" ) ], @@ -66,8 +76,8 @@ SupportEmail := "aodabas@ogu.edu.tr", ArchiveFormats := ".tar.gz", AbstractHTML := - "The XModAlg package provides a collection of \ -functions for computing with crossed modules and cat1-algebras \ + "The XModAlg package provides a collection \ +of functions for computing with crossed modules and cat1-algebras \ and morphisms of these structures.", PackageDoc := rec( @@ -91,7 +101,7 @@ AvailabilityTest := ReturnTrue, BannerString := Concatenation( "-----------------------------------------------------------------------------\n", - "Loading XModAlg ", String( ~.Version ), " (", String( ~.Date ), ") for GAP 4.13 \n", + "Loading XModAlg ", String( ~.Version ), " (", String( ~.Date ), ") for GAP 4.14 \n", "Methods for crossed modules of commutative algebras and cat1-algebras\n", "by Zekeriya Arvasi (zarvasi@ogu.edu.tr) and Alper Odabas (aodabas@ogu.edu.tr).\n", "-----------------------------------------------------------------------------\n" @@ -104,7 +114,7 @@ Keywords := ["crossed module of algebras", "cat1-algebra"], AutoDoc := rec( TitlePage := rec( Copyright := Concatenation( - "©right; 2014-2024, Zekeriya Arvasi and Alper Odabas.

\n", + "© 2014-2025, Zekeriya Arvasi and Alper Odabas.

\n", "The &XModAlg; package is free software; you can redistribute it ", "and/or modify it under the terms of the GNU General ", "Public License as published by the Free Software Foundation; ",