pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-attrs
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 24 16:06:13 UTC 2024
Modified Files:
pkgsrc/devel/py-attrs: Makefile distinfo
Log Message:
py-attrs: updated to 24.3.0
24.3.0
Backwards-incompatible Changes
- Python 3.7 has been dropped.
Changes
- Introduce `attrs.NothingType`, for annotating types consistent with `attrs.NOTHING`.
- Allow mutating `__suppress_context__` and `__notes__` on frozen exceptions.
- `attrs.converters.optional()` works again when taking `attrs.converters.pipe()` or another Converter as its argument.
- *attrs* instances now support [`copy.replace()`](https://docs.python.org/3/library/copy.html#copy.replace).
- `attrs.validators.instance_of()`'s type hints now allow for union types.
For example: `instance_of(str | int)`
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-attrs/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-attrs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-attrs/Makefile
diff -u pkgsrc/devel/py-attrs/Makefile:1.28 pkgsrc/devel/py-attrs/Makefile:1.29
--- pkgsrc/devel/py-attrs/Makefile:1.28 Wed Aug 7 20:12:10 2024
+++ pkgsrc/devel/py-attrs/Makefile Tue Dec 24 16:06:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/08/07 20:12:10 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/12/24 16:06:13 adam Exp $
-DISTNAME= attrs-24.2.0
+DISTNAME= attrs-24.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/attrs/}
@@ -23,8 +23,6 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
#.include "../../lang/python/pyversion.mk"
#.if ${PYTHON_VERSION} < 311
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins-[0-9]*:../../devel/py-test-mypy-plugins
Index: pkgsrc/devel/py-attrs/distinfo
diff -u pkgsrc/devel/py-attrs/distinfo:1.18 pkgsrc/devel/py-attrs/distinfo:1.19
--- pkgsrc/devel/py-attrs/distinfo:1.18 Wed Aug 7 20:12:10 2024
+++ pkgsrc/devel/py-attrs/distinfo Tue Dec 24 16:06:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/08/07 20:12:10 adam Exp $
+$NetBSD: distinfo,v 1.19 2024/12/24 16:06:13 adam Exp $
-BLAKE2s (attrs-24.2.0.tar.gz) = 58561056a8ab8d554fe45deee716c010b868b0a7a2858020c38c21eba6c94520
-SHA512 (attrs-24.2.0.tar.gz) = fcd14ff79a09a0b2b56734c460b5c43836999b6ed27665038ff7a146f53891b31ab3da07df05f1686474507f342bfce09bc0a6a60865c241e58f7ce8423dc968
-Size (attrs-24.2.0.tar.gz) = 792678 bytes
+BLAKE2s (attrs-24.3.0.tar.gz) = b75f7dda38651ea4834f0fa6b295af16f9fe23ad8228e391f750d7d6bad8d435
+SHA512 (attrs-24.3.0.tar.gz) = 9974c1510e78887aedae51813d2edcbb5210de302360c1b0e8cd64265b32acae65e633d61d936aaf8541f79180b9e61e1a9e2a88ac09f8ef29423afb340db8ef
+Size (attrs-24.3.0.tar.gz) = 805984 bytes
Home |
Main Index |
Thread Index |
Old Index