This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0b88699 more clarifications of old Qpid Python component language and
protocol support, additional notes directing to Proton for Python 3 and AMQP
1.0 support.
0b88699 is described below
commit 0b886999f42da720c17e21982df596671526d493
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Dec 16 12:39:56 2019 +0000
more clarifications of old Qpid Python component language and protocol
support, additional notes directing to Proton for Python 3 and AMQP 1.0 support.
---
content/components/messaging-api/index.html | 8 +++++---
content/download.html | 4 +++-
content/releases/qpid-python-1.36.0/index.html | 4 +++-
content/releases/qpid-python-1.36.0/release-notes.html | 2 ++
content/releases/qpid-python-1.37.0/index.html | 4 +++-
content/releases/qpid-python-1.37.0/release-notes.html | 2 ++
input/components/messaging-api/index.md | 8 +++++---
input/download.md | 4 +++-
input/releases/qpid-python-1.36.0/index.md | 6 ++++--
input/releases/qpid-python-1.36.0/release-notes.md | 4 +++-
input/releases/qpid-python-1.37.0/index.md | 6 ++++--
input/releases/qpid-python-1.37.0/release-notes.md | 2 ++
scripts/gen-python-release-notes | 2 ++
scripts/gen-python-release-page | 4 +++-
14 files changed, 44 insertions(+), 16 deletions(-)
diff --git a/content/components/messaging-api/index.html
b/content/components/messaging-api/index.html
index 77c4118..276f3fc 100644
--- a/content/components/messaging-api/index.html
+++ b/content/components/messaging-api/index.html
@@ -120,13 +120,15 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
platforms.</p>
<ul>
-<li><em>Languages</em> - C++, Python</li>
+<li><em>Languages</em> - C++, Python 2</li>
<li><em>Platforms</em> - Linux, Windows</li>
-<li><em>AMQP versions</em> - 1.0, 0-10</li>
+<li><em>AMQP versions</em> - C++: 1.0, 0-10, Python: 0-10</li>
<li><em>Downloads</em> - C++, bindings: <a
href="http://www.apache.org/dyn/closer.lua/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz">qpid-cpp-1.39.0.tar.gz</a>
[<a
href="https://www.apache.org/dist/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.asc">ASC</a>,
<a
href="https://www.apache.org/dist/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.md5">MD5</a>,
<a
href="https://www.apache.org/dist/qpid/cpp/1.39.0/qpid-cpp-1.39.0.tar.gz.sha512">SHA512</a>],<br/>Python:
<a href="http://www.apache.org/dyn/closer.lua/qpi [...]
<li><em>Source location</em> - <a
href="https://gitbox.apache.org/repos/asf/qpid-cpp.git">https://gitbox.apache.org/repos/asf/qpid-cpp.git</a>,<br/>
<a
href="https://gitbox.apache.org/repos/asf/qpid-python.git">https://gitbox.apache.org/repos/asf/qpid-python.git</a></li>
</ul>
+<p><strong>NOTE</strong>: For Python, look instead to <a
href="http://qpid.apache.org/proton">Qpid Proton</a> for Python 3 and AMQP 1.0
support.</p>
+
<h2 id="documentation">Documentation</h2>
<p>This is the documentation for the current released version. You can
@@ -180,7 +182,7 @@ find previous versions with our
</tbody>
</table>
-<p><strong>NOTE</strong>: For Python, look instead to <a
href="http://qpid.apache.org/proton">Qpid Proton</a> for Python 3 and AMQP 1.0
support.</p>
+<p>For Python, look instead to <a href="http://qpid.apache.org/proton">Qpid
Proton</a> for Python 3 and AMQP 1.0 support.</p>
<h2 id="issues">Issues</h2>
diff --git a/content/download.html b/content/download.html
index 54dd001..65c88e1 100644
--- a/content/download.html
+++ b/content/download.html
@@ -164,7 +164,7 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
<td><a href="/releases/qpid-cpp-1.39.0/index.html">Release Page</a></td>
</tr>
<tr>
- <td><a href="/components/messaging-api/index.html">Qpid Messaging API</a>
Python</td>
+ <td><a href="/components/messaging-api/index.html">Qpid Messaging API</a>
Python 2*</td>
<td>1.37.0</td>
<td><a
href="http://www.apache.org/dyn/closer.lua/qpid/python/1.37.0/qpid-python-1.37.0.tar.gz">Source</a>
(<a
href="https://www.apache.org/dist/qpid/python/1.37.0/qpid-python-1.37.0.tar.gz.asc">ASC</a>,
<a
href="https://www.apache.org/dist/qpid/python/1.37.0/qpid-python-1.37.0.tar.gz.sha512">SHA512</a>)</td>
<td><a href="/releases/qpid-python-1.37.0/index.html">Release Page</a></td>
@@ -172,6 +172,8 @@
https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
</tbody>
</table>
+<p>* Look to the newer <a href="http://qpid.apache.org/proton">Qpid Proton</a>
for Python 3 and AMQP 1.0 support.</p>
+
<h2 id="messaging-servers">Messaging servers</h2>
<table>
diff --git a/content/releases/qpid-python-1.36.0/index.html
b/content/releases/qpid-python-1.36.0/index.html
index 2cffc20..582a80f 100644
--- a/content/releases/qpid-python-1.36.0/index.html
+++ b/content/releases/qpid-python-1.36.0/index.html
@@ -159,13 +159,15 @@ files you download.</p>
<tbody>
<tr>
<td><a href="/components/messaging-api/index.html">Qpid Messaging
API</a></td>
- <td>Python</td>
+ <td>Python 2</td>
<td>Linux, Windows</td>
<td>0-10</td>
</tr>
</tbody>
</table>
+<p><strong>NOTE</strong>: Look to <a href="http://qpid.apache.org/proton">Qpid
Proton</a> for Python 3 and AMQP 1.0 support.</p>
+
<h2 id="documentation">Documentation</h2>
<div class="two-column">
diff --git a/content/releases/qpid-python-1.36.0/release-notes.html
b/content/releases/qpid-python-1.36.0/release-notes.html
index 002f3d8..d7e785e 100644
--- a/content/releases/qpid-python-1.36.0/release-notes.html
+++ b/content/releases/qpid-python-1.36.0/release-notes.html
@@ -122,6 +122,8 @@ for AMQP conformance.</p>
<p>For more information about this release, including download links and
documentation, see the <a href="index.html">release overview</a>.</p>
+<p><strong>NOTE</strong>: Look to <a href="http://qpid.apache.org/proton">Qpid
Proton</a> for Python 3 and AMQP 1.0 support.</p>
+
<h2 id="bugs-fixed">Bugs fixed</h2>
<ul>
diff --git a/content/releases/qpid-python-1.37.0/index.html
b/content/releases/qpid-python-1.37.0/index.html
index c909767..f138fed 100644
--- a/content/releases/qpid-python-1.37.0/index.html
+++ b/content/releases/qpid-python-1.37.0/index.html
@@ -159,13 +159,15 @@ files you download.</p>
<tbody>
<tr>
<td><a href="/components/messaging-api/index.html">Qpid Messaging
API</a></td>
- <td>Python</td>
+ <td>Python 2</td>
<td>Linux, Windows</td>
<td>0-10</td>
</tr>
</tbody>
</table>
+<p><strong>NOTE</strong>: Look to <a href="http://qpid.apache.org/proton">Qpid
Proton</a> for Python 3 and AMQP 1.0 support.</p>
+
<h2 id="documentation">Documentation</h2>
<div class="two-column">
diff --git a/content/releases/qpid-python-1.37.0/release-notes.html
b/content/releases/qpid-python-1.37.0/release-notes.html
index 53e54da..37815db 100644
--- a/content/releases/qpid-python-1.37.0/release-notes.html
+++ b/content/releases/qpid-python-1.37.0/release-notes.html
@@ -122,6 +122,8 @@ for AMQP conformance.</p>
<p>For more information about this release, including download links and
documentation, see the <a href="index.html">release overview</a>.</p>
+<p><strong>NOTE</strong>: Look to <a href="http://qpid.apache.org/proton">Qpid
Proton</a> for Python 3 and AMQP 1.0 support.</p>
+
<h2 id="bugs-fixed">Bugs fixed</h2>
<ul>
diff --git a/input/components/messaging-api/index.md
b/input/components/messaging-api/index.md
index d40da08..927fa65 100644
--- a/input/components/messaging-api/index.md
+++ b/input/components/messaging-api/index.md
@@ -22,12 +22,14 @@
A connection-oriented messaging API that supports many languages and
platforms.
- - *Languages* - C++, Python
+ - *Languages* - C++, Python 2
- *Platforms* - Linux, Windows
- - *AMQP versions* - 1.0, 0-10
+ - *AMQP versions* - C++: 1.0, 0-10, Python: 0-10
- *Downloads* - C++, bindings:
[qpid-cpp-{{current_cpp_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz)
\[[ASC](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc),
[MD5](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.md5),
[SHA512](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp
[...]
- *Source location* -
<https://gitbox.apache.org/repos/asf/qpid-cpp.git>,<br/>
<https://gitbox.apache.org/repos/asf/qpid-python.git>
+**NOTE**: For Python, look instead to [Qpid
Proton](http://qpid.apache.org/proton) for Python 3 and AMQP 1.0 support.
+
## Documentation
This is the documentation for the current released version. You can
@@ -53,7 +55,7 @@ find previous versions with our
| *C++* |
[hello_world.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/hello_world.cpp.html)
|
[client.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/client.cpp.html)
|
[server.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/server.cpp.html)
|
[spout.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/spout.cpp.html)
|
[drain.cpp]({{current_cpp_release_url}}/messaging-api/cpp/examples/drain.cpp.html)
|
| *Python* |
[hello]({{current_python_release_url}}/messaging-api/examples/hello.html) | |
[server]({{current_python_release_url}}/messaging-api/examples/server.html) |
[spout]({{current_python_release_url}}/messaging-api/examples/spout.html) |
[drain]({{current_python_release_url}}/messaging-api/examples/drain.html) |
-**NOTE**: For Python, look instead to [Qpid
Proton](http://qpid.apache.org/proton) for Python 3 and AMQP 1.0 support.
+For Python, look instead to [Qpid Proton](http://qpid.apache.org/proton) for
Python 3 and AMQP 1.0 support.
## Issues
For more information about finding and reporting bugs, see
diff --git a/input/download.md b/input/download.md
index 12e100e..9ac7087 100644
--- a/input/download.md
+++ b/input/download.md
@@ -33,7 +33,9 @@ It is important to [verify the
integrity](#verify-what-you-download) of the file
| [Qpid JMS]({{site_url}}/components/jms/index.html) (AMQP 1.0) |
{{current_jms_release}} |
[Source](http://www.apache.org/dyn/closer.lua/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-src.tar.gz)
([ASC](https://www.apache.org/dist/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-src.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-src.tar.gz.sha512)),
[Binary](htt [...]
| [Qpid JMS AMQP 0-x]({{site_url}}/components/jms/amqp-0-x.html) |
{{current_jms_amqp_0_x_release}} |
[Source](http://www.apache.org/dyn/closer.lua/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-src.tar.gz)
([ASC](https://www.apache.org/dist/qpid/jms-amqp-0-x/{{current_jms_amqp_0_x_release}}/apache-qpid-jms-amqp-0-x-{{current_jms_amqp_0_x_release}}-src.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/jms-amqp-0-x/{{curre [...]
| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) C++ |
{{current_cpp_release}} |
[Source](http://www.apache.org/dyn/closer.lua/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz)
([ASC](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha512))
| [Release Page]({{current_cpp_re [...]
-| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html)
Python | {{current_python_release}} |
[Source](http://www.apache.org/dyn/closer.lua/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz)
([ASC](https://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.s
[...]
+| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html)
Python 2* | {{current_python_release}} |
[Source](http://www.apache.org/dyn/closer.lua/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz)
([ASC](https://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.g
[...]
+
+\* Look to the newer [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
## Messaging servers
diff --git a/input/releases/qpid-python-1.36.0/index.md
b/input/releases/qpid-python-1.36.0/index.md
index 004b335..9003613 100644
--- a/input/releases/qpid-python-1.36.0/index.md
+++ b/input/releases/qpid-python-1.36.0/index.md
@@ -39,7 +39,9 @@ files you download.
| Component | Languages | Platforms | AMQP versions |
|-----------|-----------|-----------|---------------|
-| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) |
Python | Linux, Windows | 0-10 |
+| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) |
Python 2 | Linux, Windows | 0-10 |
+
+**NOTE**: Look to [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
## Documentation
@@ -64,4 +66,4 @@ files you download.
_modifyCurrentReleaseLinks();
}
});
-</script>
\ No newline at end of file
+</script>
diff --git a/input/releases/qpid-python-1.36.0/release-notes.md
b/input/releases/qpid-python-1.36.0/release-notes.md
index 9b49252..d03c1da 100644
--- a/input/releases/qpid-python-1.36.0/release-notes.md
+++ b/input/releases/qpid-python-1.36.0/release-notes.md
@@ -25,10 +25,12 @@ for AMQP conformance.
For more information about this release, including download links and
documentation, see the [release overview](index.html).
+**NOTE**: Look to [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
+
## Bugs fixed
- [QPID-7317](https://issues.apache.org/jira/browse/QPID-7317) - Deadlock on
publish
- [QPID-7423](https://issues.apache.org/jira/browse/QPID-7423) - [0-8...0-91]
Chunk message content that exceeds the capacity of a single frame into multiple
frames
- [QPID-7424](https://issues.apache.org/jira/browse/QPID-7424) - [0-8..0-91]
Consuming python client application is not notified of remotely closed
connection
- - [QPID-7588](https://issues.apache.org/jira/browse/QPID-7588) - [Python
Client 0-8..0-91] The received message ocasionally might not be dispatched into
the application queue in timely manner
\ No newline at end of file
+ - [QPID-7588](https://issues.apache.org/jira/browse/QPID-7588) - [Python
Client 0-8..0-91] The received message ocasionally might not be dispatched into
the application queue in timely manner
diff --git a/input/releases/qpid-python-1.37.0/index.md
b/input/releases/qpid-python-1.37.0/index.md
index 740bdfc..72a12e3 100644
--- a/input/releases/qpid-python-1.37.0/index.md
+++ b/input/releases/qpid-python-1.37.0/index.md
@@ -39,7 +39,9 @@ files you download.
| Component | Languages | Platforms | AMQP versions |
|-----------|-----------|-----------|---------------|
-| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) |
Python | Linux, Windows | 0-10 |
+| [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) |
Python 2 | Linux, Windows | 0-10 |
+
+**NOTE**: Look to [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
## Documentation
@@ -64,4 +66,4 @@ files you download.
_modifyCurrentReleaseLinks();
}
});
-</script>
\ No newline at end of file
+</script>
diff --git a/input/releases/qpid-python-1.37.0/release-notes.md
b/input/releases/qpid-python-1.37.0/release-notes.md
index f39660c..1eaed04 100644
--- a/input/releases/qpid-python-1.37.0/release-notes.md
+++ b/input/releases/qpid-python-1.37.0/release-notes.md
@@ -25,6 +25,8 @@ for AMQP conformance.
For more information about this release, including download links and
documentation, see the [release overview](index.html).
+**NOTE**: Look to [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
+
## Bugs fixed
diff --git a/scripts/gen-python-release-notes b/scripts/gen-python-release-notes
index e311450..a95e479 100755
--- a/scripts/gen-python-release-notes
+++ b/scripts/gen-python-release-notes
@@ -49,6 +49,8 @@ for AMQP conformance.
For more information about this release, including download links and
documentation, see the [release overview](index.html).
+**NOTE**: Look to [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
+
{release_notes}
"""
diff --git a/scripts/gen-python-release-page b/scripts/gen-python-release-page
index 7cbc187..2f1d523 100755
--- a/scripts/gen-python-release-page
+++ b/scripts/gen-python-release-page
@@ -27,7 +27,7 @@ source_artefact_records = (
)
component_records = (
- ("messaging-api", "Qpid Messaging API", "Python", "Linux, Windows",
"0-10"),
+ ("messaging-api", "Qpid Messaging API", "Python 2", "Linux, Windows",
"0-10"),
)
documentation = \
@@ -86,6 +86,8 @@ files you download.
|-----------|-----------|-----------|---------------|
{components}
+**NOTE**: Look to [Qpid Proton](http://qpid.apache.org/proton) for Python 3
and AMQP 1.0 support.
+
## Documentation
{documentation}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]