delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-groupoids?expand=0&rev=8
This commit is contained in:
parent
38a0e884e5
commit
f6ba9be1be
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Fri Sep 8 17:18:11 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-groupoids
|
# spec file for package gap-groupoids
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,26 +12,26 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gap-groupoids
|
Name: gap-groupoids
|
||||||
Summary: GAP: Groupoids, graphs of groups, and graphs of groupoids
|
Version: 1.63
|
||||||
Version: 1.51
|
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
Summary: GAP: Groupoids, graphs of groups, and graphs of groupoids
|
||||||
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://gap-packages.github.io/groupoids/
|
Url: https://gap-packages.github.io/groupoids/
|
||||||
|
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/groupoids-%version.tar.bz2
|
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/groupoids-%version.tar.bz2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-core >= 4.8.7
|
Requires: gap-core >= 4.9.2
|
||||||
Requires: gap-fga >= 1.3.1
|
Requires: gap-fga >= 1.4.0
|
||||||
Requires: gap-gapdoc >= 1.5.1
|
Requires: gap-gapdoc >= 1.6.1
|
||||||
Suggests: gap-semigroups >= 2.8.0
|
Suggests: gap-semigroups >= 3.0.18
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package allows for the computation of finite groupoids, both
|
This package allows for the computation of finite groupoids, both
|
||||||
@ -46,6 +46,7 @@ the initial groups have rewriting systems.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
rm -Rf scripts
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c33582fe4492394afb61b8fda736ae526cbe47afb05f9eb5acf5102425daab79
|
|
||||||
size 503744
|
|
3
groupoids-1.63.tar.bz2
Normal file
3
groupoids-1.63.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fffc2a4a8bc258ede69fb2f92e0935f606bd5714b56b49bb4e7d17c7ed6cd617
|
||||||
|
size 591222
|
Loading…
Reference in New Issue
Block a user