Fedora Update 2019 Week 20–22
Oops, again a bit late, but the past two weekends were fairly busy. I decided to post this today so that it wouldn’t slip another full week. So this probably looks a bit larger than usual, but I hope I didn’t miss anything. Two weeks ago was rather busy with many updates. Not just new releases, but I also spent a little time going over old updates that I’ve missed and ignored due to missing dependencies. Some of these dependencies could be skipped, so I did in order to get the update in.
Last week was a bit calmer with the updates. Instead, I spent the past week preparing several new Go packages that are dependencies for htmltest, an interesting tool for testing HTML files. I’m hoping these will get some reviews soon.
Last week was also spent trying to figure out several upstream bugs. Pillow has been having issues on s390x. This turned out to be a bug in the types passed via varargs between Python and C code. Because of disagreement on argument size, this generally ends up being problematic on big-endian systems. I’m still waiting for the upstream PR to be accepted, but we’ve used the patch and been able to rebuild several other dependent packages with it now applied.
With python-zarr, I’ve been running into failures with LMDB on 32-bit systems. This is generally annoying since it requires rebuilds whenever it got built on one of those systems. Basically, the LMDB store opens a very large file mapping and even though there’s enough RAM to do so, it fails. Thanks to some discussion on the devel mailing list I was pointed in the right direction to fix it. The tests rely on old store being garbage collected, and so a lot of old LMDB mappings are still around causing later ones to fail. I’ve opened a pull request upstream to explicitly close these stores, which reduces the overall memory requirement and fixes the tests.
I’ve backported numpydoc 0.9
fixes for
python-pandas
, but waiting on the maintainer to merge that one. Even though
the pandas package does not build docs, it has knock-on effects to any packages
that use it.
Updated packages⌗
I’ve finished
work on
updating python-matplotlib
to 3.1.0, but there are some issues in
dependencies that prevent building it.
For R-rmarkdown
, I’ve tried to improve some bits of the unbundling. I’ve
switched to using %autosetup -S git
instead of manually deleting bundled
items and started re-minifying the CSS to make it simpler to patch.
Also, somewhat trivial, but I added gcc-c++
to the Requires of the Go devel
packages that need it, instead of leaving it to the final leaf package to
include it. This just makes using them a little bit less annoying.
Package | Version | Notes |
---|---|---|
R-evaluate | 0.14-1 | |
R-gss | 2.1.10-1 | |
R-gtable | 0.3.0-1 | |
R-markdown | 1.0-1 | |
R-measurements | 1.4.0-1 | |
R-nanotime | 0.2.4-1 | |
R-openssl | 1.4-1 | |
R-pillar | 1.4.0-1 | |
R-pillar | 1.4.1-1 | |
R-repr | 1.0.1-1 | |
R-reprex | 0.3.0-1 | |
R-rgdal | 1.4.4-1 | |
R-rmarkdown | 1.13-1 | |
R-rmarkdown | 1.13-2 | Fixups noted above |
R-statnet.common | 4.3.0-1 | |
R-stringdist | 0.9.5.2-1 | Needed new R-tinytest |
R-tibble | 2.1.2-1 | |
R-tibble | 2.1.3-1 | (Second bug fix) |
asv | 0.4-1 | |
asv | 0.4.1-1 | |
golang-github-wellington-libsass | 0.9.2-3 | Add gcc-c++ Requires |
golang-tinygo-x-llvm | 0-0.3.20190604git0713e35 | Add gcc-c++ Requires |
ocrmypdf | 8.3.0-1 | Needed pillow fix |
proj-datumgrid-europe | 1.3-1 | |
python-cartopy | 0.17.0-5 | Fix build with FreeType 2.10 in Rawhide |
python-pikepdf | 1.3.0-1 | Needed pillow fix |
python-pykdtree | 1.3.1-3 | Re-cythonize sources from @cstratak |
python-rasterio | 1.0.24-1 | |
python-zarr | 2.3.2-1 | |
python-zarr | 2.3.2-2 | Fix LMDB test issues on 32-bit systems |
New packages⌗
There are some new packages for R and Python dependencies:
- R-shiny — Web Application Framework for R
- R-rsvg — Render SVG Images into PDF, PNG, PostScript, or Bitmap Arrays
- R-miniUI — Shiny UI Widgets for Small Screens
- R-styler — Non-Invasive Pretty Printing of R Code
- libinsane — Cross-platform access to image scanners
- R-tinytest — Lightweight but Feature Complete Unit Testing Framework
For the Go macros, I’ve finally finished up golist 0.10.0 and built a package for it. This release fixes several issues we’ve had with it supporting all the things we need to get the macros working. Hopefully we can move forward with the rebuild against the new macros soon.
- golist — A tool to analyse the properties of a Go (Golang) codebase
And here are the new ones for htmltest:
- golang-github-golangplus-fmt — Plus to standard fmt package
- golang-github-golangplus-testing — Plus to the standard testing package
- golang-github-golangplus-bytes — Plus to the standard “bytes” package
- golang-github-golangplus-sort — Plus to standard sort package
- golang-github-daviddengcn-villa — Priority queue and slice wrappers for Go
- golang-github-daviddengcn-algs — Maxflow and edit-distance algorithms in Go
- golang-github-daviddengcn-assert — Testing utils for Go
- golang-gopkg-seborama-govcr-2 — HTTP mock for Golang
- htmltest — Test generated HTML for problems
These new packages mentioned here and in the last post were imported and built (some only in Rawhide):
Package | Version | Notes |
---|---|---|
R-clisymbols | 0.1.0-1 | |
R-foghorn | 1.1.0-1 | Rawhide only |
R-gh | 1.0.1-1 | Rawhide only |
R-haven | 2.1.0-1 | |
R-ini | 0.1.0-1 | |
R-miniUI | 0.1.1.1-1 | Rawhide and 30 only |
R-parsedate | 0.1.0-1 | |
R-rappdirs | 0.1.0-1 | |
R-rsvg | 1.3-1 | Rawhide and 30 only |
R-shiny | 1.3.2-1 | Rawhide and 30 only |
R-sodium | 1.1-1 | |
R-styler | 1.1.1-1 | |
R-tinytest | 0.9.4-1 | |
R-vctrs | 0.1.0-1 | |
R-xopen | 0.1.0-1 | |
R-zeallot | 0.1.0-1 | |
golist | 0.10.0-1 | Rawhide only for now |
libinsane | 1.0-1 |
Reviews⌗
I started reviewing this one, but as it was a bit flaky, the packager decided to hold off on completing it:
- golang-github-robfig-cron — Cron library for go
This one mentioned last week is approved now:
- ensmallen — header-only C++ library for efficient mathematical optimization