Package: afew / 3.0.1-8
Metadata
Package | Version | Patches format |
---|---|---|
afew | 3.0.1-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
65227fa.patch | (download) |
.github/workflows/build.yml |
37 17 + 20 - 0 ! |
--- |
apply upstream pull request 320.patch | (download) |
.github/workflows/build.yml |
4 2 + 2 - 0 ! |
apply upstream pull request 320 This is labelled draft upstream, but seems to be tested by mjg. |
fix settings file reading method in sett.patch | (download) |
afew/Settings.py |
2 1 + 1 - 0 ! |
fix settings file reading method in settings.py - Updated method from `readfp` to `read_file` for compatibility with Python 3. - No change in functionality; improves code compliance with current Python standards. (this is upstream PR 350) |