Skip to content

Commit

Permalink
py-serializable: update to 0.17.1.
Browse files Browse the repository at this point in the history
v0.17.1

Fix

    Log placeholder (#60) (3cc6cad)

Documentation

    Add "documentation" url to project meta (bf864d7)
    Add "documentation" url to project meta (d3bcc42)


v0.17.0

Feature

    Logger (#47) (9269b0e)
        see usage: https://py-serializable.readthedocs.io/en/latest/examples.html#logging-and-log-access

Documentation

    Modernixe read-the-docs (7ae6aad)
    Homepage (#48) (de206d6)
    Condaforge (#46) (c0074ce)
  • Loading branch information
wiz committed Jan 7, 2024
1 parent 41b750b commit 92ea0f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-serializable/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2023/12/07 08:40:28 wiz Exp $
# $NetBSD: Makefile,v 1.5 2024/01/07 16:33:15 wiz Exp $

DISTNAME= py-serializable-0.16.0
DISTNAME= py-serializable-0.17.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-serializable/}
Expand Down
5 changes: 4 additions & 1 deletion devel/py-serializable/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
@comment $NetBSD: PLIST,v 1.2 2023/11/05 00:38:28 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2024/01/07 16:33:15 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/serializable/__init__.py
${PYSITELIB}/serializable/__init__.pyc
${PYSITELIB}/serializable/__init__.pyo
${PYSITELIB}/serializable/_logging.py
${PYSITELIB}/serializable/_logging.pyc
${PYSITELIB}/serializable/_logging.pyo
${PYSITELIB}/serializable/formatters.py
${PYSITELIB}/serializable/formatters.pyc
${PYSITELIB}/serializable/formatters.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-serializable/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/12/07 08:40:28 wiz Exp $
$NetBSD: distinfo,v 1.4 2024/01/07 16:33:15 wiz Exp $

BLAKE2s (py-serializable-0.16.0.tar.gz) = 400cc21401b5ae37cf4753710b6132cc104992a5f1a59c74800162cf787a91e0
SHA512 (py-serializable-0.16.0.tar.gz) = 1e8a61eb2e2b3e23d618190f68240bc88ca03909413a29188966eab5f954858084f13c776f8aebc0bf8111d0a5d8c9bb896c8a15ab10027cd7fd627b0d54cc1f
Size (py-serializable-0.16.0.tar.gz) = 19683 bytes
BLAKE2s (py-serializable-0.17.1.tar.gz) = 94ee8501a864dbf70d095c1a098386072df199b74b1b59b00a1929051b8049c7
SHA512 (py-serializable-0.17.1.tar.gz) = 1f2608ce81bec1b46a32f6423e5b97cb12dd50d204bf15066b774ca135b832a0bb8f75a05aded7ed5130481076ad7a4329bb944543a4257d83ff8ef497ca29fd
Size (py-serializable-0.17.1.tar.gz) = 20545 bytes

0 comments on commit 92ea0f1

Please sign in to comment.