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: Sat Aug 16 06:51:16 UTC 2025
Modified Files:
pkgsrc/textproc/py-itemadapter: Makefile PLIST distinfo
Log Message:
py-itemadapter: updated to 0.12.1
0.12.1 (2025-08-08)
`get_json_schema()` now supports inherited field docstrings.
0.12.0 (2025-07-24)
Added support for [PyPy](https://pypy.org/) 3.11
Added a new `get_json_schema()` class method to `ItemAdapter` and all built-in
adapters to output a [JSON Schema](https://json-schema.org/) for a given item
class
Modernized the code base, now making full use of
[pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
and using [ruff](https://docs.astral.sh/ruff/)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-itemadapter/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-itemadapter/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-itemadapter/distinfo
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.10 pkgsrc/textproc/py-itemadapter/Makefile:1.11
--- pkgsrc/textproc/py-itemadapter/Makefile:1.10 Mon Apr 14 12:14:59 2025
+++ pkgsrc/textproc/py-itemadapter/Makefile Sat Aug 16 06:51:15 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2025/04/14 12:14:59 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/08/16 06:51:15 adam Exp $
-DISTNAME= itemadapter-0.11.0
+DISTNAME= itemadapter-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/itemadapter/}
@@ -11,7 +10,7 @@ HOMEPAGE= https://github.com/scrapy/item
COMMENT= Wrapper providing a common interface for objects of different types
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-itemadapter/PLIST
diff -u pkgsrc/textproc/py-itemadapter/PLIST:1.5 pkgsrc/textproc/py-itemadapter/PLIST:1.6
--- pkgsrc/textproc/py-itemadapter/PLIST:1.5 Mon Apr 14 12:14:59 2025
+++ pkgsrc/textproc/py-itemadapter/PLIST Sat Aug 16 06:51:15 2025
@@ -1,15 +1,17 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/14 12:14:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/08/16 06:51:15 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${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/_json_schema.py
+${PYSITELIB}/itemadapter/_json_schema.pyc
+${PYSITELIB}/itemadapter/_json_schema.pyo
${PYSITELIB}/itemadapter/adapter.py
${PYSITELIB}/itemadapter/adapter.pyc
${PYSITELIB}/itemadapter/adapter.pyo
Index: pkgsrc/textproc/py-itemadapter/distinfo
diff -u pkgsrc/textproc/py-itemadapter/distinfo:1.8 pkgsrc/textproc/py-itemadapter/distinfo:1.9
--- pkgsrc/textproc/py-itemadapter/distinfo:1.8 Thu Jan 30 08:24:25 2025
+++ pkgsrc/textproc/py-itemadapter/distinfo Sat Aug 16 06:51:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/01/30 08:24:25 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/08/16 06:51:15 adam Exp $
-BLAKE2s (itemadapter-0.11.0.tar.gz) = 322b0c8df526b6309889e035b351b9d2e3905a735ed9c0af4a88f3b60e60de28
-SHA512 (itemadapter-0.11.0.tar.gz) = 260d1c2ce9964f5d3f7af4431fda7f5ad1a4090c1c9ceb0f8e7615c83bbe40f201f385c227c1390ce1de9ea631b690c84d38af62f2a74b833a5be47da410a08f
-Size (itemadapter-0.11.0.tar.gz) = 24045 bytes
+BLAKE2s (itemadapter-0.12.1.tar.gz) = 28a3914b1fa554517754bf682b6d0595732fb21a468fd0d2991c07bb0d55dd92
+SHA512 (itemadapter-0.12.1.tar.gz) = b489f3f8890ee5e1a7919501e7931e08b278f1fb4734788b5d2b6471cd70d0b359ac92aad7bd25b10d46bbfdb588df47cb1bc469d479a562b3e7b49f18fb54b0
+Size (itemadapter-0.12.1.tar.gz) = 31543 bytes
Home |
Main Index |
Thread Index |
Old Index