summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-netaddr_0.7.19.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-netaddr: Upgrade 0.7.19 -> 0.7.20Leon Anavi2020-06-251-13/+0
| | | | | | | | | | | | | | | | | | | | | | | 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>
* python3-netaddr: Consolidate in a single fileLeon Anavi2020-06-251-2/+13
| | | | | | | | Consolidate inc and bb files into a single bb file. 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>
* Remove deprecated python3-selectors from the RDEPENDSDerek Straka2018-01-261-4/+0
| | | | | | | | The python3-selectors package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Remove deprecated python3-enum from the RDEPENDSDerek Straka2018-01-261-1/+0
| | | | | | | | The python3-enum package was removed as part of the migration to the json manifest file. The functionality is now part of core Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-netaddr: update to RDEPENDS to work on minimal python installsDerek Straka2017-12-301-0/+5
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-netaddr: Add support for python3Moritz Fischer2017-06-121-0/+2
Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>