diff options
author | leot <leot@pkgsrc.org> | 2020-03-12 12:06:09 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-03-12 12:06:09 +0000 |
commit | 62f1f00c971c89acea7eb83e0d5c88373444f249 (patch) | |
tree | d77635c71741bb0f42222bcdc708ec2a5013167b | |
parent | 8b4148f806ddac5a4520b4bd25605f1f9d4f5e2c (diff) | |
download | pkgsrc-62f1f00c971c89acea7eb83e0d5c88373444f249.tar.gz |
py-rt: Add reference to upstream pull request
-rw-r--r-- | net/py-rt/distinfo | 4 | ||||
-rw-r--r-- | net/py-rt/patches/patch-rt.py | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net/py-rt/distinfo b/net/py-rt/distinfo index 87631d19fd0..705e8a9a903 100644 --- a/net/py-rt/distinfo +++ b/net/py-rt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2020/02/24 14:38:25 leot Exp $ +$NetBSD: distinfo,v 1.7 2020/03/12 12:06:09 leot Exp $ SHA1 (py-rt/rt-2.0.0.tar.gz) = 83095414750acef5f9a331249b26c9270d011f9e RMD160 (py-rt/rt-2.0.0.tar.gz) = 2f4fb8586c6050dfec35d90a9d7edd187c398edc SHA512 (py-rt/rt-2.0.0.tar.gz) = a70cef437f66b97f6d19a62f1d1a7d12633d2092da727599419aeabdd6f41e26cf97a531b745eac7bcd77ca7a39805c71a66dc5f610cbc352f8aa28a2f682967 Size (py-rt/rt-2.0.0.tar.gz) = 38703 bytes -SHA1 (patch-rt.py) = 33668fc6ef0ea138acc8075a2d0fda2fca179de4 +SHA1 (patch-rt.py) = 67461e2c4aa10be0cf07578ed6a7b9e7fdff7514 diff --git a/net/py-rt/patches/patch-rt.py b/net/py-rt/patches/patch-rt.py index 048661fef74..c4fcb7833fc 100644 --- a/net/py-rt/patches/patch-rt.py +++ b/net/py-rt/patches/patch-rt.py @@ -1,8 +1,12 @@ -$NetBSD: patch-rt.py,v 1.4 2020/02/24 14:38:25 leot Exp $ +$NetBSD: patch-rt.py,v 1.5 2020/03/12 12:06:09 leot Exp $ In RT 4 when a ticket is not modified an empty response is returned. Treat it as a successfull operation. +Shared upstream via: + + <https://github.com/CZ-NIC/python-rt/pull/48> + --- rt/rt.py.orig 2019-10-25 12:58:58.000000000 +0000 +++ rt/rt.py @@ -736,6 +736,8 @@ class Rt: |