summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-10-12 09:20:50 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2017-10-12 09:20:50 +0200
commit38f43df717386e767de0b1e044bb17510b0b1a6c (patch)
tree6ae447ded9ce02ee53e8193d5a71683a909f9959
parent1d8399a9a0822e0f2216409f316aa1f2e966efc6 (diff)
downloadpsutil-release-5.4.0.tar.gz
pre releaserelease-5.4.0
-rw-r--r--HISTORY.rst2
-rw-r--r--Makefile6
-rw-r--r--docs/index.rst4
3 files changed, 8 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index da989460..5a682a4c 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,7 +3,7 @@
5.4.0
=====
-*XXXX-XX-XX*
+*2017-10-12*
**Enhancements**
diff --git a/Makefile b/Makefile
index 1ed62c39..8c9e8e01 100644
--- a/Makefile
+++ b/Makefile
@@ -237,9 +237,6 @@ win-upload-exes:
# All the necessary steps before making a release.
pre-release:
- ${MAKE} generate-manifest
- git diff MANIFEST.in > /dev/null # ...otherwise 'git diff-index HEAD' will complain
- @PYTHONWARNINGS=all $(PYTHON) -c "import subprocess, sys; out = subprocess.check_output('git diff-index HEAD --', shell=True).strip(); sys.exit('there are uncommitted changes:\n%s' % out) if out else sys.exit(0);"
${MAKE} install
@PYTHONWARNINGS=all $(PYTHON) -c \
"from psutil import __version__ as ver; \
@@ -248,6 +245,9 @@ pre-release:
assert ver in doc, '%r not in docs/index.rst' % ver; \
assert ver in history, '%r not in HISTORY.rst' % ver; \
assert 'XXXX' not in history, 'XXXX in HISTORY.rst';"
+ ${MAKE} generate-manifest
+ git diff MANIFEST.in > /dev/null # ...otherwise 'git diff-index HEAD' will complain
+ @PYTHONWARNINGS=all $(PYTHON) -c "import subprocess, sys; out = subprocess.check_output('git diff-index HEAD --', shell=True).strip(); sys.exit('there are uncommitted changes:\n%s' % out) if out else sys.exit(0);"
${MAKE} win-download-exes
${MAKE} sdist
diff --git a/docs/index.rst b/docs/index.rst
index b8becb3a..e630d0b0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2580,6 +2580,10 @@ take a look at the
Timeline
========
+- 2017-10-12:
+ `5.4.0 <https://pypi.python.org/pypi?name=psutil&version=5.4.0&:action=files>`__ -
+ `what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#540>`__ -
+ `diff <https://github.com/giampaolo/psutil/compare/release-5.3.1...release-5.4.0#files_bucket>`__
- 2017-09-10:
`5.3.1 <https://pypi.python.org/pypi?name=psutil&version=5.3.1&:action=files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#530>`__ -