Download, build, install, upgrade, and uninstall Python packages -- easily!

Edit Package python-setuptools

setuptools is a collection of enhancements to the Python distutils (for Python 2.3 and up) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.

Refresh
Refresh
Source Files
Filename Size Changed
fix-sle11-test-failure.patch 0000000592 592 Bytes
psfl.txt 0000011900 11.6 KB
python-setuptools.changes 0000057039 55.7 KB
python-setuptools.spec 0000004058 3.96 KB
setuptools-28.3.0.tar.gz 0000640503 625 KB
setuptools-5.4.1-create-sitedir.patch 0000000767 767 Bytes
setuptools-certpath.patch 0000000684 684 Bytes
zpl.txt 0000002366 2.31 KB
Revision 102 (latest revision is 281)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 433921 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 102)
- update to 28.3.0:
  * #809: In ``find_packages()``, restore support for excluding
    a parent package without excluding a child package.
  * #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where
    PEP-420 functionality is adequate. Fixes pip #1924.
  * #803: Bump certifi to 2016.9.26.
  * #733: Do not search excluded directories for packages.
    This introduced a backwards incompatible change in ``find_packages()``
    so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``.
    Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``,
    even though the parent ``foo`` package was excluded.
  * #795: Bump certifi.
  * #719: Suppress decoding errors and instead log a warning
    when metadata cannot be decoded.
  * #790: In MSVC monkeypatching, explicitly patch each
    function by name in the target module instead of inferring
    the module from the function's ``__module__``. Improves
    compatibility with other packages that might have previously
    patched distutils functions (i.e. NumPy).
  * #794: In test command, add installed eggs to PYTHONPATH
    when invoking tests so that subprocesses will also have the
    dependencies available. Fixes `tox 330
    <https://github.com/tox-dev/tox/issues/330>`_.
  * #795: Update vendored pyparsing 2.1.9.
  * #520 and #513: Suppress ValueErrors in fixup_namespace_packages
    when lookup fails.
  * Nicer, more consistent interfaces for msvc monkeypatching.
  * #779 via #781: Fix circular import.
  * #778: Fix MSVC monkeypatching.
  * Introduce the (private) ``monkey`` module to encapsulate
Comments 2

Björn Bidar's avatar

I noticed that the package also contains windows executeables. Should we ship those?


Daniel Garcia's avatar

I don't think that we need those .exe, I've just removed it.

openSUSE Build Service is sponsored by