[Bug 1765322] Review Request: python-cssselect2 - CSS selectors for Python ElementTree

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765322

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System  ---
python-cssselect2-0.2.2-2.fc31 has been pushed to the Fedora 31 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-915ee45686

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1765263] Review Request: python-cfgv - Validate configuration and produce human readable error messages

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765263

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System  ---
python-cfgv-2.0.1-3.fc31 has been pushed to the Fedora 31 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-a06f2a522c

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1678619] Review Request: config - The GNU config.guess and config.sub scripts

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1678619



--- Comment #4 from Sergio Monteiro Basto  ---
(In reply to Dridi Boukelmoune from comment #0)
> This is a missing dependency of debhelper that I have been using locally for
> a month or so to build debs locally for autotools-based projects.

we need strip-nondeterminism for debhelper and to build with debhelper now we
need add [1] to control file , but I don't see for what we need this, some
example is great appreciated .
Anyway IMHO package should have the same of Debian package, i.e. autotools-dev

Thanks,

[1] 
override_dh_strip_nondeterminism:

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1764175] Review Request: Elements - A C++/Python build framework

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1764175



--- Comment #3 from Jerry James  ---
The upstream tarball (https://github.com/degauden/Elements/archive/5.8.tar.gz)
has md5sum 356a85aafbd37b0e39783ad4336b640a79b10a53377ab9cf5ccb5e972ff17c07. 
The tarball included in your source RPM has md5sum
b7b2d861320b61d2fb7ae0f8a9d7cedd9899803e17af668a877444912c467d46.  The Source
tag must refer to a tarball that matches the one in the package.  If you have
altered the upstream sources because upstream uses prohibited code, then please
follow the guidelines here:
https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#when-upstream-uses-prohibited-code.
 Otherwise, please explain why the source tarballs differ.

This package creates libraries that do not have sonames.  Please talk to
upstream about that.  See
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_downstream_so_name_versioning

Use either %{buildroot} or $RPM_BUILD_ROOT, not both.  See
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_using_buildroot_and_optflags_vs_rpm_build_root_and_rpm_opt_flags

The source files have the "any later version" language, so I believe the
license should be LGPLv3+, not LGPLv3.

Something is going wrong generating the documentation.  From the build log:
error: Fatal error at line 1 column 1: unexpected end of file
error: Fatal error at line 1 column 1: error while parsing prolog

Also this.  Perhaps building PDF documentation should be disabled?

sh: latex: command not found
error: Problems running latex. Check your installation or look for typos in
_formulas.tex and check _formulas.log!
sh: dvips: command not found
error: Problems running dvips. Check your installation!

Remove all Group tags and the %clean section:
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections

There is a comment explaining Patch0.  Please add a comment for Patch1.  See
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_all_patches_should_have_an_upstream_bug_link_or_comment

Remove this line.  The dependency on python3 is automatically generated:
Requires:  python3

Remove these lines.  They are not needed in Fedora:
Requires(post):/sbin/ldconfig
Requires(postun):  /sbin/ldconfig
Also remove the %post and %postun scripts.  See
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_shared_libraries

In %description, write "A C++ based" instead of "A C++ base".

Change the Requires in the devel package to these:
Requires: cmake-filesystem
Requires: %{name}%{?_isa} = %{version}-%{release}

The devel package does not need cmake itself, just the directories where the
cmake files are stored.  The addition of %{?_isa} on the second one is
explained here:
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_specific_dependencies

The doc subpackage should not have "Requires: %{name}-devel", as you do not
need headers installed to read documentation.  In fact, it should probably have
no Requires at all, in spite of what rpmlint has to say on the matter.

Consider replacing the body of %prep with "%autosetup -p1 -c
%{name}-%{version}".  See
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_autosetup

Remove this line from all %files sections:
%defattr(-,root,root,-)
See
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions

Do you really need all of those %changelog entries? This package has not been
in Fedora, so this is history for some other project, probably not of interest
to Fedora.  I suggest having a single %changelog entry, with something short
like "Initial RPM".

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1704958] Review Request: wafw00f - A tool to identifies and fingerprints Web Application Firewall (WAF)

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1704958

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-27 01:29:29



--- Comment #10 from Fedora Update System  ---
wafw00f-1.0.0-3.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1731487] Review Request: MUSIC - The MUltiSimulation Coordinator

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1731487

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-27 01:09:07



--- Comment #15 from Fedora Update System  ---
MUSIC-1.1.15-3.20190717gita78a8e2.fc30, nest-2.18.0-7.fc30 has been pushed to
the Fedora 30 stable repository. If problems still persist, please make note of
it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1399648] Review Request: xl2tpd - Updated to 1.3.8 using github release

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1399648

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|xl2tpd-1.3.14-1.fc31|xl2tpd-1.3.14-1.fc31
   |xl2tpd-1.3.14-1.fc30|xl2tpd-1.3.14-1.fc30
   |xl2tpd-1.3.14-1.el7 |xl2tpd-1.3.14-1.el7
   ||xl2tpd-1.3.14-1.el8



--- Comment #18 from Fedora Update System  ---
xl2tpd-1.3.14-1.el8 has been pushed to the Fedora EPEL 8 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1764175] Review Request: Elements - A C++/Python build framework

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1764175

Jerry James  changed:

   What|Removed |Added

 CC||loganje...@gmail.com



--- Comment #2 from Jerry James  ---
$ fedora-review -b 1764175 -m fedora-rawhide-x86_64
INFO: Processing bugzilla bug: 1764175
INFO: Getting .spec and .srpm Urls from : 1764175
INFO:   --> SRPM url:
https://kojipkgs.fedoraproject.org//work/tasks/836/38480836/Elements-5.8-1.fc30.src.rpm
INFO:   --> Spec url:
https://github.com/astrorama/copr/blob/master/Elements/Elements.spec
INFO: Using review directory: /home/jamesjer/1764175-Elements
INFO: Downloading .spec and .srpm files
error: line 7: Unknown tag: 
ERROR: "Can't parse specfile: can't parse specfile\n"
Exception ignored in: 
AttributeError: '_Null' object has no attribute 'flush'

That's because you gave a "blob" URL for the spec file.  Don't do that.  Give a
"raw" URL instead, otherwise fedora-review chokes.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1694366] Review Request: pre-commit - Framework for managing and maintaining multi-language pre-commit hooks

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1694366



--- Comment #19 from Miro Hrončok  ---
I will gladly co-maintain this.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1762856] Review Request: mingw-rust - MinGW Windows Rust Toolchain

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1762856



--- Comment #2 from Sandro Mani  ---
This is for cross-compiling rust code from a Fedora host to Windows.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1762673] Review Request: python-bluepy - Python interface to Bluetooth LE

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1762673

Brian J. Murrell  changed:

   What|Removed |Added

 CC||br...@interlinx.bc.ca



--- Comment #1 from Brian J. Murrell  ---
How do we progress this?

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1765347] Review Request: python-pyhcl - HCL configuration parser for Python

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765347



--- Comment #6 from Fedora Update System  ---
python-hvac-0.9.5-1.fc31, python-pyhcl-0.3.13-2.fc31 has been pushed to the
Fedora 31 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1765350] Review Request: python-hvac - HashiCorp Vault API client

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765350



--- Comment #8 from Fedora Update System  ---
python-hvac-0.9.5-1.fc31, python-pyhcl-0.3.13-2.fc31 has been pushed to the
Fedora 31 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1762153] Review Request: R-fastmap - Fast Implementation of a Key-Value Store

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1762153

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:26:50



--- Comment #6 from Fedora Update System  ---
R-fastmap-1.0.1-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1762258] Review Request: golang-github-gobuffalo-flect - Inflection engine for golang

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1762258

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:26:53



--- Comment #5 from Fedora Update System  ---
golang-github-gobuffalo-flect-0.1.6-1.fc31 has been pushed to the Fedora 31
stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1760191] Review Request: golang-github-sqshq-sampler - Tool for shell commands execution, visualization and alerting

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1760191

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:25:57



--- Comment #8 from Fedora Update System  ---
golang-github-sqshq-sampler-1.0.3-4.fc31 has been pushed to the Fedora 31
stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1757256] Review Request: vim-airline - Lean & mean status/tabline for vim that's light as air

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1757256



--- Comment #17 from Fedora Update System  ---
vim-airline-0.10-5.20191011git297ca3d.fc31 has been pushed to the Fedora 31
stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1762203] Review Request: qimgv - Qt5 image viewer with optional video support

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1762203



--- Comment #17 from Fedora Update System  ---
qimgv-0.8.6-7.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1757778] Review Request: qm-dsp - Library for DSP and Music Informatics purposes

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1757778

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:25:44



--- Comment #5 from Fedora Update System  ---
qm-dsp-1.7.1-10.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1761459] Review Request: ocaml-ocplib-endian - Functions to read/write int16/32/64 from strings, bigarrays

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1761459

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:25:53



--- Comment #10 from Fedora Update System  ---
ocaml-ocplib-endian-1.0-3.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1759195] Review Request: mypaint2-brushes - Collections of brushes for MyPaint

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1759195

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #7 from Fedora Update System  ---
mypaint2-brushes-2.0.1-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758626] Review Request: octave-iso2mesh - A 3D surface and volumetric mesh generator for MATLAB/Octave

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758626



--- Comment #46 from Fedora Update System  ---
octave-iso2mesh-1.9.1-3.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752226] Review Request: la-capitaine-cursor-theme - X-cursor theme inspired by macOS and based on KDE Breeze

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752226



--- Comment #12 from Fedora Update System  ---
la-capitaine-cursor-theme-3-5.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1759450] Review Request: libretro-prosystem - Port of ProSystem to the libretro API

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1759450

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:25:29



--- Comment #5 from Fedora Update System  ---
libretro-prosystem-0-0.1.20190914gitcb4aa3e.fc31 has been pushed to the Fedora
31 stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1761011] Review Request: octave-brain2mesh - A fully automated high-quality brain tetrahedral mesh generation toolbox

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1761011



--- Comment #13 from Fedora Update System  ---
octave-brain2mesh-0.5-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751846] Review Request: python-neurodsp - Neurodsp is a package of tools to analyze and simulate neural time series

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751846



--- Comment #15 from Fedora Update System  ---
python-neurodsp-2.0.0-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758499] Review Request: procdump - Process coredumps based on performance triggers

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758499

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #17 from Fedora Update System  ---
procdump-1.0.1-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1753633] Review Request: python-launchpadlib - Script Launchpad through its web services interfaces

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1753633

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #6 from Fedora Update System  ---
breezy-3.0.1-1.fc31, python-launchpadlib-1.10.7-1.fc31,
python-lazr-restfulclient-0.14.2-1.fc31, python-lazr-uri-1.0.3-1.fc31,
python-sphinx-epytext-0.0.4-1.fc31, python-wadllib-1.3.3-1.fc31 has been pushed
to the Fedora 31 stable repository. If problems still persist, please make note
of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752872] Review Request: python-lazr-restfulclient - Programmable client library for lazr.restful web services

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752872

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #5 from Fedora Update System  ---
breezy-3.0.1-1.fc31, python-launchpadlib-1.10.7-1.fc31,
python-lazr-restfulclient-0.14.2-1.fc31, python-lazr-uri-1.0.3-1.fc31,
python-sphinx-epytext-0.0.4-1.fc31, python-wadllib-1.3.3-1.fc31 has been pushed
to the Fedora 31 stable repository. If problems still persist, please make note
of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1753195] Review Request: python-sphinx-epytext - Sphinx epytext extension

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1753195

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #5 from Fedora Update System  ---
breezy-3.0.1-1.fc31, python-launchpadlib-1.10.7-1.fc31,
python-lazr-restfulclient-0.14.2-1.fc31, python-lazr-uri-1.0.3-1.fc31,
python-sphinx-epytext-0.0.4-1.fc31, python-wadllib-1.3.3-1.fc31 has been pushed
to the Fedora 31 stable repository. If problems still persist, please make note
of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758007] Review Request: octave-jnifti - Fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter for MATLAB/Octave

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758007



--- Comment #16 from Fedora Update System  ---
octave-jnifti-0.5-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752859] Review Request: python-lazr-uri - Parsing and dealing with URIs

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752859

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #5 from Fedora Update System  ---
breezy-3.0.1-1.fc31, python-launchpadlib-1.10.7-1.fc31,
python-lazr-restfulclient-0.14.2-1.fc31, python-lazr-uri-1.0.3-1.fc31,
python-sphinx-epytext-0.0.4-1.fc31, python-wadllib-1.3.3-1.fc31 has been pushed
to the Fedora 31 stable repository. If problems still persist, please make note
of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1652588] Review Request: python-pytest-metadata - Pytest plugin that provides access to test session metadata

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1652588



--- Comment #18 from Fedora Update System  ---
python-pytest-metadata-1.7.0-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752872] Review Request: python-lazr-restfulclient - Programmable client library for lazr.restful web services

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752872
Bug 1752872 depends on bug 1752864, which changed state.

Bug 1752864 Summary: Review Request: python-wadllib - Navigate HTTP resources 
using WADL files as guides
https://bugzilla.redhat.com/show_bug.cgi?id=1752864

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758929] Review Request: perl-WebService-MusicBrainz - Perl interface to search the musicbrainz.org database

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758929



--- Comment #14 from Fedora Update System  ---
perl-WebService-MusicBrainz-1.0.5-3.fc31 has been pushed to the Fedora 31
stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1754964] Review Request: breezy - Friendly distributed version control system

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1754964

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:24:15



--- Comment #18 from Fedora Update System  ---
breezy-3.0.1-1.fc31, python-launchpadlib-1.10.7-1.fc31,
python-lazr-restfulclient-0.14.2-1.fc31, python-lazr-uri-1.0.3-1.fc31,
python-sphinx-epytext-0.0.4-1.fc31, python-wadllib-1.3.3-1.fc31 has been pushed
to the Fedora 31 stable repository. If problems still persist, please make note
of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758925] Review Request: perl-MusicBrainz-DiscID - Perl interface for the MusicBrainz libdiscid library

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758925



--- Comment #22 from Fedora Update System  ---
perl-MusicBrainz-DiscID-0.06-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1757993] Review Request: octave-zmat - A data compression toolbox for MATLAB/Octave

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1757993



--- Comment #21 from Fedora Update System  ---
octave-zmat-0.9-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1714001] Review Request: python-pyshark - Python packet parsing using wireshark dissectors

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1714001



--- Comment #12 from Fedora Update System  ---
python-pyshark-0.4.2.3-2.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1751138] Review Request: flamethrower - dnsperf alternative

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1751138



--- Comment #19 from Fedora Update System  ---
flamethrower-0.10-3.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1752864] Review Request: python-wadllib - Navigate HTTP resources using WADL files as guides

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1752864

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:24:09



--- Comment #7 from Fedora Update System  ---
breezy-3.0.1-1.fc31, python-launchpadlib-1.10.7-1.fc31,
python-lazr-restfulclient-0.14.2-1.fc31, python-lazr-uri-1.0.3-1.fc31,
python-sphinx-epytext-0.0.4-1.fc31, python-wadllib-1.3.3-1.fc31 has been pushed
to the Fedora 31 stable repository. If problems still persist, please make note
of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756905] Review Request: python-spdx-lookup - A tool to query the SPDX license list

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756905



--- Comment #11 from Fedora Update System  ---
python-spdx-lookup-0.3.2-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756901] Review Request: python-spdx - SPDX license list database

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756901



--- Comment #11 from Fedora Update System  ---
python-spdx-2.5.0-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756906] Review Request: python-upt-fedora - Fedora backend for upt

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756906



--- Comment #11 from Fedora Update System  ---
python-upt-fedora-0.3-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756908] Review Request: python-upt-rubygems - RubyGems front-end for upt

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756908



--- Comment #11 from Fedora Update System  ---
python-upt-rubygems-0.2-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1759206] Review Request: xpanes - Awesome tmux-based terminal divider

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1759206



--- Comment #13 from Fedora Update System  ---
xpanes-4.1.1-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758380] Review Request: cawbird - Fork of the Corebird GTK Twitter client that continues to work with Twitter

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758380



--- Comment #13 from Fedora Update System  ---
cawbird-1.0.2-2.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758035] Review Request: R-xmlparsedata - Parse Data of 'R' Code as an 'XML' Tree

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758035

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:23:10



--- Comment #6 from Fedora Update System  ---
R-xmlparsedata-1.0.3-1.fc31 has been pushed to the Fedora 31 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758034] Review Request: R-cyclocomp - Cyclomatic Complexity of R Code

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758034

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:23:09



--- Comment #6 from Fedora Update System  ---
R-cyclocomp-1.1.0-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1758622] Review Request: octave-mcxlab - A GPU Monte Carlo 3-D photon transport simulator for MATLAB/Octave

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1758622



--- Comment #24 from Fedora Update System  ---
octave-mcxlab-0.9.5-1.fc31 has been pushed to the Fedora 31 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756899] Review Request: upt - Universal Packaging Tool

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756899



--- Comment #10 from Fedora Update System  ---
upt-0.10.3-1.fc31 has been pushed to the Fedora 31 stable repository. If
problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1756907] Review Request: python-upt-pypi - PyPI front-end for upt

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1756907



--- Comment #12 from Fedora Update System  ---
python-upt-pypi-0.4-1.fc31 has been pushed to the Fedora 31 stable repository.
If problems still persist, please make note of it in this bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1741636] Review Request: ocsinventory-agent - The client for OCS Inventory Server

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1741636

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-10-26 17:21:33



--- Comment #10 from Fedora Update System  ---
ocsinventory-agent-2.6.0-2.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1757640] Review Request: golang-github-lithammer-fuzzysearch - Tiny and fast fuzzy search in Go

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1757640



--- Comment #8 from Fedora Update System  ---
golang-github-lithammer-fuzzysearch-1.0.2-1.fc31 has been pushed to the Fedora
31 stable repository. If problems still persist, please make note of it in this
bug report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1750179] Review Request: git-remote-gcrypt - GNU Privacy Guard-encrypted git remote

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1750179



--- Comment #13 from Fedora Update System  ---
git-remote-gcrypt-1.2-1.fc31 has been pushed to the Fedora 31 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1759940] Review Request: htslib - C library for high-throughput sequencing data formats

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1759940



--- Comment #24 from Fedora Update System  ---
htslib-1.9-2.fc31 has been pushed to the Fedora 31 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-cdb212f45d

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1765322] Review Request: python-cssselect2 - CSS selectors for Python ElementTree

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765322

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



--- Comment #8 from Fedora Update System  ---
FEDORA-2019-915ee45686 has been submitted as an update to Fedora 31.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-915ee45686

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1677989] Review Request: vcglib Visualization and Computer Graphics Library

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1677989



--- Comment #34 from J. Scheurich  ---
Fedora Account System Username: muftii

Sorry, typo:

Fedora Account System Username: mufti11

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1694366] Review Request: pre-commit - Framework for managing and maintaining multi-language pre-commit hooks

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1694366



--- Comment #18 from Artem  ---
@Miro, thank you, learned a lot from you.

> Here: 
> https://github.com/pre-commit/pre-commit/commit/f8f81db36d3f43cee3a73e3377ce07df93b54d0e

This fixed and now it compiles fine with new python 3.8 in Rawhide.

---

There is still some test which we need to fix or disable few of them:

== 33 failed, 557 passed, 6 skipped in 122.10 seconds
==

---

For learning purposes i will choice another package next time, because IMHO
this package is pretty serious and truth to be told i don't even need it now
for my initial package which i want to have in repos, so i definitely ask for
help you and co-maintain this pre-commit. Also i updating my package very
quickly usually, but maybe i will not have to much time in future but this
package requires good maintenance.

All required packages for pre-commit packaged BTW, few of them still on review.

---

https://copr-be.cloud.fedoraproject.org/results/atim/python-packages/fedora-31-x86_64/01080573-pre-commit/pre-commit.spec

https://copr-be.cloud.fedoraproject.org/results/atim/python-packages/fedora-31-x86_64/01080573-pre-commit/pre-commit-1.18.3-8.fc31.src.rpm

---

Build log F31:
https://copr-be.cloud.fedoraproject.org/results/atim/python-packages/fedora-31-x86_64/01080573-pre-commit/builder-live.log.gz

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1492084] Review Request: movit - GPU video filter library

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1492084

Terje Røsten  changed:

   What|Removed |Added

  Flags|needinfo?(terje...@phys.ntn |
   |u.no)   |



-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1765196] Review Request: python-aspy.yaml - Few extensions to pyyaml

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765196



--- Comment #4 from Artem  ---
(In reply to Elliott Sales de Andrade from comment #3)
> Is there a reason for not using the source from PyPI?

I did first my builds with source from PyPI, but Tests only available on
github.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1765196] Review Request: python-aspy.yaml - Few extensions to pyyaml

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1765196

Elliott Sales de Andrade  changed:

   What|Removed |Added

 CC||quantum.anal...@gmail.com



--- Comment #3 from Elliott Sales de Andrade  ---
Is there a reason for not using the source from PyPI?

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org


[Bug 1762856] Review Request: mingw-rust - MinGW Windows Rust Toolchain

2019-10-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1762856

Elliott Sales de Andrade  changed:

   What|Removed |Added

 CC||quantum.anal...@gmail.com



--- Comment #1 from Elliott Sales de Andrade  ---
Is this a cross-compiled rust or a cross-compiling rust? The description is
kind of vague.

-- 
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
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org