pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pylint-plugin-utils



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 22 07:19:32 UTC 2023

Modified Files:
        pkgsrc/devel/py-pylint-plugin-utils: Makefile distinfo
Removed Files:
        pkgsrc/devel/py-pylint-plugin-utils/patches: patch-pyproject.toml

Log Message:
py-pylint-plugin-utils: updated to 0.8.2

0.8.2

Removing the LICENSE and README files from the project include section, as this
had unintended consequences of installing them into the site-packages directory
instead of along side the package code. This is related to
python-poetry/poetry-2015 . Since the LICENSE is available in the dist-info
directory along side the package, then this is sufficient.

Additionally, the python version classifiers will be automatically added by
poetry from the version range specification in the tool.poetry.dependencies
section, so no need to explicitly define them.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-pylint-plugin-utils/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-pylint-plugin-utils/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/py-pylint-plugin-utils/patches/patch-pyproject.toml

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

Modified files:

Index: pkgsrc/devel/py-pylint-plugin-utils/Makefile
diff -u pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.8 pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.9
--- pkgsrc/devel/py-pylint-plugin-utils/Makefile:1.8    Fri May 19 20:40:04 2023
+++ pkgsrc/devel/py-pylint-plugin-utils/Makefile        Mon May 22 07:19:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/05/19 20:40:04 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/22 07:19:32 adam Exp $
 
-DISTNAME=      pylint_plugin_utils-0.8.1
+DISTNAME=      pylint_plugin_utils-0.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-plugin-utils/}

Index: pkgsrc/devel/py-pylint-plugin-utils/distinfo
diff -u pkgsrc/devel/py-pylint-plugin-utils/distinfo:1.9 pkgsrc/devel/py-pylint-plugin-utils/distinfo:1.10
--- pkgsrc/devel/py-pylint-plugin-utils/distinfo:1.9    Fri May 19 20:40:04 2023
+++ pkgsrc/devel/py-pylint-plugin-utils/distinfo        Mon May 22 07:19:32 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/19 20:40:04 adam Exp $
+$NetBSD: distinfo,v 1.10 2023/05/22 07:19:32 adam Exp $
 
-BLAKE2s (pylint_plugin_utils-0.8.1.tar.gz) = b06e3d68a6641887f2545643836ba6d7322a325b0aa5af5e924d6e2697c38647
-SHA512 (pylint_plugin_utils-0.8.1.tar.gz) = d42bb732378798eafe5d8309e6a923e453ddaf3a5487b6525259b3341c2abe7fe69d0aa948e24b0aacad6b33fb297b9aeada154abca8e0a033bb7e4ea73a38e0
-Size (pylint_plugin_utils-0.8.1.tar.gz) = 10711 bytes
-SHA1 (patch-pyproject.toml) = 82fab15a9ccbf3691b5cea02b8b6af5ea5040661
+BLAKE2s (pylint_plugin_utils-0.8.2.tar.gz) = f4d183dd0a2b22610644c9ea987fef802c32fbfae1fc4942351e62af291aa422
+SHA512 (pylint_plugin_utils-0.8.2.tar.gz) = 096e3066b1308ba480c3c53ab8c119e73a8921ec95b6d9754826cee49dc2cd00782b3fd0e92e6f76a015d6063879c0d95f5e71d7d3ec2922ae1ae6bc1da1c458
+Size (pylint_plugin_utils-0.8.2.tar.gz) = 10674 bytes



Home | Main Index | Thread Index | Old Index