https://bugzilla.redhat.com/show_bug.cgi?id=2517899
Bug ID: 2517899
Summary: Review Request: gap-pkg-perfgrp - GAP Library of
Finite Perfect Groups
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: loganjerry(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jjames.fedorapeople.org/gap-pkg-perfgrp/gap-pkg-perfgrp.spec
SRPM URL:
https://jjames.fedorapeople.org/gap-pkg-perfgrp/gap-pkg-perfgrp-1.0.0-1.fc4…
Fedora Account System Username: jjames
Description: The GAP library of finite perfect groups provides, up to
isomorphism, a list of all perfect groups whose sizes are less than 2,000,000.
The groups of orders up to 10^6 have been enumerated by Derek F. Holt and
Wilhelm Plesken and published in their book "Perfect Groups" (Oxford University
Press, 1989). The remaining groups were enumerated by Alexander Hulpke, `The
perfect groups of order up to two million`, Math. Comp. **91** (2022), no. 334,
1007-1017, https://doi.org/10.1090/mcom/3684.
In addition, this package provides methods for computing the perfect and simple
subgroups of a finite group, via the attributes
RepresentativesPerfectSubgroups, RepresentativesSimpleSubgroups and
ConjugacyClassesPerfectSubgroups.
This code used to be part of the GAP core system, and was moved into a separate
package to reduce the size of the GAP distribution and to allow independent
updates of the data.
I am willing to swap reviews.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2517899
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2525364
Bug ID: 2525364
Summary: Review Request: python-agent-detector - Detect AI
coding agents from their execution environment or
User-Agent
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Whiteboard: Trivial
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: code(a)musicinmybrain.net
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Blocks: 2525001
Target Milestone: ---
Classification: Fedora
Spec URL: https://music.fedorapeople.org/python-agent-detector.spec
SRPM URL:
https://music.fedorapeople.org/python-agent-detector-1.1.0-1.fc44.src.rpm
Description:
agent-detector is a small, dependency-free Python package for detecting which
AI coding agent is driving the current process, and for parsing that identity
back out of a User-Agent header on the receiving side.
It returns evidence rather than only a boolean, so callers can distinguish an
explicit identity from a broad environmental hint.
Fedora Account System Username: music
This is a new dependency for version 0.24.0 of fastapi-cloud-cli. It is an
extremely straightforward pure-Python library. This spec file uses the
provisional pyproject declarative buildsystem; see
https://src.fedoraproject.org/rpms/pyproject-rpm-macros for details.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2525001
[Bug 2525001] fastapi-cloud-cli-0.24.0 is available
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2525364
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2516183
Bug ID: 2516183
Summary: Review Request: gap-pkg-backtrackkit - Implementation
of Jeffrey Leon's Partition Backtrack framework
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: loganjerry(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://jjames.fedorapeople.org/gap-pkg-backtrackkit/gap-pkg-backtrackkit.s…
SRPM URL:
https://jjames.fedorapeople.org/gap-pkg-backtrackkit/gap-pkg-backtrackkit-1…
Fedora Account System Username: jjames
Description: This package provides a simple implementation of Leon's partition
backtrack framework.
This package is intended to be a package for learning the algorithms of
partition backtrack, and the performance is extremely poor -- orders of
magnitude slower than the algorithms in GAP. If you want to see a modern,
high-performance extension to partition backtrack, look at the vole package.
I am willing to swap reviews.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2516183
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2516181
Bug ID: 2516181
Summary: Review Request: gap-pkg-quickcheck - Randomized
property-based testing for GAP
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: loganjerry(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://jjames.fedorapeople.org/gap-pkg-quickcheck/gap-pkg-quickcheck.spec
SRPM URL:
https://jjames.fedorapeople.org/gap-pkg-quickcheck/gap-pkg-quickcheck-1.0.2…
Fedora Account System Username: jjames
Description: This package provides a library for randomized, property-based
testing in GAP, inspired by the QuickCheck framework found in languages like
Haskell.
It allows you to write tests as general properties that should hold true for
your code, and the QuickCheck package will then generate a large number of
random test cases to try and find a counterexample.
Features:
- Property-Based Testing: Define properties and let the framework generate test
data automatically.
- Automatic Sizing: The package automatically tries a range of different sizes
for the generated objects, starting with small and simple cases to find the
minimal counterexamples first.
- Variety of Types: It supports random generation for a range of common GAP
types.
I am willing to swap reviews.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2516181
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2516184
Bug ID: 2516184
Summary: Review Request: gap-pkg-graphbacktracking -
Implementation of a graph backtracking algorithm for
GAP
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: loganjerry(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://jjames.fedorapeople.org/gap-pkg-graphbacktracking/gap-pkg-graphback…
SRPM URL:
https://jjames.fedorapeople.org/gap-pkg-graphbacktracking/gap-pkg-graphback…
Fedora Account System Username: jjames
Description: This package provides an implementation of the graph backtracking
algorithm, as described in the paper "Computing canonical images in permutation
groups with Graph Backtracking" [1] by Christopher Jefferson, Rebecca
Waldecker, and Wilf A. Wilson. It extends the BacktrackKit package to support
graph backtracking.
This algorithm can be used to perform calculations in permutation groups, such
as:
* Group and coset intersection
* Finding canonical images of combinatorial structures in any permutation group
This package is intended for learning and exploring the graph backtracking
algorithm. The performance is **extremely poor**. For a modern,
high-performance version of this algorithm, please see the vole [2] package.
[1] https://arxiv.org/abs/2209.02534
[2] https://github.com/peal/vole
I am willing to swap reviews.
--
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2516184
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2526403
Bug ID: 2526403
Summary: Review Request: python-fsspec-xrootd - An XRootD
implementation for fsspec
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mattias.ellert(a)physics.uu.se
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://www.ellert.se/review/python-fsspec-xrootd.spec
SRPM URL:
https://www.ellert.se/review/python-fsspec-xrootd-0.5.5-1.fc46.src.rpm
Description:
To allow fsspec to use XRootD accessible storage systems. Install
fsspec-xrootd alongside fsspec and have easy access to files stored on
XRootD servers. Once installed, fsspec will be able to work with URLs
with the 'root' protocol.
Fedora Account System Username: ellert
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2526403
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…