https://bugzilla.redhat.com/show_bug.cgi?id=2023429
Bug ID: 2023429
Summary: Review Request: vaapi-tegra-driver - Tegra VAAPI
backend
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: kwizart(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://dl.kwizart.net/review/vaapi-tegra-driver.spec
SRPM URL:
https://dl.kwizart.net/review/vaapi-tegra-driver-0-0.620211020git49a56d3.fc…
Description: Tegra VAAPI backend
Fedora Account System Username: kwizart
This package is only relevant on Nvidia Tegra architectures (armv7hl and
aarch64)
So far, upstream only has tested tegra196 and tegra184 but tegra210 should
works (with some dts patches I'm working on).
Build succeeded on copr:
https://copr.fedorainfracloud.org/coprs/kwizart/tegra-nouveau/build/2961335/
This requires a very recent kernel. (it should have been 5.16-rc1, but it seems
the PR was delayed, so it could be a later rc or 5.17).
--
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=2023429
https://bugzilla.redhat.com/show_bug.cgi?id=2075583
Bug ID: 2075583
Summary: Review Request: canary - Dummy package to exercise the
packaging stack
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/canary/canary.spec
SRPM URL:
https://dcavalca.fedorapeople.org/review/canary/canary-1-1.fc37.src.rpm
Description:
This a dummy canary package to exercise the packaging stack and make sure it
actually works as expected (e.g. by removing and installing this package as
part of a configuration management flow).
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=2075583
https://bugzilla.redhat.com/show_bug.cgi?id=2141866
Bug ID: 2141866
Summary: Review Request: python-flake8-blind-except - A flake8
extension that checks for catch-all except statements
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: logans(a)cottsay.net
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://cottsay.fedorapeople.org/python-flake8-blind-except/python-flake8-b…
SRPM URL:
https://cottsay.fedorapeople.org/python-flake8-blind-except/python-flake8-b…
Description:
A flake8 extension that checks for blind, catch-all "except:" and
"except Exception:" statements.
As of pycodestyle 2.1.0, "E722 do not use bare except, specify exception
instead" is built-in. However, bare Exception and BaseException are still
allowed. This extension flags them as B902.
Using except without explicitly specifying which exceptions to catch is
generally considered bad practice, since it catches system signals like
SIGINT. You probably want to handle system interrupts differently than
exceptions occurring in your code.
Fedora Account System Username: cottsay
Target branches: f36 f37 epel9
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=94030751
Thanks!
--
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=2141866
https://bugzilla.redhat.com/show_bug.cgi?id=2141868
Bug ID: 2141868
Summary: Review Request: python-flake8-class-newline - Flake8
extension to check for new lines after class
definitions
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: logans(a)cottsay.net
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://cottsay.fedorapeople.org/python-flake8-class-newline/python-flake8-…
SRPM URL:
https://cottsay.fedorapeople.org/python-flake8-class-newline/python-flake8-…
Description:
PEP8 says we should surround every class method with a single blank line.
However flake8 is ambiguous about the first method having a blank line above
it. This plugin was made to enforce that it should.
Fedora Account System Username: cottsay
Target branches: f36 f37 epel9
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=94030753
Thanks!
--
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=2141868
https://bugzilla.redhat.com/show_bug.cgi?id=2141870
Bug ID: 2141870
Summary: Review Request: python-flake8-deprecated - Flake8
plugin that warns about deprecated method calls
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: logans(a)cottsay.net
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL:
https://cottsay.fedorapeople.org/python-flake8-deprecated/python-flake8-dep…
SRPM URL:
https://cottsay.fedorapeople.org/python-flake8-deprecated/python-flake8-dep…
Description:
No language, library or framework ever get everything right from the very
beginning. The project evolves, new features are added/changed/removed.
This means that projects relying on them must keep an eye on what's currently
best practices.
This flake8 plugin helps you keeping up with method deprecations and giving
hints about what they should be replaced with.
Fedora Account System Username: cottsay
Target branches: f36 f37 epel9
Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=94030756
Thanks!
--
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=2141870
https://bugzilla.redhat.com/show_bug.cgi?id=2107472
Bug ID: 2107472
Summary: Review Request: golang-github-jinzhu-copier - Copier
for golang, copy value from struct to struct and more
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: mark.e.fuller(a)gmx.de
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Spec URL: https://fuller.fedorapeople.org/golang-github-jinzhu-copier.spec
SRPM URL:
https://fuller.fedorapeople.org/golang-github-jinzhu-copier-0.3.5-1.fc36.sr…
Description: Copier for golang, copy value from struct to struct and more
Fedora Account System Username: fuller
--
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=2107472