fed7f08 - Make sure pykickstart requires some version of the library. (clumens)

Authored and Committed by clumens 9 years ago
    - Make sure pykickstart requires some version of the library. (clumens)
    - Split into python2 and python3 specific packages. (clumens)
    - Look for translations in their new location. (clumens)
    - Install .mo files into the python site-packages directory. (clumens)
    - Merge pull request #3 from tradej/python3 (clumens)
    - Fixed pylint warnings (tradej)
    - Fixed executables in tools + related parts of pykickstart.parser. (tradej)
    - Explicitly closing files. Python 3 tests work now. (tradej)
    - Implemented rich comparison for parser.Group. (tradej)
    - Error parsing in test.commands.logvol matches Python 3's optparse. (tradej)
    - Keeping order of contents in the %packages section with OrderedSet (under MIT license). (tradej)
    - Redefined _ in pykickstart.i18n, importing. (tradej)
    - Fixed assertRaisesRegexp function in Python3. (tradej)
    - Replaced string.strip(pkgs) with str(pkgs).strip(). (tradej)
    - Adapted Makefile to allow running tests under Python 3. (tradej)
    - Converted syntax to Python 3-compatible (rhbz#985310) (tradej)
    - Fix a problem pylint caught with the last patch merge. (clumens)
    - Make sure pykickstart/*/*py messages get included in pykickstart.pot. (clumens)
    - Merge pull request #2 from tradej/urlgrabber (clumens)
    - Replaced URLGrabber with requests (rhbz#1141245) (tradej)
    - Remove --nobase as an option. (clumens)
    - Add support to rhel6 for specifying thin pool profile (vpodzime)
    - Add support to rhel6 for custom layouts using lvm thin provisioning. (dlehman)
    
        
file modified
+1 -0
file modified
+99 -20
file modified
+1 -1