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: Wed Aug 7 20:12:10 UTC 2024
Modified Files:
pkgsrc/devel/py-attrs: Makefile distinfo
Log Message:
py-attrs: updated to 24.2.0
24.2.0
Deprecations
- Given the amount of warnings raised in the broader ecosystem, we've decided to only soft-deprecate the *hash* argument to `@define` / `@attr.s`.
Please don't use it in new code, but we don't intend to remove it anymore.
Changes
- `attrs.converters.pipe()` (and its syntactic sugar of passing a list for `attrs.field()`'s / `attr.ib()`'s *converter* argument) works again when passing `attrs.setters.convert` to *on_setattr*
(which is default for `attrs.define`).
- Restored support for PEP [649](https://peps.python.org/pep-0649/) / [749](https://peps.python.org/pep-0749/)-implementing Pythons -- currently 3.14-dev.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-attrs/Makefile
cvs rdiff -u -r1.17 -r1.18 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.27 pkgsrc/devel/py-attrs/Makefile:1.28
--- pkgsrc/devel/py-attrs/Makefile:1.27 Sun Aug 4 06:40:25 2024
+++ pkgsrc/devel/py-attrs/Makefile Wed Aug 7 20:12:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/08/04 06:40:25 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/08/07 20:12:10 adam Exp $
-DISTNAME= attrs-24.1.0
+DISTNAME= attrs-24.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/attrs/}
Index: pkgsrc/devel/py-attrs/distinfo
diff -u pkgsrc/devel/py-attrs/distinfo:1.17 pkgsrc/devel/py-attrs/distinfo:1.18
--- pkgsrc/devel/py-attrs/distinfo:1.17 Sun Aug 4 06:40:25 2024
+++ pkgsrc/devel/py-attrs/distinfo Wed Aug 7 20:12:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/08/04 06:40:25 adam Exp $
+$NetBSD: distinfo,v 1.18 2024/08/07 20:12:10 adam Exp $
-BLAKE2s (attrs-24.1.0.tar.gz) = 786d1977d846ea30b12b090603519d9328b58d1fc7632d86fa70b27312f540ef
-SHA512 (attrs-24.1.0.tar.gz) = dd84da9b06f5da2724d834c1b8b3ffb5d745d49c8a168e0503ca7572561b2021562b5bbfeea133a7d097fc9423a05494f372e72a9fcc25ada2f745c34a80fdab
-Size (attrs-24.1.0.tar.gz) = 792572 bytes
+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
Home |
Main Index |
Thread Index |
Old Index