File: 0001-Remove-privacy-breach.patch

package info (click to toggle)
python-pygit2 1.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,720 kB
  • sloc: ansic: 12,584; python: 9,337; sh: 205; makefile: 26
file content (28 lines) | stat: -rw-r--r-- 834 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
23
24
25
26
27
28
From: Thomas Goirand <zigo@debian.org>
Date: Thu, 3 Aug 2017 23:32:27 +0200
Subject: Remove privacy breach

---
 docs/development.rst | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/development.rst b/docs/development.rst
index b9422bf..8585a2b 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -2,15 +2,6 @@
 The development version
 **********************************************************************
 
-.. image:: https://github.com/libgit2/pygit2/actions/workflows/tests.yml/badge.svg
-   :target: https://github.com/libgit2/pygit2/actions/workflows/tests.yml
-
-.. image:: https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true
-   :target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master
-
-.. contents:: Contents
-   :local:
-
 Unit tests
 ==========