[Bug 1789919] Review Request: freewrl - FreeWRL is an X3D/VRML open source viewer

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1789919



--- Comment #3 from Antonio  ---
Do a scratch-build without any obstacles for debuginfo files and post a link to
the build log, please.

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #10 from Antonio  ---
(In reply to Marcus Müller from comment #9)
> (In reply to Antonio from comment #8)
> > %set_build_flags
> 
> That works, thanks!
> 
> Updated:
> Spec URL:
> https://raw.githubusercontent.com/marcusmueller/signify-package/master/
> signify.spec
> SRPM URL:
> https://github.com/marcusmueller/signify-package/raw/master/signify-27-1.
> fc29.src.rpm

Include the License file when possible and remove bundled libraries in %prep
section, also perform a scratch build on Rawhide, please.
Then, we can do a definitive review.

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #11 from Marcus Müller  ---
> remove bundled libraries in %prep
> section

Could you elaborate on that? Does that mean `rm -r libwaive/` or something
else?

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #12 from Antonio  ---
(In reply to Marcus Müller from comment #11)
> > remove bundled libraries in %prep
> > section
> 
> Could you elaborate on that? Does that mean `rm -r libwaive/` or something
> else?

Exactly; something like:

%prep
%autosetup

rm -rf libwaive

%build
...

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #13 from Marcus Müller  ---
ah, excellent, without the `%autosetup` I was struggling to be in the right
directory.

By the way, you've been tremendously helpful, especially by pointing me to the
right macros to use. I might have learned basics of SPEC authorship too long
ago to be "up to date" with modern Fedora RPM macros.

Is there a reference SPEC or documentation you can recommend to learn about
things like `%set_build_flags`?

In the meantime: scratch build submitted.
https://koji.fedoraproject.org/koji/taskinfo?taskID=40403945

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #14 from Marcus Müller  ---
The LICENSE file I currently consider a blocker: I've got a pull-request to the
upstream github repo open, which I'd like the owner of that repo to review.
After all, this is ISC license with a list of authors, and I'd like that list
to be correct.

It's, on the other hand, just a condensation of the copyright holders in the
license headers in the individual source files. Haven't found a OpenBSD nor a
Fedora policy for how to do that.

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #15 from Antonio  ---
(In reply to Marcus Müller from comment #13)
> 
> Is there a reference SPEC or documentation you can recommend to learn about
> things like `%set_build_flags`?
>

https://docs.fedoraproject.org/en-US/packaging-guidelines/

> The LICENSE file I currently consider a blocker: I've got a pull-request to 
> the upstream github repo open, which I'd like the owner of that repo to 
> review. 
> After all, this is ISC license with a list of authors, and I'd like that list 
> to be correct.

https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text

-- 
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 1768027] Review Request: signify - Sign and encrypt files

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1768027



--- Comment #16 from Antonio  ---
Use `ld` as linker:

...

%build
%set_build_flags
export LD=ld
%make_build

...

-- 
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 1786399] Review Request: golang-github-vincent-petithory-dataurl - Data URL Schemes in Golang

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1786399

Benjamin Lowry  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2020-01-11 14:28:05



-- 
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 1786962] Review Request: grim - Grab images from a Wayland compositor

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1786962

Benjamin Lowry  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2020-01-11 14:28:26



-- 
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 1790062] New: Review Request: python-ipgetter2 - Python library to fetch your external IP address

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790062

Bug ID: 1790062
   Summary: Review Request: python-ipgetter2 - Python library to
fetch your external IP address
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-ipgetter2.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-ipgetter2-1.1.9-1.fc31.src.rpm

Project URL: https://github.com/starofrainnight/ipgetter2

Description:
Utility to fetch your external IP address. This module is designed to fetch
your external IP address from the internet. It is used mostly when behind
a NAT. It picks your IP randomly from a server list to minimize request
overhead on a single server.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40408059

rpmlint output:
$ rpmlint python-ipgetter2-1.1.9-1.fc31.src.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

$ rpmlint python3-ipgetter2-1.1.9-1.fc31.noarch.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

Fedora Account System Username: fab

This will become the replacement for python-ipetter which was abandoned by
upstream.

-- 
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 1790069] New: Review Request: python-gmqtt - Client for the MQTT protocol

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790069

Bug ID: 1790069
   Summary: Review Request: python-gmqtt - Client for the MQTT
protocol
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-gmqtt.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-gmqtt-0.5.4-1.fc31.src.rpm

Project URL: https://github.com/wialon/gmqtt

Description:
Asynchronous Python MQTT client implementation.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40408651

rpmlint output:
$ rpmlint python-gmqtt-0.5.4-1.fc31.src.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.


$ rpmlint python3-gmqtt-0.5.4-1.fc31.noarch.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

Fedora Account System Username: fab

-- 
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 1790074] New: Review Request: python-pendulum - Python datetimes made easy

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790074

Bug ID: 1790074
   Summary: Review Request: python-pendulum - Python datetimes
made easy
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-pendulum.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-pendulum-2.0.5-1.fc31.src.rpm

Project URL: https://pendulum.eustace.io

Description:
Unlike other datetime libraries for Python, Pendulum is a drop-in replacement
for the standard datetime class (it inherits from it), so, basically, you can
replace all your datetime instances by DateTime instances in you code.

It also removes the notion of naive datetimes: each Pendulum instance is
timezone-aware and by default in UTC for ease of use.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40408887

rpmlint output:
$ rpmlint python-pendulum-2.0.5-1.fc31.src.rpm 
python-pendulum.src: W: spelling-error Summary(en_US) datetimes -> date times,
date-times, teatimes
python-pendulum.src: W: spelling-error %description -l en_US datetimes -> date
times, date-times, teatimes
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint python3-pendulum-*
python3-pendulum.x86_64: W: spelling-error Summary(en_US) datetimes -> date
times, date-times, teatimes
python3-pendulum.x86_64: W: spelling-error %description -l en_US datetimes ->
date times, date-times, teatimes
python3-pendulum.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/pendulum/_extensions/_helpers.c
python3-pendulum.x86_64: W: devel-file-in-non-devel-package
/usr/lib64/python3.7/site-packages/pendulum/parsing/_iso8601.c
2 packages and 0 specfiles checked; 0 errors, 4 warnings.

Fedora Account System Username: fab

-- 
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 1790080] New: Review Request: python-check-manifest - Check MANIFEST.in in a Python source package

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790080

Bug ID: 1790080
   Summary: Review Request: python-check-manifest - Check
MANIFEST.in in a Python source package
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL:
https://fab.fedorapeople.org/packages/SRPMS/python-check-manifest.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-check-manifest-0.40-1.fc31.src.rpm

Project URL: https://github.com/mgedmin/check-manifest

Description:
Check MANIFEST.in in a Python source package for completeness to avoid the
upload of broken packages.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40410825

rpmlint output:
$ rpmlint python-check-manifest-0.40-1.fc31.src.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

$ rpmlint python3-check-manifest-0.40-1.fc31.noarch.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

$ rpmlint check-manifest-*
check-manifest.noarch: W: no-documentation
check-manifest.noarch: W: no-manual-page-for-binary check-manifest
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

Fedora Account System Username: fab

-- 
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 1790082] New: Review Request: python-aiosnmp - Asyncio Python SNMP client

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790082

Bug ID: 1790082
   Summary: Review Request: python-aiosnmp - Asyncio Python SNMP
client
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-aiosnmp.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-aiosnmp-0.2.2-1.fc31.src.rpm

Project URL: https://github.com/hh-h/aiosnmp

Description:
aiosnmp is an asynchronous SNMP client for use with asyncio.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40410916

rpmlint output:
$ rpmlint python-aiosnmp-0.2.2-1.fc31.src.rpm 
python-aiosnmp.src: W: spelling-error Summary(en_US) Asyncio -> Asuncion
python-aiosnmp.src: W: spelling-error %description -l en_US asyncio ->
syncopation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint python3-aiosnmp-0.2.2-1.fc31.noarch.rpm 
python3-aiosnmp.noarch: W: spelling-error Summary(en_US) Asyncio -> Asuncion
python3-aiosnmp.noarch: W: spelling-error %description -l en_US asyncio ->
syncopation
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

Fedora Account System Username: fab

-- 
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 1790086] New: Review Request: python-mystrom - Asynchronous Python API client for interacting with myStrom devices

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790086

Bug ID: 1790086
   Summary: Review Request: python-mystrom - Asynchronous Python
API client for interacting with myStrom devices
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-mystrom.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-mystrom-0.5.0-1.fc31.src.rpm

Project URL: https://github.com/fabaff/python-mystrom

Description:
Asynchronous Python API client for interacting with myStrom devices like bulbs
and plugs. The buttons can be programmed easily with the command-line tool.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40412239

rpmlint output:
$ rpmlint python-mystrom-0.5.0-1.fc31.src.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

$ rpmlint python3-mystrom-0.5.0-1.fc31.noarch.rpm 
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

Fedora Account System Username: fab

I'm currently working to support other features of the devices. This is the
reason that not the latest upstream release is done.

-- 
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 1787216] Review Request: python-aiomysql - MySQL driver for asyncio

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1787216



--- Comment #3 from Fabian Affolter  ---
Thanks for the review.

-- 
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 1790091] New: Review Request: androwarn - Static code analyzer for malicious Android applications

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790091

Bug ID: 1790091
   Summary: Review Request: androwarn - Static code analyzer for
malicious Android applications
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/androwarn.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/androwarn-1.6.1-1.fc31.src.rpm

Project URL: https://github.com/mz/androwarn

Description:
Androwarn is a tool whose main aim is to detect and warn the user about
potential malicious behaviors developed by an Android application.

The detection is performed with the static analysis of the application's
Dalvik bytecode, represented as Smali, with the androguard library.

This analysis leads to the generation of a report, according to a technical
detail level chosen from the user.

Koji scratch build:
missing deps

rpmlint output:
$ rpmlint androwarn-1.6.1-1.fc31.src.rpm 
androwarn.src: W: spelling-error %description -l en_US bytecode -> byte code,
byte-code, decorate
androwarn.src: W: spelling-error %description -l en_US androguard -> guardroom,
guardian
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint androwarn-1.6.1-1.fc31.noarch.rpm 
androwarn.noarch: W: spelling-error %description -l en_US bytecode -> byte
code, byte-code, decorate
androwarn.noarch: W: spelling-error %description -l en_US androguard ->
guardroom, guardian
androwarn.noarch: W: no-manual-page-for-binary androwarn
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

Fedora Account System Username: fab

-- 
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 1790091] Review Request: androwarn - Static code analyzer for malicious Android applications

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790091

Fabian Affolter  changed:

   What|Removed |Added

 Depends On||1786653 (androguard),
   ||1786656
  Alias||androwarn
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1786653
[Bug 1786653] Review Request: androguard - Reverse engineering, mal- or
goodware analysis of Android applications
https://bugzilla.redhat.com/show_bug.cgi?id=1786656
[Bug 1786656] Review Request: python-play-scraper - Scrapes and parses
application data from Google Play Store
-- 
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 1786653] Review Request: androguard - Reverse engineering, mal- or goodware analysis of Android applications

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1786653

Fabian Affolter  changed:

   What|Removed |Added

 Blocks||1790091 (androwarn)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790091
[Bug 1790091] Review Request: androwarn - Static code analyzer for malicious
Android applications
-- 
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 1786656] Review Request: python-play-scraper - Scrapes and parses application data from Google Play Store

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1786656

Fabian Affolter  changed:

   What|Removed |Added

 Blocks||1790091 (androwarn)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790091
[Bug 1790091] Review Request: androwarn - Static code analyzer for malicious
Android applications
-- 
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 1786656] Review Request: python-play-scraper - Scrapes and parses application data from Google Play Store

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1786656

Fabian Affolter  changed:

   What|Removed |Added

  Alias||python-play-scraper



-- 
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 1784162] Review Request: rust-zstd - Binding for the zstd compression library

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1784162



--- Comment #8 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/rust-zstd

-- 
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 1785853] Review Request: rust-rust_hawktracer_sys - Sys crate for the rust_hawktracer library

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1785853



--- Comment #6 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/rust-rust_hawktracer_sys

-- 
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 1790100] New: Review Request: python-python-magic - File type identification using libmagic

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790100

Bug ID: 1790100
   Summary: Review Request: python-python-magic - File type
identification using libmagic
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-python-magic.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-python-magic-0.4.15-1.fc31.src.rpm

Project URL: http://github.com/ahupp/python-magic

Description:
This module uses ctypes to access the libmagic file type identification
library. It makes use of the local magic database and supports both textual
and MIME-type output.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40414536

rpmlint output:
$ rpmlint python-python-magic-0.4.15-1.fc31.src.rpm 
python-python-magic.src: W: spelling-error %description -l en_US ctypes ->
types, c types
python-python-magic.src:44: W: macro-in-comment %check
python-python-magic.src:45: W: macro-in-comment %{__python3}
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

$ rpmlint python3-python-magic*
python3-python-magic.noarch: W: spelling-error %description -l en_US ctypes ->
types, c types
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Fedora Account System Username: fab

The package is named in the same way as the openSUSE 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 1790100] Review Request: python-python-magic - File type identification using libmagic

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790100

Fabian Affolter  changed:

   What|Removed |Added

 Blocks||1786653 (androguard)
  Alias||python-python-magic
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1786653
[Bug 1786653] Review Request: androguard - Reverse engineering, mal- or
goodware analysis of Android applications
-- 
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 1786653] Review Request: androguard - Reverse engineering, mal- or goodware analysis of Android applications

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1786653

Fabian Affolter  changed:

   What|Removed |Added

 Depends On||1790100
   ||(python-python-magic)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790100
[Bug 1790100] Review Request: python-python-magic - File type identification
using libmagic
-- 
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 1788198] Review Request: non-ntk - A fork of FLTK for the non audio suite

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1788198

Guido Aulisi  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2020-01-11 20:59:04



-- 
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 1790108] New: Review Request: python-rtmidi - Python binding for the RtMidi C++ library

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790108

Bug ID: 1790108
   Summary: Review Request: python-rtmidi - Python binding for the
RtMidi C++ library
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@fabian-affolter.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://fab.fedorapeople.org/packages/SRPMS/python-rtmidi.spec
SRPM URL:
https://fab.fedorapeople.org/packages/SRPMS/python-rtmidi-1.3.1-1.fc31.src.rpm

Project URL: https://chrisarndt.de/projects/python-rtmidi/

Description:
python-rtmidi is a Python binding for RtMidi implemented using Cython and
provides a thin wrapper around the RtMidi C++ interface. The API is basically
the same as the C++ one but with the naming scheme of classes, methods and
parameters adapted to the Python PEP-8 conventions and requirements of the
Python package naming structure.

Koji scratch build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=40418832

rpmlint output:
$ rpmlint python-rtmidi-1.3.1-1.fc31.src.rpm 
python-rtmidi.src:64: W: macro-in-comment %check
python-rtmidi.src:65: W: macro-in-comment %{__python3}
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint python3-rtmidi*
2 packages and 0 specfiles checked; 0 errors, 0 warnings.

Fedora Account System Username: fab

-- 
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 1763128] Review Request: golang-github-google-slothfs - FUSE filesystem for light-weight, lazily-loaded, read-only Git

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1763128

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2020-01-12 01:15:30



--- Comment #8 from Fedora Update System  ---
golang-github-google-slothfs-0-0.1.20200101git6b42407.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 1778443] Review Request: php-ralouphie-getallheaders - A polyfill for getallheaders

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1778443

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2020-01-12 01:15:09



--- Comment #8 from Fedora Update System  ---
php-guzzlehttp-guzzle6-6.5.2-1.fc30, php-guzzlehttp-psr7-1.6.1-1.fc30,
php-ralouphie-getallheaders-3.0.3-1.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 1785874] Review Request: polybar - Fast and easy-to-use status bar

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1785874

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2020-01-12 01:15:08



--- Comment #8 from Fedora Update System  ---
polybar-3.4.2-1.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 1757684] Review Request: ghc-simple-cabal - Cabal file wrapper library

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1757684



--- Comment #9 from Fedora Update System  ---
ghc-simple-cabal-0.1.1-1.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 1787216] Review Request: python-aiomysql - MySQL driver for asyncio

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1787216

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|ON_QA



--- Comment #4 from Fedora Update System  ---
python-aiomysql-0.0.20-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-2020-c7649e1866

-- 
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 1767998] Review Request: mbpfan - A simple daemon to control fan speed on all MacBook/MacBook Pros

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1767998

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2020-01-12 01:41:11



--- Comment #18 from Fedora Update System  ---
mbpfan-2.2.1-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 1778443] Review Request: php-ralouphie-getallheaders - A polyfill for getallheaders

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1778443



--- Comment #9 from Fedora Update System  ---
php-guzzlehttp-guzzle6-6.5.2-1.fc31, php-guzzlehttp-psr7-1.6.1-1.fc31,
php-ralouphie-getallheaders-3.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 1785874] Review Request: polybar - Fast and easy-to-use status bar

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1785874



--- Comment #9 from Fedora Update System  ---
polybar-3.4.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 1763128] Review Request: golang-github-google-slothfs - FUSE filesystem for light-weight, lazily-loaded, read-only Git

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1763128



--- Comment #9 from Fedora Update System  ---
golang-github-google-slothfs-0-0.1.20200101git6b42407.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 1787216] Review Request: python-aiomysql - MySQL driver for asyncio

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1787216



--- Comment #5 from Fedora Update System  ---
python-aiomysql-0.0.20-2.el8 has been pushed to the Fedora EPEL 8 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-EPEL-2020-0e73003ad3

-- 
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 1718884] Review Request: python-opensensemap-api - A Python Client for interacting with the openSenseMap API

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1718884



--- Comment #7 from Fedora Update System  ---
python-opensensemap-api-0.1.5-2.el8 has been pushed to the Fedora EPEL 8
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-EPEL-2020-18efd1b221

-- 
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 1789211] Review Request: ocaml-bisect-ppx - Code coverage for OCaml and Reason

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1789211



--- Comment #2 from Jerry James  ---
Thanks for the review, Dan!  I have discovered that the -devel subpackage needs
2 more Requires, but I will add those when I import the package.

-- 
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 1183195] Review Request: ocaml-uutf - Non-blocking streaming codec for UTF-8, UTF-16, UTF-16LE and UTF-16BE

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183195



--- Comment #14 from Jerry James  ---
The recoil.org URLs are timing out for me.  That's okay, though.  I've created
my own.  I think it's best to close this bug and open a new one, so I show up
as the submitter.

-- 
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 1790100] Review Request: python-python-magic - File type identification using libmagic

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790100

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com



--- Comment #1 from Neal Gompa  ---
Fedora policy is that the redundant "python-" should be stripped from the
package name. Please rename the source package to python-magic, and the
subpackage to python3-magic.

-- 
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 1790144] New: Review Request: ocaml-fmt - OCaml Format pretty-printer combinators

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790144

Bug ID: 1790144
   Summary: Review Request: ocaml-fmt - OCaml Format
pretty-printer combinators
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-fmt/ocaml-fmt.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-fmt/ocaml-fmt-0.8.8-1.fc32.src.rpm
RPMLINTRC URL: https://jjames.fedorapeople.org/ocaml-fmt/ocaml-fmt.rpmlintrc
Fedora Account System Username: jjames
Description: Fmt exposes combinators to devise `Format` pretty-printing
functions.

Fmt depends only on the OCaml standard library.  The optional Fmt_tty library
that enables setting up formatters for terminal color output depends on the
Unix library.  The optional Fmt_cli library that provides command line support
for Fmt depends on Cmdliner.

-- 
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 1790142] New: Review Request: ocaml-topkg - The transitory OCaml software packager

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790142

Bug ID: 1790142
   Summary: Review Request: ocaml-topkg - The transitory OCaml
software packager
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-topkg/ocaml-topkg.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-topkg/ocaml-topkg-1.0.1-1.fc32.src.rpm
Fedora Account System Username: jjames
Description: Topkg is a packager for distributing OCaml software. It provides
an API to describe the files a package installs in a given build configuration
and to specify information about the package's distribution, creation and
publication procedures.

-- 
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 1790143] New: Review Request: ocaml-astring - Alternative String module for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790143

Bug ID: 1790143
   Summary: Review Request: ocaml-astring - Alternative String
module for OCaml
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-astring/ocaml-astring.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-astring/ocaml-astring-0.8.3-1.fc32.src.rpm
RPMLINTRC URL:
https://jjames.fedorapeople.org/ocaml-astring/ocaml-astring.rpmlintrc
Fedora Account System Username: jjames
Description: Astring exposes an alternative String module for OCaml. This
module tries to balance minimality and expressiveness for basic, index-free,
string processing and provides types and functions for substrings, string sets
and string maps.

Remaining compatible with the OCaml String module is a non-goal. The String
module exposed by Astring has exception safe functions, removes deprecated and
rarely used functions, alters some signatures and names, adds a few missing
functions and fully exploits OCaml's newfound string immutability.

-- 
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 1790145] New: Review Request: ocaml-uuidm - Universally unique identifiers (UUIDs) for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790145

Bug ID: 1790145
   Summary: Review Request: ocaml-uuidm - Universally unique
identifiers (UUIDs) for OCaml
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-uuidm/ocaml-uuidm.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-uuidm/ocaml-uuidm-0.9.7-1.fc32.src.rpm
Fedora Account System Username: jjames
Description: Uuidm is an OCaml module implementing 128 bit universally unique
identifiers, versions 3, 5 (named based with MD5, SHA-1 hashing) and 4 (random
based); see RFC 4122: http://tools.ietf.org/html/rfc4122.

-- 
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 1790147] New: Review Request: ocaml-alcotest - Lightweight and colorful test framework for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790147

Bug ID: 1790147
   Summary: Review Request: ocaml-alcotest - Lightweight and
colorful test framework for OCaml
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-alcotest/ocaml-alcotest.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-alcotest/ocaml-alcotest-0.8.5-1.fc32.src.rpm
Fedora Account System Username: jjames
Description: Alcotest is a lightweight and colorful test framework.

Alcotest exposes a simple interface to perform unit tests, including a simple
`TESTABLE` module type, a `check` function to assert test predicates, and a
`run` function to perform a list of `unit -> unit` test callbacks.

Alcotest provides quiet and colorful output where only faulty runs are fully
displayed at the end of the run (with the full logs ready to inspect), with a
simple (yet expressive) query language to select the tests to run.

-- 
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 1790150] New: Review Request: ocaml-parsexp - S-expression parsing library

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790150

Bug ID: 1790150
   Summary: Review Request: ocaml-parsexp - S-expression parsing
library
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-parsexp/ocaml-parsexp.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-parsexp/ocaml-parsexp-0.13.0-1.fc32.src.rpm
RPMLINTRC URL:
https://jjames.fedorapeople.org/ocaml-parsexp/ocaml-parsexp.rpmlintrc
Fedora Account System Username: jjames
Description: This library provides generic parsers for parsing S-expressions
from strings or other media.

The library is focused on performance but still provides full generic parsers
that can be used effortlessly with strings, bigstrings, lexing buffers,
character streams or any other source.

It provides three different classes of parsers:
- the normal parsers, producing [Sexp.t] or [Sexp.t list] values;
- the parsers with positions, building compact position sequences so
  that one can recover original positions in order to properly report
  error locations at little cost; and
- the Concrete Syntax Tree parsers, producing values of type
  [Parsexp.Cst.t] which record the concrete layout of the s-expression
  syntax, including comments.

This library is portable and doesn't provide I/O functions.  To read
s-expressions from files or other external sources, you should use parsexp_io.

-- 
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 1790149] New: Review Request: ocaml-markup - Error-recovering streaming HTML5 and XML parsers for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790149

Bug ID: 1790149
   Summary: Review Request: ocaml-markup - Error-recovering
streaming HTML5 and XML parsers for OCaml
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-markup/ocaml-markup.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-markup/ocaml-markup-0.8.2-1.fc32.src.rpm
RPMLINTRC URL:
https://jjames.fedorapeople.org/ocaml-markup/ocaml-markup.rpmlintrc
Fedora Account System Username: jjames
Description: Markup.ml is a pair of parsers implementing the HTML5 and XML
specifications, including error recovery.  Usage is simple, because each parser
is a function from byte streams to parsing signal streams.

In addition to being error-correcting, the parsers are:
- **streaming**: parsing partial input and emitting signals while more
  input is still being received;
- **lazy**: not parsing input unless you have requested the next parsing
  signal, so you can easily stop parsing part-way through a document;
- **non-blocking**: they can be used with Lwt, but still provide a
  straightforward synchronous interface for simple usage; and
- **one-pass**: memory consumption is limited since the parsers don't
  build up a document representation, nor buffer input beyond a small
  amount of lookahead.

The parsers detect character encodings automatically, and emit everything in
UTF-8.  The HTML parser understands SVG and MathML, in addition to HTML5.

-- 
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 1790146] New: Review Request: ocaml-uutf - Non-blocking streaming Unicode codec for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790146

Bug ID: 1790146
   Summary: Review Request: ocaml-uutf - Non-blocking streaming
Unicode codec for OCaml
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-uutf/ocaml-uutf.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-uutf/ocaml-uutf-1.0.2-1.fc32.src.rpm
Fedora Account System Username: jjames
Description: Uutf is a non-blocking streaming codec to decode and encode the
UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes.  It can efficiently work
character by character without blocking on I/O.  Decoders perform character
position tracking and support newline normalization.

Functions are also provided to fold over the characters of UTF-encoded OCaml
string values and to directly encode characters in OCaml Buffer.t values.

-- 
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 1790148] New: Review Request: ocaml-fpath - File paths for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790148

Bug ID: 1790148
   Summary: Review Request: ocaml-fpath - File paths for OCaml
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-fpath/ocaml-fpath.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-fpath/ocaml-fpath-0.7.2-1.fc32.src.rpm
Fedora Account System Username: jjames
Description: Fpath is an OCaml module for handling file system paths with POSIX
or Windows conventions.  Fpath processes paths without accessing the file
system and is independent from any system library.

-- 
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 1790152] New: Review Request: ocaml-tyxml - Build valid HTML and SVG documents

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790152

Bug ID: 1790152
   Summary: Review Request: ocaml-tyxml - Build valid HTML and SVG
documents
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-tyxml/ocaml-tyxml.spec
SRPM URL: ocaml-tyxml-4.3.0-1.fc32.src.rpm
RPMLINTRC URL:
https://jjames.fedorapeople.org/ocaml-tyxml/ocaml-tyxml.rpmlintrc
Fedora Account System Username: jjames
Description: TyXML provides a set of convenient combinators that uses the OCaml
type system to ensure the validity of the generated documents.  TyXML can be
used with any representation of HTML and SVG: the textual one, provided
directly by this package, or DOM trees (`js_of_ocaml-tyxml`), virtual DOM
(`virtual-dom`) and reactive or replicated trees (`eliom`).  You can also
create your own representation and use it to instantiate a new set of
combinators.

-- 
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 1790151] New: Review Request: ocaml-sexplib - Automated S-expression conversion

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790151

Bug ID: 1790151
   Summary: Review Request: ocaml-sexplib - Automated S-expression
conversion
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-sexplib/ocaml-sexplib.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-sexplib/ocaml-sexplib-0.13.0-1.fc32.src.rpm
Fedora Account System Username: jjames
Description: This package contains a library for serializing OCaml values to
and from S-expressions.

-- 
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 1790153] New: Review Request: ocaml-odoc - Documentation compiler for OCaml and Reason

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790153

Bug ID: 1790153
   Summary: Review Request: ocaml-odoc - Documentation compiler
for OCaml and Reason
   Product: Fedora
   Version: rawhide
  Hardware: All
OS: Linux
Status: NEW
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: loganje...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
  Target Milestone: ---
Classification: Fedora



Spec URL: https://jjames.fedorapeople.org/ocaml-odoc/ocaml-odoc.spec
SRPM URL:
https://jjames.fedorapeople.org/ocaml-odoc/ocaml-odoc-1.4.2-1.fc32.src.rpm
RPMLINTRC URL: https://jjames.fedorapeople.org/ocaml-odoc/ocaml-odoc.rpmlintrc
Fedora Account System Username: jjames
Description: This package contains odoc, a documentation generator for OCaml. 
It reads doc comments, delimited with `(** ... *)`, and outputs HTML.  Text
inside doc comments is marked up in ocamldoc syntax.

Odoc's main advantage over ocamldoc is an accurate cross-referencer, which
handles the complexity of the OCaml module system.  Odoc also offers a good
opportunity to improve HTML output compared to ocamldoc, but this is very much
a work in progress.

-- 
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 1183195] Review Request: ocaml-uutf - Non-blocking streaming codec for UTF-8, UTF-16, UTF-16LE and UTF-16BE

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183195

Jerry James  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2020-01-12 05:09:42



--- Comment #15 from Jerry James  ---


*** This bug has been marked as a duplicate of bug 1790146 ***

-- 
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 1183825] Review Request: ocaml-jsonm - Non-blocking streaming JSON codec for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183825
Bug 1183825 depends on bug 1183195, which changed state.

Bug 1183195 Summary: Review Request: ocaml-uutf - Non-blocking streaming codec 
for UTF-8, UTF-16, UTF-16LE and UTF-16BE
https://bugzilla.redhat.com/show_bug.cgi?id=1183195

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE



-- 
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 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790146

Jerry James  changed:

   What|Removed |Added

 Blocks||1183825, 1185099
 CC||j...@recoil.org



--- Comment #1 from Jerry James  ---
*** Bug 1183195 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1183825
[Bug 1183825] Review Request: ocaml-jsonm - Non-blocking streaming JSON codec
for OCaml
https://bugzilla.redhat.com/show_bug.cgi?id=1185099
[Bug 1185099] Review Request: opam - A source-based package manager for OCaml
-- 
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 1185099] Review Request: opam - A source-based package manager for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1185099
Bug 1185099 depends on bug 1183195, which changed state.

Bug 1183195 Summary: Review Request: ocaml-uutf - Non-blocking streaming codec 
for UTF-8, UTF-16, UTF-16LE and UTF-16BE
https://bugzilla.redhat.com/show_bug.cgi?id=1183195

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE



-- 
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 1183825] Review Request: ocaml-jsonm - Non-blocking streaming JSON codec for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1183825

Jerry James  changed:

   What|Removed |Added

 Depends On||1790146




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790146
[Bug 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec
for OCaml
-- 
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 1185099] Review Request: opam - A source-based package manager for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1185099

Jerry James  changed:

   What|Removed |Added

 Depends On||1790146




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790146
[Bug 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec
for OCaml
-- 
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 1790143] Review Request: ocaml-astring - Alternative String module for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790143

Jerry James  changed:

   What|Removed |Added

 Depends On||1790142
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790142
[Bug 1790142] Review Request: ocaml-topkg - The transitory OCaml software
packager
-- 
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 1790142] Review Request: ocaml-topkg - The transitory OCaml software packager

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790142

Jerry James  changed:

   What|Removed |Added

 Blocks||1790143




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790143
[Bug 1790143] Review Request: ocaml-astring - Alternative String module for
OCaml
-- 
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 1790142] Review Request: ocaml-topkg - The transitory OCaml software packager

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790142

Jerry James  changed:

   What|Removed |Added

 Blocks||1790144




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790144
[Bug 1790144] Review Request: ocaml-fmt - OCaml Format pretty-printer
combinators
-- 
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 1790144] Review Request: ocaml-fmt - OCaml Format pretty-printer combinators

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790144

Jerry James  changed:

   What|Removed |Added

 Depends On||1790142
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790142
[Bug 1790142] Review Request: ocaml-topkg - The transitory OCaml software
packager
-- 
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 1790142] Review Request: ocaml-topkg - The transitory OCaml software packager

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790142

Jerry James  changed:

   What|Removed |Added

 Blocks||1790145




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790145
[Bug 1790145] Review Request: ocaml-uuidm - Universally unique identifiers
(UUIDs) for OCaml
-- 
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 1790145] Review Request: ocaml-uuidm - Universally unique identifiers (UUIDs) for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790145

Jerry James  changed:

   What|Removed |Added

 Depends On||1790142
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790142
[Bug 1790142] Review Request: ocaml-topkg - The transitory OCaml software
packager
-- 
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 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790146

Jerry James  changed:

   What|Removed |Added

 Depends On||1790142
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790142
[Bug 1790142] Review Request: ocaml-topkg - The transitory OCaml software
packager
-- 
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 1790142] Review Request: ocaml-topkg - The transitory OCaml software packager

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790142

Jerry James  changed:

   What|Removed |Added

 Blocks||1790146




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790146
[Bug 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec
for OCaml
-- 
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 1790147] Review Request: ocaml-alcotest - Lightweight and colorful test framework for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790147

Jerry James  changed:

   What|Removed |Added

 Depends On||1790143, 1790144, 1790145
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790143
[Bug 1790143] Review Request: ocaml-astring - Alternative String module for
OCaml
https://bugzilla.redhat.com/show_bug.cgi?id=1790144
[Bug 1790144] Review Request: ocaml-fmt - OCaml Format pretty-printer
combinators
https://bugzilla.redhat.com/show_bug.cgi?id=1790145
[Bug 1790145] Review Request: ocaml-uuidm - Universally unique identifiers
(UUIDs) for OCaml
-- 
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 1790144] Review Request: ocaml-fmt - OCaml Format pretty-printer combinators

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790144

Jerry James  changed:

   What|Removed |Added

 Blocks||1790147




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790147
[Bug 1790147] Review Request: ocaml-alcotest - Lightweight and colorful test
framework for OCaml
-- 
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 1790143] Review Request: ocaml-astring - Alternative String module for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790143

Jerry James  changed:

   What|Removed |Added

 Blocks||1790147




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790147
[Bug 1790147] Review Request: ocaml-alcotest - Lightweight and colorful test
framework for OCaml
-- 
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 1790145] Review Request: ocaml-uuidm - Universally unique identifiers (UUIDs) for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790145

Jerry James  changed:

   What|Removed |Added

 Blocks||1790147




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790147
[Bug 1790147] Review Request: ocaml-alcotest - Lightweight and colorful test
framework for OCaml
-- 
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 1790143] Review Request: ocaml-astring - Alternative String module for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790143

Jerry James  changed:

   What|Removed |Added

 Blocks||1790148




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790148
[Bug 1790148] Review Request: ocaml-fpath - File paths for OCaml
-- 
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 1790148] Review Request: ocaml-fpath - File paths for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790148

Jerry James  changed:

   What|Removed |Added

 Depends On||1790143
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790143
[Bug 1790143] Review Request: ocaml-astring - Alternative String module for
OCaml
-- 
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 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790146

Jerry James  changed:

   What|Removed |Added

 Blocks||1790149




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790149
[Bug 1790149] Review Request: ocaml-markup - Error-recovering streaming HTML5
and XML parsers for OCaml
-- 
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 1790149] Review Request: ocaml-markup - Error-recovering streaming HTML5 and XML parsers for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790149

Jerry James  changed:

   What|Removed |Added

 Depends On||1789211, 1790146
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1789211
[Bug 1789211] Review Request: ocaml-bisect-ppx - Code coverage for OCaml and
Reason
https://bugzilla.redhat.com/show_bug.cgi?id=1790146
[Bug 1790146] Review Request: ocaml-uutf - Non-blocking streaming Unicode codec
for OCaml
-- 
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 1789211] Review Request: ocaml-bisect-ppx - Code coverage for OCaml and Reason

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1789211

Jerry James  changed:

   What|Removed |Added

 Blocks||1790149




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790149
[Bug 1790149] Review Request: ocaml-markup - Error-recovering streaming HTML5
and XML parsers for OCaml
-- 
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 1790150] Review Request: ocaml-parsexp - S-expression parsing library

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790150

Jerry James  changed:

   What|Removed |Added

 Blocks||1790151




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790151
[Bug 1790151] Review Request: ocaml-sexplib - Automated S-expression conversion
-- 
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 1790151] Review Request: ocaml-sexplib - Automated S-expression conversion

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790151

Jerry James  changed:

   What|Removed |Added

 Depends On||1790150
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790150
[Bug 1790150] Review Request: ocaml-parsexp - S-expression parsing library
-- 
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 1790147] Review Request: ocaml-alcotest - Lightweight and colorful test framework for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790147

Jerry James  changed:

   What|Removed |Added

 Blocks||1790152




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790152
[Bug 1790152] Review Request: ocaml-tyxml - Build valid HTML and SVG documents
-- 
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 1790149] Review Request: ocaml-markup - Error-recovering streaming HTML5 and XML parsers for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790149

Jerry James  changed:

   What|Removed |Added

 Blocks||1790152




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790152
[Bug 1790152] Review Request: ocaml-tyxml - Build valid HTML and SVG documents
-- 
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 1790152] Review Request: ocaml-tyxml - Build valid HTML and SVG documents

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790152

Jerry James  changed:

   What|Removed |Added

 Depends On||1790147, 1790149
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790147
[Bug 1790147] Review Request: ocaml-alcotest - Lightweight and colorful test
framework for OCaml
https://bugzilla.redhat.com/show_bug.cgi?id=1790149
[Bug 1790149] Review Request: ocaml-markup - Error-recovering streaming HTML5
and XML parsers for OCaml
-- 
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 1790152] Review Request: ocaml-tyxml - Build valid HTML and SVG documents

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790152

Jerry James  changed:

   What|Removed |Added

 Blocks||1790153




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790153
[Bug 1790153] Review Request: ocaml-odoc - Documentation compiler for OCaml and
Reason
-- 
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 1790153] Review Request: ocaml-odoc - Documentation compiler for OCaml and Reason

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790153

Jerry James  changed:

   What|Removed |Added

 Depends On||1790148, 1790151, 1790152
   Doc Type|--- |If docs needed, set a value




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790148
[Bug 1790148] Review Request: ocaml-fpath - File paths for OCaml
https://bugzilla.redhat.com/show_bug.cgi?id=1790151
[Bug 1790151] Review Request: ocaml-sexplib - Automated S-expression conversion
https://bugzilla.redhat.com/show_bug.cgi?id=1790152
[Bug 1790152] Review Request: ocaml-tyxml - Build valid HTML and SVG documents
-- 
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 1790151] Review Request: ocaml-sexplib - Automated S-expression conversion

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790151

Jerry James  changed:

   What|Removed |Added

 Blocks||1790153




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790153
[Bug 1790153] Review Request: ocaml-odoc - Documentation compiler for OCaml and
Reason
-- 
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 1790148] Review Request: ocaml-fpath - File paths for OCaml

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1790148

Jerry James  changed:

   What|Removed |Added

 Blocks||1790153




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1790153
[Bug 1790153] Review Request: ocaml-odoc - Documentation compiler for OCaml and
Reason
-- 
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 1662777] Review Request: python-pytest-randomly - Pytest plugin to randomly order tests and control random.seed

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1662777



--- Comment #6 from Dan Callaghan  ---
Oh yes indeed.

I updated the package but noticed that upstream accidentally dropped the test
suite from the latest tarballs. I filed a PR for it:
https://github.com/pytest-dev/pytest-randomly/pull/223

Let's see if they roll a new release for it soon...

-- 
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 1772765] Review Request: bmap-tools - Tools to generate and flash sparse images using the "block map" (bmap) format

2020-01-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1772765



--- Comment #9 from Dan Callaghan  ---
Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
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