Page MenuHomeSolus

Update python-django to 2.1.2, resolves T7036
ClosedPublic

Authored by maverick1 on Oct 17 2018, 3:28 PM.
Tags
None
Referenced Files
F11013695: D4070.id9999.diff
Fri, Aug 4, 4:45 PM
F11013690: D4070.id10029.diff
Fri, Aug 4, 4:45 PM
F11013689: D4070.id.diff
Fri, Aug 4, 4:44 PM
F11012520: D4070.diff
Fri, Aug 4, 4:06 AM
F11010048: D4070.diff
Wed, Aug 2, 10:29 PM
F10994597: D4070.id10029.diff
Tue, Jul 25, 11:32 PM
F10974928: D4070.id9999.diff
Sat, Jul 22, 2:56 AM
F10963809: D4070.id9999.diff
Wed, Jul 19, 6:42 AM

Details

Summary

Update python-django to 2.1.2. Lots of changes since the older version. Release notes availabe here.

Test Plan

Ran django codes with it, added data to the database and read from the database.

Diff Detail

Repository
R2575 python-django
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

DataDrake added a subscriber: DataDrake.

Needs a rebase

This revision now requires changes to proceed.Oct 18 2018, 12:59 AM

I am new to packaging. Would you mind telling me how to rebase?

sunnyflunk retitled this revision from Update python-django to 2.1.2 to Update python-django to 2.1.2, resolves T7036.Oct 18 2018, 6:56 AM
sunnyflunk edited the summary of this revision. (Show Details)
sunnyflunk added a subscriber: sunnyflunk.

Rebase is where you redownload the git repo and apply your changes (which is exactly what you've done). This will always happen when git changes since you made your patch.

Note I have changed the notation of the link to [here](https://docs.djangoproject.com/en/2.1/releases) which is what the software center understands and should be used in future.

This revision was not accepted when it landed; it landed in state Needs Revision.Oct 18 2018, 7:03 AM
This revision was automatically updated to reflect the committed changes.
kyrios123 added inline comments.
package.yml
11

None of the builddeps are required for building the package. You can remove the whole section.

17

python-setuptools is for python2. It shouldn't be required as this package is built against python3 only