[info=99e02f5b7d9c85a08dec0963d7169245bc2bad2b6ca0cc05c746eed1c7099a03]

OBS-URL: https://build.opensuse.org/package/show/science/gap-groupoids?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2024-09-23 11:16:14 +00:00 committed by Git OBS Bridge
commit 9794317144
7 changed files with 242 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1706204428
commit: 99e02f5b7d9c85a08dec0963d7169245bc2bad2b6ca0cc05c746eed1c7099a03
url: https://src.opensuse.org/jengelh/gap-groupoids
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a7536afcdebb26c292c7e643316a1f3bb591ad0d63f04227eb8e67388809fb1
size 256

154
gap-groupoids.changes Normal file
View File

@ -0,0 +1,154 @@
-------------------------------------------------------------------
Wed Jan 24 00:20:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.74
* Avoid trivial function wrappers
-------------------------------------------------------------------
Sun Jun 25 09:43:59 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.73
* Basic double groupoids
* Added RegularActionHomomorphismGroupoid and used in gpdhom.tst
-------------------------------------------------------------------
Sat Feb 11 11:16:53 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.72
* moved attempt at double groupoids to XMod
* added RegularActionHomomorphismGroupoid and used in gpdhom.tst
-------------------------------------------------------------------
Sat Nov 19 00:07:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.71
* Renamed GpdIsDigraph etc as IsGroupoidDigraph
* Replaced IsDiscrete by IsDiscreteMagmaWithObjects
* Changed nicemap.tst to cope with alternative NiceMonomorphisms
-------------------------------------------------------------------
Wed Nov 14 22:52:31 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.63
* Corrections to methods for RightCoset and LeftCoset
* Removed HomsetCosetsGroupoidCoset + old IsHomsetCosetsType
* Operation RayElementsOfGroupoid is now Attribute RaysOfGroupoid
and Attribute RaysOfGroupoid is now Operation RayArrowsOfGroupoid.
* Changed HomsetCosets from IsPositionalObjectRep;
corrected SubgroupoidByPieces when rays are involved
* Add IsomorphismNewObjects method for hom discrete
methods for \in for AutomorphismGroupOfGroupoid
* Added property IsAutomorphismGroupOfGroupoidAsGroupoid
* Added method for \in for automorphisms of groupoids
* Added attribute PieceIsomorphisms for homogeneous dwos
* Added attribute ParentMappingGroupoids for restricted mappings
* Added GroupoidAutomorphismByObjectPerm method for groupoid with
rays.
* Removed attribute InverseOfIsomorphismFpSemigroup
* Added AutomorphismGroupoidOfGroupoid for homogeneous groupoids
* Replaced SmallGroup(8,4) with QuaternionGroup(8)
* Added 'GGRWS' to 'FreeProductWithAmalgamation', 'HnnExtension'
* Added ReducedImageElm for IsMappingToFreeProductWithAmalgamation
IsFpaGroup now IsFreeProductWithAmalgamation; sim. IsHnnGroup.
-------------------------------------------------------------------
Sun Dec 24 12:37:49 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.54
* added MappingGeneratorsImages method for hom discrete mappings
* added other method for GroupoidInnerAutomorphism(R,S,r);
* added method for RestrictedMappingGroupoids for homdisc
* added DirectProductOp for groupoids; Projection & Embedding
* added MappingWithObjectsByFunction and associated prop/attr and
then added new manual section on the inner automorphism group
* added operation GroupoidInnerAutomorphism
-------------------------------------------------------------------
Fri Sep 8 17:18:11 UTC 2017 - jengelh@inai.de
- The package was renamed from gpd to groupoids upstream
- Update to new upstream release 1.51
* added various methods for String, ViewString, PrintString
-------------------------------------------------------------------
Sat Apr 29 21:31:04 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.46
* Removed method for IsCommutative from gpd.gi which was causing
slowdown in the main GAP tests.
-------------------------------------------------------------------
Mon Nov 21 15:07:05 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.45
* improved RestrictedMappingGroupoids
* Added IsomorphismStandardGroupoid to gpdhom.g{d,i};
GroupoidAutomorphismByRayImages->GroupoidAutomorphismByRayShifts;
SinglePieceGroupoidByGenerators->SinglePiceSubgroupoidByGenerators;
improved RestrictedMappingGroupoids
* ImagesOfRays renamed ImageElementsOfRays
* Replaced Image(hom,x) with ImageElm(hom,x) throughout
* Moved AutomorphismGroup methods to AutomorphismGroupOfGroupoid
* Added EmbeddingsInNiceObject
* Converted cases of \in to new InAutomorphismGroupOfGroupoid
-------------------------------------------------------------------
Sun Jun 19 11:18:00 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.43
* dealt with new diffs in test files
-------------------------------------------------------------------
Fri Mar 11 22:28:22 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.42
* new method for ObjectGroupHomomorphism
* converted RootObject from an operation to an attribute
* renamed IsDigraph etc as GpdIsDigraph
* RestrictionMappingGroupoids -> RestrictedMappingGroupoids
* added method for WeightedAdjacencyMatrix for FpWeightedDigraphs
* added PrintObj & Viewobj for groupoid right cosets
* removed RestrictionMappingGroups: now GeneralRestrictedMapping
* replacing test IsScalar for objects with IsObject/IsSet
added examples in section 4.1.1 where the objects are
free group generators or strings
* Added method for ImagesRepresentative( gpdhom, arrow )
-------------------------------------------------------------------
Tue Aug 4 09:10:56 UTC 2015 - jengelh@inai.de
- Update to new upstream release 1.34
* added method for GeneratorsOfMagma for a magma with objects
* attempted fix of problem with NormalFormGGRWS
* PackageInfo.g: Kan is now an accepted package
* converted the bibliography to BibXMLext format and added an URL
to Emma's thesis (moore.ps.gz)
* changed 'InversesIfNonzero' to 'Inverse' in category names
-------------------------------------------------------------------
Sun Feb 22 10:35:23 UTC 2015 - jengelh@inai.de
- Update to new upstream release 1.31
* rays were inadvertently arrows, so swapped the names:
RaysOfGroupoid with RayElementsOfGroupoid
* added second Kd8method for IsHomogeneousDomainWithObjects
* renamed MultiplicativeElementWithObjects as Arrow,
IsElementOfMagmaWithObjects as IsArrowIn,
GroupoidElement no longer needed: use Arrow,
IdentityElement as IdentityArrow,
ConjugateGroupoidElement as ConjugateArrow.
* changed Arrow to ArrowNC in GeneratorsOfMagmaWithObjects
-------------------------------------------------------------------
Wed Feb 5 16:32:24 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.22
* Adjusted flip function in mwohom.g and mwohom.tst.
* Added method for ImageElm for mwohoms and more than one piece.
* Added IsElementOfMagmaWithObjects (in place of \in).
* Renamed Arrowelt -> ElementOfArrow, etc.
-------------------------------------------------------------------
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
- Split gpd (version 1.19) off the gap RPM package

54
gap-groupoids.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package gap-groupoids
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-groupoids
Version: 1.74
Release: 0
Summary: GAP: Groupoids, graphs of groups, and graphs of groupoids
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/groupoids/
#Git-Clone: https://github.com/gap-packages/groupoids
Source: https://github.com/gap-packages/groupoids/releases/download/v%version/groupoids-%version.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: gap-autodoc >= 2019.02.22
Requires: gap-core >= 4.10.1
Requires: gap-fga >= 1.4.0
Requires: gap-utils >= 0.76
Suggests: gap-semigroups >= 3.1.1
%description
This package allows for the computation of finite groupoids, both
connected and with several components. Graphs of groups and graphs of
groupoids are also constructed, allowing the calculation of normal
forms for Free Products with Amalgamation and for HNN extensions when
the initial groups have rewriting systems.
%prep
%autosetup -n groupoids-%version
%build
%install
rm -Rf scripts
%gappkg_simple_install
%files -f %name.files
%changelog

3
groupoids-1.74.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:848cc0862a137d5aa3b26bd22dceb2c38621ddc6e056541ee23f6756943e80b4
size 805490