File: 2001_privacy.patch

package info (click to toggle)
python-aioresponses 0.7.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: python: 1,257; makefile: 220; sh: 1
file content (36 lines) | stat: -rw-r--r-- 1,507 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
36
Description: Avoid privacy breach in documentation
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2019-01-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.rst
+++ b/README.rst
@@ -2,28 +2,6 @@
 aioresponses
 ===============================
 
-.. image:: https://travis-ci.org/pnuckowski/aioresponses.svg?branch=master
-        :target: https://travis-ci.org/pnuckowski/aioresponses
-
-.. image:: https://coveralls.io/repos/github/pnuckowski/aioresponses/badge.svg?branch=master
-        :target: https://coveralls.io/github/pnuckowski/aioresponses?branch=master
-
-.. image:: https://landscape.io/github/pnuckowski/aioresponses/master/landscape.svg?style=flat
-        :target: https://landscape.io/github/pnuckowski/aioresponses/master
-        :alt: Code Health
-
-.. image:: https://pyup.io/repos/github/pnuckowski/aioresponses/shield.svg
-        :target: https://pyup.io/repos/github/pnuckowski/aioresponses/
-        :alt: Updates
-
-.. image:: https://img.shields.io/pypi/v/aioresponses.svg
-        :target: https://pypi.python.org/pypi/aioresponses
-
-.. image:: https://readthedocs.org/projects/aioresponses/badge/?version=latest
-        :target: https://aioresponses.readthedocs.io/en/latest/?badge=latest
-        :alt: Documentation Status
-
-
 Aioresponses is a helper to mock/fake web requests in python aiohttp package.
 
 For *requests* module there are a lot of packages that help us with testing (eg. *httpretty*, *responses*, *requests-mock*).