Update to 2.3.1.
This commit is contained in:
parent
0150cffdfd
commit
546401e2fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422801
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyx12
|
||||
PORTVERSION= 2.2.1
|
||||
PORTVERSION= 2.3.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (pyx12-2.2.1.tar.gz) = 659aeb712229352113aa900f1751b80bbee1892558fbfee87f7cbc1570d65dee
|
||||
SIZE (pyx12-2.2.1.tar.gz) = 497363
|
||||
TIMESTAMP = 1474946616
|
||||
SHA256 (pyx12-2.3.1.tar.gz) = 2d29824a2eb1fab9a883780193db86d2d91d8b9305ed43f31f69951f2530158b
|
||||
SIZE (pyx12-2.3.1.tar.gz) = 522528
|
||||
|
@ -1,47 +0,0 @@
|
||||
--- pyx12/error_handler_base.py.orig 2014-01-26 01:22:05 UTC
|
||||
+++ pyx12/error_handler_base.py
|
||||
@@ -145,12 +145,18 @@ class ErrorHandlerBase(object):
|
||||
|
||||
@abc.abstractmethod
|
||||
def close_isa_loop(self, node, seg, src):
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def close_gs_loop(self, node, seg, src):
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def close_st_loop(self, node, seg, src):
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def find_node(self, type):
|
||||
@@ -160,17 +166,23 @@ class ErrorHandlerBase(object):
|
||||
|
||||
@abc.abstractmethod
|
||||
def _get_last_child(self):
|
||||
-
|
||||
- @abc.abstractmethod
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_error_count(self):
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_first_child(self):
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def get_next_sibling(self):
|
||||
+ """
|
||||
+ """
|
||||
|
||||
@abc.abstractmethod
|
||||
def __next__(self):
|
Loading…
Reference in New Issue
Block a user