pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-itemadapter



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 12 14:17:11 UTC 2022

Modified Files:
        pkgsrc/textproc/py-itemadapter: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-itemadapter/Makefile \
    pkgsrc/textproc/py-itemadapter/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-itemadapter/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-itemadapter/Makefile
diff -u pkgsrc/textproc/py-itemadapter/Makefile:1.3 pkgsrc/textproc/py-itemadapter/Makefile:1.4
--- pkgsrc/textproc/py-itemadapter/Makefile:1.3 Tue Jan  4 20:54:56 2022
+++ pkgsrc/textproc/py-itemadapter/Makefile     Mon Dec 12 14:17:11 2022
@@ -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/}
 
Index: pkgsrc/textproc/py-itemadapter/distinfo
diff -u pkgsrc/textproc/py-itemadapter/distinfo:1.3 pkgsrc/textproc/py-itemadapter/distinfo:1.4
--- pkgsrc/textproc/py-itemadapter/distinfo:1.3 Tue Oct 26 11:23:05 2021
+++ pkgsrc/textproc/py-itemadapter/distinfo     Mon Dec 12 14:17:11 2022
@@ -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

Index: pkgsrc/textproc/py-itemadapter/PLIST
diff -u pkgsrc/textproc/py-itemadapter/PLIST:1.1 pkgsrc/textproc/py-itemadapter/PLIST:1.2
--- pkgsrc/textproc/py-itemadapter/PLIST:1.1    Sun Mar 21 21:09:50 2021
+++ pkgsrc/textproc/py-itemadapter/PLIST        Mon Dec 12 14:17:11 2022
@@ -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}/${EGG_INFODIR}/top_level.tx
 ${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



Home | Main Index | Thread Index | Old Index