https://bugzilla.redhat.com/show_bug.cgi?id=1401276
Bug ID: 1401276
Summary: Review Request: python-grako - Python grammer compiler
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: spacewar(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://fedorapeople.org/~brouhaha/python-grako/python-grako.spec
SRPM URL:
https://fedorapeople.org/~brouhaha/python-grako/python-grako-3.17.0-1.fc24.…
Description: Grako (for "grammar compiler") takes a grammar in a variation of
EBNF
as input, and outputs a memoizing PEG/Packrat parser in Python.
Fedora Account System Username: brouhaha
--
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=1426333
Bug ID: 1426333
Summary: Review Request: jline3 - JLine is a Java library for
handling console input
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: skitt(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: http://www.sk2.org/rpm/jline3.spec
SRPM URL: http://www.sk2.org/rpm/jline3-3.1.3-1.fc24.src.rpm
Description:
JLine is a Java library for handling console input. It is similar
in functionality to BSD editline and GNU readline. People familiar
with the readline/editline capabilities for modern shells (such as
bash and tcsh) will find most of the command editing features of
JLine to be familiar.
Fedora Account System Username: skitt
This is my first package, and I need a sponsor. The package is based on the
existing jline package, but given the way jline 2 and 3 are used I think it
makes sense to have both in parallel (as used to be the case with jline 1 and
2).
--
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=1465889
Bug ID: 1465889
Summary: Tracking: Deepin Desktop related package review
tracker
Product: Fedora
Version: rawhide
Component: Package Review
Assignee: sztsian(a)gmail.com
Reporter: sztsian(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
This is a tracker for tracking Deepin Desktop related package review request.
--
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=1183169
Bug ID: 1183169
Summary: Review Request: ykfde - opening LUKS with yubikey
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: benjamin.pereto(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://git.nj0y.ch/rpms/ykfde/ykfde.spec
SRPM URL: https://git.nj0y.ch/rpms/ykfde/ykfde-0.5.1-2.el7.centos.src.rpm
Description: The Package provides the ability to open a LUKS encrypted drive
with the Yubikey in challenge response mode (HMAC-SHA1)
Fedora Account System Username: nj0y
Koji Build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=8645842 (F21)
--
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=1228503
Bug ID: 1228503
Summary: Review Request: springframework-amqp - Support for
Spring programming model with AMQP
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: puntogil(a)libero.it
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://gil.fedorapeople.org/springframework-amqp.spec
SRPM URL:
https://gil.fedorapeople.org/springframework-amqp-1.3.9-1.fc20.src.rpm
Description:
The Spring AMQP project applies core Spring concepts to the
development of AMQP-based messaging solutions. It provides
a "template" as a high-level abstraction for sending and
receiving messages. It also provides support for Message
driven POJOs with a "listener container". These libraries
facilitate management of AMQP resources while promoting the
use of dependency injection and declarative configuration.
In all of these cases, you will see similarities to the
JMS support in the Spring Framework.
Fedora Account System Username: gil
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=9952428
--
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=1150105
Bug ID: 1150105
Summary: Review Request: python-pynn - Simulator-independent
specification of neuronal network models
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
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
Spec URL: https://ankursinha.fedorapeople.org/python-pynn/python-pynn.spec
SRPM URL:
https://ankursinha.fedorapeople.org/python-pynn/python-pynn-0.7.5-1.fc22.sr…
Description: A Python package for simulator-independent specification of
neuronal network
models
In other words, you can write the code for a model once, using the PyNN API and
the Python programming language, and then run it without modification on any
simulator that PyNN supports (currently NEURON, NEST, PCSIM and Brian).
The API has two parts, a low-level, procedural API (functions create(),
connect(), set(), record(), record_v()), and a high-level, object-oriented API
(classes Population and Projection, which have methods like set(), record(),
setWeights(), etc.).
The low-level API is good for small networks, and perhaps gives more
flexibility. The high-level API is good for hiding the details and the
book-keeping, allowing you to concentrate on the overall structure of your
model.
The other thing that is required to write a model once and run it on multiple
simulators is standard cell and synapse models. PyNN translates standard
cell-model names and parameter names into simulator-specific names, e.g.
standard model IF_curr_alpha is iaf_neuron in NEST and StandardIF in NEURON,
while SpikeSourcePoisson is a poisson_generator in NEST and a NetStim in
NEURON.
Even if you don't wish to run simulations on multiple simulators, you may
benefit from writing your simulation code using PyNN's powerful, high-level
interface. In this case, you can use any neuron or synapse model supported by
your simulator, and are not restricted to the standard models.
PyNN is a work in progress, but is already being used for several large-scale
simulation projects.
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=1266594
Bug ID: 1266594
Summary: Review Request: playerctl - Command-line
MPRIS-compatible Media Player Controller
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jv+fedora(a)fcelda.cz
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Description: Command-line MPRIS-compatible Media Player Controller
Playerctl is a command-line utility and library for controlling media players
that implement the MPRIS D-Bus Interface Specification. Playerctl makes it
easy to bind player actions, such as play and pause, to media keys.
Spec URL:
https://jvcelak.fedorapeople.org/review/playerctl/0.4.2-2/playerctl.spec
SRPM URL:
https://jvcelak.fedorapeople.org/review/playerctl/0.4.2-2/playerctl-0.4.2.t…
Test builds:
https://copr.fedoraproject.org/coprs/jvcelak/playerctl/build/118385/
Fedora Account System Username:
jvcelak
--
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=1372785
Bug ID: 1372785
Summary: Review Request: EPEL7 ONLY python-pyOpenSSL- a
python3x build of the pyOpenSSL included in the base
distro
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: jperrin(a)centos.org
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL:
https://people.centos.org/jperrin/python-pyOpenSSL/python-pyOpenSSL.spec
SRPM URL:
https://people.centos.org/jperrin/python-pyOpenSSL/python34-pyOpenSSL-0.13.…
Description: This package builds pyOpenSSL for the python3x(currently python34)
included in EPEL. It is based on the pyOpenSSL package included in the base
distribution, but does not conflict with or override it.
Fedora Account System Username: jperrin
--
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=1479903
Bug ID: 1479903
Summary: Review Request: python-yubikey-manager - python
library and command line tool for configuring a
YubiKey
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: sjenning(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://www.variantweb.net/pub/review/python-yubikey-manager.spec
SRPM URL:
https://www.variantweb.net/pub/review/python-yubikey-manager-0.4.0-1.fc26.s…
Description: Python library and command line tool for configuring a YubiKey.
Fedora Account System Username: sjenning
yubioath-desktop v4 upstream depends on this package and can't be updated until
it 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