Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.6.1 personal TEST #1

Closed
wants to merge 5 commits into from

Conversation

jamesgilmorelyst
Copy link
Owner

TEST

Adds support for Django 4.2

Changes:
- Remove errant “sourceMappingURL” referencing a non-existent file
  (@codyfletcher) (farridav#474)
Known issue of the `action/setup-python` action [0]. Workaround is
to pin the ubuntu image to a known working version [1]. This is
consistent with pinning most other packages anyway so don't think
this is much of an issue.

[0] actions/setup-python#544
[1] actions/setup-python#544 (comment)
In Django 4.8 there is a change to the tests need as the date widget
was added - `admin/widgets/date.html`.

Also removing the package `importlib-metadata` as that no longer seems
to be needed and breaks when running tox locally or in GHA.
Warning message from GHA before version bump:
```
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
Only impacts certain version of Python, where the `flake8` package
is trying to get the entrypoints of a package using a deprecated
method of importlib-metadata. Basically just an issue with the
package dependencies not being defined very well downstream.
@jamesgilmorelyst
Copy link
Owner Author

Fixed issue with building the project now and has been merged on farridav#540

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants