From d62174960b01569d5f96ffd9c3ce38b54295d9c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 15 Jun 2024 10:08:07 +0000 Subject: [PATCH] Bumped version to 1.0.2.post23 Updated vendor constant enumerations at Sat Jun 15 10:08:07 UTC 2024. The following files have been changed: pcapkit/const/ipv6/routing.py --- conda/build | 2 +- pcapkit/__init__.py | 2 +- pcapkit/const/ipv6/routing.py | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/conda/build b/conda/build index 56a6051ca..c22708346 100644 --- a/conda/build +++ b/conda/build @@ -1 +1 @@ -1 \ No newline at end of file +0 \ No newline at end of file diff --git a/pcapkit/__init__.py b/pcapkit/__init__.py index 6e78a9e04..2d7f76b0f 100644 --- a/pcapkit/__init__.py +++ b/pcapkit/__init__.py @@ -124,4 +124,4 @@ ] #: version number -__version__ = '1.0.2.post22' +__version__ = '1.0.2.post23' diff --git a/pcapkit/const/ipv6/routing.py b/pcapkit/const/ipv6/routing.py index 6c1311475..6d391a545 100644 --- a/pcapkit/const/ipv6/routing.py +++ b/pcapkit/const/ipv6/routing.py @@ -33,12 +33,10 @@ class Routing(IntEnum): #: Segment Routing Header (SRH) [:rfc:`8754`] Segment_Routing_Header = 4 - #: CRH-16 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23, - #: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05] + #: CRH-16 [RFC-ietf-6man-comp-rtg-hdr-10] CRH_16 = 5 - #: CRH-32 (TEMPORARY - registered 2021-06-07, extension registered 2024-04-23, - #: expires 2025-06-07) [draft-ietf-6man-comp-rtg-hdr-05] + #: CRH-32 [RFC-ietf-6man-comp-rtg-hdr-10] CRH_32 = 6 #: RFC3692-style Experiment 1 [:rfc:`4727`]