Comments

32 Comments

Works nicely -- except the known bugs in alpha1 .)

Works nicely for me! Thank you for the update!

The extension works nicely with GNOME 40. I see temperatures, fan speeds and voltage.

Oops, I missed the notification. Pushed now.

karma

Same here, the system continues to work, no regressions noted. As far as I can understand, the CVE is fixed.

BZ#1749839 CVE-2019-16056 python: email.utils.parseaddr wrongly parses email addresses
BZ#1750456 CVE-2019-16056 python3: python: email.utils.parseaddr wrongly parses email addresses [fedora-all]
BZ#1750798 CVE-2019-16056 python37: python: email.utils.parseaddr wrongly parses email addresses [fedora-rawhide]
karma

Seems to work! The test suite (python38 -m test -j10) passes. Thank you!

BZ#1762694 Upgrade python38 package to the final release

Works great for me as well! Thank you!

BZ#1716995 python3.8-config does not understand --embed
karma

Works for me! CVE-2018-1060, -1061, -2019-5010 aren't easy to reproduce. I checked that the patches are in, not necessarily that the issues are solved.

BZ#1549192 CVE-2018-1061 python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib
BZ#1563461 CVE-2018-1060 CVE-2018-1061 python35: various flaws [fedora-all]
BZ#1666519 CVE-2019-5010 python: NULL pointer dereference using a specially crafted X509 certificate
BZ#1666527 CVE-2019-5010 python35: python: NULL pointer dereference using a specially crafted X509 certificate [fedora-all]
BZ#1688543 CVE-2019-9636 python: Information Disclosure due to urlsplit improper NFKC normalization
BZ#1688550 CVE-2019-9636 python35: python: Information Disclosure due to urlsplit improper NFKC normalization [fedora-all]
karma

Works for me! CVE-2018-1060, -1061, -2019-5010 aren't easy to reproduce. I checked that the patches are in, not necessarily that the issues are solved.

BZ#1549192 CVE-2018-1061 python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib
BZ#1563461 CVE-2018-1060 CVE-2018-1061 python35: various flaws [fedora-all]
BZ#1666519 CVE-2019-5010 python: NULL pointer dereference using a specially crafted X509 certificate
BZ#1666527 CVE-2019-5010 python35: python: NULL pointer dereference using a specially crafted X509 certificate [fedora-all]
BZ#1688543 CVE-2019-9636 python: Information Disclosure due to urlsplit improper NFKC normalization
BZ#1688550 CVE-2019-9636 python35: python: Information Disclosure due to urlsplit improper NFKC normalization [fedora-all]

Works here as well!

BZ#1605989 python-werkzeug: FTBFS in Fedora rawhide
karma

I've used this with some experiments in pipenv, and found no issues.

Smoke-tested blackd & the black command; seem to work as advertised.

Works for me as well!

I created a virtualenv, installed a package with a C extension, and ran a test suite. So I say that for the intended use case, it's good to go!

BZ#1519346 Review Request: python37 - Version 3.7 of the Python interpreter

Comments on Taskotron checks: - abidiff: Some symbols are added, and private symbols (_Py*) are removed/changed. If anything depends on private API, it's a bug (or else it needs more coordination on Python SIG). - rpmlint is as bad as always, but that's not for this update to fix -- packaging fixes will go to python3 in Rawhide first.

karma

Works on DOIT ESP-32 Devkit v1, Amica NudeMCU Devkit, LoLin NodeMCU Devkit v3.

BZ#1465005 esptool-2.0.1 is available
karma

Tested with ESP8266 (Amica NodeMCU Devkit; LoLin NodeMcu v3) and ESP32 (DOIT ESP32 Devkit v1). I uploaded the respective MicroPython images and smoke-tested with some trivial commands.

BZ#1425422 esptool-2.0 is available
karma

Works nicely with my NodeMCU devkit clone.

BZ#1432230 Review Request: ampy - Command line tool to interact with a MicroPython board over a serial connection
karma

The required glibc is not available in f25 yet:

$ sudo dnf install --enablerepo updates-testing python36
...
Error: nothing provides glibc(x86-64) >= 2.24.90-26 needed by python36-3.6.0-7.fc25.x86_64

The CLI works for me. Not sure how I can really test the functionality without having arduino packaged as well.

BZ#1394193 Review Request: arduino-builder - A command line tool for compiling Arduino sketches