Пакет python-module-setuptools: Информация

    Исходный пакет: python-module-setuptools
    Версия: 0.6-alt1.c9
    Собран:  29 ноября 2008 г. 20:07
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/setuptools

    Лицензия: PSF/ZPL
    О пакете: Python Distutils Enhancements
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-setuptools (noarch)

    Сопровождающий: Python Development Team

    Список участников:
    ns
    Grigory Batalov

    Права:
    @qa_p5

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

    Последнее изменение


    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``).
    23 мая 2008 г. Ivan Fedorov <ns@altlinux.org> 1:0.6-alt1.c8
    - 0.6c8
    - Fixed a missing files problem when using Windows source distributions on
      non-Windows platforms, due to distutils not handling manifest file line
      endings correctly.
    
    - Updated Pyrex support to work with Pyrex 0.9.6 and higher.
    
    - Minor changes for Jython compatibility
    
    - Fixed not installing eggs in ``install_requires`` if they were also used for
      ``setup_requires`` or ``tests_require``.
    
    - Fixed not fetching eggs in ``install_requires`` when running tests.
    
    - Allow ``ez_setup.use_setuptools()`` to upgrade existing setuptools
      installations when called from a standalone ``setup.py``.
    
    - Added a warning if a namespace package is declared, but its parent package
      is not also declared as a namespace.
    25 октября 2007 г. Ivan Fedorov <ns@altlinux.org> 1:0.6-alt1.c7
    - 0.6c7
    - Fixed ``distutils.filelist.findall()`` crashing on broken symlinks,
      and ``egg_info`` command failing on new, uncommitted SVN directories.
    - Fix import problems with nested namespace packages installed via
      ``--root`` or ``--single-version-externally-managed``, due to the
      parent package not having the child package as an attribute.