-
Notifications
You must be signed in to change notification settings - Fork 13
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
Upgrading packing #456
base: master
Are you sure you want to change the base?
Upgrading packing #456
Conversation
83222a8
to
591e9ea
Compare
23b2a18
to
be00ba9
Compare
@@ -3,5 +3,5 @@ | |||
40,edx-opaque-keys,yes,-,2.2.0,2.2.0,-,"Feb 1, 2021",,, | |||
103,django-storages,,1.11,1.8,1.1,-,"Jun 21, 2021",https://github.com/edx/upgrades/issues/44,, | |||
110,edx-django-utils,yes,-,master,4.2.0,4.2.0,"Jul 14, 2021",BOM-2634,, | |||
30,djangorestframework,,3.12.3,3.11.0,3.12.0,p,"Jun 30, 2021",,,3.12.4 | |||
30,djangorestframework,,3.12.3,3.11.0,3.12.0,3.13.0,"Jun 30, 2021",,,3.12.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p
was typo.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #456 +/- ##
=======================================
Coverage 81.72% 81.72%
=======================================
Files 24 24
Lines 1302 1302
=======================================
Hits 1064 1064
Misses 238 238
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
#454
Packing version has made some breaking changes and it no more verifying the string versions.
pypa/packaging#407