[Bug 739858] New: Review Request: python-import-utils - A module that supports simple programmatic module imports

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-import-utils - A module that supports simple programmatic module imports

https://bugzilla.redhat.com/show_bug.cgi?id=739858

           Summary: Review Request: python-import-utils - A module that
                    supports simple programmatic module imports
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody@xxxxxxxxxxxxxxxxx
        ReportedBy: mrunge@xxxxxxxxxxxxxxxxx
         QAContact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: notting@xxxxxxxxxx,
                    package-review@xxxxxxxxxxxxxxxxxxxxxxx
    Classification: Fedora
      Story Points: ---
              Type: ---


Spec URL: http://www.matthias-runge.de/fedora/python-import-utils.spec
SRPM URL:
http://www.matthias-runge.de/fedora/python-import-utils-0.0.1-1.fc15.src.rpm
Description: Utilities for loading modules, supporting programmatic imports of
types:

>from import_utils import import_module_from, import_module
>import x as mod_x
>mod_x = import_module('x')
>
>import x.y as mod_xy
>mod_xy = import_module('x.y')
>
>from x.y import z
>z = import_module_from('x.y.z')

-----
rpmlint -i /home/mrunge/rpmbuild/SRPMS/python-import-utils-0.0.1-1.fc15.src.rpm
/home/mrunge/rpmbuild/RPMS/noarch/python-import-utils-0.0.1-1.fc15.noarch.rpm
./python-import-utils.spec 
python-import-utils.src: W: spelling-error %description -l en_US xy -> x, y, xi
The value of this tag appears to be misspelled. Please double-check.

python-import-utils.noarch: W: spelling-error %description -l en_US xy -> x, y,
xi
The value of this tag appears to be misspelled. Please double-check.

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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]