pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-rfc3339
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 24 16:13:53 UTC 2025
Modified Files:
pkgsrc/time/py-rfc3339: Makefile PLIST distinfo
Log Message:
py-rfc3339: update to 2.1.0.
2.1.0 (2025-08-23)
------------------
(The Git branch used for development was renamed from ``master`` to ``main``)
- Greatly simplify timestamp parsing and generation code, leveraging improvements in native Python
capabilities in the past decade-and-a-half. See :commit:`53c2d15` for further details.
- Simplify GitHub Actions workflow. Add `zizmor <http://zizmor.sh/>`_ to audit workflows.
- Modernize packaging and documentation configuration.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-rfc3339/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-rfc3339/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-rfc3339/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-rfc3339/Makefile
diff -u pkgsrc/time/py-rfc3339/Makefile:1.8 pkgsrc/time/py-rfc3339/Makefile:1.9
--- pkgsrc/time/py-rfc3339/Makefile:1.8 Sun Apr 13 12:21:41 2025
+++ pkgsrc/time/py-rfc3339/Makefile Sun Aug 24 16:13:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2025/04/13 12:21:41 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/08/24 16:13:53 wiz Exp $
-DISTNAME= pyrfc3339-2.0.1
+DISTNAME= pyrfc3339-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 2
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyRFC3339/}
@@ -12,6 +11,7 @@ COMMENT= Library for generating and pars
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
USE_LANGUAGES= # none
Index: pkgsrc/time/py-rfc3339/PLIST
diff -u pkgsrc/time/py-rfc3339/PLIST:1.3 pkgsrc/time/py-rfc3339/PLIST:1.4
--- pkgsrc/time/py-rfc3339/PLIST:1.3 Sun Apr 13 12:21:41 2025
+++ pkgsrc/time/py-rfc3339/PLIST Sun Aug 24 16:13:53 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/04/13 12:21:41 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/08/24 16:13:53 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -13,6 +13,7 @@ ${PYSITELIB}/pyrfc3339/generator.pyo
${PYSITELIB}/pyrfc3339/parser.py
${PYSITELIB}/pyrfc3339/parser.pyc
${PYSITELIB}/pyrfc3339/parser.pyo
+${PYSITELIB}/pyrfc3339/py.typed
${PYSITELIB}/pyrfc3339/utils.py
${PYSITELIB}/pyrfc3339/utils.pyc
${PYSITELIB}/pyrfc3339/utils.pyo
Index: pkgsrc/time/py-rfc3339/distinfo
diff -u pkgsrc/time/py-rfc3339/distinfo:1.5 pkgsrc/time/py-rfc3339/distinfo:1.6
--- pkgsrc/time/py-rfc3339/distinfo:1.5 Fri Nov 8 14:07:57 2024
+++ pkgsrc/time/py-rfc3339/distinfo Sun Aug 24 16:13:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/11/08 14:07:57 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/08/24 16:13:53 wiz Exp $
-BLAKE2s (pyrfc3339-2.0.1.tar.gz) = 3220c1cfb98a0aedd31e9134bd83de4cdd0ac61771adc8f96f3cd02cd14cc0f0
-SHA512 (pyrfc3339-2.0.1.tar.gz) = b1c6768842a8fc8917280264e4fa3e2e1223399184bd7639fbb12d3bd4755ea2cadfb291efe2bf1f3b7e89e50fcb1f89a46a9e81a94cca3a5ca0aa8c0b698c69
-Size (pyrfc3339-2.0.1.tar.gz) = 4573 bytes
+BLAKE2s (pyrfc3339-2.1.0.tar.gz) = 2f66e79a9997a72c1ff74f52c866a8814c962b2e335309ba63becadcee36bb05
+SHA512 (pyrfc3339-2.1.0.tar.gz) = e2567a486187405f93fd4e766e48154ee25d5de9470074563b1bb381e96426b830f0daefee991988dd9c6d315c451d75baf9e5e151713df7799481e4c9f27f88
+Size (pyrfc3339-2.1.0.tar.gz) = 12589 bytes
Home |
Main Index |
Thread Index |
Old Index