[Python-modules-commits] [psycopg2] 07/08: Refresh patches

Scott Kitterman kitterman at moszumanska.debian.org
Mon Jun 12 12:20:04 UTC 2017


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

kitterman pushed a commit to branch master
in repository psycopg2.

commit d92364bae20555d756c5179254347131ba90054d
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sun Jun 11 10:08:21 2017 -0400

    Refresh patches
---
 debian/patches/0001-local_inventory.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0001-local_inventory.patch b/debian/patches/0001-local_inventory.patch
index 89f0bc2..dc6361b 100644
--- a/debian/patches/0001-local_inventory.patch
+++ b/debian/patches/0001-local_inventory.patch
@@ -11,15 +11,15 @@ Patch-Name: local_inventory
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/doc/src/conf.py b/doc/src/conf.py
-index 94ffa34..a0c7fd9 100644
+index 9e73308..85b2967 100644
 --- a/doc/src/conf.py
 +++ b/doc/src/conf.py
 @@ -61,8 +61,8 @@ except ImportError:
      release = version
  
  intersphinx_mapping = {
--    'py': ('http://docs.python.org/', None),
--    'py3': ('http://docs.python.org/3.2', None),
+-    'py': ('http://docs.python.org/2', None),
+-    'py3': ('http://docs.python.org/3', None),
 +    'py': ('/usr/share/doc/python-doc/html', None),
 +    'py3': ('/usr/share/doc/python3-doc/html', None),
      }

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



More information about the Python-modules-commits mailing list