[Bug 1813181] New: Review Request: python-jaraco-text - Module for text manipulation

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813181 Bug ID: 1813181 Summary: Review Request: python-jaraco-text - Module for text manipulation Product: Fedora Version: rawhide Hardware: All OS: Linux

[Bug 1813181] Review Request: python-jaraco-text - Module for text manipulation

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813181 Matthias Runge changed: What|Removed |Added Blocks||1810313 Referenced Bugs:

[Bug 1813182] New: Review Request: python-jaraco-collections - Collection objects similar to those in stdlib by jaraco

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813182 Bug ID: 1813182 Summary: Review Request: python-jaraco-collections - Collection objects similar to those in stdlib by jaraco Product: Fedora Version: rawhide Hardware:

[Bug 1813182] Review Request: python-jaraco-collections - Collection objects similar to those in stdlib by jaraco

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813182 Matthias Runge changed: What|Removed |Added Depends On||1813181 Referenced Bugs:

[Bug 1813181] Review Request: python-jaraco-text - Module for text manipulation

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813181 Matthias Runge changed: What|Removed |Added Blocks||1813182 Referenced Bugs:

[Bug 1813182] Review Request: python-jaraco-collections - Collection objects similar to those in stdlib by jaraco

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813182 Matthias Runge changed: What|Removed |Added Blocks||1810313 Referenced Bugs:

[Bug 1809097] Review Request: php-marcusschwarz-lesserphp - a LESS compiler written in PHP

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809097 --- Comment #13 from Remi Collet --- (In reply to Artur Iwicki from comment #12) > Including the autoloader file does not register ("activate") the Fedora > Autoloader, What do you mean ? Including the autoloader is usually enough,

[Bug 1813263] New: Review Request: python-micropipenv - A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813263 Bug ID: 1813263 Summary: Review Request: python-micropipenv - A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files Product: Fedora

[Bug 1812124] Review Request: python-sphinxcontrib-openapi - OpenAPI spec renderer for Sphinx

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812124 --- Comment #5 from Miro Hrončok --- Please add: %files -n python3-%{srcname} %license LICENSE %doc README.rst Also, there are test files under the ASL 2.0 license, but we don't ship them in the built RPM. I suggest to note that in a

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #6 from Fabien Boucher --- (In reply to Miro Hrončok from comment #5) > > not sure setup.py is using them > > Sounds like a fix for upstream? > Yes, I'll see how upstream is responsive with the Compat 3.7 3.8 patch first. > >

[Bug 1812855] Review Request: php-pecl-rpminfo - RPM information

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812855 --- Comment #2 from Remi Collet --- Version 0.4.0 (promoted to stable) Spec URL: https://git.remirepo.net/cgit/rpms/php/pecl/php-pecl-rpminfo.git/plain/php-pecl-rpminfo.spec?h=fedora=026e4442a28c408561fc37acc70e5576ee50611e SRPM URL:

[Bug 1809097] Review Request: php-marcusschwarz-lesserphp - a LESS compiler written in PHP

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809097 --- Comment #16 from Artur Iwicki --- Fixed the BuildRequires: issue. As for the "require" call, I decided to stick with including the file directly instead of using the autoloader, since that's what upstream does and all the required classes

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #7 from Miro Hrončok --- Thanks. I'm running automated checks now. Two more nitpicks: > touch test/__init__.py Why is this needed? > %{__python3} setup.py test Upstream uses pytest here, why not use it directly? The

[Bug 1812124] Review Request: python-sphinxcontrib-openapi - OpenAPI spec renderer for Sphinx

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812124 --- Comment #3 from Fabien Boucher --- (In reply to Miro Hrončok from comment #1) > Source0:https://pypi.io/packages/source/%(c=%{pypi_name}; echo > ${c:0:1})/%{pypi_name}/%{pypi_name}-%{version}.tar.gz > > There is a amcor: > >

[Bug 1809097] Review Request: php-marcusschwarz-lesserphp - a LESS compiler written in PHP

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809097 --- Comment #15 from Zbigniew Jędrzejewski-Szmek --- OK, so let me know when it's ready for review again. -- 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

[Bug 1812124] Review Request: python-sphinxcontrib-openapi - OpenAPI spec renderer for Sphinx

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812124 --- Comment #4 from Miro Hrončok --- Is this necessary? sed -e '/.*use_scm_version=.*/d' \ -e '/.*setuptools_scm.*/d' \ -e '/long_description=.*/aversion="%{version}",' -i setup.py Also, %{__python3} can

[Bug 1809097] Review Request: php-marcusschwarz-lesserphp - a LESS compiler written in PHP

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809097 --- Comment #17 from Artur Iwicki --- Thanks to Remi once again for pointing out the autoloader issue - I admit that I submitted the koji builds, saw them pass and didn't even check the build.log. The latest build generates the autoloader

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #8 from Miro Hrončok --- ws4py-0.5.1/ws4py/utf8validator.py seem to be bundled and not BSD licensed, please add the appropriate bundled() provides and change the license to BSD and ASL 2.0 with a comment that explains this. Also,

[Bug 1809097] Review Request: php-marcusschwarz-lesserphp - a LESS compiler written in PHP

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809097 --- Comment #14 from Artur Iwicki --- Ok, I took a better look at the code and yeah, the first thing Autoload::addClassMap() does is register the autoloader, if it wasn't registered already. Weird, I remember having issues with the autoloader

[Bug 1812961] Review Request: OpenOSC - Open Object Size Checking Library to detect buffer overflows with built-in metrics

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812961 Artur Iwicki changed: What|Removed |Added CC||fed...@svgames.pl --- Comment #4 from

[Bug 1813292] New: Review Request: pkgtreediff - Package tree diff tool

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813292 Bug ID: 1813292 Summary: Review Request: pkgtreediff - Package tree diff tool Product: Fedora Version: rawhide Status: NEW Component: Package Review Assignee:

[Bug 1812855] Review Request: php-pecl-rpminfo - RPM information

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812855 Neal Gompa changed: What|Removed |Added CC||ngomp...@gmail.com

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #16 from Fabien Boucher --- Thanks it worked. -- 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

[Bug 1813335] New: Review Request: aws-cli-2 - package for aws cli version 2

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813335 Bug ID: 1813335 Summary: Review Request: aws-cli-2 - package for aws cli version 2 Product: Fedora Version: rawhide Hardware: All OS: Linux

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 Miro Hrončok changed: What|Removed |Added Status|ASSIGNED|POST Flags|fedora-review?

[Bug 1813337] Review Request: python-botocore-2 - Version 2 of the low-level, data-driven core of boto3

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813337 David Duncan changed: What|Removed |Added Blocks||1801531 Referenced Bugs:

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #10 from Fabien Boucher --- (In reply to Miro Hrončok from comment #8) > ws4py-0.5.1/ws4py/utf8validator.py seem to be bundled and not BSD licensed, > please add the appropriate bundled() provides and change the license to BSD >

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #15 from Miro Hrončok --- (In reply to Fabien Boucher from comment #14) > Actually it worked this way, so I've fixed the spec with. > PYTHONPATH=. pytest Try: %{python3} -m pytest Docs:

[Bug 1813292] Review Request: pkgtreediff - Package tree diff tool

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813292 --- Comment #1 from Jens Petersen --- (I do also have a copr repo for those who want to try it out https://copr.fedorainfracloud.org/coprs/petersen/pkgtreediff though the packaging is different to this review.) -- You are receiving this

[Bug 1801352] Review Request: raysession - Ray Session is a GNU/Linux session manager for audio programs

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1801352 --- Comment #15 from Erich Eickmeyer --- Hi Ralf, Further on point #5, I'm pretty sure it's allowed, at least on the OS level, because one of the strictest archive admins for Ubuntu, who is also a very strict Debian Developer, reviewed the

[Bug 1813406] New: Review Request: wxGTK - GTK port of the wxWidgets GUI library (dev version)

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813406 Bug ID: 1813406 Summary: Review Request: wxGTK - GTK port of the wxWidgets GUI library (dev version) Product: Fedora Version: rawhide Hardware: All OS:

[Bug 1807224] Review Request: xsecurelock - X11 screen lock utility with security in mind

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1807224 Sam P changed: What|Removed |Added Assignee|nob...@fedoraproject.org|dagofthed...@gmail.com -- You are receiving

[Bug 1801352] Review Request: raysession - Ray Session is a GNU/Linux session manager for audio programs

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1801352 Erich Eickmeyer changed: What|Removed |Added Flags||needinfo?(fedora@senderek.i

[Bug 1813335] Review Request: aws-cli-2 - package for aws cli version 2

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813335 David Duncan changed: What|Removed |Added Blocks||1801531 Referenced Bugs:

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #11 from Fabien Boucher --- https://koji.fedoraproject.org/koji/taskinfo?taskID=42447403 -- 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

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 Fabien Boucher changed: What|Removed |Added Status|POST|ASSIGNED --- Comment #14 from

[Bug 1813406] Review Request: wxGTK - GTK port of the wxWidgets GUI library (dev version)

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813406 Scott Talbert changed: What|Removed |Added Blocks||1714714 Referenced Bugs:

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #9 from Fabien Boucher --- (In reply to Miro Hrončok from comment #7) > Thanks. I'm running automated checks now. What tool are you using for that ? > > Two more nitpicks: > > > touch test/__init__.py > > Why is this needed?

[Bug 1813337] New: Review Request: python-botocore-2 - Version 2 of the low-level, data-driven core of boto3

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813337 Bug ID: 1813337 Summary: Review Request: python-botocore-2 - Version 2 of the low-level, data-driven core of boto3 Product: Fedora Version: rawhide Hardware: All

[Bug 1812857] Review Request: python-ws4py - WebSocket client and server library

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812857 --- Comment #12 from Miro Hrončok --- (In reply to Fabien Boucher from comment #9) > (In reply to Miro Hrončok from comment #7) > > Thanks. I'm running automated checks now. > > What tool are you using for that ?

[Bug 810049] Review Request: netbeans-ide - Netbeans Integrated Development Environment (IDE)

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=810049 Julliechd1 changed: What|Removed |Added CC||andydehradun...@gmail.com

[Bug 1813452] New: Review Request: python-pycoingecko - Python wrapper around the CoinGecko API

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1813452 Bug ID: 1813452 Summary: Review Request: python-pycoingecko - Python wrapper around the CoinGecko API Product: Fedora Version: rawhide Hardware: All OS:

[Bug 1801390] Review Request: jericho-html - Java library allowing analysis and manipulation of parts of an HTML document

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1801390 --- Comment #3 from Fedora Update System --- jericho-html-3.3-16.fc32 has been pushed to the Fedora 32 testing repository. If problems still persist, please make note of it in this bug report. See

[Bug 1809918] Review Request: afdko - Adobe Font Development Kit for OpenType

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809918 --- Comment #2 from vishalvvr --- Spec URL: https://download.copr.fedorainfracloud.org/results/vishalvvr/afdko/fedora-31-x86_64/01298504-afdko/afdko.spec SRPM URL:

[Bug 1809814] Review Request: protonvpn-cli - Linux command-line client for ProtonVPN written in Python

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809814 Artur Iwicki changed: What|Removed |Added CC||fed...@svgames.pl --- Comment #1 from

[Bug 1806999] Review Request: cputil - a tool generate a workload cost specific cpu usage

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1806999 Artur Iwicki changed: What|Removed |Added CC||fed...@svgames.pl Doc

[Bug 1812675] Review Request: workspace - directory created on demand

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1812675 --- Comment #2 from Gerd Pokorra --- Yesterday version 1.0.0 has been released. At the URL - ftp://ftp.uni-siegen.de/pub/hpc-workspace/spec/workspace.spec is now provided the new Spec file suitable to the first release. SRPM URL:

[Bug 1768186] Package Review: python-anytree - Powerful and Lightweight Python Tree Data Structure

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768186 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1797260] Review Request: golang-github-cilium-ebpf - eBPF Library for Go

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1797260 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1797135] Review Request: golang-github-influxdata-cron - Fast, zero-allocation cron parser in ragel and golang

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1797135 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1797140] Review Request: golang-github-influxdata-httprouter - High performance HTTP request router that scales well

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1797140 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1809908] Review Request: R-profvis - Interactive Visualizations for Profiling R Code

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809908 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1795078] Review Request: golang-github-benbjohnson-immutable - Immutable collections for Go

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1795078 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1795079] Review Request: golang-github-anacrolix-stm - Software Transactional Memory in Go

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1795079 Bug 1795079 depends on bug 1795078, which changed state. Bug 1795078 Summary: Review Request: golang-github-benbjohnson-immutable - Immutable collections for Go https://bugzilla.redhat.com/show_bug.cgi?id=1795078 What|Removed

[Bug 1795797] Review Request: golang-github-azure-amqp - AMQP 1.0 client library for Go

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1795797 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1795076] Review Request: golang-github-anacrolix-log - Logging library for Go

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1795076 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1773300] Review Request: zsh-autosuggestions - Fish-like autosuggestions for zsh

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1773300 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Resolution|---

[Bug 1809624] Review Request: algobox - Algorithmic software

2020-03-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1809624 Artur Iwicki changed: What|Removed |Added CC||fed...@svgames.pl Doc