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
|
Description: drop privacy breaches from documentation
drop badges fetched from online sources...
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2022-10-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pysoundfile.orig/README.rst
+++ pysoundfile/README.rst
@@ -24,17 +24,6 @@
|open-issues| |closed-issues| |open-prs| |closed-prs|
-.. |contributors| image:: https://img.shields.io/github/contributors/bastibe/python-soundfile.svg
-.. |version| image:: https://img.shields.io/pypi/v/soundfile.svg
-.. |python| image:: https://img.shields.io/pypi/pyversions/soundfile.svg
-.. |license| image:: https://img.shields.io/github/license/bastibe/python-soundfile.svg
-.. |downloads| image:: https://img.shields.io/pypi/dm/soundfile.svg
-.. |open-issues| image:: https://img.shields.io/github/issues/bastibe/python-soundfile.svg
-.. |closed-issues| image:: https://img.shields.io/github/issues-closed/bastibe/python-soundfile.svg
-.. |open-prs| image:: https://img.shields.io/github/issues-pr/bastibe/python-soundfile.svg
-.. |closed-prs| image:: https://img.shields.io/github/issues-pr-closed/bastibe/python-soundfile.svg
-.. |status| image:: https://img.shields.io/pypi/status/soundfile.svg
-
Breaking Changes
----------------
|