File: removes-privacy-breach-in-docs.patch

package info (click to toggle)
python-os-brick 6.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,240 kB
  • sloc: python: 20,500; sh: 92; makefile: 23
file content (35 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download | duplicates (4)
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