Tue Oct 10 17:05:00 2023 UTC ()
py-django-reversion: updated to 5.0.6

5.0.6 - 2023-09-29

- Fix handling case of missing object in admin revert (@julianklotz)

5.0.5 - 2023-09-19

- Handling case of missing object in admin revert (@etianen, @PavelPancocha)
- CI improvements (@etianen, @browniebroke)

5.0.4 - 2022-11-12

- Fix warning log formatting for failed reverts (@tony).

5.0.3 - 2022-10-02

- A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an
  additional database error (@proofit404).
- A warning log is now emitted if a revert fails due to database integrity errors, making debugging the final
  ``RevertError`` easier.

5.0.2 - 2022-08-06

- Fixed doc builds on readthedocs (@etianen).

5.0.1 - 2022-06-18

- Fix admin detail view in multi-database configuration (@atten).

5.0.0 - 2022-02-20

- Added support for using django-reversion contexts in ``asyncio`` tasks (@bellini666).
- **Breaking:** Dropped support for Python 3.6.


(adam)
diff -r1.28 -r1.29 pkgsrc/www/py-django-reversion/Makefile
diff -r1.13 -r1.14 pkgsrc/www/py-django-reversion/PLIST
diff -r1.25 -r1.26 pkgsrc/www/py-django-reversion/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/www/py-django-reversion/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-reversion/Makefile 2023/07/13 10:03:29 1.28
+++ pkgsrc/www/py-django-reversion/Makefile 2023/10/10 17:05:00 1.29
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.28 2023/07/13 10:03:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2023/10/10 17:05:00 adam Exp $
2 2
3DISTNAME= django-reversion-3.0.9 3DISTNAME= django-reversion-5.0.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-reversion/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-reversion/}
8 7
9MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
10HOMEPAGE= https://github.com/etianen/django-reversion/ 9HOMEPAGE= https://github.com/etianen/django-reversion
11COMMENT= Version control facilities for Django 10COMMENT= Version control facilities for Django
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django3 13DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
15 14
16USE_LANGUAGES= # none 15USE_LANGUAGES= # none
17 16
18PYTHON_VERSIONS_INCOMPATIBLE= 27 17PYTHON_VERSIONS_INCOMPATIBLE= 27
19 18
20.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/py-django-reversion/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-reversion/PLIST 2020/06/03 15:27:44 1.13
+++ pkgsrc/www/py-django-reversion/PLIST 2023/10/10 17:05:00 1.14
@@ -1,26 +1,29 @@ @@ -1,26 +1,29 @@
1@comment $NetBSD: PLIST,v 1.13 2020/06/03 15:27:44 adam Exp $ 1@comment $NetBSD: PLIST,v 1.14 2023/10/10 17:05:00 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/reversion/__init__.py 8${PYSITELIB}/reversion/__init__.py
9${PYSITELIB}/reversion/__init__.pyc 9${PYSITELIB}/reversion/__init__.pyc
10${PYSITELIB}/reversion/__init__.pyo 10${PYSITELIB}/reversion/__init__.pyo
11${PYSITELIB}/reversion/admin.py 11${PYSITELIB}/reversion/admin.py
12${PYSITELIB}/reversion/admin.pyc 12${PYSITELIB}/reversion/admin.pyc
13${PYSITELIB}/reversion/admin.pyo 13${PYSITELIB}/reversion/admin.pyo
 14${PYSITELIB}/reversion/apps.py
 15${PYSITELIB}/reversion/apps.pyc
 16${PYSITELIB}/reversion/apps.pyo
14${PYSITELIB}/reversion/errors.py 17${PYSITELIB}/reversion/errors.py
15${PYSITELIB}/reversion/errors.pyc 18${PYSITELIB}/reversion/errors.pyc
16${PYSITELIB}/reversion/errors.pyo 19${PYSITELIB}/reversion/errors.pyo
17${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.mo 20${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.mo
18${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.po 21${PYSITELIB}/reversion/locale/ar/LC_MESSAGES/django.po
19${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo 22${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.mo
20${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.po 23${PYSITELIB}/reversion/locale/cs/LC_MESSAGES/django.po
21${PYSITELIB}/reversion/locale/da/LC_MESSAGES/django.mo 24${PYSITELIB}/reversion/locale/da/LC_MESSAGES/django.mo
22${PYSITELIB}/reversion/locale/da/LC_MESSAGES/django.po 25${PYSITELIB}/reversion/locale/da/LC_MESSAGES/django.po
23${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.mo 26${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.mo
24${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.po 27${PYSITELIB}/reversion/locale/de/LC_MESSAGES/django.po
25${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.mo 28${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.mo
26${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.po 29${PYSITELIB}/reversion/locale/es/LC_MESSAGES/django.po
@@ -62,26 +65,29 @@ ${PYSITELIB}/reversion/management/comman @@ -62,26 +65,29 @@ ${PYSITELIB}/reversion/management/comman
62${PYSITELIB}/reversion/management/commands/__init__.pyo 65${PYSITELIB}/reversion/management/commands/__init__.pyo
63${PYSITELIB}/reversion/management/commands/createinitialrevisions.py 66${PYSITELIB}/reversion/management/commands/createinitialrevisions.py
64${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyc 67${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyc
65${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyo 68${PYSITELIB}/reversion/management/commands/createinitialrevisions.pyo
66${PYSITELIB}/reversion/management/commands/deleterevisions.py 69${PYSITELIB}/reversion/management/commands/deleterevisions.py
67${PYSITELIB}/reversion/management/commands/deleterevisions.pyc 70${PYSITELIB}/reversion/management/commands/deleterevisions.pyc
68${PYSITELIB}/reversion/management/commands/deleterevisions.pyo 71${PYSITELIB}/reversion/management/commands/deleterevisions.pyo
69${PYSITELIB}/reversion/middleware.py 72${PYSITELIB}/reversion/middleware.py
70${PYSITELIB}/reversion/middleware.pyc 73${PYSITELIB}/reversion/middleware.pyc
71${PYSITELIB}/reversion/middleware.pyo 74${PYSITELIB}/reversion/middleware.pyo
72${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py 75${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
73${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyc 76${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyc
74${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyo 77${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyo
 78${PYSITELIB}/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.py
 79${PYSITELIB}/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.pyc
 80${PYSITELIB}/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.pyo
75${PYSITELIB}/reversion/migrations/__init__.py 81${PYSITELIB}/reversion/migrations/__init__.py
76${PYSITELIB}/reversion/migrations/__init__.pyc 82${PYSITELIB}/reversion/migrations/__init__.pyc
77${PYSITELIB}/reversion/migrations/__init__.pyo 83${PYSITELIB}/reversion/migrations/__init__.pyo
78${PYSITELIB}/reversion/models.py 84${PYSITELIB}/reversion/models.py
79${PYSITELIB}/reversion/models.pyc 85${PYSITELIB}/reversion/models.pyc
80${PYSITELIB}/reversion/models.pyo 86${PYSITELIB}/reversion/models.pyo
81${PYSITELIB}/reversion/revisions.py 87${PYSITELIB}/reversion/revisions.py
82${PYSITELIB}/reversion/revisions.pyc 88${PYSITELIB}/reversion/revisions.pyc
83${PYSITELIB}/reversion/revisions.pyo 89${PYSITELIB}/reversion/revisions.pyo
84${PYSITELIB}/reversion/signals.py 90${PYSITELIB}/reversion/signals.py
85${PYSITELIB}/reversion/signals.pyc 91${PYSITELIB}/reversion/signals.pyc
86${PYSITELIB}/reversion/signals.pyo 92${PYSITELIB}/reversion/signals.pyo
87${PYSITELIB}/reversion/templates/reversion/change_list.html 93${PYSITELIB}/reversion/templates/reversion/change_list.html

cvs diff -r1.25 -r1.26 pkgsrc/www/py-django-reversion/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-reversion/distinfo 2021/10/26 11:30:33 1.25
+++ pkgsrc/www/py-django-reversion/distinfo 2023/10/10 17:05:00 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2021/10/26 11:30:33 nia Exp $ 1$NetBSD: distinfo,v 1.26 2023/10/10 17:05:00 adam Exp $
2 2
3BLAKE2s (django-reversion-3.0.9.tar.gz) = be5260ddfd62946be2e086c4b3c84d0fd5c6ded0b2edcbe7c05ce86499ceaefc 3BLAKE2s (django-reversion-5.0.6.tar.gz) = 481baa8653aeac5a0420bd2663e3b3059facda610bda2be48ed7a795ba91bf94
4SHA512 (django-reversion-3.0.9.tar.gz) = be18668ecc4e3575b6be9a71a61cfddfc1c3e936ab5bc3bd272aef4b61c1327bf02175d72cf850b3b45f04105f61ff9864cd7555cb30f5fd5d3d2f72c49913ec 4SHA512 (django-reversion-5.0.6.tar.gz) = c24496fd256c6abb7a11f73153302c9b8dceddeae477f0274c822c2fd4c54a6fde7e6e704df1795e5ef9a76a4f0f243f7aa5782c637fd08afa9ed3086850172b
5Size (django-reversion-3.0.9.tar.gz) = 70781 bytes 5Size (django-reversion-5.0.6.tar.gz) = 72724 bytes