https://bugzilla.redhat.com/show_bug.cgi?id=2118837
Bug ID: 2118837
Summary: Review Request: afetch - Simple system info written in
C
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathanspw.fedorapeople.org/afetch.spec
SRPM URL: https://jonathanspw.fedorapeople.org/afetch-2.2.0-1.fc38.src.rpm
Description: Simple system info written in C
Fedora Account System Username: jonathanspw
--
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=2118837
https://bugzilla.redhat.com/show_bug.cgi?id=2183700
Bug ID: 2183700
Summary: Review Request: nim - A statically typed compiled
systems programming language
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: topazus(a)outlook.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://download.copr.fedorainfracloud.org/results/topazus/test/fedora-rawh…
SRPM URL:
https://download.copr.fedorainfracloud.org/results/topazus/test/fedora-rawh…
Description:
Nim is a statically typed compiled systems programming language. It combines
successful concepts from mature languages like Python, Ada and Modula. Its
design focuses on efficiency, expressiveness, and elegance (in that order of
priority).
Fedora Account System Username: topazus
--
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=2183700
https://bugzilla.redhat.com/show_bug.cgi?id=2134899
Bug ID: 2134899
Summary: Review Request: packetdrill - Quick, precise tests for
entire TCP/UDP/IPv4/IPv6 network stacks
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: dcavalca(a)fb.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://dcavalca.fedorapeople.org/review/packetdrill/packetdrill.spec
SRPM URL:
https://dcavalca.fedorapeople.org/review/packetdrill/packetdrill-2.0~202209…
Description:
The packetdrill scripting tool enables quick, precise tests for entire
TCP/UDP/IPv4/IPv6 network stacks, from the system call layer down to the NIC
hardware. packetdrill currently works on Linux, FreeBSD, OpenBSD, and NetBSD.
It can test network stack behavior over physical NICs on a LAN, or on a single
machine using a tun virtual network device.
Fedora Account System Username: dcavalca
--
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=2134899
https://bugzilla.redhat.com/show_bug.cgi?id=2160509
Bug ID: 2160509
Summary: Review Request: python-colored - Library for color and
formatting in terminal
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathan@almalinux.org.fedorapeople.org/python-colored.spec
SRPM URL:
https://jonathan@almalinux.org.fedorapeople.org/python-colored-1.4.4-1.fc38…
Description:
Very simple Python library for color and formatting in terminal.
Collection of color codes and names for 256 color terminal setups.
Fedora Account System Username: jonathan(a)almalinux.org
--
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=2160509
https://bugzilla.redhat.com/show_bug.cgi?id=2184233
Bug ID: 2184233
Summary: Review Request: veristat - Tool for loading,
verifying, and debugging BPF object files
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: davide(a)cavalca.name
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://dcavalca.fedorapeople.org/review/veristat/veristat.spec
SRPM URL:
https://dcavalca.fedorapeople.org/review/veristat/veristat-0.1-1.fc39.src.r…
Description:
veristat is the tool for loading, verifying, and debugging BPF object files. It
allows to work with BPF object files convenient and quickly, without having to
use or modify corresponding user-space parts of an application.
Fedora Account System Username: dcavalca
--
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=2184233
https://bugzilla.redhat.com/show_bug.cgi?id=2160496
Bug ID: 2160496
Summary: Review Request: python-looseversion - Version
numbering for anarchists and software realists
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: sanjay.ankur(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://ankursinha.fedorapeople.org/python-looseversion/python-looseversion…
SRPM URL:
https://ankursinha.fedorapeople.org/python-looseversion/python-looseversion…
Description:
A backwards/forwards-compatible fork of distutils.version.LooseVersion, for
times when PEP-440 isnt what you need.
The goal of this package is to be a drop-in replacement for the original
LooseVersion. It implements an identical interface and comparison logic to
LooseVersion. The only major change is that a looseversion.LooseVersion is
comparable to a distutils.version.LooseVersion, which means tools should not
need to worry whether all dependencies that use LooseVersion have migrated.
If you are simply comparing versions of Python packages, consider moving to
packaging.version.Version, which follows PEP-440. LooseVersion is better suited
to interacting with heterogeneous version schemes that do not follow PEP-440.
Fedora Account System Username: ankursinha
--
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=2160496
https://bugzilla.redhat.com/show_bug.cgi?id=2118835
Bug ID: 2118835
Summary: Review Request: clifm - shell-like, command line
terminal file manager
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathanspw.fedorapeople.org/clifm.spec
SRPM URL: https://jonathanspw.fedorapeople.org/clifm-1.6-1.fc38.src.rpm
Description: shell-like, command line terminal file manager
Fedora Account System Username: jonathanspw
--
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=2118835
https://bugzilla.redhat.com/show_bug.cgi?id=2120002
Bug ID: 2120002
Summary: Review Request: cinfo - fast and minimal system
information tool
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://jonathanspw.fedoraproject.org/cinfo.spec
SRPM URL: https://jonathanspw.fedoraproject.org/cinfo-0.4.6-1.fc38.src.rpm
Description: fast and minimal system information tool
Fedora Account System Username: jonathanspw
--
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=2120002
https://bugzilla.redhat.com/show_bug.cgi?id=2063000
Bug ID: 2063000
Summary: Review Request: python-mnamer - Media file renamer and
organizion tool
Product: Fedora
Version: rawhide
Status: NEW
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: dcavalca(a)fb.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://dcavalca.fedorapeople.org/review/python-mnamer/python-mnamer.spec
SRPM URL:
https://dcavalca.fedorapeople.org/review/python-mnamer/python-mnamer-2.5.4-…
Description:
mnamer (media renamer) is an intelligent and highly configurable media
organization utility. It parses media filenames for metadata, searches the web
to fill in the blanks, and then renames and moves them.
Currently it has integration support with TVDb and TvMaze for television
episodes and TMDb and OMDb for movies.
Fedora Account System Username: dcavalca
--
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=2063000
https://bugzilla.redhat.com/show_bug.cgi?id=810049
Karishma Singh <karishmasingh4097(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karishmasingh4097(a)gmail.com
--- Comment #21 from Karishma Singh <karishmasingh4097(a)gmail.com> ---
Usually, it is a good thing to get that much information from this amazing
post. I really like to be here on this website.
http://www.aliasharma.in/
--
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