FreeBSD Bugzilla – Attachment 246082 Details for
Bug 274890
www/py-django-filer: Update to 3.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-django-filer-3.1.0.patch
py-django-filer-3.1.0.patch (text/plain), 3.17 KB, created by
Kai Knoblich
on 2023-11-03 16:26:51 UTC
(
hide
)
Description:
py-django-filer-3.1.0.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2023-11-03 16:26:51 UTC
Size:
3.17 KB
patch
obsolete
>diff --git a/www/py-django-filer/Makefile b/www/py-django-filer/Makefile >index d0fa0b31e4ed..ba9c1acdfc19 100644 >--- a/www/py-django-filer/Makefile >+++ b/www/py-django-filer/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= django-filer >-PORTVERSION= 2.1.2 >-PORTREVISION= 1 >+PORTVERSION= 3.1.0 > CATEGORIES= www python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,16 +11,19 @@ WWW= https://github.com/stefanfoulis/django-filer > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2<4.0:www/py-django32@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}django-easy-thumbnails>=2.8.0:graphics/py-django-easy-thumbnails@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}django-mptt>=0.6<1.0:www/py-django-mptt@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}django-polymorphic>=2:www/py-django-polymorphic@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04<1.2:converters/py-unidecode@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2<5.1:www/py-django32@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}django-easy-thumbnails>0:graphics/py-django-easy-thumbnails@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}django-polymorphic>0:www/py-django-polymorphic@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} > > USES= python > USE_PYTHON= autoplist distutils > > NO_ARCH= yes > >+OPTIONS_DEFINE= HEIF >+OPTIONS_DEFAULT= HEIF >+ >+HEIF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow-heif>0:graphics/py-pillow-heif@${PY_FLAVOR} >+ > .include <bsd.port.mk> >diff --git a/www/py-django-filer/distinfo b/www/py-django-filer/distinfo >index b97f93cf250f..a5eb81d1c86d 100644 >--- a/www/py-django-filer/distinfo >+++ b/www/py-django-filer/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1643097180 >-SHA256 (django-filer-2.1.2.tar.gz) = 50f9da3b40e106de084dc6e18c19a7a54397fbee60b7ddd2568b1281ed2a24b4 >-SIZE (django-filer-2.1.2.tar.gz) = 1003487 >+TIMESTAMP = 1698834039 >+SHA256 (django-filer-3.1.0.tar.gz) = a69db306f9495f30ba67046cca166dc8a7f73f69ed90bc302767e6d9ca991cca >+SIZE (django-filer-3.1.0.tar.gz) = 1109438 >diff --git a/www/py-django-filer/files/patch-setup.py b/www/py-django-filer/files/patch-setup.py >deleted file mode 100644 >index cd61b43b9761..000000000000 >--- a/www/py-django-filer/files/patch-setup.py >+++ /dev/null >@@ -1,23 +0,0 @@ >-Relax requirements for www/py-django-polymorphic and avoid the installation of >-the test suite in the top-level directory of ${PYTHON_SITELIBDIR}. >- >---- setup.py.orig 2021-11-09 13:48:04 UTC >-+++ setup.py >-@@ -7,7 +7,7 @@ from filer import __version__ >- REQUIREMENTS = [ >- 'django>=2.2,<4.0', >- 'django-mptt>=0.6,<1.0', # the exact version depends on Django >-- 'django-polymorphic>=2,<3.1', >-+ 'django-polymorphic>=2', >- 'easy-thumbnails>=2.8.0', >- 'Unidecode>=0.04,<1.2', >- ] >-@@ -51,7 +51,7 @@ setup( >- description='A file management application for django that makes handling ' >- 'of files and images a breeze.', >- long_description=open('README.rst').read(), >-- packages=find_packages(), >-+ packages=find_packages(exclude=['tests*']), >- include_package_data=True, >- zip_safe=False, >- install_requires=REQUIREMENTS,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kai
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 274890
: 246082
Working