diff options
| author | Kai Knoblich <kai@FreeBSD.org> | 2023-11-11 11:39:53 +0000 |
|---|---|---|
| committer | Kai Knoblich <kai@FreeBSD.org> | 2023-11-11 11:45:29 +0000 |
| commit | 152c3f64400e4afcb43177301df85f5745963b71 (patch) | |
| tree | 434621f3341d581c845dfa84b0e741cb6c16186b | |
| parent | 5c5b63e75e2ada0c7c0648e51f339bcb50c967cc (diff) | |
| -rw-r--r-- | net-mgmt/py-ciscoconfparse/Makefile | 4 | ||||
| -rw-r--r-- | net-mgmt/py-ciscoconfparse/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/py-ciscoconfparse/Makefile b/net-mgmt/py-ciscoconfparse/Makefile index 4142ac1082d8..678a02c031a6 100644 --- a/net-mgmt/py-ciscoconfparse/Makefile +++ b/net-mgmt/py-ciscoconfparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= ciscoconfparse -DISTVERSION= 1.9.16 +DISTVERSION= 1.9.28 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.14:devel/py-deprecated@${PY_ USES= python USE_PYTHON= autoplist pep517 pytest +# Test fails due missing file: fixtures/configs/sample_01.f5 +PYTEST_BROKEN_TESTS= testParse_parse_syntax_f5_as_junos_nofactory_ioscfg_01 TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/net-mgmt/py-ciscoconfparse/distinfo b/net-mgmt/py-ciscoconfparse/distinfo index a64c5baa1e36..1f8cd87cc7ba 100644 --- a/net-mgmt/py-ciscoconfparse/distinfo +++ b/net-mgmt/py-ciscoconfparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698590690 -SHA256 (ciscoconfparse-1.9.16.tar.gz) = 35dca4b79d24bf18e7e85ed045e99785f2b4914fe11de0ca4ffa389c064d3045 -SIZE (ciscoconfparse-1.9.16.tar.gz) = 463762 +TIMESTAMP = 1699694157 +SHA256 (ciscoconfparse-1.9.28.tar.gz) = fdb64c57c4c10735a79e12bcb672237362edc83e0836f0f5ae5bb6188a9ead11 +SIZE (ciscoconfparse-1.9.28.tar.gz) = 480572 |
