From 9129d6bb0bf9afea87547a6da50af1da935365888e2ebc13ab64d042feea6e10 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 11 Sep 2024 18:00:57 +0200 Subject: [PATCH] gap-cap 2024.09.08 --- CAP-2024.03-02.tar.gz | 3 --- CAP-2024.09-08.tar.gz | 3 +++ gap-cap.changes | 10 ++++++++++ gap-cap.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 CAP-2024.03-02.tar.gz create mode 100644 CAP-2024.09-08.tar.gz diff --git a/CAP-2024.03-02.tar.gz b/CAP-2024.03-02.tar.gz deleted file mode 100644 index 03f56cc..0000000 --- a/CAP-2024.03-02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51db65e94e2d68a12ad24604549e1d9f69caca70b0183723ec96f88e8915afe2 -size 1512763 diff --git a/CAP-2024.09-08.tar.gz b/CAP-2024.09-08.tar.gz new file mode 100644 index 0000000..822fa2a --- /dev/null +++ b/CAP-2024.09-08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c166a8a60931adf72731fca3558382cfb1aa1ddaff0dc3924c6d6ac100236116 +size 1543829 diff --git a/gap-cap.changes b/gap-cap.changes index 72300a4..66835fd 100644 --- a/gap-cap.changes +++ b/gap-cap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 11 15:30:19 UTC 2024 - Jan Engelhardt + +- Update to release 2024.09.08 + * the opposite category constructor now respects the enrichment of the input category + * Restore the previous behavior of only_primitive_operations for Opposite + * Attach a ring instance to the data types of rings and their elements + * Allow to specify weights of operations in CategoryConstructor + * Require additional filters to be dense lists of the expected length + ------------------------------------------------------------------- Sat Mar 23 21:24:48 UTC 2024 - Jan Engelhardt diff --git a/gap-cap.spec b/gap-cap.spec index 214b236..7e8132f 100644 --- a/gap-cap.spec +++ b/gap-cap.spec @@ -17,8 +17,8 @@ Name: gap-cap -Version: 2024.03.02 -%define sillyver 2024.03-02 +Version: 2024.09.08 +%define sillyver 2024.09-08 Release: 0 Summary: GAP: Categories, Algorithms and Programming License: GPL-2.0-only @@ -32,7 +32,7 @@ BuildArch: noarch Requires: gap-core >= 4.12.1 Requires: gap-io Requires: gap-toolsforhomalg >= 2023.11.01 -Suggests: gap-browse +Suggests: gap-browse >= 1.5 Suggests: gap-compilerforcap >= 2021.12.05 %description