SF.net SVN: docutils:[9628 ] trunk/sandbox/infrastruct ure/releasing-log.txt
grubert--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9628
http://sourceforge.net/p/docutils/code/9628
Author: grubert
Date: 2024-04-10 18:41:37 +0000 (Wed, 10 Apr 2024)
Log Message:
-----------
test a .post2 release
Modified Paths:
--------------
trunk/sandbox/infrastructure/releasing-log.txt
Modified: trunk/sandbox/infrastructure/releasing-log.txt
===================================================================
--- trunk/sandbox/infrastructure/releasing-log.txt 2024-04-09 19:40:49 UTC (rev 9627)
+++ trunk/sandbox/infrastructure/releasing-log.txt 2024-04-10 18:41:37 UTC (rev 9628)
@@ -68,8 +68,45 @@
* set version 0.22b.dev
+pip does not like the post1
+---------------------------
+installing from source breaks ::
+ pip install --no-binary docutils docutils
+
+ Discarding ... docutils-0.21.post1.tar.gz has inconsistent version:
+ expected '0.21.post1', but metadata has '0.21'
+
+* patch VersionInfo to use serial for post# when releaselevel is "fimal".
+* flit build::
+
+ 591K docutils-0.21.post2-py3-none-any.whl
+ 2,2M docutils-0.21.post2.tar.gz
+
+* upload to testpypi
+* test ::
+
+ python3 -m venv du3 ; cd du3
+ export PYTHONPATH= ; . bin/activate
+
+ python -m pip install --index-url https://test.pypi.org/simple/ --no-deps docutils
+
+ cp -Lr ../docutils-code/docutils/test .
+ python test/alltests.py
+
+* test nobinary ::
+
+ python3 -m venv du3p ; cd du3p
+ export PYTHONPATH= ; . bin/activate
+
+ python -m pip install --index-url https://test.pypi.org/simple/ --no-binary all docutils
+
+ cp -Lr ../docutils-code/docutils/test .
+ python test/alltests.py
+
+ passes except the missing pil and pngs ... as usual.
+
Release 0.20.1 (2023-05-17)
===========================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.