Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
a2c3302e
Commit
a2c3302e
authored
Dec 30, 2023
by
Seb
Browse files
up minimum version, update test
parent
b76b4a8a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a2c3302e
...
...
@@ -12,25 +12,20 @@ stages:
head
:
extends
:
.python_test
image
:
python:3.1
0
image
:
python:3.1
1
before_script
:
-
pip install .['testing']
lts_41
:
image
:
python:3.10
extends
:
.python_test
before_script
:
-
pip install .['testing'] wagtail~=4.1 django~=4.1
lts_52
:
image
:
python:3.1
0
image
:
python:3.1
1
extends
:
.python_test
before_script
:
-
pip install .['testing'] wagtail~=5.2 django~=4.2
flake8
:
stage
:
lint
image
:
python:3.1
0
image
:
python:3.1
1
before_script
:
-
pip install flake8
script
:
...
...
@@ -38,14 +33,14 @@ flake8:
isort
:
stage
:
lint
image
:
python:3.1
0
image
:
python:3.1
1
before_script
:
-
pip install isort -e .
script
:
-
isort --recursive --diff --check-only wagtailvideos/ tests/
build
:
image
:
python:3.1
0
image
:
python:3.1
1
stage
:
release
before_script
:
-
pip install --upgrade setuptools wheel twine
...
...
CHANGELOG.rst
View file @
a2c3302e
CHANGELOG
=========
5.2
---
- Upped minimum wagtail version to latest LTS (5.2)
4.0.1
-----
...
...
setup.py
View file @
a2c3302e
...
...
@@ -10,14 +10,14 @@ from setuptools import find_packages, setup # noqa: E4
setup
(
name
=
"wagtailvideos"
,
version
=
"
4
.2.
2
"
,
version
=
"
5
.2.
0
"
,
description
=
"A wagtail module for uploading and displaying videos in various codecs."
,
long_description
=
readme
,
author
=
"Neon Jungle"
,
author_email
=
"developers@neonjungle.studio"
,
url
=
"https://github.com/neon-jungle/wagtailvideos"
,
install_requires
=
[
"wagtail>=
4
.2"
,
"wagtail>=
5
.2"
,
"Django>=3.2"
,
"django-enumchoicefield>=1.1.0"
,
"bcp47==0.0.4"
,
...
...
@@ -36,7 +36,7 @@ setup(
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.5"
,
"Programming
Language
:: Python :: 3.6"
,
"Programming
enumcenumchoicefieldhoicefield
:: Python :: 3.6"
,
"Framework :: Django"
,
"License :: OSI Approved :: BSD License"
,
],
...
...
tests/app/migrations/0003_alter_customvideotrack_file_and_more.py
0 → 100644
View file @
a2c3302e
This diff is collapsed.
Click to expand it.
tests/test_admin_views.py
View file @
a2c3302e
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment