File: 0001-Remove-privacy-breach-in-doc.patch

package info (click to toggle)
python-tenacity 4.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 376 kB
  • sloc: python: 1,301; makefile: 15
file content (29 lines) | stat: -rw-r--r-- 947 bytes parent folder | download
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
From: Thomas Goirand <zigo@debian.org>
Date: Fri, 4 Aug 2017 18:45:26 -0400
Subject: Remove privacy breach in doc

Forwarded: not-needed
Last-Update: 2016-09-26
---
 doc/source/index.rst | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index 700f623..0bc429b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,14 +1,5 @@
 Tenacity
 ========
-.. image:: https://img.shields.io/pypi/v/tenacity.svg
-    :target: https://pypi.python.org/pypi/tenacity
-
-.. image:: https://img.shields.io/travis/jd/tenacity.svg
-    :target: https://travis-ci.org/jd/tenacity
-
-.. image:: https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg
-    :target: https://saythanks.io/to/jd
-
 Tenacity is an Apache 2.0 licensed general-purpose retrying library, written in
 Python, to simplify the task of adding retry behavior to just about anything.
 It originates from `a fork of retrying