Download, build, install, upgrade, and uninstall Python packages -- easily!
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.
- Developed at devel:languages:python
-
21
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-setuptools && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
psfl.txt | 0000011900 11.6 KB | |
python-setuptools.changes | 0000007108 6.94 KB | |
python-setuptools.spec | 0000003164 3.09 KB | |
setuptools-0.6c9-create-sitedir.patch | 0000000574 574 Bytes | |
setuptools-0.9.8.tar.gz | 0000766455 748 KB | |
zpl.txt | 0000002366 2.31 KB |
Revision 3 (latest revision is 85)
Stephan Kulow (coolo)
accepted
request 184864
from
Sascha Peilicke (saschpe)
(revision 3)
- Update to version 0.9.8: * Issue #53: Fix NameErrors in _vcs_split_rev_from_url. - Changes from version 0.9.7: * Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does not have a .name attribute. * Issue #34: Documentation now refers to bootstrap script in code repository referenced by bookmark. * Add underscore-separated keys to environment markers (markerlib). - Changes from version 0.9.6: * Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a .name attribute. - Changes from version 0.9.5: * Python #17980: Fix security vulnerability in SSL certificate validation. - Changes from version 0.9.4: * Issue #43: Fix issue (introduced in 0.9.1) with version resolution when upgrading over other releases of Setuptools. - Changes from version 0.9.3: * Issue #42: Fix new AttributeError introduced in last fix. - Changes from version 0.9.2: * Issue #42: Fix regression where blank checksums would trigger an AttributeError. - Changes from version 0.9.1: * Distribute #386: Allow other positional and keyword arguments to os.open. * Corrected dependency on certifi mis-referenced in 0.9. - Changes from version 0.9: * package_index now validates hashes other than MD5 in download links. - Changes from version 0.8: * Code base now runs on Python 2.4 - Python 3.3 without Python 2to3 conversion.
Comments 0