Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 279722

Summary: dev-python/django-1.1 version bump
Product: Gentoo Linux Reporter: Matt Summers (RETIRED) <quantumsummers>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement CC: james, quantumsummers
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.djangoproject.com/weblog/2009/jul/29/1-point-1/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Initial ebuild based on django 1.0.2 with some minor corrections
minor fix for typo
fix to MY_PY that had bad ref.
final working version, hey!
diff of django-1.0.2-r1 & proposed new ebuild

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.