Upgrade to release 0.7.20:
- Fixed returning from an iterator on Python 3.7+, by Sergey
Kozlov.
- Fixed Python 3.8 SyntaxWarning on using `is not` with a string
literal, by Stefan Nordhausen.
- Fixed DeprecationWarnings by using raw strings for escape
characters used in regexes, by Sean McGinnis.
- Improved IPGlob documentation, by obkmeta.
- Fixed exception creation in corner cases by explicitly passin
error message params as tuples, by Matthias Urlichs.
- Stopped manually replacing shebang of an included script.
- Stopped using __file__ in all code that's expected to run in
environments that don't support it (like PyOxidizer-produced
binaries).
- Updated all databases included in the package.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>