Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-pylint-django py-pylint-django: updated to 2.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa38cbc06e0b
branches: trunk
changeset: 435696:aa38cbc06e0b
user: adam <adam%pkgsrc.org@localhost>
date: Sun Jul 12 17:47:25 2020 +0000
description:
py-pylint-django: updated to 2.1.0
Version 2.1.0
New checker to warn about missing backwards data migrations
Rename pylint_django.checkers.db_performance to pylint_django.checkers.migrations
Add URL to project Changelog for PyPI
Fix failing test suite b/c of missing CSV dialect.
diffstat:
www/py-pylint-django/Makefile | 4 ++--
www/py-pylint-django/PLIST | 15 +++++++++++----
www/py-pylint-django/distinfo | 10 +++++-----
3 files changed, 18 insertions(+), 11 deletions(-)
diffs (70 lines):
diff -r 326359353449 -r aa38cbc06e0b www/py-pylint-django/Makefile
--- a/www/py-pylint-django/Makefile Sun Jul 12 17:46:29 2020 +0000
+++ b/www/py-pylint-django/Makefile Sun Jul 12 17:47:25 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2020/04/18 07:32:24 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/07/12 17:47:25 adam Exp $
-DISTNAME= pylint-django-2.0.15
+DISTNAME= pylint-django-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint-django/}
diff -r 326359353449 -r aa38cbc06e0b www/py-pylint-django/PLIST
--- a/www/py-pylint-django/PLIST Sun Jul 12 17:46:29 2020 +0000
+++ b/www/py-pylint-django/PLIST Sun Jul 12 17:47:25 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/04/18 07:32:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2020/07/12 17:47:25 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,9 +17,6 @@
${PYSITELIB}/pylint_django/checkers/__init__.py
${PYSITELIB}/pylint_django/checkers/__init__.pyc
${PYSITELIB}/pylint_django/checkers/__init__.pyo
-${PYSITELIB}/pylint_django/checkers/db_performance.py
-${PYSITELIB}/pylint_django/checkers/db_performance.pyc
-${PYSITELIB}/pylint_django/checkers/db_performance.pyo
${PYSITELIB}/pylint_django/checkers/django_installed.py
${PYSITELIB}/pylint_django/checkers/django_installed.pyc
${PYSITELIB}/pylint_django/checkers/django_installed.pyo
@@ -29,6 +26,9 @@
${PYSITELIB}/pylint_django/checkers/json_response.py
${PYSITELIB}/pylint_django/checkers/json_response.pyc
${PYSITELIB}/pylint_django/checkers/json_response.pyo
+${PYSITELIB}/pylint_django/checkers/migrations.py
+${PYSITELIB}/pylint_django/checkers/migrations.pyc
+${PYSITELIB}/pylint_django/checkers/migrations.pyo
${PYSITELIB}/pylint_django/checkers/models.py
${PYSITELIB}/pylint_django/checkers/models.pyc
${PYSITELIB}/pylint_django/checkers/models.pyo
@@ -192,6 +192,13 @@
${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.pyc
${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.pyo
${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.txt
+${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.py
+${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.pyc
+${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.pyo
+${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.txt
+${PYSITELIB}/pylint_django/tests/input/migrations/0004_noerror_with_backwards.py
+${PYSITELIB}/pylint_django/tests/input/migrations/0004_noerror_with_backwards.pyc
+${PYSITELIB}/pylint_django/tests/input/migrations/0004_noerror_with_backwards.pyo
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.py
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyc
${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyo
diff -r 326359353449 -r aa38cbc06e0b www/py-pylint-django/distinfo
--- a/www/py-pylint-django/distinfo Sun Jul 12 17:46:29 2020 +0000
+++ b/www/py-pylint-django/distinfo Sun Jul 12 17:47:25 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/04/18 07:32:24 adam Exp $
+$NetBSD: distinfo,v 1.24 2020/07/12 17:47:25 adam Exp $
-SHA1 (pylint-django-2.0.15.tar.gz) = 5dad5cd09e27395d3703eeac815992d188fc3833
-RMD160 (pylint-django-2.0.15.tar.gz) = 9ce37c233fcd1baf447611969e8d14e42d9387f0
-SHA512 (pylint-django-2.0.15.tar.gz) = ee0102547ab35817263d74449912ea107ddb2cedceee5557cd9fa6d90bc5502e57bf925201590cfbd9b18ec1a0ff80bd6a039f88bd8bfb56990e8bc5aed21b81
-Size (pylint-django-2.0.15.tar.gz) = 51306 bytes
+SHA1 (pylint-django-2.1.0.tar.gz) = 53a78e8d69ee92538078cdb41517e18d4eeef665
+RMD160 (pylint-django-2.1.0.tar.gz) = 56186c02983b0bc012763f24e136f0d83fa4eb2b
+SHA512 (pylint-django-2.1.0.tar.gz) = ccb5f36448cf3bfb371319f99a350591e9a6167aeb3eb287c2435ad9b5a3a5f13d4496eaccef759675e32e5fffb5f5bd986ff0fcfca603de0d6b08dc4e992fce
+Size (pylint-django-2.1.0.tar.gz) = 52570 bytes
Home |
Main Index |
Thread Index |
Old Index