File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,13 +116,21 @@ specific addresses can be queried.
116116Changelog
117117---------
118118
119+ v0.3.4 (2021-12-21)
120+ ^^^^^^^^^^^^^^^^^^^
121+ * Enable PEP-489 on PyPy3 5.8 and later
122+ * Improve testing
123+ * Move Debian packaging to separate branches
124+ * Add docker-compose infrastructure for different manylinux variants
125+ * Add ``arpreqb `` function, which returns the MAC as Python ``bytes `` object
126+ * Support 8-byte/64-bit MAC addresses
127+
119128v0.3.3 (2017-05-03)
120129^^^^^^^^^^^^^^^^^^^
121130* Disable PEP-489 on PyPy3
122131* Disable PyModule_GetState on PyPy3
123132* Provide a Debian package
124133
125-
126134v0.3.2 (2017-05-03)
127135^^^^^^^^^^^^^^^^^^^
128136* Support point-to-point veth pairs (See #6)
Original file line number Diff line number Diff line change 2727 author = 'Sebastian Schrader' ,
2828 author_email = 'sebastian.schrader@ossmail.de' ,
2929 url = 'https://github.com/sebschrader/python-arpreq' ,
30- version = ' 0.3.3' ,
30+ version = " 0.3.4" ,
3131 description = "Query the Kernel ARP cache for the MAC address "
3232 "corresponding to an IP address" ,
3333 long_description = readme ,
You can’t perform that action at this time.
0 commit comments