File: 2001_privacy.patch

package info (click to toggle)
python-icalendar 6.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,224 kB
  • sloc: python: 5,331; makefile: 170; sh: 59
file content (46 lines) | stat: -rw-r--r-- 1,605 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
From: Jonas Smedegaard <dr@jones.dk>
Date: Fri, 6 Oct 2023 10:52:57 +0200
Subject: avoid privacy breach

Forwarded: not-needed
Last-Update: 2024-10-30
---
 README.rst | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/README.rst b/README.rst
index 370ba27..0c30ff9 100644
--- a/README.rst
+++ b/README.rst
@@ -15,31 +15,6 @@ files.
 
 ----
 
-.. image:: https://badge.fury.io/py/icalendar.svg
-   :target: https://pypi.org/project/icalendar/
-   :alt: Python Package Version on PyPI
-
-.. image:: https://img.shields.io/pypi/pyversions/icalendar
-   :target: https://pypi.org/project/icalendar/
-   :alt: PyPI - Python Version
-
-.. image:: https://img.shields.io/pypi/dm/icalendar.svg
-   :target: https://pypi.org/project/icalendar/#files
-   :alt: Downloads from PyPI
-
-.. image:: https://img.shields.io/github/actions/workflow/status/collective/icalendar/tests.yml?branch=main&label=main&logo=github
-    :target: https://github.com/collective/icalendar/actions/workflows/tests.yml?query=branch%3Amain
-    :alt: GitHub Actions build status for main
-
-.. image:: https://readthedocs.org/projects/icalendar/badge/?version=latest
-    :target: https://icalendar.readthedocs.io/en/latest/?badge=latest
-    :alt: Documentation Status
-
-.. image:: https://coveralls.io/repos/github/collective/icalendar/badge.svg
-    :target: https://coveralls.io/github/collective/icalendar
-    :alt: Test Coverage
-
-
 .. _`icalendar`: https://pypi.org/project/icalendar/
 .. _`RFC 5545`: https://www.ietf.org/rfc/rfc5545.txt
 .. _`python-dateutil`: https://github.com/dateutil/dateutil/