From dd08d16df9bce3087be55cfc51b185786191bb45 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Tue, 26 Jan 2021 15:18:26 +0000 Subject: [PATCH] Update to version 2.3.1 Changes between 2.2.0 and 2.3.1: * Add three new built-in styles, numpy_with_merge, google_with_merge, and numpy_napoleon_with_merge, which permit users to concatenate the respective sections of a parent's and child's docstrings. * Added the ability to configure DocInheritMeta so that special methods will have their docstrings inherited as well. * The Methods section in a NumPy-style docstring is now recognized. --- textproc/py-custom_inherit/Makefile | 2 +- textproc/py-custom_inherit/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/py-custom_inherit/Makefile b/textproc/py-custom_inherit/Makefile index f5ad34dfd7b0..1ab819696db0 100644 --- a/textproc/py-custom_inherit/Makefile +++ b/textproc/py-custom_inherit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= custom_inherit -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-custom_inherit/distinfo b/textproc/py-custom_inherit/distinfo index 2bef84152aa9..b562849140cb 100644 --- a/textproc/py-custom_inherit/distinfo +++ b/textproc/py-custom_inherit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546916988 -SHA256 (custom_inherit-2.2.0.tar.gz) = 3892ec53aaffae98d757867c3d1dd5f02200db0e1f888ab601223d72262996f8 -SIZE (custom_inherit-2.2.0.tar.gz) = 11257 +TIMESTAMP = 1611674010 +SHA256 (custom_inherit-2.3.1.tar.gz) = a0d104847b4cc1ae24e00061fc2e11da8766b019bf4c8c753822347366c8c49f +SIZE (custom_inherit-2.3.1.tar.gz) = 30106