You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+34-34Lines changed: 34 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ v50.2.0
22
22
23
23
* #2355: When pip is imported as part of a build, leave distutils patched.
24
24
* #2380: There are some setuptools specific changes in the
25
-
`setuptools.command.bdist_rpm` module that are no longer needed, because
26
-
they are part of the `bdist_rpm` module in distutils in Python
27
-
3.5.0. Therefore, code was removed from `setuptools.command.bdist_rpm`.
25
+
``setuptools.command.bdist_rpm`` module that are no longer needed, because
26
+
they are part of the ``bdist_rpm`` module in distutils in Python
27
+
3.5.0. Therefore, code was removed from ``setuptools.command.bdist_rpm``.
28
28
29
29
30
30
v50.1.0
@@ -48,7 +48,7 @@ v50.0.2
48
48
v50.0.1
49
49
-------
50
50
51
-
* #2357: Restored Python 3.5 support in distutils.util for missing `subprocess._optim_args_from_interpreter_flags`.
51
+
* #2357: Restored Python 3.5 support in distutils.util for missing ``subprocess._optim_args_from_interpreter_flags``.
52
52
* #2358: Restored AIX support on Python 3.8 and earlier.
53
53
* #2361: Add Python 3.10 support to _distutils_hack. Get the 'Loader' abstract class
54
54
from importlib.abc rather than importlib.util.abc (alias removed in Python
@@ -495,7 +495,7 @@ v40.7.1
495
495
v40.7.0
496
496
-------
497
497
498
-
* #1551: File inputs for the `license` field in `setup.cfg` files now explicitly raise an error.
498
+
* #1551: File inputs for the ``license`` field in ``setup.cfg`` files now explicitly raise an error.
499
499
* #1180: Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136).
500
500
* #1499: ``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.
501
501
* #1544: Added tests for PackageIndex.download (for git URLs).
@@ -545,7 +545,7 @@ v40.5.0
545
545
546
546
* #1335: In ``pkg_resources.normalize_path``, fix issue on Cygwin when cwd contains symlinks.
547
547
* #1502: Deprecated support for downloads from Subversion in package_index/easy_install.
548
-
* #1517: Dropped use of six.u in favor of `u""` literals.
548
+
* #1517: Dropped use of six.u in favor of ``u""`` literals.
549
549
* #1520: Added support for ``data_files`` in ``setup.cfg``.
550
550
* #1525: Fixed rendering of the deprecation warning in easy_install doc.
551
551
@@ -594,7 +594,7 @@ v40.2.0
594
594
v40.1.1
595
595
--------
596
596
597
-
* #1465: Fix regression with `egg_info` command when tagging is used.
597
+
* #1465: Fix regression with ``egg_info`` command when tagging is used.
598
598
599
599
600
600
v40.1.0
@@ -631,8 +631,8 @@ v39.2.0
631
631
a text file.
632
632
* #1360: Fixed issue with a mismatch between the name of the package and the
633
633
name of the .dist-info file in wheel files
634
-
* #1364: Add `__dir__()` implementation to `pkg_resources.Distribution()` that
635
-
includes the attributes in the `_provider` instance variable.
634
+
* #1364: Add ``__dir__()`` implementation to ``pkg_resources.Distribution()`` that
635
+
includes the attributes in the ``_provider`` instance variable.
636
636
* #1365: Take the package_dir option into account when loading the version from
637
637
a module attribute.
638
638
* #1353: Added coverage badge to README.
@@ -742,7 +742,7 @@ v38.2.5
742
742
v38.2.4
743
743
-------
744
744
745
-
* #1220: Fix `data_files` handling when installing from wheel.
745
+
* #1220: Fix ``data_files`` handling when installing from wheel.
746
746
747
747
v38.2.3
748
748
-------
@@ -1506,7 +1506,7 @@ v25.4.0
1506
1506
v25.3.0
1507
1507
-------
1508
1508
1509
-
* #739 Fix unquoted libpaths by fixing compatibility between `numpy.distutils` and `distutils._msvccompiler` for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy).
1509
+
* #739 Fix unquoted libpaths by fixing compatibility between ``numpy.distutils`` and ``distutils._msvccompiler`` for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy).
1510
1510
1511
1511
* #731: Bump certifi.
1512
1512
@@ -1523,21 +1523,21 @@ v25.2.0
1523
1523
v25.1.6
1524
1524
-------
1525
1525
1526
-
* #725: revert `library_dir_option` patch (Error is related to `numpy.distutils` and make errors on non Numpy users).
1526
+
* #725: revert ``library_dir_option`` patch (Error is related to ``numpy.distutils`` and make errors on non Numpy users).
1527
1527
1528
1528
v25.1.5
1529
1529
-------
1530
1530
1531
1531
* #720
1532
-
* #723: Improve patch for `library_dir_option`.
1532
+
* #723: Improve patch for ``library_dir_option``.
1533
1533
1534
1534
v25.1.4
1535
1535
-------
1536
1536
1537
1537
* #717
1538
1538
* #713
1539
1539
* #707: Fix Python 2 compatibility for MSVC by catching errors properly.
1540
-
* #715: Fix unquoted libpaths by patching `library_dir_option`.
1540
+
* #715: Fix unquoted libpaths by patching ``library_dir_option``.
1541
1541
1542
1542
v25.1.3
1543
1543
-------
@@ -3065,32 +3065,32 @@ not all users will find 1.0 a drop-in replacement for 0.9.
3065
3065
3066
3066
* Issue #50: Normalized API of environment marker support. Specifically,
3067
3067
removed line number and filename from SyntaxErrors when returned from
3068
-
`pkg_resources.invalid_marker`. Any clients depending on the specific
3068
+
``pkg_resources.invalid_marker``. Any clients depending on the specific
3069
3069
string representation of exceptions returned by that function may need to
3070
3070
be updated to account for this change.
3071
-
* Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are
3071
+
* Issue #50: SyntaxErrors generated by ``pkg_resources.invalid_marker`` are
3072
3072
normalized for cross-implementation consistency.
3073
3073
* Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting``
3074
3074
options to easy_install. These options have been deprecated since 0.6a11.
3075
3075
3076
3076
0.9.8
3077
3077
-----
3078
3078
3079
-
* Issue #53: Fix NameErrors in `_vcs_split_rev_from_url`.
3079
+
* Issue #53: Fix NameErrors in ``_vcs_split_rev_from_url``.
3080
3080
3081
3081
0.9.7
3082
3082
-----
3083
3083
3084
3084
* Issue #49: Correct AttributeError on PyPy where a hashlib.HASH object does
3085
-
not have a `.name` attribute.
3085
+
not have a ``.name`` attribute.
3086
3086
* Issue #34: Documentation now refers to bootstrap script in code repository
3087
3087
referenced by bookmark.
3088
3088
* Add underscore-separated keys to environment markers (markerlib).
3089
3089
3090
3090
0.9.6
3091
3091
-----
3092
3092
3093
-
* Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a `.name`
3093
+
* Issue #44: Test failure on Python 2.4 when MD5 hash doesn't have a ``.name``
3094
3094
attribute.
3095
3095
3096
3096
0.9.5
@@ -3124,7 +3124,7 @@ not all users will find 1.0 a drop-in replacement for 0.9.
3124
3124
0.9
3125
3125
---
3126
3126
3127
-
* `package_index` now validates hashes other than MD5 in download links.
3127
+
* ``package_index`` now validates hashes other than MD5 in download links.
3128
3128
3129
3129
0.8
3130
3130
---
@@ -3171,7 +3171,7 @@ not all users will find 1.0 a drop-in replacement for 0.9.
3171
3171
0.7.2
3172
3172
-----
3173
3173
3174
-
* Issue #14: Use markerlib when the `parser` module is not available.
3174
+
* Issue #14: Use markerlib when the ``parser`` module is not available.
3175
3175
* Issue #10: ``ez_setup.py`` now uses HTTPS to download setuptools from PyPI.
3176
3176
3177
3177
0.7.1
@@ -3255,7 +3255,7 @@ Added several features that were slated for setuptools 0.6c12:
3255
3255
------
3256
3256
3257
3257
* Distribute #27: Use public api for loading resources from zip files rather than
3258
-
the private method `_zip_directory_cache`.
3258
+
the private method ``_zip_directory_cache``.
3259
3259
* Added a new function ``easy_install.get_win_launcher`` which may be used by
3260
3260
third-party libraries such as buildout to get a suitable script launcher.
3261
3261
@@ -3321,7 +3321,7 @@ how it parses version numbers.
3321
3321
* Fix 2 errors with Jython 2.5.
3322
3322
* Fix 1 failure with Jython 2.5 and 2.7.
3323
3323
* Disable workaround for Jython scripts on Linux systems.
3324
-
* Distribute #336: `setup.py` no longer masks failure exit code when tests fail.
3324
+
* Distribute #336: ``setup.py`` no longer masks failure exit code when tests fail.
3325
3325
* Fix issue in pkg_resources where try/except around a platform-dependent
3326
3326
import would trigger hook load failures on Mercurial. See pull request 32
3327
3327
for details.
@@ -3332,7 +3332,7 @@ how it parses version numbers.
3332
3332
3333
3333
* Fix test suite with Python 2.6.
3334
3334
* Fix some DeprecationWarnings and ResourceWarnings.
3335
-
* Distribute #335: Backed out `setup_requires` superceding installed requirements
3335
+
* Distribute #335: Backed out ``setup_requires`` superceding installed requirements
3336
3336
until regression can be addressed.
3337
3337
3338
3338
0.6.31
@@ -3342,7 +3342,7 @@ how it parses version numbers.
3342
3342
* Distribute #329: Properly close files created by tests for compatibility with
3343
3343
Jython.
3344
3344
* Work around Jython #1980 and Jython #1981.
3345
-
* Distribute #334: Provide workaround for packages that reference `sys.__stdout__`
3345
+
* Distribute #334: Provide workaround for packages that reference ``sys.__stdout__``
3346
3346
such as numpy does. This change should address
3347
3347
`virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long
3348
3348
as the system encoding is UTF-8 or the IO encoding is specified in the
@@ -3351,7 +3351,7 @@ how it parses version numbers.
3351
3351
PYTHONIOENCODING=utf8 pip install numpy
3352
3352
3353
3353
* Fix for encoding issue when installing from Windows executable on Python 3.
3354
-
* Distribute #323: Allow `setup_requires` requirements to supercede installed
3354
+
* Distribute #323: Allow ``setup_requires`` requirements to supercede installed
3355
3355
requirements. Added some new keyword arguments to existing pkg_resources
3356
3356
methods. Also had to updated how __path__ is handled for namespace packages
3357
3357
to ensure that when a new egg distribution containing a namespace package is
@@ -3371,16 +3371,16 @@ how it parses version numbers.
3371
3371
* BB Pull Request #14: Honor file permissions in zip files.
3372
3372
* Distribute #327: Merged pull request #24 to fix a dependency problem with pip.
3373
3373
* Merged pull request #23 to fix https://github.com/pypa/virtualenv/issues/301.
3374
-
* If Sphinx is installed, the `upload_docs` command now runs `build_sphinx`
3374
+
* If Sphinx is installed, the ``upload_docs`` command now runs ``build_sphinx``
0 commit comments