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
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
[update to 46.0.0] Add info message when authentication error encountered processing package index.
Andrew Taylor (1):
Add info message when authentication error encountered processing package index.
Bastian Venthur (5):
Deprecated Eggsecutable Scripts
Put deprecation in section rather then removing it (updated changelog as well)
Added test for DeprecationWarning
warning -> deprecated
Removed unused context.quiet
Dan Rose (1):
Remove sys.modules hack
Jason R. Coombs (29):
Error on warnings. Fixes #1823.
Move the error directive to the top, as it's more permanent.
Add changelog entry
normalize indentation
Remove the Features feature. Fixes #65.
Update changelog.
Add azure pipelines from jaraco/skeleton
Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines.
Update deprecation version and include extension on changelog file.
Avoid installing setuptools 45 on Python 2.
Pin virtualenv to <20 as workaround for #1998.
Suppress failures due to unfortunate combination of issues. Ref #2000.
Copy docs requirements to a separate file due to RTD constraints. Fixes #2001. Ref readthedocs/readthedocs.org#6662
Bump version: 45.2.0 → 45.3.0
Also remove mysterious hack from pkg_resources.extern
Try building docs with python3. Ref #1992.
Reword UserWarning for insecure extraction path so that the message can be keyed for ignoring it. Ref #1899.
Suppress UserWarning in pkg_resources.
Try installing pip
Use pep517 to avoid bb://pypa/distlib#136.
Emit the Python version
Add a file 'runtime.txt' to let Netlify know to use that env. Fixes #1992.
Docs land in build/html
Add a note about runtime.txt
Suppress RuntimeWarning from sandbox module on Python 2
Suppress Windows bytes API warning until it can be fixed. Ref #2016.
Suppress another warning
Get both UnicodeWarnings
Bump version: 45.3.0 → 46.0.0
Miro Hrončok (1):
Include pkg_resources test data in sdist
Ye-hyoung Kang (2):
Fix broken link to Python docs
Create 2011.doc.rst
mayeut (1):
Use CPython 3.8.0 mechanism to find msvc 14+
Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
65
-
66
-
`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
67
-
68
-
Code of Conduct
69
-
===============
70
-
71
-
Everyone interacting in the setuptools project's codebases, issue trackers,
72
-
chat rooms, and mailing lists is expected to follow the
73
-
`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.
24
+
:target: https://pypi.org/project/setuptools
74
25
75
26
%package bin
76
27
Summary: bin components for the setuptools package.
@@ -109,15 +60,15 @@ python3 components for the setuptools package.
0 commit comments