Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utils] Update to 0.85 #890

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/utils/meta.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"AbstractHTML": "The <span class=\"pkgname\">Utils</span> package provides a collection of utility functions gleaned from many packages.",
"ArchiveFormats": ".tar.gz .zip",
"ArchiveSHA256": "1e0d2b53c2f57fd6a94062003875d3688b457ccd0805873f7390167ad30b7f4d",
"ArchiveURL": "https://github.com/gap-packages/utils/releases/download/v0.84/utils-0.84",
"ArchiveSHA256": "bed23a5b58ffe8492c700aa048fe2e72dca6c9b608dd314265e8b9ad16ad82b9",
"ArchiveURL": "https://github.com/gap-packages/utils/releases/download/v0.85/utils-0.85",
"AutoDoc": {
"TitlePage": {
"Abstract": "The &Utils; package provides a space for utility functions in a variety of &GAP; packages to be collected together into a single package. In this way it is hoped that they will become more visible to package authors.\n<P/>\nAny package author who transfers a function to &Utils; will become an author of &Utils;.\n<P/>\nIf deemed appropriate, functions may also be transferred from the main library.\n<P/>\nBug reports, suggestions and comments are, of course, welcome.\nPlease contact the last author at <Email>c.d.wensley@bangor.ac.uk</Email> or submit an issue at the GitHub repository <URL>https://github.com/gap-packages/utils/issues/</URL>.\n",
"Abstract": "The &Utils; package provides a space for utility functions in a variety of &GAP; packages to be collected together into a single package. In this way it is hoped that they will become more visible to package authors.\n<P/>\nAny package author who transfers a function to &Utils; will become an author of &Utils;.\n<P/>\nIf deemed appropriate, functions may also be transferred from the main library.\n<P/>\nBug reports, suggestions and comments are, of course, welcome.\nPlease contact the last author at <Email>cdwensley.maths@btinternet.com</Email> or submit an issue at the GitHub repository <URL>https://github.com/gap-packages/utils/issues/</URL>.\n",
"Acknowledgements": "This documentation was prepared using the &GAPDoc; <Cite Key='GAPDoc'/> and &AutoDoc; <Cite Key='AutoDoc'/> packages.<P/>\nThe procedure used to produce new releases uses the package <Package>GitHubPagesForGAP</Package> <Cite Key='GitHubPagesForGAP' /> and the package <Package>ReleaseTools</Package>.<P/>",
"Copyright": "&copyright; 2015-2023, The GAP Group. <P/>\nThe &Utils; 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; either version 2 of the License, or (at your option) any later version.\n"
"Copyright": "&copyright; 2015-2024, The GAP Group. <P/>\nThe &Utils; 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; either version 2 of the License, or (at your option) any later version.\n"
}
},
"Autoload": false,
"AvailabilityTest": null,
"BannerString": "Loading Utils 0.84 for GAP 4.12.1 - a collection of utility functions.\n",
"Date": "11/09/2023",
"BannerString": "Loading Utils 0.85 for GAP 4.12.1 - a collection of utility functions.\n",
"Date": "23/01/2024",
"Dependencies": {
"ExternalConditions": [],
"GAP": ">=4.10.1",
Expand Down Expand Up @@ -41,7 +41,7 @@
"SixFile": "doc/manual.six"
}
],
"PackageInfoSHA256": "8fe5d51aca4590e7a81f464734ae17a9debefc18efcf127af2d1b2c6ab1d721c",
"PackageInfoSHA256": "8076f253af65fcb6056efd94ae887b5275efc0d2f0ec4ae5fb4d3bbe1a230ca4",
"PackageInfoURL": "https://gap-packages.github.io/utils/PackageInfo.g",
"PackageName": "utils",
"PackageWWWHome": "https://gap-packages.github.io/utils",
Expand Down Expand Up @@ -133,5 +133,5 @@
"Status": "deposited",
"Subtitle": "Utility functions in GAP",
"TestFile": "tst/testall.g",
"Version": "0.84"
"Version": "0.85"
}
Loading