File: remove-privacy-breach-in-README.rst.patch

package info (click to toggle)
python-oslo.middleware 6.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 644 kB
  • sloc: python: 2,980; makefile: 21; sh: 2
file content (24 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Remove privacy breach in README.rst
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-12-03

Index: python-oslo.middleware/README.rst
===================================================================
--- python-oslo.middleware.orig/README.rst
+++ python-oslo.middleware/README.rst
@@ -2,14 +2,6 @@
 oslo.middleware
 ===============
 
-.. image:: https://img.shields.io/pypi/v/oslo.middleware.svg
-    :target: https://pypi.org/project/oslo.middleware/
-    :alt: Latest Version
-
-.. image:: https://img.shields.io/pypi/dm/oslo.middleware.svg
-    :target: https://pypi.org/project/oslo.middleware/
-    :alt: Downloads
-
 Oslo middleware library includes components that can be injected into
 wsgi pipelines to intercept request/response flows. The base class can be
 enhanced with functionality like add/delete/modification of http headers