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
|
Description: Fix privacy breach.
Do not link to a non-local image.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-03-10
--- python-semantic-version-2.3.1.orig/README.rst
+++ python-semantic-version-2.3.1/README.rst
@@ -4,25 +4,6 @@
This small python library provides a few tools to handle `SemVer`_ in Python.
It follows strictly the 2.0.0 version of the SemVer scheme.
-.. image:: https://secure.travis-ci.org/rbarrois/python-semanticversion.png?branch=master
- :target: http://travis-ci.org/rbarrois/python-semanticversion/
-
-.. image:: https://img.shields.io/pypi/v/semantic_version.svg
- :target: https://python-semanticversion.readthedocs.io/en/latest/changelog.html
- :alt: Latest Version
-
-.. image:: https://img.shields.io/pypi/pyversions/semantic_version.svg
- :target: https://pypi.python.org/pypi/semantic_version/
- :alt: Supported Python versions
-
-.. image:: https://img.shields.io/pypi/wheel/semantic_version.svg
- :target: https://pypi.python.org/pypi/semantic_version/
- :alt: Wheel status
-
-.. image:: https://img.shields.io/pypi/l/semantic_version.svg
- :target: https://pypi.python.org/pypi/semantic_version/
- :alt: License
-
Links
-----
|