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
|
Description: Removes privacy breach in docs
Upstream doc is adding an image hosted on https://img.shields.io which is a
privacy breach. Let's patch this out!
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2019-09-18
Index: python-os-brick/README.rst
===================================================================
--- python-os-brick.orig/README.rst
+++ python-os-brick/README.rst
@@ -2,23 +2,12 @@
Team and repository tags
========================
-.. image:: https://governance.openstack.org/tc/badges/os-brick.svg
- :target: https://governance.openstack.org/tc/reference/tags/index.html
-
.. Change things from this point on
=====
brick
=====
-.. image:: https://img.shields.io/pypi/v/os-brick.svg
- :target: https://pypi.org/project/os-brick/
- :alt: Latest Version
-
-.. image:: https://img.shields.io/pypi/dm/os-brick.svg
- :target: https://pypi.org/project/os-brick/
- :alt: Downloads
-
OpenStack Cinder brick library for managing local volume attaches
|