File: 005-remove-privacy-breaches.patch

package info (click to toggle)
python-gitlab 1%3A4.9.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,056 kB
  • sloc: python: 24,172; makefile: 171; ruby: 27; javascript: 3
file content (33 lines) | stat: -rw-r--r-- 1,362 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
--- a/README.rst
+++ b/README.rst
@@ -1,30 +1,6 @@
 python-gitlab
 =============
 
-.. image:: https://github.com/python-gitlab/python-gitlab/workflows/Test/badge.svg
-   :target: https://github.com/python-gitlab/python-gitlab/actions
-
-.. image:: https://badge.fury.io/py/python-gitlab.svg
-   :target: https://badge.fury.io/py/python-gitlab
-
-.. image:: https://readthedocs.org/projects/python-gitlab/badge/?version=latest
-   :target: https://python-gitlab.readthedocs.org/en/latest/?badge=latest
-
-.. image:: https://codecov.io/github/python-gitlab/python-gitlab/coverage.svg?branch=main
-    :target: https://codecov.io/github/python-gitlab/python-gitlab?branch=main
-
-.. image:: https://img.shields.io/pypi/pyversions/python-gitlab.svg
-   :target: https://pypi.python.org/pypi/python-gitlab
-
-.. image:: https://img.shields.io/gitter/room/python-gitlab/Lobby.svg
-   :target: https://gitter.im/python-gitlab/Lobby
-
-.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
-    :target: https://github.com/python/black
-
-.. image:: https://img.shields.io/github/license/python-gitlab/python-gitlab
-   :target: https://github.com/python-gitlab/python-gitlab/blob/main/COPYING
-
 ``python-gitlab`` is a Python package providing access to the GitLab server API.
 
 It supports the v4 API of GitLab, and provides a CLI tool (``gitlab``).