Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D72884EB2 for ; Tue, 29 Aug 2023 07:02:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uG3W-u5pAKvW for ; Tue, 29 Aug 2023 07:02:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D014084D14 for ; Tue, 29 Aug 2023 07:02:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C901AFBDB; Tue, 29 Aug 2023 07:02:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693292572163360" MIME-Version: 1.0 Date: Tue, 29 Aug 2023 07:02:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-relativetimebuilder To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230829070252.C901AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693292572163360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 29 07:02:52 UTC 2023 Modified Files: pkgsrc/time/py-relativetimebuilder: Makefile PLIST distinfo Log Message: py-relativetimebuilder: updated to 3.0.0 relativetimebuilder 3.0.0 Changes Add support for concise interval format (e.g. "2007-12-14T13:30/15:30") Implement range checks supported by aniso8601 9.0.0 Add version to version.py Cleaner reading of README.rst into the long_description field of setup.py Define long_description_content_type as text/x-rst Simplify Sphinx configuration Bump copyright date to 2021 Deprecation Deprecate running tests with python setup.py tests as the test suite support in Setuptools is deprecated To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-relativetimebuilder/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-relativetimebuilder/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-relativetimebuilder/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693292572163360 Content-Disposition: inline Content-Length: 3121 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-relativetimebuilder/Makefile diff -u pkgsrc/time/py-relativetimebuilder/Makefile:1.2 pkgsrc/time/py-relativetimebuilder/Makefile:1.3 --- pkgsrc/time/py-relativetimebuilder/Makefile:1.2 Tue Jan 4 20:55:13 2022 +++ pkgsrc/time/py-relativetimebuilder/Makefile Tue Aug 29 07:02:52 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:55:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2023/08/29 07:02:52 adam Exp $ -DISTNAME= relativetimebuilder-1.0.0 +DISTNAME= relativetimebuilder-3.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=r/relativetimebuilder/} @@ -11,7 +10,7 @@ HOMEPAGE= https://bitbucket.org/nielsenb COMMENT= Dateutil relativedeltas for calendar precision with aniso8601 LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-aniso8601>=5.0.0:../../time/py-aniso8601 +DEPENDS+= ${PYPKGPREFIX}-aniso8601>=9.0.0:../../time/py-aniso8601 DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.7.3:../../time/py-dateutil TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock Index: pkgsrc/time/py-relativetimebuilder/PLIST diff -u pkgsrc/time/py-relativetimebuilder/PLIST:1.1 pkgsrc/time/py-relativetimebuilder/PLIST:1.2 --- pkgsrc/time/py-relativetimebuilder/PLIST:1.1 Wed Apr 3 14:50:44 2019 +++ pkgsrc/time/py-relativetimebuilder/PLIST Tue Aug 29 07:02:52 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/04/03 14:50:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/08/29 07:02:52 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -13,3 +13,6 @@ ${PYSITELIB}/relativetimebuilder/tests/_ ${PYSITELIB}/relativetimebuilder/tests/test_init.py ${PYSITELIB}/relativetimebuilder/tests/test_init.pyc ${PYSITELIB}/relativetimebuilder/tests/test_init.pyo +${PYSITELIB}/relativetimebuilder/version.py +${PYSITELIB}/relativetimebuilder/version.pyc +${PYSITELIB}/relativetimebuilder/version.pyo Index: pkgsrc/time/py-relativetimebuilder/distinfo diff -u pkgsrc/time/py-relativetimebuilder/distinfo:1.3 pkgsrc/time/py-relativetimebuilder/distinfo:1.4 --- pkgsrc/time/py-relativetimebuilder/distinfo:1.3 Tue Oct 26 11:24:34 2021 +++ pkgsrc/time/py-relativetimebuilder/distinfo Tue Aug 29 07:02:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:24:34 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/08/29 07:02:52 adam Exp $ -BLAKE2s (relativetimebuilder-1.0.0.tar.gz) = 70e078a52ec6d2a3416c625b2c0a371e7b3094b775c50ba239c5a6c49044df6a -SHA512 (relativetimebuilder-1.0.0.tar.gz) = cb69e5968305475686c93e0814496c35780d73f67c6cfdc6ba8e1f3fc407254c37b9f89aaf712874f46fd577e2f3776ed37cac8c48524c2e21de4701a12619d9 -Size (relativetimebuilder-1.0.0.tar.gz) = 11780 bytes +BLAKE2s (relativetimebuilder-3.0.0.tar.gz) = 19a650dc3d32b1640009f062c3e8082255778b41da004ccf6ff30c5c0c5e1a3a +SHA512 (relativetimebuilder-3.0.0.tar.gz) = 2c32184dc11c247f8eae1e9e98f8d63c31e5095aa54f5a8a41a978f5bd6ea38ceed29cb0ab51dcb8128d9000897e643c692003b71ab7845784d39e9cd2fd132a +Size (relativetimebuilder-3.0.0.tar.gz) = 12838 bytes --_----------=_1693292572163360--