Bug 488103 - Review Request: django-evolution - Schema evolution for Django
Summary: Review Request: django-evolution - Schema evolution for Django
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 487097 488151 488963
TreeView+ depends on / blocked
 
Reported: 2009-03-02 18:03 UTC by Ignacio Vazquez-Abrams
Modified: 2009-03-23 05:06 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-03-23 05:06:04 UTC
Type: ---
Embargoed:
michel: fedora-review+
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Ignacio Vazquez-Abrams 2009-03-02 18:03:27 UTC
Spec URL: http://ivazquez.fedorapeople.org/packages/django-evolution/django-evolution.spec
SRPM URL: http://ivazquez.fedorapeople.org/packages/django-evolution/django-evolution-0.0-1.20080217svnr164.src.rpm
Description: When you run ./manage.py syncdb, Django will look for any new models that have been defined, and add a database table to represent those new models. However, if you make a change to an existing model, ./manage.py syncdb will not make any changes to the database.

This is where Django Evolution fits in. Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes.

Comment 1 Michel Lind 2009-03-02 20:17:11 UTC
The release number should probably be 0.x.prereleasedetails ?

http://fedoraproject.org/wiki/Packaging/NamingGuidelines#NonNumericRelease

I'd suggest 0.1.%{alphatag}%{?dist} -- the date is probably less important than the actual SVN revision.

Comment 2 Michel Lind 2009-03-03 02:20:20 UTC
Almost ready -- everything is fine apart from the release number. 
MUST

+ rpmlint: clean
+ package name: ok
+ spec file name

? package guideline-compliant
this should probably be 0.x.%{alphatag}%{?dist}

+ license complies with guidelines
+ license field accurate
+ license file not deleted
+ spec in US English
+ spec legible
+ source matches upstream
+ builds under >= 1 archs: noarch
+ build dependencies complete
+ own all directories
+ no dupes in %files
+ permission
+ %clean RPM_BUILD_ROOT
+ macros used consistently
+ Package contains code
+ large docs => -doc: not that large
+ clean buildroot before install
+ filenames UTF-8

SHOULD
- desc and summary contain translations if available
+ package build in mock on all architectures
+ package functioned as described
+ scriplets are sane
+ require package not files

Comment 4 Michel Lind 2009-03-03 17:04:51 UTC
Change looks good.

APPROVED.

Comment 5 Fabian Affolter 2009-03-19 08:02:47 UTC
Can you please go on with the CVS procedure?

Comment 6 Ignacio Vazquez-Abrams 2009-03-19 09:26:04 UTC
New Package CVS Request
=======================
Package Name: django-evolution
Short Description: Schema evolution for Django
Owners: ivazquez
Branches: F-9 F-10 EL-5

Comment 7 Kevin Fenzi 2009-03-20 02:53:30 UTC
cvs done.


Note You need to log in before you can comment on or make changes to this bug.