Skip to content

Commit

Permalink
perf: sumac release support (#43)
Browse files Browse the repository at this point in the history
* chore: upgrade requirements

* chore: bump version to 5.1.0

* docs: add sumac release in compatibility notes table

* docs: update changelog
  • Loading branch information
luisfelipec95 authored Dec 12, 2024
1 parent 6188d28 commit c53de8d
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 62 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v5.1.0](https://github.com/eduNEXT/eox-audit-model/compare/v5.0.0...v5.1.0) - (2024-12-10)

### Changed

- **Sumac Support**: Upgrade requirements base on the edx-platform Sumac
release, update GitHub workflows and actions
version.

## [v5.0.0](https://github.com/eduNEXT/eox-audit-model/compare/v4.2.0...v5.0.0) - (2024-10-22)

#### ⚠ BREAKING CHANGES
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Compatibility notes
+------------------+---------------+
| Redwood | >=4.2.0 |
+------------------+---------------+
| Sumac | >=5.1.0 |
+------------------+---------------+

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion eox_audit_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from __future__ import unicode_literals

__version__ = '5.0.0'
__version__ = '5.1.0'
22 changes: 6 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via kombu
asgiref==3.8.1
# via django
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# kombu
billiard==4.2.1
# via celery
celery==5.4.0
Expand All @@ -32,7 +26,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -52,18 +46,14 @@ python-dateutil==2.9.0.post0
# via celery
python-ipware==3.0.0
# via django-ipware
six==1.16.0
six==1.17.0
# via python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
typing-extensions==4.12.2
# via
# asgiref
# kombu
tzdata==2024.2
# via
# backports-zoneinfo
# celery
# kombu
vine==5.1.0
# via
# amqp
Expand Down
14 changes: 3 additions & 11 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,24 +8,16 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.0.2
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
30 changes: 7 additions & 23 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via
# -r requirements/base.txt
# kombu
Expand All @@ -14,13 +14,6 @@ asgiref==3.8.1
# django
astroid==2.15.8
# via pylint
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# celery
# django
# kombu
billiard==4.2.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -52,7 +45,7 @@ coverage==7.6.1
# via -r requirements/test.in
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -100,34 +93,25 @@ python-ipware==3.0.0
# django-ipware
pyyaml==6.0.2
# via -r requirements/test.in
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
testfixtures==8.2.0
# via
# -c requirements/constraints.txt
# -r requirements/test.in
tomli==2.0.2
# via pylint
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# astroid
# kombu
# pylint
tzdata==2024.2
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
# kombu
vine==5.1.0
# via
# -r requirements/base.txt
Expand All @@ -138,5 +122,5 @@ wcwidth==0.2.13
# via
# -r requirements/base.txt
# prompt-toolkit
wrapt==1.16.0
wrapt==1.17.0
# via astroid
14 changes: 4 additions & 10 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -28,13 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tomli==2.0.2
# via
# pyproject-api
# tox
tox==4.23.1
tox==4.23.2
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.27.0
virtualenv==20.28.0
# via tox
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.1.0
commit = False
tag = False

Expand Down

0 comments on commit c53de8d

Please sign in to comment.