[Python-modules-commits] [pycryptodome] 13/18: merge patched into master

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Jun 11 14:53:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository pycryptodome.

commit 310e77d2edbdd89aaddc674cd73c1eb8a14b13d3
Merge: d500c53 787f967
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Sun Jun 11 07:41:35 2017 +0100

    merge patched into master

 README.rst                                         |  6 ------
 debian/.git-dpm                                    |  4 ++--
 debian/patches/0001-Fix-Documentation.patch        | 24 +++++++++++++++++++---
 .../patches/0002-Supress-privacy-violations.patch  |  2 +-
 4 files changed, 24 insertions(+), 12 deletions(-)

diff --cc debian/.git-dpm
index dfb5cf7,0000000..f1f4ee9
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 1cf5e0ff65264f3714cd34fc1a2ec14f86d59313
- 1cf5e0ff65264f3714cd34fc1a2ec14f86d59313
++787f9678bb9f6c2e46fbb599a6e39db0bb0dc218
++787f9678bb9f6c2e46fbb599a6e39db0bb0dc218
 +223540de1154f40034a4be1703ef751522f99d5a
 +223540de1154f40034a4be1703ef751522f99d5a
 +pycryptodome_3.4.6.orig.tar.gz
 +9e6d984562df9c3781dfefe2eec46c4e36c65902
 +6494442
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/patches/0001-Fix-Documentation.patch
index cf36e57,0000000..ed4180f
mode 100644,000000..100644
--- a/debian/patches/0001-Fix-Documentation.patch
+++ b/debian/patches/0001-Fix-Documentation.patch
@@@ -1,25 -1,0 +1,43 @@@
- From 1498662d4bc06aab30bc9845fe1cf4bc3506b17d Mon Sep 17 00:00:00 2001
++From 4c7d8006921755098bd4d5dd95d6bc1e1a24e53c Mon Sep 17 00:00:00 2001
 +From: Christopher Hoskin <mans0954 at debian.org>
 +Date: Wed, 7 Jun 2017 20:43:23 +0100
- Subject: Fix Documentation
++Subject: =?UTF-8?q?Fix=20Documentation=0A=20*=20Only=20use=20one=20maths?=
++ =?UTF-8?q?=20extension,=20choose=20mathimg=20as=20mathjax=20embedding=20h?=
++ =?UTF-8?q?as=20privacy=20issues=0A=20*=20Remove=20Travis=20and=20AppVeyor?=
++ =?UTF-8?q?=20image=20links=20to=20address=20privacy=20issues?=
 +
 +Origin: upstream, https://github.com/Legrandin/pycryptodome/commit/05eb116ee1effcc39312121386eb047772925d62
 +Bug: https://github.com/Legrandin/pycryptodome/issues/73
 +Last-Update: 2017-07-08
 +---
 + Doc/conf.py | 2 +-
-  1 file changed, 1 insertion(+), 1 deletion(-)
++ README.rst  | 6 ------
++ 2 files changed, 1 insertion(+), 7 deletions(-)
 +
 +diff --git a/Doc/conf.py b/Doc/conf.py
 +index 7b26049..f159582 100644
 +--- a/Doc/conf.py
 ++++ b/Doc/conf.py
 +@@ -25,7 +25,7 @@ import sys, os
 + 
 + # Add any Sphinx extension module names here, as strings. They can be extensions
 + # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 +-extensions = ['sphinx.ext.pngmath', 'sphinx.ext.mathjax']
 ++extensions = ['sphinx.ext.imgmath']
 + 
 + # Add any paths that contain templates here, relative to this directory.
 + templates_path = ['_templates']
++diff --git a/README.rst b/README.rst
++index 85e89cf..bb18953 100644
++--- a/README.rst
+++++ b/README.rst
++@@ -1,9 +1,3 @@
++-.. image:: https://travis-ci.org/Legrandin/pycryptodome.svg?branch=master
++-   :target: https://travis-ci.org/Legrandin/pycryptodome
++-
++-.. image:: https://ci.appveyor.com/api/projects/status/mbxyqdodw9ylfib9/branch/master?svg=true
++-   :target: https://ci.appveyor.com/project/Legrandin/pycryptodome
++-
++ PyCryptodome
++ ============
++ 
diff --cc debian/patches/0002-Supress-privacy-violations.patch
index 8ba490d,0000000..bee0275
mode 100644,000000..100644
--- a/debian/patches/0002-Supress-privacy-violations.patch
+++ b/debian/patches/0002-Supress-privacy-violations.patch
@@@ -1,23 -1,0 +1,23 @@@
- From 1cf5e0ff65264f3714cd34fc1a2ec14f86d59313 Mon Sep 17 00:00:00 2001
++From 787f9678bb9f6c2e46fbb599a6e39db0bb0dc218 Mon Sep 17 00:00:00 2001
 +From: Christopher Hoskin <mans0954 at debian.org>
 +Date: Sun, 11 Jun 2017 07:07:24 +0100
 +Subject: Supress privacy violations
 +
 +---
 + Doc/conf.py | 3 ---
 + 1 file changed, 3 deletions(-)
 +
 +diff --git a/Doc/conf.py b/Doc/conf.py
 +index f159582..76d8744 100644
 +--- a/Doc/conf.py
 ++++ b/Doc/conf.py
 +@@ -103,9 +103,6 @@ html_theme = 'alabaster'
 + # further.  For a list of options available for each theme, see the
 + # documentation.
 + html_theme_options = {
 +-        "github_user" : "Legrandin",
 +-        "github_repo" : "pycryptodome",
 +-        "github_banner" : "true",
 + }
 + 
 + # Add any paths that contain custom themes here, relative to this directory.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycryptodome.git



More information about the Python-modules-commits mailing list