Revisions of python-setuptools

buildservice-autocommit accepted request 1136302 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 261)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 260)
- update to 69.0.3:
  * Bugfixes - Retain valid names with underscores in egg_info.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1134666 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 259)
- Drop fix-get-python-lib-python38.patch: No Python <3.9 built
- Drop ugly allow-only-direct-compilation.patch in favor of proper
  PEP517 compliant bootstrap, using a built-in pip and the wheel
  package
buildservice-autocommit accepted request 1134566 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 258)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 257)
- Add patch allow-only-direct-compilation.patch:
  * Allow forcing direct compilation.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 255)
- update to 69.0.2:
  * Added missing estimated date for removing
    ``setuptools.dep_util`` (deprecated in v69.0.0).
  * Fixed imports of ``setuptools.dep_util.newer_group``.
  * A deprecation warning is issued instead of a hard failure.
  * Include type information (``py.typed``, ``*.pyi``) by default
    (#3136) -- by :user:`Danie-1`,
  * Exported ``distutils.dep_util`` and ``setuptools.dep_util``
    through ``setuptools.modified``
  * Merged with pypa/distutils@7a04cbda0fc714.
  * Replaced hardcoded numeric values with :obj:`dis.opmap`,
    fixing problem with 3.13.0a1. (#4094)
  * Configuring project ``version`` and ``egg_info.tag_*`` in
    such a way that results in invalid version strings
    (according to :pep:`440`) is no longer permitted. (#4066)
  * Removed deprecated ``egg_base`` option from ``dist_info``.
  * The parsing of the deprecated ``metadata.license_file`` and
    ``metadata.requires`` fields in ``setup.cfg`` is no longer
    supported.
  * Users are expected to move to ``metadata.license_files`` and
    ``options.install_requires`` (respectively). (#4066)
  * Passing ``config_settings`` to ``setuptools.build_meta`` with
    deprecated values for ``--global-option`` is no longer
    allowed. (#4066)
  * Removed deprecated ``namespace-packages`` from
    ``pyproject.toml``.
  * Added strict enforcement for ``project.dynamic`` in
    ``pyproject.toml``.
    This removes the transitional ability of users configuring
    certain parameters via ``setup.py`` without making the
buildservice-autocommit accepted request 1118008 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 254)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) committed (revision 253)
- Do not ship bundled exes
buildservice-autocommit accepted request 1108946 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 252)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 251)
- add sphinx72.patch: address circular imports in sphinx 7.2+
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1108257 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 250)
doesn't fix anything. just a small bump

- update to 68.1.2
  * Fix editable install finder handling of nested packages, by only 
    handling 1 level of nesting and relying on importlib.machinery 
    to find the remaining modules based on the parent package path. 
- update to 68.1.0
  * Removed code referencing bdist_wininst in install_scripts. 
  * Promote pyproject.toml’s [tool.setuptools] out of beta.
  * Automatically add files listed in Extension.depends to sdists, 
    as long as they are contained in the project directory 
  * Require Python 3.8 or later.
  * Use default encoding to create .pth files with editable_wheel.
  * Detects (and complain about) scripts and gui-scripts set via 
    setup.py when pyproject.toml does not include them in dynamic.
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1105292 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 249)
revert, was breaking setuptools_scm and Sphinx
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1104361 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 248)
- update to 68.1.0
  * Removed code referencing bdist_wininst in install_scripts. 
  * Promote pyproject.toml’s [tool.setuptools] out of beta.
  * Automatically add files listed in Extension.depends to sdists, 
    as long as they are contained in the project directory 
  * Require Python 3.8 or later.
  * Use default encoding to create .pth files with editable_wheel.
  * Detects (and complain about) scripts and gui-scripts set via 
    setup.py when pyproject.toml does not include them in dynamic.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 247)
- update to 68.0.0:
  * Removed verification for existing ``depends.txt`` file
  * Remove autofixing of broken ``.egg-info`` directories
    containing the ``-`` character in their base name (without suffix).
  * Remove deprecated APIs in ``easy_install``:
    ``get_script_args``,
    ``get_script_header`` and ``get_writer``.
  * Removed ``egg_info.get_pkg_info_revision`` (deprecated
  * Removed ``setuptools.dist._get_unpatched`` (deprecated
  * Removed support for SVN in
    ``setuptools.package_index`` (deprecated since 2018).
  * Removed support for invalid ``pyproject.toml`` files.
  * Added symlink support to launcher for installed
    executables -- by :user:`eugene-sevostianov-sc`
  * Updated vendored ``packaging`` version from 23.0 to
    23.1 -- by :user:`MetRonnie`
  * Implemented workaround for old versions of
    ``vswhere``, which miss the
  * ``-requiresAny`` parameter, such as the ones distributed
    together with Visual Studio 2017 < 15.6.
  * Changed ``DistutilsMetaFinder`` to skip
    ``spec_for_pip`` on Python >= 3.12.
  * Removed ``_distutils_hack.remove_shim`` on Python >=
    3.12 (since ``distutils`` was removed from the standard library,
    ``DistutilsMetaFinder`` cannot be disabled on Python >=
    3.12).
  * #3920: Add a link to deprecation warning in ``pkg_resources``
    and improve ``stacklevel`` for better visibility.
- drop use-tarfile-extraction_filter.patch (upstream)
buildservice-autocommit accepted request 1091248 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 246)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1091230 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 245)
- Update to 67.8.0:
  * #3128: In deprecated easy_install, reload and merge the pth file
    before saving.
  * #3915: Adequate tests to the latest changes in virtualenv for
    Python 3.12.
buildservice-autocommit accepted request 1084684 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 244)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1084683 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 243)
- Testing must be single-spec as well.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 242)
- Refresh sort-for-reproducibility.patch
Displaying revisions 1 - 20 of 261
openSUSE Build Service is sponsored by