File: privacy-breach.patch

package info (click to toggle)
python-django-guid 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 664 kB
  • sloc: python: 1,267; makefile: 16
file content (88 lines) | stat: -rw-r--r-- 3,398 bytes parent folder | download | duplicates (2)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Description: remove privacy breaching images
Forwarded: not-needed
Author: Jérémy Lal <kapouer@melix.org>
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,44 +7,6 @@
       <em>Now with ASGI support!</em>
     </p>
 
-.. raw:: html
-
-    <p align="center">
-      <a href="https://pypi.org/pypi/django-guid">
-          <img src="https://img.shields.io/pypi/v/django-guid.svg" alt="Package version">
-      </a>
-      <a href="https://pypi.python.org/pypi/django-guid#downloads">
-          <img src="https://img.shields.io/badge/python-3.6+-blue.svg" alt="Downloads">
-      </a>
-      <a href="https://pypi.python.org/pypi/django-guid">
-          <img src="https://img.shields.io/badge/django-2.2%20|%203.0%20|%203.1%20-blue.svg" alt="Django versions">
-      </a>
-      </a>
-      <a href="https://img.shields.io/badge/ASGI-supported-brightgreen.svg">
-          <img src="https://img.shields.io/badge/ASGI-supported-brightgreen.svg" alt="ASGI">
-      </a>
-      <a href="https://img.shields.io/badge/WSGI-supported-brightgreen.svg">
-          <img src="https://img.shields.io/badge/WSGI-supported-brightgreen.svg" alt="WSGI">
-      </a>
-    </p>
-    <p align="center">
-      <a href="https://django-guid.readthedocs.io/en/latest/?badge=latest">
-          <img src="https://readthedocs.org/projects/django-guid/badge/?version=latest" alt="Docs">
-      </a>
-
-      <a href="https://codecov.io/gh/snok/django-guid">
-          <img src="https://codecov.io/gh/snok/django-guid/branch/master/graph/badge.svg" alt="Codecov">
-      </a>
-
-      <a href="https://github.com/psf/black">
-          <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Black">
-      </a>
-      <a href="https://github.com/pre-commit/pre-commit">
-          <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white" alt="Pre-commit">
-      </a>
-    </p>
-
-
 --------------
 
 Django GUID attaches a unique correlation ID/request ID to all your log outputs for every request.
--- a/docs/README_PYPI.rst
+++ b/docs/README_PYPI.rst
@@ -2,35 +2,6 @@
 ===========
 
 
-.. image:: https://img.shields.io/pypi/v/django-guid.svg
-    :target: https://pypi.org/pypi/django-guid
-
-.. image:: https://img.shields.io/badge/python-3.6+-blue.svg
-    :target: https://pypi.python.org/pypi/django-guid#downloads
-
-.. image:: https://img.shields.io/badge/django-2.2%20|%203.0%20|%203.1%20-blue.svg
-    :target: https://pypi.python.org/pypi/django-guid
-
-.. image:: https://img.shields.io/badge/ASGI-supported-brightgreen.svg
-    :target: https://img.shields.io/badge/ASGI-supported-brightgreen.svg
-
-.. image:: https://img.shields.io/badge/WSGI-supported-brightgreen.svg
-    :target: https://img.shields.io/badge/WSGI-supported-brightgreen.svg
-
-.. image:: https://readthedocs.org/projects/django-guid/badge/?version=latest
-    :target: https://django-guid.readthedocs.io/en/latest/?badge=latest
-
-.. image:: https://codecov.io/gh/snok/django-guid/branch/master/graph/badge.svg
-    :target: https://codecov.io/gh/snok/django-guid
-
-.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
-    :target: https://github.com/psf/black
-
-.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
-    :target: https://github.com/pre-commit/pre-commit
-
-
-
 --------------