svn commit: r562687 - head/textproc/py-custom_inherit

Steven Kreuzer skreuzer at FreeBSD.org
Tue Jan 26 15:18:27 UTC 2021


Author: skreuzer
Date: Tue Jan 26 15:18:26 2021
New Revision: 562687
URL: https://svnweb.freebsd.org/changeset/ports/562687

Log:
  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.

Modified:
  head/textproc/py-custom_inherit/Makefile
  head/textproc/py-custom_inherit/distinfo

Modified: head/textproc/py-custom_inherit/Makefile
==============================================================================
--- head/textproc/py-custom_inherit/Makefile	Tue Jan 26 15:05:58 2021	(r562686)
+++ head/textproc/py-custom_inherit/Makefile	Tue Jan 26 15:18:26 2021	(r562687)
@@ -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}

Modified: head/textproc/py-custom_inherit/distinfo
==============================================================================
--- head/textproc/py-custom_inherit/distinfo	Tue Jan 26 15:05:58 2021	(r562686)
+++ head/textproc/py-custom_inherit/distinfo	Tue Jan 26 15:18:26 2021	(r562687)
@@ -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


More information about the svn-ports-all mailing list