pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-sortedm2m
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 3 14:44:24 UTC 2025
Modified Files:
pkgsrc/www/py-django-sortedm2m: Makefile distinfo
Log Message:
py-django-sortedm2m: updated to 4.0.0
4.0.0
better syntax highlighting
Jazzband: Synced file(s) with jazzband/.github
Delete .DS_Store
Add Django 4 testing and remove unsupported Python and Django versions
increase test coverage
Combine 2 other PRs to get the checks fully passing
Ensure that code quality checks are running
Update Django testing versions
Fix error in field in Django 5.1
Updated Python and Django version support
Removed QUnit tests
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-sortedm2m/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-sortedm2m/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-sortedm2m/Makefile
diff -u pkgsrc/www/py-django-sortedm2m/Makefile:1.7 pkgsrc/www/py-django-sortedm2m/Makefile:1.8
--- pkgsrc/www/py-django-sortedm2m/Makefile:1.7 Mon Apr 14 18:56:05 2025
+++ pkgsrc/www/py-django-sortedm2m/Makefile Wed Sep 3 14:44:24 2025
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.7 2025/04/14 18:56:05 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/09/03 14:44:24 adam Exp $
-DISTNAME= django-sortedm2m-3.1.1
+DISTNAME= django-sortedm2m-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
-MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sortedm2m/}
+#MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-sortedm2m/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jazzband/}
+GITHUB_PROJECT= django-sortedm2m
+GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/gregmuellegger/django-sortedm2m
+HOMEPAGE= https://github.com/jazzband/django-sortedm2m
COMMENT= Drop-in replacement for Django's many to many field
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-django>=3:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../../www/py-django
USE_LANGUAGES= # none
-post-extract:
- ${RM} ${WRKSRC}/sortedm2m/locale/es/.DS_Store
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-sortedm2m/distinfo
diff -u pkgsrc/www/py-django-sortedm2m/distinfo:1.5 pkgsrc/www/py-django-sortedm2m/distinfo:1.6
--- pkgsrc/www/py-django-sortedm2m/distinfo:1.5 Sat Dec 2 09:01:10 2023
+++ pkgsrc/www/py-django-sortedm2m/distinfo Wed Sep 3 14:44:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/12/02 09:01:10 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/09/03 14:44:24 adam Exp $
-BLAKE2s (django-sortedm2m-3.1.1.tar.gz) = a72fcf4aa011af2eefe0e52468eb66a0bc67e2cca775797ab1f6a9158b25499c
-SHA512 (django-sortedm2m-3.1.1.tar.gz) = 644a4a1c9235ab55d878981a9ddf7654f9b68ee69ea24edf07e30f614640c34f4617f9ef4ca3ce0ec4cf82975eacea8c004702dff5d399b6b41ba2367ff7e3a1
-Size (django-sortedm2m-3.1.1.tar.gz) = 41344 bytes
+BLAKE2s (django-sortedm2m-4.0.0.tar.gz) = 547f048fe21bcb220c4b09107639c977b9d3029c8fd689eb46bcdaad0acb8e54
+SHA512 (django-sortedm2m-4.0.0.tar.gz) = 90d407ca78d264b3b6262896cdb45de64a9d60f2a7a99e8daa0a62adf104d245e5bd142c9c7020f0cfeb17ebe5f311295f67e4b40ce78095d6b02bc3d480c77f
+Size (django-sortedm2m-4.0.0.tar.gz) = 43476 bytes
Home |
Main Index |
Thread Index |
Old Index