Module Name: pkgsrc-wip Committed By: Leonardo Taccari <leot%NetBSD.org@localhost> Pushed By: leot Date: Fri Jun 22 13:07:13 2018 +0200 Changeset: 37035fdfbb749197d6e41c317ab981984c55ee00 Modified Files: py-cvss/distinfo py-cvss/patches/patch-cvss_cvss__calculator.py py-cvss/patches/patch-tests_test__cvss2.py py-cvss/patches/patch-tests_test__cvss3.py Log Message: py-cvss: Add references to upstream pullups in the patches (They were all merged upstream so we can delete them in the next stable version) To see a diff of this commit: https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=37035fdfbb749197d6e41c317ab981984c55ee00 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. diffstat: py-cvss/distinfo | 6 +++--- py-cvss/patches/patch-cvss_cvss__calculator.py | 2 ++ py-cvss/patches/patch-tests_test__cvss2.py | 2 ++ py-cvss/patches/patch-tests_test__cvss3.py | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diffs: diff --git a/py-cvss/distinfo b/py-cvss/distinfo index 68dfbe8340..50b12ce7fd 100644 --- a/py-cvss/distinfo +++ b/py-cvss/distinfo @@ -4,6 +4,6 @@ SHA1 (cvss-1.7.tar.gz) = 76ebd64e66783ce615db34ac46a67674bca0934e RMD160 (cvss-1.7.tar.gz) = 3e32f253d4cbe91696fc13cda29a77878eaa52f6 SHA512 (cvss-1.7.tar.gz) = e2437afd1cd3aceb5884fc1d3203d9be0308591dbecbecaa3c8284f22efc6703797cc75ecaf79e136f3b987562552cccd6b4092b3354d05e9de0bbd97dfc57e0 Size (cvss-1.7.tar.gz) = 3178715 bytes -SHA1 (patch-cvss_cvss__calculator.py) = 8364cffab57e8dbc3c1de56ec21208e8659eb2b3 -SHA1 (patch-tests_test__cvss2.py) = 9f1c51bf48d944b30bbe58cd3e3e232325e28f99 -SHA1 (patch-tests_test__cvss3.py) = 83de56438bf4a95b1737cc48fd4bba6ab553d54e +SHA1 (patch-cvss_cvss__calculator.py) = 2f14a1a7aa46b39bec309c2de0e720a203362f8e +SHA1 (patch-tests_test__cvss2.py) = 4ae5144062f59afab491ac1fefa34f07b5631e71 +SHA1 (patch-tests_test__cvss3.py) = 6f7069e20d1df2aaeb4d8530a7d697f22ed8d6f6 diff --git a/py-cvss/patches/patch-cvss_cvss__calculator.py b/py-cvss/patches/patch-cvss_cvss__calculator.py index 6cc1b5d049..bbbd507ee6 100644 --- a/py-cvss/patches/patch-cvss_cvss__calculator.py +++ b/py-cvss/patches/patch-cvss_cvss__calculator.py @@ -2,6 +2,8 @@ $NetBSD$ Gracefully handle possible ^D and treat it like a ^C. +Merged upstream as part of https://github.com/skontar/cvss/pull/14 + --- cvss/cvss_calculator.py.orig 2017-01-11 09:11:40.000000000 +0000 +++ cvss/cvss_calculator.py @@ -66,7 +66,7 @@ def main(): diff --git a/py-cvss/patches/patch-tests_test__cvss2.py b/py-cvss/patches/patch-tests_test__cvss2.py index c08cc06999..ab76ebbc0f 100644 --- a/py-cvss/patches/patch-tests_test__cvss2.py +++ b/py-cvss/patches/patch-tests_test__cvss2.py @@ -3,6 +3,8 @@ $NetBSD$ Pick up `cvss' module from the parent directory in order to properly run the tests without having the cvss module installed. +Merged upstream as part of https://github.com/skontar/cvss/pull/15 + --- tests/test_cvss2.py.orig 2017-01-11 09:11:40.000000000 +0000 +++ tests/test_cvss2.py @@ -2,6 +2,8 @@ from os import path diff --git a/py-cvss/patches/patch-tests_test__cvss3.py b/py-cvss/patches/patch-tests_test__cvss3.py index 2b06b43811..37ad430451 100644 --- a/py-cvss/patches/patch-tests_test__cvss3.py +++ b/py-cvss/patches/patch-tests_test__cvss3.py @@ -3,6 +3,8 @@ $NetBSD$ Pick up `cvss' module from the parent directory in order to properly run the tests without having the cvss module installed. +Merged upstream as part of https://github.com/skontar/cvss/pull/15 + --- tests/test_cvss3.py.orig 2017-01-11 09:11:40.000000000 +0000 +++ tests/test_cvss3.py @@ -2,6 +2,8 @@ from os import path