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 32 33 34 35 36 37 38 39 40 41 42
|
From: Daniele Tricoli <eriol@mornie.org>
Date: Sun, 28 Aug 2016 18:50:51 +0200
Subject: Remove privacy breach URLs
Forwarded: not-needed
Patch-Name: remove-privacy-breach-urls.patch
---
README.rst | 22 ----------------------
1 file changed, 22 deletions(-)
--- a/README.rst
+++ b/README.rst
@@ -4,13 +4,9 @@
###########
-|PyPI| |Python versions| |Build Status| |CodeCov| |Gitter|
----
-.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg
- :alt: vcr.py logo
-
This is a Python version of `Ruby's VCR
library <https://github.com/vcr/vcr>`__.
@@ -58,15 +54,3 @@
This library uses the MIT license. See `LICENSE.txt <LICENSE.txt>`__ for
more details
-.. |PyPI| image:: https://img.shields.io/pypi/v/vcrpy.svg
- :target: https://pypi.python.org/pypi/vcrpy
-.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy.svg
- :target: https://pypi.python.org/pypi/vcrpy
-.. |Build Status| image:: https://github.com/kevin1024/vcrpy/actions/workflows/main.yml/badge.svg
- :target: https://github.com/kevin1024/vcrpy/actions
-.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
- :alt: Join the chat at https://gitter.im/kevin1024/vcrpy
- :target: https://gitter.im/kevin1024/vcrpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
-.. |CodeCov| image:: https://codecov.io/gh/kevin1024/vcrpy/branch/master/graph/badge.svg
- :target: https://codecov.io/gh/kevin1024/vcrpy
- :alt: Code Coverage Status
|