File: docs-Remove-any-badges-linking.patch

package info (click to toggle)
python-odmantic 1.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,684 kB
  • sloc: python: 8,547; sh: 37; makefile: 34; xml: 13; javascript: 3
file content (59 lines) | stat: -rw-r--r-- 2,676 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
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Mon, 30 Dec 2024 20:06:20 +0200
Subject: docs: Remove any badges linking

These sidelinking could become a privacy issue and not needed within
Debian.

Forwarded: not-needed
---
 README.md            |  6 ------
 docs/contributing.md | 19 -------------------
 2 files changed, 25 deletions(-)

diff --git a/README.md b/README.md
index 4263d6e..06af9e1 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,5 @@
 <b><h1>ODMantic</h1></b>
 
-[![build](https://github.com/art049/odmantic/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/art049/odmantic/actions/workflows/ci.yml)
-[![coverage](https://codecov.io/gh/art049/odmantic/branch/master/graph/badge.svg?token=3NYZK14STZ)](https://codecov.io/gh/art049/odmantic)
-![python-3.8-3.9-3.10-3.11-3.12](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12-informational.svg)
-[![Package version](https://img.shields.io/pypi/v/odmantic?color=%2334D058&label=pypi)](https://pypi.org/project/odmantic)
-[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/art049/odmantic)
-
 ---
 
 **Documentation**: [https://art049.github.io/odmantic/](https://art049.github.io/odmantic/)
diff --git a/docs/contributing.md b/docs/contributing.md
index 065001f..668bdcf 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -16,25 +16,6 @@ to open an issue.
 
 ## Developing locally
 
-<div align="center">
-  <a href="https://codecov.io/gh/art049/odmantic" target="_blank">
-      <img src="https://codecov.io/gh/art049/odmantic/branch/master/graph/badge.svg?token=3NYZK14STZ"    alt="coverage">
-  </a>
-  <a href="https://github.com/pre-commit/pre-commit" target="_blank">
-      <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white"
-      alt="pre-commit">
-  </a>
-  <a href="http://mypy-lang.org/" target="_blank">
-      <img src="https://img.shields.io/badge/mypy-checked-informational.svg" alt="mypy: checked">
-  </a>
-  <a href="https://github.com/python/black" target="_blank">
-      <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
-  </a>
-  <a href="https://gitter.im/odmantic/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"    target="_blank">
-      <img src="https://badges.gitter.im/odmantic/community.svg" alt="Gitter">
-  </a>
-</div>
-
 ### With the VSCode's [devcontainer](https://code.visualstudio.com/docs/remote/containers){:target=blank_} feature
 
 This feature will make the tools/environment installation very simple as you will develop