Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-incremental: update to 22.10.0.
Browse files Browse the repository at this point in the history
Incremental 22.10.0 (2022-10-15)
================================

No significant changes.


Incremental 22.10.0.rc1 (2022-10-04)
====================================

Features
--------

- Incremental now supports type-checking with Mypy (#69)
0-wiz-0 committed Apr 30, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 2b52f78 commit 68ec25a
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/py-incremental/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:11 wiz Exp $
# $NetBSD: Makefile,v 1.5 2023/04/30 17:17:22 wiz Exp $

DISTNAME= incremental-21.3.0
DISTNAME= incremental-22.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=i/incremental/}

3 changes: 2 additions & 1 deletion devel/py-incremental/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2016/11/20 10:20:37 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2023/04/30 17:17:22 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,6 +12,7 @@ ${PYSITELIB}/incremental/__init__.pyo
${PYSITELIB}/incremental/_version.py
${PYSITELIB}/incremental/_version.pyc
${PYSITELIB}/incremental/_version.pyo
${PYSITELIB}/incremental/py.typed
${PYSITELIB}/incremental/tests/__init__.py
${PYSITELIB}/incremental/tests/__init__.pyc
${PYSITELIB}/incremental/tests/__init__.pyo
8 changes: 4 additions & 4 deletions devel/py-incremental/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:18:34 nia Exp $
$NetBSD: distinfo,v 1.6 2023/04/30 17:17:22 wiz Exp $

BLAKE2s (incremental-21.3.0.tar.gz) = f5d405a3cf8fbb77884555d684f665b65fcae5cec600d478be9e9b1df4604259
SHA512 (incremental-21.3.0.tar.gz) = b8b50151cd2467e552d9268decadbb839b047cf58a450b72e0437ffc5f9af7d78c20a24193c0668cf48dd6264b852d9cee68e59529018e0ca07825e0c185d1e8
Size (incremental-21.3.0.tar.gz) = 17058 bytes
BLAKE2s (incremental-22.10.0.tar.gz) = 6186eae61591998889fe49962e871aa0da47a21ca4eb6d1ede8266af3336b9a5
SHA512 (incremental-22.10.0.tar.gz) = 23a7572db731d1dd9871d309a02f8a29a92b7f1d897e64a2fe053575e7b486ec87e54d5ae9658eb1a82f90ba36b1b1694b58a991d841553f6cb98983725a49c3
Size (incremental-22.10.0.tar.gz) = 18305 bytes

0 comments on commit 68ec25a

Please sign in to comment.