File: 0001-Remove-remote-badges-to-prevent-privacy-issues.patch

package info (click to toggle)
python-djangorestframework-simplejwt 5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 956 kB
  • sloc: python: 3,783; makefile: 213; javascript: 40; sh: 6
file content (65 lines) | stat: -rw-r--r-- 2,949 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
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Thu, 17 Feb 2022 10:22:55 +0000
Subject: Remove remote badges to prevent privacy issues.

---
 README.rst     | 17 -----------------
 docs/index.rst | 17 -----------------
 2 files changed, 34 deletions(-)

diff --git a/README.rst b/README.rst
index 733f5e9..5a2e901 100644
--- a/README.rst
+++ b/README.rst
@@ -1,23 +1,6 @@
 Simple JWT
 ==========
 
-.. image:: https://jazzband.co/static/img/badge.svg
-   :target: https://jazzband.co/
-   :alt: Jazzband
-.. image:: https://github.com/jazzband/djangorestframework-simplejwt/workflows/Test/badge.svg
-   :target: https://github.com/jazzband/djangorestframework-simplejwt/actions
-   :alt: GitHub Actions
-.. image:: https://codecov.io/gh/jazzband/djangorestframework-simplejwt/branch/master/graph/badge.svg
-  :target: https://codecov.io/gh/jazzband/djangorestframework-simplejwt
-.. image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt.svg
-  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
-.. image:: https://img.shields.io/pypi/pyversions/djangorestframework-simplejwt.svg
-  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
-.. image:: https://img.shields.io/pypi/djversions/djangorestframework-simplejwt.svg
-  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
-.. image:: https://readthedocs.org/projects/django-rest-framework-simplejwt/badge/?version=latest
-  :target: https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
-
 Abstract
 --------
 
diff --git a/docs/index.rst b/docs/index.rst
index fbf5462..6c0ad04 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,23 +1,6 @@
 Simple JWT
 ==========
 
-.. image:: https://jazzband.co/static/img/badge.svg
-   :target: https://jazzband.co/
-   :alt: Jazzband
-.. image:: https://github.com/jazzband/djangorestframework-simplejwt/workflows/Test/badge.svg
-   :target: https://github.com/jazzband/djangorestframework-simplejwt/actions
-   :alt: GitHub Actions
-.. image:: https://codecov.io/gh/jazzband/djangorestframework-simplejwt/branch/master/graph/badge.svg
-  :target: https://codecov.io/gh/jazzband/djangorestframework-simplejwt
-.. image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt.svg
-  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
-.. image:: https://img.shields.io/pypi/pyversions/djangorestframework-simplejwt.svg
-  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
-.. image:: https://img.shields.io/pypi/djversions/djangorestframework-simplejwt.svg
-  :target: https://pypi.python.org/pypi/djangorestframework-simplejwt
-.. image:: https://readthedocs.org/projects/django-rest-framework-simplejwt/badge/?version=latest
-  :target: https://django-rest-framework-simplejwt.readthedocs.io/en/latest/
-
 A JSON Web Token authentication plugin for the `Django REST Framework
 <http://www.django-rest-framework.org/>`__.