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

feat: advertise constraints in setup.py #88

Open
wants to merge 132 commits into
base: master
Choose a base branch
from

Conversation

edx-requirements-bot
Copy link

Additional information from script execution

ARCHBOM-1772
Update setup.py to use constraint files when generating requirements files for packaging and distribution.
PR generated automatically with Jenkins job cleanup-python-code.

Result of running python setup.py bdist_wheel before applying fix (in .egg-info/requires.txt):

django-mptt
django
bleach
Markdown
django-sekizai
sorl-thumbnail

Result of running python setup.py bdist_wheel after applying fix (in .egg-info/requires.txt):

Markdown
bleach
django
django-mptt
django-sekizai
sorl-thumbnail

Python code cleanup by the cleanup-python-code Jenkins job.

This pull request was generated by the cleanup-python-code Jenkins job, which ran
curl -sS "https://raw.githubusercontent.com/edx/edx-cookiecutters/master/scripts/update_setup_py.sh" > update_setup_py.sh
bash update_setup_py.sh

The following packages were installed:
semgrep,isort

rocha and others added 30 commits August 25, 2012 09:23
fix syntax error in views/article
Use ugettext_lazy to prevent early translation.
Add a migration for the removed ArticleSubscription model
You can't drop the last column in a table.  I don't understand what
Django was thinking in generating this migration. I hope we don't need
the drop-columns for backward migrations.
Fix a migration that could never have run successfully
WL-322: Update django wiki to support multi-tenancy
WL-322: Set WIKI_REQUEST_CACHE_MIDDLEWARE_CLASS to None if settings is not configured
GenericIPAddressField model field.
Bump the version number to 0.0.8.
Add migration file for the field conversion.
In edx-platform, default course wiki article's slug is automatically set
to "{org}.{number}.{run}", which can be more than 50 characters long.

The wiki breaks if the automatically assigned slug is longer than 50
characters.

We usually use 255 character size for columns that store course_key in
edx-platform, so I believe it makes sense to use a limit of 255 for wiki
slugs, too.
TNL-6440, TNL-6439
jinder1s and others added 29 commits January 20, 2021 07:06
This reverts commit f4fe177.
I accidentally pushed without review.
chore: Incorporate wiki improvements from upstream repository.
BOM-2751: Setup Python Upgrade Job
Fix branch name in upgrade job
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.