pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 10 17:05:00 UTC 2023

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-django-reversion/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-reversion/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-django-reversion/distinfo

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-reversion/Makefile
diff -u pkgsrc/www/py-django-reversion/Makefile:1.28 pkgsrc/www/py-django-reversion/Makefile:1.29
--- pkgsrc/www/py-django-reversion/Makefile:1.28        Thu Jul 13 10:03:29 2023
+++ pkgsrc/www/py-django-reversion/Makefile     Tue Oct 10 17:05:00 2023
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.28 2023/07/13 10:03:29 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/10/10 17:05:00 adam Exp $
 
-DISTNAME=      django-reversion-3.0.9
+DISTNAME=      django-reversion-5.0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-reversion/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/etianen/django-reversion/
+HOMEPAGE=      https://github.com/etianen/django-reversion
 COMMENT=       Version control facilities for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-reversion/PLIST
diff -u pkgsrc/www/py-django-reversion/PLIST:1.13 pkgsrc/www/py-django-reversion/PLIST:1.14
--- pkgsrc/www/py-django-reversion/PLIST:1.13   Wed Jun  3 15:27:44 2020
+++ pkgsrc/www/py-django-reversion/PLIST        Tue Oct 10 17:05:00 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/06/03 15:27:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/10/10 17:05:00 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -11,6 +11,9 @@ ${PYSITELIB}/reversion/__init__.pyo
 ${PYSITELIB}/reversion/admin.py
 ${PYSITELIB}/reversion/admin.pyc
 ${PYSITELIB}/reversion/admin.pyo
+${PYSITELIB}/reversion/apps.py
+${PYSITELIB}/reversion/apps.pyc
+${PYSITELIB}/reversion/apps.pyo
 ${PYSITELIB}/reversion/errors.py
 ${PYSITELIB}/reversion/errors.pyc
 ${PYSITELIB}/reversion/errors.pyo
@@ -72,6 +75,9 @@ ${PYSITELIB}/reversion/middleware.pyo
 ${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.py
 ${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyc
 ${PYSITELIB}/reversion/migrations/0001_squashed_0004_auto_20160611_1202.pyo
+${PYSITELIB}/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.py
+${PYSITELIB}/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.pyc
+${PYSITELIB}/reversion/migrations/0002_add_index_on_version_for_content_type_and_db.pyo
 ${PYSITELIB}/reversion/migrations/__init__.py
 ${PYSITELIB}/reversion/migrations/__init__.pyc
 ${PYSITELIB}/reversion/migrations/__init__.pyo

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



Home | Main Index | Thread Index | Old Index