pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-djangocms-file



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 10 16:50:55 UTC 2023

Modified Files:
        pkgsrc/www/py-djangocms-file: Makefile PLIST distinfo
        pkgsrc/www/py-djangocms-file/patches: patch-setup.py

Log Message:
py-djangocms-file: updated to 3.0.1

3.0.1 (2023-07-03)

Added support for Django 4.2
Fixed search_field to point to file_name


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-djangocms-file/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-djangocms-file/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-djangocms-file/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-djangocms-file/patches/patch-setup.py

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-djangocms-file/Makefile
diff -u pkgsrc/www/py-djangocms-file/Makefile:1.10 pkgsrc/www/py-djangocms-file/Makefile:1.11
--- pkgsrc/www/py-djangocms-file/Makefile:1.10  Tue Jan  4 20:55:22 2022
+++ pkgsrc/www/py-djangocms-file/Makefile       Tue Oct 10 16:50:55 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2022/01/04 20:55:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/10/10 16:50:55 adam Exp $
 
-DISTNAME=      djangocms-file-3.0.0
+DISTNAME=      djangocms-file-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-file/}
 

Index: pkgsrc/www/py-djangocms-file/PLIST
diff -u pkgsrc/www/py-djangocms-file/PLIST:1.4 pkgsrc/www/py-djangocms-file/PLIST:1.5
--- pkgsrc/www/py-djangocms-file/PLIST:1.4      Thu Dec 13 21:30:05 2018
+++ pkgsrc/www/py-djangocms-file/PLIST  Tue Oct 10 16:50:55 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/12/13 21:30:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/10/10 16:50:55 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -192,6 +192,9 @@ ${PYSITELIB}/djangocms_file/migrations/0
 ${PYSITELIB}/djangocms_file/migrations/0011_auto_20181211_0357.py
 ${PYSITELIB}/djangocms_file/migrations/0011_auto_20181211_0357.pyc
 ${PYSITELIB}/djangocms_file/migrations/0011_auto_20181211_0357.pyo
+${PYSITELIB}/djangocms_file/migrations/0012_alter_file_cmsplugin_ptr_alter_folder_cmsplugin_ptr.py
+${PYSITELIB}/djangocms_file/migrations/0012_alter_file_cmsplugin_ptr_alter_folder_cmsplugin_ptr.pyc
+${PYSITELIB}/djangocms_file/migrations/0012_alter_file_cmsplugin_ptr_alter_folder_cmsplugin_ptr.pyo
 ${PYSITELIB}/djangocms_file/migrations/__init__.py
 ${PYSITELIB}/djangocms_file/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_file/migrations/__init__.pyo

Index: pkgsrc/www/py-djangocms-file/distinfo
diff -u pkgsrc/www/py-djangocms-file/distinfo:1.9 pkgsrc/www/py-djangocms-file/distinfo:1.10
--- pkgsrc/www/py-djangocms-file/distinfo:1.9   Tue Oct 26 11:30:34 2021
+++ pkgsrc/www/py-djangocms-file/distinfo       Tue Oct 10 16:50:55 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:30:34 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/10/10 16:50:55 adam Exp $
 
-BLAKE2s (djangocms-file-3.0.0.tar.gz) = 7c69e00c4df929dc19a6c89a3e0711039106c06d2bdd0de1511709736a4006fa
-SHA512 (djangocms-file-3.0.0.tar.gz) = 9af3b9602bf6f6d3fb3eaa278f7ff6c0b2f13e3e6b9682e615aaba1c25fca8661503ba9aa381f3b19165f530e611923fb7af737fcf935579c3f8b6215516b3a1
-Size (djangocms-file-3.0.0.tar.gz) = 30881 bytes
-SHA1 (patch-setup.py) = 5fe0db32de938f522da173bdde8d416f0c28eff2
+BLAKE2s (djangocms-file-3.0.1.tar.gz) = db9f29f0aa29c83046d8421f87df0b2affe1476f4d401e4072b19a188c2d5750
+SHA512 (djangocms-file-3.0.1.tar.gz) = 9fde8f15f5618ee50b373817046f4b417f618540f6d23655b82c2dba48de60ffa5e2e81030d87df192864e8ed356dcfddcb777da0cbc3e21e293c5ea4a9fdf80
+Size (djangocms-file-3.0.1.tar.gz) = 31143 bytes
+SHA1 (patch-setup.py) = c76f92c3f874a7d3fbcd31eabc1338fed9e08884

Index: pkgsrc/www/py-djangocms-file/patches/patch-setup.py
diff -u pkgsrc/www/py-djangocms-file/patches/patch-setup.py:1.3 pkgsrc/www/py-djangocms-file/patches/patch-setup.py:1.4
--- pkgsrc/www/py-djangocms-file/patches/patch-setup.py:1.3     Sat Jan 16 09:43:02 2021
+++ pkgsrc/www/py-djangocms-file/patches/patch-setup.py Tue Oct 10 16:50:55 2023
@@ -1,13 +1,13 @@
-$NetBSD: patch-setup.py,v 1.3 2021/01/16 09:43:02 adam Exp $
+$NetBSD: patch-setup.py,v 1.4 2023/10/10 16:50:55 adam Exp $
 
 Do not install tests.
 
---- setup.py.orig      2021-01-16 09:37:11.000000000 +0000
+--- setup.py.orig      2023-07-03 23:34:23.000000000 +0000
 +++ setup.py
-@@ -46,7 +46,7 @@ setup(
-     license='BSD-3-Clause',
+@@ -53,7 +53,7 @@ setup(
      description='Adds file plugin to django CMS',
      long_description=open('README.rst').read(),
+     long_description_content_type='text/x-rst',
 -    packages=find_packages(),
 +    packages=find_packages(exclude=['tests']),
      include_package_data=True,



Home | Main Index | Thread Index | Old Index