diff --git a/packages/circle/meta.json b/packages/circle/meta.json index 2b5d38e42..3b37ef93a 100644 --- a/packages/circle/meta.json +++ b/packages/circle/meta.json @@ -1,23 +1,29 @@ { "AbstractHTML": "The Circle package provides functionality for computations in adjoint groups of finite associative rings. It allows to construct circle objects that will respect the circle multiplication r*s=r+s+rs, create multiplicative groups, generated by such objects, and compute groups of elements, invertible with respect to this operation. Also it may serve as an example of extending the GAP system with new multiplicative objects.", "ArchiveFormats": ".tar.gz", - "ArchiveSHA256": "c978093a555d8d54fa3fd84c4f52a5cc98ba83585bf2454fb29b0517d34e189d", - "ArchiveSize": 253694, - "ArchiveURL": "https://github.com/gap-packages/circle/releases/download/v1.7.0/circle-1.7.0", + "ArchiveSHA256": "9ecc2d63da589f258a85843238ab47e3d681f598cc23aa56c9bcbcbb036d94a4", + "ArchiveSize": 253773, + "ArchiveURL": "https://github.com/gap-packages/circle/releases/download/v1.7.1/circle-1.7.1", "AutoDoc": { "entities": { - "RELEASEDATE": "11 August 2026", + "RELEASEDATE": "14 August 2026", "RELEASEYEAR": "2026", - "VERSION": "1.7.0" + "VERSION": "1.7.1" } }, "AvailabilityTest": null, - "Date": "2026-08-11", + "Date": "2026-08-14", "Dependencies": { "ExternalConditions": [], "GAP": ">=4.8", "NeededOtherPackages": [], - "SuggestedOtherPackages": [] + "SuggestedOtherPackages": [], + "TestPackages": [ + [ + "smallgrp", + ">= 1.0" + ] + ] }, "IssueTrackerURL": "https://github.com/gap-packages/circle/issues", "Keywords": [ @@ -40,7 +46,7 @@ "SixFile": "doc/manual.six" } ], - "PackageInfoSHA256": "701b60f103ab85bbbf1727423e8d663446afff327643ce6ebf88741e194e39d0", + "PackageInfoSHA256": "e189201dfe54c6c89742a76b8577a79517cee05672347a82b9307f5bfc8b3e37", "PackageInfoURL": "https://gap-packages.github.io/circle/PackageInfo.g", "PackageName": "Circle", "PackageWWWHome": "https://gap-packages.github.io/circle", @@ -74,5 +80,5 @@ }, "Subtitle": "Adjoint groups of finite rings", "TestFile": "tst/testall.g", - "Version": "1.7.0" + "Version": "1.7.1" }