head	1.5;
access;
symbols
	pkgsrc-2026Q2:1.4.0.22
	pkgsrc-2026Q2-base:1.4
	pkgsrc-2026Q1:1.4.0.20
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.18
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.16
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.14
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.12
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.10
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.8
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.6
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.4
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.2
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.3.0.22
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.20
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.18
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.16
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.14
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.12
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.10
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.3.0.8
	pkgsrc-2021Q4-base:1.3
	pkgsrc-2021Q3:1.3.0.6
	pkgsrc-2021Q3-base:1.3
	pkgsrc-2021Q2:1.3.0.4
	pkgsrc-2021Q2-base:1.3
	pkgsrc-2021Q1:1.3.0.2
	pkgsrc-2021Q1-base:1.3;
locks; strict;
comment	@# @;


1.5
date	2026.07.01.06.00.30;	author adam;	state dead;
branches;
next	1.4;
commitid	sRlJDVfmuUTYHULG;

1.4
date	2023.10.10.16.50.55;	author adam;	state Exp;
branches;
next	1.3;
commitid	ph15D4K8Ia6di6IE;

1.3
date	2021.01.16.09.43.02;	author adam;	state Exp;
branches;
next	1.2;
commitid	k2R2do9fI9ikYVDC;

1.2
date	2018.12.13.21.30.05;	author adam;	state dead;
branches;
next	1.1;
commitid	XJjMqzfBIFJptG3B;

1.1
date	2018.11.20.18.42.31;	author adam;	state Exp;
branches;
next	;
commitid	UF1q9wb37KNHhI0B;


desc
@@


1.5
log
@py-djangocms-file: updated to 4.0.1

4.0.1
chore: Release 4.0.1 fixes a broken wheel

4.0.0
ci: Add auto updating actions
Bump github/codeql-action from 2 to 3
Bump actions/checkout from 3 to 4
Bump actions/upload-artifact from 3 to 4
Bump actions/setup-python from 4 to 5
Bump actions/download-artifact from 3 to 4
Bump django from 3.2.20 to 3.2.25 in /tests/requirements
Bump sqlparse from 0.4.4 to 0.5.0 in /tests/requirements
Bump amannn/action-semantic-pull-request from 4 to 5
ci: CI related fix
chore: Remove django-app-helper
chore: Switch pytest
Bump amannn/action-semantic-pull-request from 5 to 6
Bump actions/setup-python from 5 to 6
Bump github/codeql-action from 3 to 4
Bump actions/upload-artifact from 4 to 5
Bump actions/download-artifact from 4 to 6
Bump actions/checkout from 4 to 6
Bump actions/upload-artifact from 5 to 6
Bump actions/download-artifact from 6 to 7
Bump sqlparse from 0.5.0 to 0.5.4 in /tests/requirements
Bump django from 3.2.25 to 4.2.28 in /tests/requirements
Bump actions/upload-artifact from 6 to 7
Bump actions/download-artifact from 7 to 8
Bump django from 4.2.28 to 4.2.29 in /tests/requirements
Bump django from 4.2.29 to 4.2.30 in /tests/requirements
Bump wheel from 0.40.0 to 0.46.2 in /tests/requirements
Bump lxml from 5.3.0 to 6.1.0 in /tests/requirements
Bump actions/checkout from 6 to 7
chore: Update test matrix
@
text
@$NetBSD: patch-setup.py,v 1.4 2023/10/10 16:50:55 adam Exp $

Do not install tests.

--- setup.py.orig	2023-07-03 23:34:23.000000000 +0000
+++ setup.py
@@@@ -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,
     zip_safe=False,
     install_requires=REQUIREMENTS,
@


1.4
log
@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
@
text
@d1 1
a1 1
$NetBSD: patch-setup.py,v 1.3 2021/01/16 09:43:02 adam Exp $
@


1.3
log
@py-djangocms-file: updated to 3.0.0

3.0.0:
Added support for Django 3.1
Dropped support for Python 2.7 and Python 3.4
Dropped support for Django < 2.2
@
text
@d1 1
a1 1
$NetBSD$
d5 1
a5 1
--- setup.py.orig	2021-01-16 09:37:11.000000000 +0000
d7 1
a7 2
@@@@ -46,7 +46,7 @@@@ setup(
     license='BSD-3-Clause',
d10 1
@


1.2
log
@py-djangocms-file: updated to 2.2.0

2.2.0:
Fixed test matrix
Exclude tests folder from release build
Added missing migrations for Django 2.1
Added abstract models for File and Folder
Improved readability of Folder.get_files
@
text
@d1 1
a1 1
$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:42:31 adam Exp $
d5 1
a5 1
--- setup.py.orig	2018-11-13 07:08:58.000000000 +0000
d7 3
a9 3
@@@@ -41,7 +41,7 @@@@ setup(
     url='https://github.com/divio/djangocms-file',
     license='BSD',
@


1.1
log
@py-djangocms-file: updated to 2.1.0

2.1.0:
Removed support for Django 1.8, 1.9, 1.10

2.0.3:
Add support for Django 1.10, 1.11, 2.0 and 2.1
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0

2.0.2:
Prevent changes to DJANGOCMS_FILE_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Updated translations

2.0.1:
Fixes an issue where images throw an AttributeError

2.0.0:
Added tests
Cleaned up file structure
Removed Django < 1.8 support
Adapted README.txt
Added translations
@
text
@d1 1
a1 1
$NetBSD$
@

