File: removes-privacy-breach.patch

package info (click to toggle)
python-django-appconf 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: python: 368; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 748 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
Description: Removes privacy breach
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2017-10-09

--- python-django-appconf-1.0.2.orig/README.rst
+++ python-django-appconf-1.0.2/README.rst
@@ -1,14 +1,6 @@
 django-appconf
 ==============
 
-.. image:: http://codecov.io/github/django-compressor/django-appconf/coverage.svg?branch=develop
-    :alt: Code Coverage
-    :target: http://codecov.io/github/django-compressor/django-appconf?branch=develop
-
-.. image:: https://secure.travis-ci.org/django-compressor/django-appconf.png?branch=develop
-    :alt: Build Status
-    :target: http://travis-ci.org/django-compressor/django-appconf
-
 A helper class for handling configuration defaults of packaged Django
 apps gracefully.