Revisions of python-setuptools
Ondřej Súkup (mimi_vx)
committed
(revision 199)
- update to 44.1.0 * Set sys.argv[0] in setup script run by build_meta.__legacy__ * Fix for Python 4: replace unsafe six.PY3 with six.PY2 * Fixed a bug in the “setuptools.finalize_distribution_options” hook that lead to ignoring the order attribute of entry points managed by this hook. * Avoid loading working set during Distribution.finalize_options prior to invoking _install_setup_requires, broken since v42.0.0.
buildservice-autocommit
accepted
request 816632
from
Tomáš Chvátal (scarabeus_iv)
(revision 198)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 816623
from
Benjamin Greiner (bnavigator)
(revision 197)
- use local source dir for pytest imports gh#openSUSE/python-rpm-macros#48
buildservice-autocommit
accepted
request 791828
from
Matej Cepl (mcepl)
(revision 196)
baserev update by copy to link target
Matej Cepl (mcepl)
committed
(revision 195)
Remove unnecessary license files
Matej Cepl (mcepl)
committed
(revision 194)
- Fix License to the correct MIT
buildservice-autocommit
accepted
request 784647
from
Tomáš Chvátal (scarabeus_iv)
(revision 193)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 192)
- Fix build without python2
Dirk Mueller (dirkmueller)
committed
(revision 191)
- remove dependency on six, this is vendored in setuptools to break the buildcycle with six (bsc#1166139)
buildservice-autocommit
accepted
request 769997
from
Ondřej Súkup (mimi_vx)
(revision 190)
baserev update by copy to link target
Ondřej Súkup (mimi_vx)
committed
(revision 189)
- update to 44.0.0 - last version with python2 support - add testdata.tar.gz -> missing data for testsuite * Drop support for Python 3.4. * include pyproject.toml in source distribution by default. Projects relying on the previous behavior where pyproject.toml * Setuptools once again declares 'setuptools' in the build-system.requires and adds PEP 517 build support by declaring itself as the build-backend * Fix support for easy_install's find-links option in setup.cfg * Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras. * Mark the easy_install script and setuptools command as deprecated, and use pip when available to fetch/build wheels for missing setup_requires/tests_require requirements, with the following differences in behavior: + support for python_requires + better support for wheels (proper handling of priority with respect to PEP 425 tags) + PEP 517/518 support + eggs are not supported + no support for the allow_hosts easy_install option (index_url/find_links are still honored) + pip environment variables are honored (and take precedence over easy_install options) * Removed the "upload" and "register" commands in favor of twine. * Add support for the license_files option in setup.cfg to automatically include multiple license files in a source distribution. * Update handling of wheels compatibility tags: * add support for manylinux2010 * fix use of removed 'm' ABI flag in Python 3.8 on Windows * Fix empty namespace package installation from wheel. * Setuptools now exposes a new entry point hook "setuptools.finalize_distribution_options", enabling plugins like setuptools_scm to configure options on the distribution at finalization time.
buildservice-autocommit
accepted
request 748817
from
Ondřej Súkup (mimi_vx)
(revision 188)
baserev update by copy to link target
Ondřej Súkup (mimi_vx)
committed
(revision 187)
fix name of patch
Ondřej Súkup (mimi_vx)
committed
(revision 186)
- add importlib.patch
Ondřej Súkup (mimi_vx)
committed
(revision 185)
- update to 41.6.0 * Replace usage of deprecated imp module with local re-implementation in setuptools._imp * Fix pkg_resources.Requirement hash/equality implementation * Fix tests when running under python3.10. * drop 'deprecated' documentation (test command, ez_setup, EasyInstall)
Matej Cepl (mcepl)
accepted
request 740901
from
Stefan Brüns (StefanBruens)
(revision 184)
- Remove runtime dependency for the full python3 package, as the actually required SSL module is in python3-base. For python(2), SSL is in the "full" python package. Avoids build loops and shortens the dependency chain for e.g. rust.
Tomáš Chvátal (scarabeus_iv)
committed
(revision 183)
Tomáš Chvátal (scarabeus_iv)
committed
(revision 182)
- Try to use system packages rather than the vendored variants
Tomáš Chvátal (scarabeus_iv)
committed
(revision 181)
- Add patch to sort outputs for better reproducability: * sort-for-reproducibility.patch - Add missing dep on ordered-set as it is now in the vendored dir too
Tomáš Chvátal (scarabeus_iv)
accepted
request 737429
from
Markéta Machová (mcalabkova)
(revision 180)
- Update to 41.4.0 * In declarative config, now traps errors when invalid python_requires values are supplied. * When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. * Fixed failing integration test triggered by 'long_description_content_type' in packaging.
Displaying revisions 81 - 100 of 279