[Python-modules-commits] r33362 - in packages/circuits/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Jul 12 22:57:48 UTC 2015


    Date: Sunday, July 12, 2015 @ 22:57:47
  Author: eriol-guest
Revision: 33362

Remove badges fetched from external websites

Added:
  packages/circuits/trunk/debian/patches/05_remove-privacy-breach-badges.patch
Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/patches/series

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2015-07-12 21:26:41 UTC (rev 33361)
+++ packages/circuits/trunk/debian/changelog	2015-07-12 22:57:47 UTC (rev 33362)
@@ -18,11 +18,13 @@
     - Remove since it is not needed anymore.
   * debian/patches/04_remove-google-adsense.patch
     - Remove Google AdSense tracking code.
+  * debian/patches/05_remove-privacy-breach-badges.patch
+    - Remove badges fetched from external websites.
   * debian/rules
     - Remove fabric scripts to not pollute namespace.
     - Remove Python implementation of htpasswd.
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 12 Jul 2015 23:25:04 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 13 Jul 2015 00:49:03 +0200
 
 circuits (2.1.0-2) unstable; urgency=low
 

Added: packages/circuits/trunk/debian/patches/05_remove-privacy-breach-badges.patch
===================================================================
--- packages/circuits/trunk/debian/patches/05_remove-privacy-breach-badges.patch	                        (rev 0)
+++ packages/circuits/trunk/debian/patches/05_remove-privacy-breach-badges.patch	2015-07-12 22:57:47 UTC (rev 33362)
@@ -0,0 +1,46 @@
+Description: Remove badges fetched from external websites.
+Author: Daniele Tricoli <eriol at mornie.org>
+Last-Update: 2015-07-13
+Forwarded: not-needed
+
+--- a/README.rst
++++ b/README.rst
+@@ -25,38 +25,6 @@
+ - Download it from the `Downloads Page`_
+ - `View the ChangeLog`_
+ 
+-.. image:: https://pypip.in/v/circuits/badge.png?text=version
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: Latest Version
+-
+-.. image:: https://pypip.in/py_versions/circuits/badge.svg
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: Supported Python Versions
+-
+-.. image:: https://pypip.in/implementation/circuits/badge.svg
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: Supported Python implementations
+-
+-.. image:: https://pypip.in/status/circuits/badge.svg
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: Development Status
+-
+-.. image:: https://pypip.in/d/circuits/badge.png
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: Number of Downloads
+-
+-.. image:: https://pypip.in/format/circuits/badge.svg
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: Format
+-
+-.. image:: https://pypip.in/license/circuits/badge.svg
+-   :target: https://pypi.python.org/pypi/circuits
+-   :alt: License
+-
+-.. image:: https://requires.io/bitbucket/circuits/circuits/requirements.png?branch=default
+-   :target: https://requires.io/bitbucket/circuits/circuits/requirements?branch=default
+-   :alt: Requirements Status
+-
+ 
+ Examples
+ --------

Modified: packages/circuits/trunk/debian/patches/series
===================================================================
--- packages/circuits/trunk/debian/patches/series	2015-07-12 21:26:41 UTC (rev 33361)
+++ packages/circuits/trunk/debian/patches/series	2015-07-12 22:57:47 UTC (rev 33362)
@@ -2,3 +2,4 @@
 02_remove_templatebuiltins_js.patch
 03_disable-address-check.patch
 04_remove-google-adsense.patch
+05_remove-privacy-breach-badges.patch




More information about the Python-modules-commits mailing list