15
0
forked from pool/python-dpkt

Accepting request 855897 from home:mcepl:branches:devel:tools:scm

- Add skip_s390x_tests.patch to skip failing tests on s390x
  (gh#kbandla/dpkt#505).
- Update to 1.9.4:
  - drop python 2.6 support
  - add python 3.7, 3.8 support
  - fix netbios name encoding and decoding
  - properly set type of last vlan tag to type of eth.data layer
  - fix QinQ vlan tag parsing with miscellaneous data
  - add explicit iter to dpkt.Packet so dict() maps the fields nicely
  - fix ipv6 packet so that it can be used for generating IPv6 data
  - handle zero Eth type
  - python 3 compatibility fixes

OBS-URL: https://build.opensuse.org/request/show/855897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpkt?expand=0&rev=16
This commit is contained in:
2020-12-14 23:07:25 +00:00
committed by Git OBS Bridge
parent 0483c24185
commit bf0f209dbe
5 changed files with 164 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Dec 14 22:51:23 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add skip_s390x_tests.patch to skip failing tests on s390x
(gh#kbandla/dpkt#505).
-------------------------------------------------------------------
Mon Dec 14 22:07:23 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 1.9.4:
- drop python 2.6 support
- add python 3.7, 3.8 support
- fix netbios name encoding and decoding
- properly set type of last vlan tag to type of eth.data layer
- fix QinQ vlan tag parsing with miscellaneous data
- add explicit iter to dpkt.Packet so dict() maps the fields nicely
- fix ipv6 packet so that it can be used for generating IPv6 data
- handle zero Eth type
- python 3 compatibility fixes
-------------------------------------------------------------------
Mon Mar 18 20:00:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>