pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-itemadapter py-itemadapter: updated to 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f231140f51c2
branches:  trunk
changeset: 389910:f231140f51c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 12 14:17:11 2022 +0000

description:
py-itemadapter: updated to 0.7.0

0.7.0 (2022-08-02)

ItemAdapter.get_field_names_from_class

0.6.0 (2022-05-12)

Slight performance improvement

0.5.0 (2022-03-18)

Improve performance by removing imports inside functions

0.4.0 (2021-08-26)

Added ItemAdapter.is_item_class and ItemAdapter.get_field_meta_from_class

0.3.0 (2021-07-15)

Added built-in support for pydantic models

diffstat:

 textproc/py-itemadapter/Makefile |  5 ++---
 textproc/py-itemadapter/PLIST    |  5 ++++-
 textproc/py-itemadapter/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r cf1462d4a945 -r f231140f51c2 textproc/py-itemadapter/Makefile
--- a/textproc/py-itemadapter/Makefile  Mon Dec 12 14:10:48 2022 +0000
+++ b/textproc/py-itemadapter/Makefile  Mon Dec 12 14:17:11 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/12 14:17:11 adam Exp $
 
-DISTNAME=      itemadapter-0.2.0
+DISTNAME=      itemadapter-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/itemadapter/}
 
diff -r cf1462d4a945 -r f231140f51c2 textproc/py-itemadapter/PLIST
--- a/textproc/py-itemadapter/PLIST     Mon Dec 12 14:10:48 2022 +0000
+++ b/textproc/py-itemadapter/PLIST     Mon Dec 12 14:17:11 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/03/21 21:09:50 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/12/12 14:17:11 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,6 +6,9 @@
 ${PYSITELIB}/itemadapter/__init__.py
 ${PYSITELIB}/itemadapter/__init__.pyc
 ${PYSITELIB}/itemadapter/__init__.pyo
+${PYSITELIB}/itemadapter/_imports.py
+${PYSITELIB}/itemadapter/_imports.pyc
+${PYSITELIB}/itemadapter/_imports.pyo
 ${PYSITELIB}/itemadapter/adapter.py
 ${PYSITELIB}/itemadapter/adapter.pyc
 ${PYSITELIB}/itemadapter/adapter.pyo
diff -r cf1462d4a945 -r f231140f51c2 textproc/py-itemadapter/distinfo
--- a/textproc/py-itemadapter/distinfo  Mon Dec 12 14:10:48 2022 +0000
+++ b/textproc/py-itemadapter/distinfo  Mon Dec 12 14:17:11 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:23:05 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/12/12 14:17:11 adam Exp $
 
-BLAKE2s (itemadapter-0.2.0.tar.gz) = 1888f7065363f50bf2ab1c6a0ea380379062c55006c988d61fa376b0237cec56
-SHA512 (itemadapter-0.2.0.tar.gz) = d44072d164909a0557014ca51f410fb70554f2ad363d08167357f5d73b1eceecad0a873c26fc90742ea17c45b71509db471eef04b405aac1a38f119abfeb23c0
-Size (itemadapter-0.2.0.tar.gz) = 12197 bytes
+BLAKE2s (itemadapter-0.7.0.tar.gz) = e6299807ef08fbdb04f94cfe64e6694ed99ae810afafb0d0bbc4a2c5e43d8ede
+SHA512 (itemadapter-0.7.0.tar.gz) = 0466f727dd42f7861308a449a6b6a65de0d48840c60b76a470103aa89a86d579102fe5c74ea4f66f68b8c4a0dcfb1dfb5a002bf1b9e587591bf7360a9604c18d
+Size (itemadapter-0.7.0.tar.gz) = 13636 bytes



Home | Main Index | Thread Index | Old Index