Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-stix py-stix: updated to 1.2.0.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90d52194e633
branches:  trunk
changeset: 431489:90d52194e633
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 13 21:49:04 2020 +0000

description:
py-stix: updated to 1.2.0.10

Version 1.2.0.10
- Check add_reference methods to prevent NoneType has no attribute 'append'
- Changes to STIXPackage to prevent the empty <stix:TTPs/> tag from appearing in serialization

Version 1.2.0.9
- TTPs would fail to serialize XML Kill_Chains if no TTP was set
- Added Python 3.8 to test harness

Version 1.2.0.8
- Add xnl:Type to the PersonName element (CIQ)
- Update the allowable values for PersonName and OrganisationName
- Update tests per recent CybOX release

Version 1.2.0.7
- Update package requirements

diffstat:

 security/py-stix/Makefile |   9 +++------
 security/py-stix/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (34 lines):

diff -r 546435cb255e -r 90d52194e633 security/py-stix/Makefile
--- a/security/py-stix/Makefile Wed May 13 21:48:05 2020 +0000
+++ b/security/py-stix/Makefile Wed May 13 21:49:04 2020 +0000
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:12 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/13 21:49:04 adam Exp $
 
-DISTNAME=      stix-1.2.0.6
+DISTNAME=      stix-1.2.0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
-#MASTER_SITES= ${MASTER_SITE_PYPI:=s/stix/}
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=STIXProject/}
-GITHUB_PROJECT=        python-stix
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stix/}
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://stixproject.github.io/
diff -r 546435cb255e -r 90d52194e633 security/py-stix/distinfo
--- a/security/py-stix/distinfo Wed May 13 21:48:05 2020 +0000
+++ b/security/py-stix/distinfo Wed May 13 21:49:04 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/24 11:17:04 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/05/13 21:49:04 adam Exp $
 
-SHA1 (stix-1.2.0.6.tar.gz) = 8846592d914148c12bc482c145664994f2a3e103
-RMD160 (stix-1.2.0.6.tar.gz) = efb099c3d224b28ee107312eca8ae6315bfb3478
-SHA512 (stix-1.2.0.6.tar.gz) = c7a656e12fb3c8e6223904d5c66b8c4916197497f70635eb7375ba8f73a3b6787559a895a1cad932950691d73e04e92afed850495f38bd0ec5d1ba6f31b10ef0
-Size (stix-1.2.0.6.tar.gz) = 215431 bytes
+SHA1 (stix-1.2.0.10.tar.gz) = 8701edc4037cb215f47609e104c039d8f0bed42b
+RMD160 (stix-1.2.0.10.tar.gz) = 1730a6de757cf93c55511e7c7a5d2a509dda7ca3
+SHA512 (stix-1.2.0.10.tar.gz) = db0eb47b2e4f75e81492b373613baec101e2b5c7547128e67586436b1501559099459fcfdce48816969be2c1088c0078e7b4cacefb8fac1232a470ab160eee11
+Size (stix-1.2.0.10.tar.gz) = 218737 bytes



Home | Main Index | Thread Index | Old Index