Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 279722 - dev-python/django-1.1 version bump
Summary: dev-python/django-1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL: http://www.djangoproject.com/weblog/2...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 17:46 UTC by Matt Summers (RETIRED)
Modified: 2009-08-04 03:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Initial ebuild based on django 1.0.2 with some minor corrections (django-1.1.ebuild,2.53 KB, text/plain)
2009-07-30 17:47 UTC, Matt Summers (RETIRED)
Details
minor fix for typo (django-1.1.ebuild,2.53 KB, text/plain)
2009-07-30 17:51 UTC, Matt Summers (RETIRED)
Details
fix to MY_PY that had bad ref. (django-1.1.ebuild,2.52 KB, text/plain)
2009-07-30 19:43 UTC, Matt Summers (RETIRED)
Details
final working version, hey! (django-1.1.ebuild,2.54 KB, text/plain)
2009-07-30 20:21 UTC, Matt Summers (RETIRED)
Details
diff of django-1.0.2-r1 & proposed new ebuild (django-1.0.2-r1_to_django-1.1.ebuild.diff,380 bytes, text/plain)
2009-07-31 14:36 UTC, Matt Summers (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Summers (RETIRED) gentoo-dev 2009-07-30 17:46:43 UTC
New version, 1.1, of the pythonic web application framework, Django, has been released.
Comment 1 Matt Summers (RETIRED) gentoo-dev 2009-07-30 17:47:16 UTC
Created attachment 199675 [details]
Initial ebuild based on django 1.0.2 with some minor corrections
Comment 2 Matt Summers (RETIRED) gentoo-dev 2009-07-30 17:51:18 UTC
Created attachment 199679 [details]
minor fix for typo
Comment 3 James Earl Spahlinger 2009-07-30 19:27:27 UTC
Please note that this has just been released within the last 24 hours. The maintainers may choose to wait a few days before including this in portage. Thanks for reporting!
Comment 4 Matt Summers (RETIRED) gentoo-dev 2009-07-30 19:43:32 UTC
Created attachment 199685 [details]
fix to MY_PY that had bad ref.
Comment 5 Matt Summers (RETIRED) gentoo-dev 2009-07-30 20:21:23 UTC
Created attachment 199687 [details]
final working version, hey!

Builds fine with USE="bash-completion mysql sqlite vhosts doc -examples -postgres -test" on stable amd64.

Docs build successfully with sphinx-0.5.2

All tests pass.

I'd say this is good to go.

Cheers, 
Your friendly neighborhood trustee. cheerio.
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-31 00:37:51 UTC
(In reply to comment #5)

Please attach unidiff patch against 1.0.2-r1 ebuild, not including useless/incorrect changes.
Comment 7 Matt Summers (RETIRED) gentoo-dev 2009-07-31 03:44:00 UTC
np on the unidiff, but what changes where useless/incorrect?

I changed MY_P, removing the "-final" business. + correct

I added in the var DATABASE_NAME. noted in the django trac wiki as the correct method used to run tests.

I also changed the text in ewarn to the correct version number.

Finally, I removed the deprecated workaround for the tests, omitted in the 1.0.2 relaese.


Did I miss something?

Regards, 
Quantumsummers
Comment 8 Matt Summers (RETIRED) gentoo-dev 2009-07-31 14:36:17 UTC
Created attachment 199747 [details]
diff of django-1.0.2-r1 & proposed new ebuild

Thanks for the feedback Arfrever.
Comment 9 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-04 03:20:09 UTC
Fixed.