pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-appconf



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jun  5 11:36:55 UTC 2023

Modified Files:
        pkgsrc/www/py-django-appconf: Makefile PLIST distinfo

Log Message:
py-django-appconf: update to 1.0.5

1.0.5 (2021-09-24)
* Adds testing against latest non-EOL Python and Django versions and updates
  package metadata accordingly.

1.0.4 (2020-04-01)
* Run tests for Django 2.2 and 3.0 and Python 3.5, 3.6, 3.7 and 3.8
* Add template and middleware settings in test_settings (required for Django 2.2)

1.0.3 (2019-03-3)
Packaging metadata updates:
* Update tox configuration to match Django Python support map
* Drop support for Django 1.8, 1.9 and 1.10
* Drop support for python 3.3
* Confirm support for Django 1.11, 2.0 and 2.1
* Confirm support for python 3.7

1.0.2 (2016-04-19)
* Minor fixes to test setup
* Update supported Django and Python versions, in line with Django's
  own supported versions.

1.0 (2015-02-15)
*   This app precedes Django's own AppConfig_ classes that act as
    "objects [to] store metadata for an application" inside Django's
    app loading mechanism. In other words, they solve a related but
    different use case than django-appconf and can't easily be used
    as a replacement. The similarity in name is purely coincidental.
* Dropped support of Python 2.5.
* Added support for Django 1.7 and 1.8.
* Modernized test setup.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-appconf/Makefile \
    pkgsrc/www/py-django-appconf/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-django-appconf/PLIST

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

Modified files:

Index: pkgsrc/www/py-django-appconf/Makefile
diff -u pkgsrc/www/py-django-appconf/Makefile:1.7 pkgsrc/www/py-django-appconf/Makefile:1.8
--- pkgsrc/www/py-django-appconf/Makefile:1.7   Tue Jan  4 20:55:18 2022
+++ pkgsrc/www/py-django-appconf/Makefile       Mon Jun  5 11:36:55 2023
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/05 11:36:55 markd Exp $
 
-DISTNAME=      django-appconf-0.6
+DISTNAME=      django-appconf-1.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www
-MASTER_SITES=  -http://nodeload.github.com/jezdez/django-appconf/tar.gz/v0.6
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-appconf/}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/jezdez/django-appconf/
+HOMEPAGE=      https://github.com/django-compressor/django-appconf/
 COMMENT=       Helper class for handling configuration defaults of Django
 LICENSE=       modified-bsd
 
@@ -15,5 +14,7 @@ USE_LANGUAGES=        # none
 
 DEPENDS+=      ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-appconf/distinfo
diff -u pkgsrc/www/py-django-appconf/distinfo:1.7 pkgsrc/www/py-django-appconf/distinfo:1.8
--- pkgsrc/www/py-django-appconf/distinfo:1.7   Tue Oct 26 11:30:30 2021
+++ pkgsrc/www/py-django-appconf/distinfo       Mon Jun  5 11:36:55 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:30:30 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/06/05 11:36:55 markd Exp $
 
-BLAKE2s (django-appconf-0.6.tar.gz) = 916d90948a7cb2426295595520ba5501a4fdeb9a649aff0204f4b2ece4c9755a
-SHA512 (django-appconf-0.6.tar.gz) = d2a4aea07eeabdc32ed85cf0625702f3e7861b82d1e47660f3761dedff42a3bd3bfcc54dc3d46072758bea1a34af160f7a908bf0925c05b7409f1224f4a7245d
-Size (django-appconf-0.6.tar.gz) = 14072 bytes
+BLAKE2s (django-appconf-1.0.5.tar.gz) = 5b882640a28d3da1ab92cc1935b2139ee9d5cd741f48d7133315308553ffc2b8
+SHA512 (django-appconf-1.0.5.tar.gz) = 9d1b01e3f8dac5a9a7f6f4f5c0e9fcf4a2a0177e7702e5f932f238379bd2bb065a698c86d27c2dbab7ba6480abdc25595c8a4f7c6f0524517aeb1c0e34f09864
+Size (django-appconf-1.0.5.tar.gz) = 15891 bytes

Index: pkgsrc/www/py-django-appconf/PLIST
diff -u pkgsrc/www/py-django-appconf/PLIST:1.2 pkgsrc/www/py-django-appconf/PLIST:1.3
--- pkgsrc/www/py-django-appconf/PLIST:1.2      Sat Apr 27 10:50:13 2013
+++ pkgsrc/www/py-django-appconf/PLIST  Mon Jun  5 11:36:55 2023
@@ -1,25 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2013/04/27 10:50:13 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/06/05 11:36:55 markd Exp $
 ${PYSITELIB}/appconf/__init__.py
 ${PYSITELIB}/appconf/__init__.pyc
 ${PYSITELIB}/appconf/__init__.pyo
 ${PYSITELIB}/appconf/base.py
 ${PYSITELIB}/appconf/base.pyc
 ${PYSITELIB}/appconf/base.pyo
-${PYSITELIB}/appconf/test_settings.py
-${PYSITELIB}/appconf/test_settings.pyc
-${PYSITELIB}/appconf/test_settings.pyo
-${PYSITELIB}/appconf/tests/__init__.py
-${PYSITELIB}/appconf/tests/__init__.pyc
-${PYSITELIB}/appconf/tests/__init__.pyo
-${PYSITELIB}/appconf/tests/models.py
-${PYSITELIB}/appconf/tests/models.pyc
-${PYSITELIB}/appconf/tests/models.pyo
-${PYSITELIB}/appconf/tests/settings.py
-${PYSITELIB}/appconf/tests/settings.pyc
-${PYSITELIB}/appconf/tests/settings.pyo
-${PYSITELIB}/appconf/tests/tests.py
-${PYSITELIB}/appconf/tests/tests.pyc
-${PYSITELIB}/appconf/tests/tests.pyo
 ${PYSITELIB}/appconf/utils.py
 ${PYSITELIB}/appconf/utils.pyc
 ${PYSITELIB}/appconf/utils.pyo



Home | Main Index | Thread Index | Old Index