[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

Domingo Becker  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2012-06-16 20:42:12

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #12 from Jon Ciesla  ---
Git done (by process-git-requests).

No need to request f18, devel is automatic.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

Domingo Becker  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #11 from Matthias Runge  ---
Domingo, you need to set fedora-cvs to ? to get attention from scm
administrators.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

Domingo Becker  changed:

   What|Removed |Added

  Flags||fedora-cvs+

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #10 from Domingo Becker  ---
New Package SCM Request
===
Package Name: python-django-south
Short Description: Intelligent schema migrations for Django apps
Owners: beckerde 
Branches: f18
InitialCC: diegobz

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #9 from Domingo Becker  ---
(In reply to comment #8)
> - could you please change BuildRequires to
> BuildRequires: python2-devel
> BuildRequires: python-setuptools
> 

Done.

> - and also please change your %prep-section to:
> 
> %prep
> %setup -q -n South-%{version}
> # remove bundled egg-info
> rm -rf South.egg-info
> 

Done.

Spec URL: http://beckerde.fedorapeople.org/transifex/python-django-south.spec
SRPM URL:
http://beckerde.fedorapeople.org/transifex/python-django-south-0.7.5-3.fc18.src.rpm

> Package APPROVED

Thank you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

Matthias Runge  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+

--- Comment #8 from Matthias Runge  ---
- could you please change BuildRequires to
BuildRequires: python2-devel
BuildRequires: python-setuptools

- and also please change your %prep-section to:

%prep
%setup -q -n South-%{version}
# remove bundled egg-info
rm -rf South.egg-info

I'm pretty sure, those empty files are not required for django. I'd also leave
them there like they are, they won't harm in any way.

Package APPROVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #7 from Domingo Becker  ---
(In reply to comment #6)
> [!]: MUST Rpmlint output is silent.
> 
> rpmlint python-django-south-0.7.5-1.fc18.noarch.rpm
> 
> python-django-south.noarch: W: no-documentation
> python-django-south.noarch: E: zero-length
> /usr/lib/python2.7/site-packages/south/tests/emptyapp/models.py
> python-django-south.noarch: E: zero-length
> /usr/lib/python2.7/site-packages/south/tests/deps_a/models.py
> python-django-south.noarch: E: zero-length
> /usr/lib/python2.7/site-packages/south/tests/circular_a/models.py
> python-django-south.noarch: E: zero-length
> /usr/lib/python2.7/site-packages/south/tests/circular_b/models.py
> python-django-south.noarch: E: zero-length
> /usr/lib/python2.7/site-packages/south/tests/deps_b/models.py
> python-django-south.noarch: E: zero-length
> /usr/lib/python2.7/site-packages/south/tests/deps_c/models.py
> 1 packages and 0 specfiles checked; 6 errors, 1 warnings.
> 
> 
> - You need to fix those errors.

I asked about this, and the answer was that these files are needed by
python-django even with zero-lenght.

> [!]: SHOULD If the source package does not include license text(s) as a
>  separate file from upstream, the packager SHOULD query upstream to
>  include it.
>
> - you should request upstream to include a license


I'll file a ticket upstream with this request.

> - you should include the README into %doc

Added.

> - you should list the files more specific in files-section.
> %files
> %doc README
> %{python_sitelib}/south
> %{python_sitelib}/South-%{version}-py?.?.egg-info
> 

Done this way.

> 
> - you really should(!) remove that bundled egg-info in prep-section. it gets
> rebuild during build section.
> 

Sorry, I don't understand.

Spec URL: http://beckerde.fedorapeople.org/transifex/python-django-south.spec
SRPM URL:
http://beckerde.fedorapeople.org/transifex/python-django-south-0.7.5-2.fc18.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #6 from Matthias Runge  ---
Package Review
==

Key:
- = N/A
x = Pass
! = Fail
? = Not evaluated



 Generic 
[x]: MUST Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[x]: MUST Package successfully compiles and builds into binary rpms on at
 least one supported primary architecture.
[x]: MUST %build honors applicable compiler flags or justifies otherwise.
[x]: MUST All build dependencies are listed in BuildRequires, except for any
 that are listed in the exceptions section of Packaging Guidelines.
[x]: MUST Buildroot is not present
 Note: Unless packager wants to package for EPEL5 this is fine
[x]: MUST Package contains no bundled libraries.
[x]: MUST Changelog in prescribed format.
[x]: MUST Package has no %clean section with rm -rf %{buildroot} (or
 $RPM_BUILD_ROOT)
 Note: Clean would be needed if support for EPEL is required
[x]: MUST Sources contain only permissible code or content.
[x]: MUST Each %files section contains %defattr if rpm < 4.4
 Note: Note: defattr macros not found. They would be needed for EPEL5
[x]: MUST Macros in Summary, %description expandable at SRPM build time.
[x]: MUST Package requires other packages for directories it uses.
[x]: MUST Package uses nothing in %doc for runtime.
[ ]: MUST Package is not known to require ExcludeArch.
[x]: MUST Permissions on files are set properly.
[x]: MUST Package does not contain duplicates in %files.
[x]: MUST Spec file lacks Packager, Vendor, PreReq tags.
[x]: MUST Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
 Note: rm -rf would be needed if support for EPEL5 is required
[-]: MUST Large documentation files are in a -doc subpackage, if required.
[-]: MUST If (and only if) the source package includes the text of the
 license(s) in its own file, then that file, containing the text of the
 license(s) for the package is included in %doc.
[x]: MUST License field in the package spec file matches the actual license.
[x]: MUST Package consistently uses macros (instead of hard-coded directory
 names).
[x]: MUST Package is named according to the Package Naming Guidelines.
[x]: MUST Package does not generate any conflict.
[x]: MUST Package obeys FHS, except libexecdir and /usr/target.
[x]: MUST Package must own all directories that it creates.
[x]: MUST Package does not own files or directories owned by other packages.
[x]: MUST Package installs properly.
[x]: MUST Requires correct, justified where necessary.
[!]: MUST Rpmlint output is silent.

rpmlint python-django-south-0.7.5-1.fc18.noarch.rpm

python-django-south.noarch: W: no-documentation
python-django-south.noarch: E: zero-length
/usr/lib/python2.7/site-packages/south/tests/emptyapp/models.py
python-django-south.noarch: E: zero-length
/usr/lib/python2.7/site-packages/south/tests/deps_a/models.py
python-django-south.noarch: E: zero-length
/usr/lib/python2.7/site-packages/south/tests/circular_a/models.py
python-django-south.noarch: E: zero-length
/usr/lib/python2.7/site-packages/south/tests/circular_b/models.py
python-django-south.noarch: E: zero-length
/usr/lib/python2.7/site-packages/south/tests/deps_b/models.py
python-django-south.noarch: E: zero-length
/usr/lib/python2.7/site-packages/south/tests/deps_c/models.py
1 packages and 0 specfiles checked; 6 errors, 1 warnings.


rpmlint python-django-south-0.7.5-1.fc18.src.rpm

1 packages and 0 specfiles checked; 0 errors, 0 warnings.


[x]: MUST Sources used to build the package match the upstream source, as
 provided in the spec URL.
/home/mrunge/review/825511/south-0.7.5.tar.gz :
  MD5SUM this package : 69c73d67c953249f9c33a85de3ed5321
  MD5SUM upstream package : 69c73d67c953249f9c33a85de3ed5321

[x]: MUST Spec file is legible and written in American English.
[x]: MUST Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[-]: MUST Package contains a SysV-style init script if in need of one.
[x]: MUST File names are valid UTF-8.
[-]: MUST Useful -debuginfo package or justification otherwise.
[x]: SHOULD Reviewer should test that the package builds in mock.
[!]: SHOULD If the source package does not include license text(s) as a
 separate file from upstream, the packager SHOULD query upstream to
 include it.
[x]: SHOULD Dist tag is present.
[x]: SHOULD No file requires outside of /etc, /bin, /sbin, /usr/bin,
 /usr/sbin.
[x]: SHOULD Final provides and requires are sane (rpm -q --provides and rpm -q
 --requires).
[x]: SHOULD Package functions as described.
[x]: SHOULD Latest version is packaged.
[x]: SHOULD Package does not include license text files separate from
 upstream.
[x]: SHOULD SourceX is a working URL.
[x]: SHOULD Description and summary sections in the package spec file contains
 translations for su

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #5 from Domingo Becker  ---
(In reply to comment #4)
> Domingo, will you also provide an update to the latest version, like for
> django-south?

yep.

Spec URL: http://beckerde.fedorapeople.org/transifex/python-django-south.spec
SRPM URL:
http://beckerde.fedorapeople.org/transifex/python-django-south-0.7.5-1.fc18.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-06-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #4 from Matthias Runge  ---
Domingo, will you also provide an update to the latest version, like for
django-south?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-05-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

greg.helli...@gmail.com changed:

   What|Removed |Added

 CC||greg.helli...@gmail.com

--- Comment #3 from greg.helli...@gmail.com ---
How is this different from the "Django-south" module?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-05-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

--- Comment #2 from Domingo Becker  ---
Removed BuildRoot, clean, defattr and rm -rf buildroot.

Spec URL: http://beckerde.fedorapeople.org/transifex/python-django-south.spec
SRPM URL:
http://beckerde.fedorapeople.org/transifex/python-django-south-0.7.3-2.fc18.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-05-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

Matthias Runge  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mru...@matthias-runge.de
   Assignee|nob...@fedoraproject.org|mru...@matthias-runge.de
  Flags||fedora-review?

--- Comment #1 from Matthias Runge  ---
I'll take this one

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 825511] Review Request: python-django-south - Intelligent schema migrations for Django apps

2012-05-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=825511

Domingo Becker  changed:

   What|Removed |Added

 Blocks||736776

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review