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
|
Description: Remove privacy breach in docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2017-11-01
--- python-os-testr-1.0.0.orig/README.rst
+++ python-os-testr-1.0.0/README.rst
@@ -2,14 +2,6 @@
os-testr
========
-.. image:: https://img.shields.io/pypi/v/os-testr.svg
- :target: https://pypi.python.org/pypi/os-testr/
- :alt: Latest Version
-
-.. image:: https://img.shields.io/pypi/dm/os-testr.svg
- :target: https://pypi.python.org/pypi/os-testr/
- :alt: Downloads
-
A testr wrapper to provide functionality for OpenStack projects.
* Free software: Apache license
--- python-os-testr-1.0.0.orig/doc/source/index.rst
+++ python-os-testr-1.0.0/doc/source/index.rst
@@ -2,14 +2,6 @@
Welcome to os-testr's documentation!
====================================
-.. image:: https://img.shields.io/pypi/v/os-testr.svg
- :target: https://pypi.python.org/pypi/os-testr/
- :alt: Latest Version
-
-.. image:: https://img.shields.io/pypi/dm/os-testr.svg
- :target: https://pypi.python.org/pypi/os-testr/
- :alt: Downloads
-
A testr wrapper to provide functionality for OpenStack projects.
* Free software: Apache license
|