File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -116,13 +116,21 @@ specific addresses can be queried.
116
116
Changelog
117
117
---------
118
118
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
+
119
128
v0.3.3 (2017-05-03)
120
129
^^^^^^^^^^^^^^^^^^^
121
130
* Disable PEP-489 on PyPy3
122
131
* Disable PyModule_GetState on PyPy3
123
132
* Provide a Debian package
124
133
125
-
126
134
v0.3.2 (2017-05-03)
127
135
^^^^^^^^^^^^^^^^^^^
128
136
* Support point-to-point veth pairs (See #6)
Original file line number Diff line number Diff line change 27
27
author = 'Sebastian Schrader' ,
28
28
29
29
url = 'https://github.com/sebschrader/python-arpreq' ,
30
- version = ' 0.3.3' ,
30
+ version = " 0.3.4" ,
31
31
description = "Query the Kernel ARP cache for the MAC address "
32
32
"corresponding to an IP address" ,
33
33
long_description = readme ,
You can’t perform that action at this time.
0 commit comments