Package python-module-setuptools: Information

    Source package: python-module-setuptools
    Version: 0.6-alt1.c11
    Build time:  Aug 3, 2010, 01:59 PM
    Report package bug
    License: PSF/ZPL
    Summary: Python Distutils Enhancements
    Description: 
    Setuptools is a collection of enhancements to the Python distutils
    that allow you to more easily build and distribute Python packages,
    especially ones that have dependencies on other packages.

    List of rpms provided by this srpm:
    python-module-setuptools (noarch)
    python-module-setuptools-tests (noarch)


    List of contributors:
    Eugeny A. Rostovtsev
    ns
    Grigory Batalov

      1. python-devel = 2.6
      2. rpm-build-python >= 0.8

    Last changed


    Aug. 3, 2010 Eugeny A. Rostovtsev 1:0.6-alt1.c11
    - Version 0.6c11
    - Extracted tests into separate package
    Nov. 6, 2009 Eugeny A. Rostovtsev 1:0.6-alt1.c9.1
    - Rebuilt with python 2.6
    Nov. 29, 2008 Ivan Fedorov <ns@altlinux.org> 1:0.6-alt1.c9
    - fixed #18041
    - 0.6c9
      + Minor changes for Jython compatibility, including skipping tests
        that can't work on Jython.
      + Support Subversion 1.5
    
      + Removed use of deprecated ``md5`` module if ``hashlib`` is available
    
      + Fixed ``bdist_wininst upload`` trying to upload the ``.exe`` twice
    
      + Fixed ``bdist_egg`` putting a ``native_libs.txt`` in the source
        package's ``.egg-info``, when it should only be in the built egg's
        ``EGG-INFO``.
    
      + Ensure that _full_name is set on all shared libs before extensions
        are checked for shared lib usage. (Fixes a bug in the experimental
        shared library build support.)
    
      + Fix to allow unpacked eggs containing native libraries to fail more
        gracefully under Google App Engine (with an ``ImportError`` loading
        the C-based module, instead of getting a ``NameError``).