File: removes-privacy-breach.patch

package info (click to toggle)
python-django-appconf 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 220 kB
  • sloc: python: 386; makefile: 132; sh: 5
file content (22 lines) | stat: -rw-r--r-- 708 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:: https://github.com/django-compressor/django-appconf/actions/workflows/tests.yml/badge.svg
-    :alt: Build Status
-    :target: https://github.com/django-compressor/django-appconf/actions/workflows/tests.yml
-
-.. image:: https://badge.fury.io/py/django-appconf.svg
-    :alt: PyPI version
-    :target: https://pypi.org/project/django-appconf/
-
 A helper class for handling configuration defaults of packaged Django
 apps gracefully.