1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Remove privacy breach in docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2021-08-25
--- python-txaio-20.4.1.orig/README.rst
+++ python-txaio-20.4.1/README.rst
@@ -90,23 +90,3 @@
practices or risk tolerance, please take this into consideration when deciding whether
to upgrade beyond version v25.6.1.
-
-.. |Version| image:: https://img.shields.io/pypi/v/txaio.svg
- :target: https://pypi.python.org/pypi/txaio
- :alt: Version
-
-.. |Build| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg
- :target: https://github.com/crossbario/txaio/actions?query=workflow%3Amain
- :alt: Build Workflow
-
-.. |Deploy| image:: https://github.com/crossbario/txaio/workflows/deploy/badge.svg
- :target: https://github.com/crossbario/txaio/actions?query=workflow%3Adeploy
- :alt: Deploy Workflow
-
-.. |Coverage| image:: https://codecov.io/github/crossbario/txaio/coverage.svg?branch=master
- :target: https://codecov.io/github/crossbario/txaio
- :alt: Coverage
-
-.. |Docs| image:: https://readthedocs.org/projects/txaio/badge/?version=latest
- :target: https://txaio.readthedocs.io/en/latest/
- :alt: Docs
|