pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-hyperkitty



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jun  4 11:11:02 UTC 2025

Modified Files:
        pkgsrc/www/py-hyperkitty: Makefile distinfo

Log Message:
py-hyperkitty: update to 1.3.12

1.3.12

- Fix the build metadata in pyproject.toml to remove `example_project`
  from wheels.

1.3.11

- Fix the build metadata in pyproject.toml to include the required
  files for testing in the source distribution.

1.3.10

- A coding error causing AttributeError 'Manager' object has no attribute
   'delete' has been fixed.
- Replace Django-Q with `Django-Q2`
  since, it is not maintained and compatible with new Django version
- A MultipleObjectsReturned exception in checking if a thread is read is now
  caught and handled.
- Avoid some crashes whith hyperkitty_import
- Do not escape email addresses on export
- Replaced django.utils.timezone.utc with datetime.timezone.utc for Django 5.0
  compatibility.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-hyperkitty/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-hyperkitty/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-hyperkitty/Makefile
diff -u pkgsrc/www/py-hyperkitty/Makefile:1.9 pkgsrc/www/py-hyperkitty/Makefile:1.10
--- pkgsrc/www/py-hyperkitty/Makefile:1.9       Mon Oct 14 06:46:06 2024
+++ pkgsrc/www/py-hyperkitty/Makefile   Wed Jun  4 11:11:02 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/10/14 06:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/06/04 11:11:02 markd Exp $
 
-DISTNAME=      hyperkitty-1.3.9
+DISTNAME=      hyperkitty-1.3.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperkitty/}
 
@@ -27,7 +26,7 @@ DEPENDS+=     ${PYPKGPREFIX}-networkx>=2.0:.
 DEPENDS+=      ${PYPKGPREFIX}-django-haystack>=2.8.0:../../www/py-django-haystack
 DEPENDS+=      ${PYPKGPREFIX}-django-extensions>=1.3.7:../../www/py-django-extensions
 DEPENDS+=      ${PYPKGPREFIX}-flufl.lock>=4.0:../../devel/py-flufl.lock
-DEPENDS+=      ${PYPKGPREFIX}-django-q>=1.0.0:../../www/py-django-q
+DEPENDS+=      ${PYPKGPREFIX}-django-q2>=1.0.0:../../www/py-django-q2
 DEPENDS+=      ${PYPKGPREFIX}-Whoosh-[0-9]*:../../textproc/py-Whoosh
 TEST_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 TEST_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml

Index: pkgsrc/www/py-hyperkitty/distinfo
diff -u pkgsrc/www/py-hyperkitty/distinfo:1.3 pkgsrc/www/py-hyperkitty/distinfo:1.4
--- pkgsrc/www/py-hyperkitty/distinfo:1.3       Mon Apr 29 07:55:37 2024
+++ pkgsrc/www/py-hyperkitty/distinfo   Wed Jun  4 11:11:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/04/29 07:55:37 markd Exp $
+$NetBSD: distinfo,v 1.4 2025/06/04 11:11:02 markd Exp $
 
-BLAKE2s (hyperkitty-1.3.9.tar.gz) = 5bf5ddf38cac915df082a13d63625493339714d499ef3cc8323eb37dfacc5c8b
-SHA512 (hyperkitty-1.3.9.tar.gz) = add9af8ada36910d7d2416b9f5cec9b83c8efffb77b409f1734e42a030b3848b2de79156f87fa1f09852345b2fea224b837f3e8feedc2b35b0114a32e7b02929
-Size (hyperkitty-1.3.9.tar.gz) = 2204377 bytes
+BLAKE2s (hyperkitty-1.3.12.tar.gz) = bed1af19ba0487870d538b0d196c3b24043fc4dc6cd841fe42da0ad52ba64bc7
+SHA512 (hyperkitty-1.3.12.tar.gz) = 778c77ee52fda775b0acba99654a1023b38fc5a9815c23454759cdf45e6e8cfda1f026f854972f4ffaa09749f341822e9ecd07619cceea842572b90b88e583d1
+Size (hyperkitty-1.3.12.tar.gz) = 2231630 bytes



Home | Main Index | Thread Index | Old Index