Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
python-version: ['3.11']
toxenv: [quality, docs, django42]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

push:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ Compatibility Notes
+------------------+--------------+
| Sumac | >= 0.6.0 |
+------------------+--------------+
| Teak | >= 2.0.0 |
+------------------+--------------+

The settings can be changed in ``imagesgallery/settings/common.py`` or, for example, in tutor configurations.

**NOTE**: the current ``common.py`` works with Open edX Palm, Quince, Redwood and Sumac versions.
**NOTE**: the current ``common.py`` works with Open edX Palm, Quince, Redwood,Sumac and Teak versions.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove Palm and Quince from this comment, or we could update it to say something like:

Suggested change
**NOTE**: the current ``common.py`` works with Open edX Palm, Quince, Redwood,Sumac and Teak versions.
**NOTE**: the current ``common.py`` works with Open edX releases >= Palm.

So we don't have to keep adding every new release


Enabling the XBlock in a course
*******************************
Expand Down
2 changes: 1 addition & 1 deletion imagesgallery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Init for the ImagesGalleryXBlock package.
"""

__version__ = "1.0.0"
__version__ = "2.0.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a minor bump

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed it to a minor version

38 changes: 19 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.36.13
boto3==1.38.41
# via fs-s3fs
botocore==1.36.13
botocore==1.38.41
# via
# boto3
# s3transfer
django==4.2.18
django==4.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-appconf
# django-statici18n
# edx-i18n-tools
# openedx-django-pyfs
django-appconf==1.0.6
django-appconf==1.1.0
# via django-statici18n
django-statici18n==2.6.0
# via -r requirements/base.in
dnspython==2.7.0
# via pymongo
edx-i18n-tools==1.6.3
edx-i18n-tools==1.9.0
# via -r requirements/base.in
edx-opaque-keys==2.11.0
edx-opaque-keys==3.0.0
# via -r requirements/base.in
fs==2.4.16
# via
Expand All @@ -44,14 +44,14 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml[html-clean,html_clean]==5.3.0
lxml[html-clean,html_clean]==5.4.0
# via
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.4.1
lxml-html-clean==0.4.2
# via lxml
mako==1.3.9
mako==1.3.10
# via
# -r requirements/base.in
# xblock
Expand All @@ -60,29 +60,29 @@ markupsafe==3.0.2
# via
# mako
# xblock
openedx-django-pyfs==3.7.0
openedx-django-pyfs==3.8.0
# via xblock
path==16.16.0
# via edx-i18n-tools
pbr==6.1.1
# via stevedore
polib==1.2.0
# via edx-i18n-tools
pymongo==4.11
pymongo==4.13.2
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2025.1
pytz==2025.2
# via xblock
pyyaml==6.0.2
# via
# edx-i18n-tools
# xblock
s3transfer==0.11.2
s3transfer==0.13.0
# via boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# xblock
# xblock-utils
Expand All @@ -93,22 +93,22 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via edx-opaque-keys
typing-extensions==4.12.2
typing-extensions==4.14.0
# via edx-opaque-keys
urllib3==1.26.20
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# botocore
web-fragments==2.2.0
web-fragments==3.1.0
# via
# xblock
# xblock-utils
webob==1.8.9
# via xblock
xblock[django]==5.1.1
xblock[django]==5.2.0
# via
# -r requirements/base.in
# xblock-utils
Expand Down
32 changes: 16 additions & 16 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
#
backports-tarfile==1.2.0
# via jaraco-context
certifi==2025.1.31
certifi==2025.6.15
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
cryptography==44.0.0
cryptography==45.0.4
# via secretstorage
distlib==0.3.9
# via virtualenv
docutils==0.21.2
# via readme-renderer
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
id==1.5.0
# via twine
idna==3.10
# via requests
importlib-metadata==8.6.1
importlib-metadata==8.7.0
# via keyring
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
jeepney==0.9.0
# via
# keyring
# secretstorage
Expand All @@ -44,22 +44,22 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.6.0
more-itertools==10.7.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
# twine
platformdirs==4.3.6
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
py==1.11.0
# via tox
Expand All @@ -71,7 +71,7 @@ pygments==2.19.1
# rich
readme-renderer==44.0
# via twine
requests==2.32.3
requests==2.32.4
# via
# id
# requests-toolbelt
Expand All @@ -80,7 +80,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -94,13 +94,13 @@ tox-battery==0.6.2
# via -r requirements/ci.in
twine==6.1.0
# via -r requirements/ci.in
urllib3==1.26.20
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# requests
# twine
virtualenv==20.29.1
virtualenv==20.31.2
# via tox
zipp==3.21.0
zipp==3.23.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Common constraints for edx repos
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt

# urllib3>=2.0.0 conflicts with elastic search && snowflake-connector-python packages
# which require urllib3<2 for now.
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32222
urllib3<2.0.0
# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0

Loading