-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2022-21f6ca9264 2022-10-02 00:17:13.956701 --------------------------------------------------------------------------------
Name : gap-pkg-io Product : Fedora 37 Version : 4.7.3 Release : 1.fc37 URL : http://gap-packages.github.io/io/ Summary : Unix I/O functionality for GAP Description : This GAP package provides a link to the standard UNIX I/O functionality that is available through the C library. This part basically consists of functions on the GAP level that allow functions in the C library to be called. Built on top of this is a layer for buffered input/output which is implemented completely in the GAP language. It is intended to be used by programs for which it is not necessary to have full direct access to the operating system. On this level, quite a few convenience functions are implemented for interprocess communication like starting up pipelines of processes to filter data through them and to start up processes and then communicate with them. There is also support for creating network connections over TCP/IP and UDP. Building on this, the package contains an implementation of the client side of the HTTP protocol making it possible among other things to access web pages from within GAP. Another part of the package is a framework for object serialization. That is, GAP objects can be converted into a platform-independent byte sequence which can be stored to a file or sent over the network. The code takes complete care of arbitrarily self-referential data structures like lists containing themselves as an entry. The resulting byte strings can be read back into GAP and the original objects are rebuilt with exactly the same self-references. This works for most of the standard builtin types of GAP like numbers, permutations, polynomials, lists, and records and can be extended to nearly arbitrary GAP objects. -------------------------------------------------------------------------------- Update Information: This is a large update that unifies and simplifies most of the GAP package spec files. Packages who license tags had not been migrated to SPDX already have been migrated. Package-specific changes follow: - gap 4.12.0: see https://github.com/gap-system/gap/blob/master/CHANGES.md#gap-4120-august-2022. Also, several upstream patches were added to fix bugs found after the 4.12.0 release. - GAPDoc: add a %check script - gap-pkg-ace 5.6.1: see https://github.com/gap-packages/ace/blob/master/CHANGES.md - gap-pkg-atlasrep 2.1.5: see https://www.math.rwth- aachen.de/~Thomas.Breuer/atlasrep/doc/chap1.html#sect:news - gap-pkg-browse 1.8.15: see https://www.math.rwth-aachen.de/~Browse/ - gap-pkg-crypting 0.10.2: only build system updates, plus one minor documentation update. The actual code is the same. - gap-pkg-curlinterface 2.3.1: see https://github.com/gap- packages/curlInterface/blob/master/CHANGES - gap-pkg-design: add a %check script - gap-pkg-digraphs 1.6.0: https://github.com/digraphs/Digraphs/blob/main/CHANGELOG.md - gap-pkg-edim 1.3.6: see https://www.math.rwth-aachen.de/~Frank.Luebeck/EDIM/CHANGES - gap- pkg-fining: see https://github.com/gap-packages/FinInG/commits/master - gap-pkg- float: add a patch to fix libfplll detection - gap-pkg-format: add a missing bibliography - gap-pkg-francy 1.2.5: fix a failing test - gap-pkg-genss 1.6.8: see https://github.com/gap-packages/genss/blob/master/CHANGES - gap-pkg-grape: add a patch to fix documentation citations - gap-pkg-groupoids 1.71: see https://github.com/gap-packages/groupoids/blob/master/CHANGES.md - gap-pkg-guava 3.17: see https://github.com/gap-packages/guava/blob/master/CHANGES - gap-pkg-io 4.7.3: see https://github.com/gap-packages/io/blob/master/CHANGES for changes - gap-pkg-jupyterviz 1.5.6: fix a syntax error - gap-pkg-mapclass 1.4.6: minor documentation updates only - gap-pkg-nautytracesinterface: minor build system updates only - gap-pkg-orb 4.9.0: see https://github.com/gap- packages/orb/blob/master/CHANGES - gap-pkg-polycyclic: add several upstream patches to fix bugs found after the 2.16 release - gap-pkg-polymaking: add a minor documentation patch - gap-pkg-recog 1.4.2: see https://github.com/gap- packages/recog/blob/master/CHANGES - gap-pkg-scscp: use systemd-sysusers to create the daemon user instead of using the legacy method - gap-pkg-semigroups 5.0.2: see https://github.com/semigroups/Semigroups/blob/main/CHANGELOG.md - gap-pkg-singular 2022.09.23: see https://github.com/gap- packages/singular/blob/master/CHANGES.md - gap-pkg-sophus 1.27: see https://github.com/gap-packages/sophus/blob/master/CHANGES.md - gap-pkg-utils 0.77: see https://github.com/gap-packages/utils/blob/master/CHANGES.md - xgap: add a patch to fix a documentation cross-reference The following packages were only changed as noted at the top, but the binary package still contains the same contents as the previous build: - gap-pkg-aclib - gap-pkg-alnuth - gap-pkg- autodoc - gap-pkg-automata - gap-pkg-autpgrp - gap-pkg-caratinterface - gap-pkg- circle - gap-pkg-cohomolo - gap-pkg-congruence - gap-pkg-corelg - gap-pkg-crime - gap-pkg-crisp - gap-pkg-cryst - gap-pkg-crystcat - gap-pkg-ctbllib - gap-pkg- cvec - gap-pkg-datastructures - gap-pkg-factint - gap-pkg-ferret - gap-pkg-fga - gap-pkg-forms - gap-pkg-fr - gap-pkg-gbnp - gap-pkg-grpconst - gap-pkg-hap - gap-pkg-hapcryst - gap-pkg-hecke - gap-pkg-images - gap-pkg-irredsol - gap-pkg- jupyterkernel - gap-pkg-json - gap-pkg-laguna - gap-pkg-liealgdb - gap-pkg- liepring - gap-pkg-liering - gap-pkg-loops - gap-pkg-lpres - gap-pkg-nq - gap- pkg-openmath - gap-pkg-polenta - gap-pkg-primgrp - gap-pkg-profiling - gap-pkg- qpa - gap-pkg-quagroup - gap-pkg-radiroot - gap-pkg-repsn - gap-pkg-resclasses - gap-pkg-sla - gap-pkg-smallgrp - gap-pkg-smallsemi - gap-pkg-sonata - gap-pkg- spinsym - gap-pkg-tomlib - gap-pkg-toric - gap-pkg-transgrp - gap-pkg-uuid - gap-pkg-xmod - gap-pkg-zeromqinterface In addition, the pari package was updated to version 2.15.0. For the changes in this version, see https://pari.math.u-bordeaux.fr/archives/pari-announce-22/msg00001.html. The gp2c package was updated to version 0.0.13. The only change is that it defaults to pari 2.15.0. The following packages were rebuilt due to the pari update: - L-function - clisp - eclib - giac - python-cypari2 - python-cysignals - python- pari-jupyter Finally, sagemath was rebuilt due to the gap and pari updates. -------------------------------------------------------------------------------- ChangeLog: * Mon Sep 26 2022 Jerry James <[email protected]> - 4.7.3-1 - Version 4.7.3 - Update for gap 4.12.0 * Tue Aug 16 2022 Jerry James <[email protected]> - 4.7.2-4 - Convert License tag to SPDX -------------------------------------------------------------------------------- References: [ 1 ] Bug #2116030 - gap-pkg-semigroups-5.0.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2116030 [ 2 ] Bug #2116094 - gap-pkg-utils-0.77 is available https://bugzilla.redhat.com/show_bug.cgi?id=2116094 [ 3 ] Bug #2116266 - gap-pkg-groupoids-1.71 is available https://bugzilla.redhat.com/show_bug.cgi?id=2116266 [ 4 ] Bug #2117855 - gap-pkg-jupyterviz-1.5.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=2117855 [ 5 ] Bug #2119680 - gap-pkg-fining-1.5.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2119680 [ 6 ] Bug #2124393 - gap-pkg-francy-1.2.5 is available https://bugzilla.redhat.com/show_bug.cgi?id=2124393 [ 7 ] Bug #2124394 - gap-pkg-guava-3.17 is available https://bugzilla.redhat.com/show_bug.cgi?id=2124394 [ 8 ] Bug #2125740 - gap-pkg-crypting-0.10.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2125740 [ 9 ] Bug #2125747 - gap-pkg-curlinterface-2.3.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2125747 [ 10 ] Bug #2125748 - gap-pkg-digraphs-1.6.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2125748 [ 11 ] Bug #2127315 - gap-pkg-ace-5.6.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2127315 [ 12 ] Bug #2127636 - gap-pkg-mapclass-1.4.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=2127636 [ 13 ] Bug #2127999 - pari-2.15.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2127999 [ 14 ] Bug #2128529 - gp2c-0.0.13 is available https://bugzilla.redhat.com/show_bug.cgi?id=2128529 [ 15 ] Bug #2129423 - gap-pkg-edim-1.3.6 is available https://bugzilla.redhat.com/show_bug.cgi?id=2129423 [ 16 ] Bug #2129481 - gap-pkg-singular-2022.09.23 is available https://bugzilla.redhat.com/show_bug.cgi?id=2129481 [ 17 ] Bug #2129938 - gap-pkg-genss-1.6.8 is available https://bugzilla.redhat.com/show_bug.cgi?id=2129938 [ 18 ] Bug #2130223 - gap-pkg-orb-4.9.0 is available https://bugzilla.redhat.com/show_bug.cgi?id=2130223 [ 19 ] Bug #2130375 - gap-pkg-recog-1.4.2 is available https://bugzilla.redhat.com/show_bug.cgi?id=2130375 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2022-21f6ca9264' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
