[Python-modules-commits] [python-pyramid] 03/03: - Update Homepage, given by Hans Joachim Desserud. (Closes: #784074) * d/patches/getargspec-is-deprecated.patch: Added to workaround test failures due to the deprecation of inspect.getargspec() in Python 3.5. (Closes: #800725)

Barry Warsaw barry at moszumanska.debian.org
Fri Oct 30 15:24:52 UTC 2015


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

barry pushed a commit to branch master
in repository python-pyramid.

commit 692b845618679186308b54cbca8e479e4080e053
Author: Barry Warsaw <barry at python.org>
Date:   Fri Oct 30 11:24:45 2015 -0400

      - Update Homepage, given by Hans Joachim Desserud. (Closes: #784074)
    * d/patches/getargspec-is-deprecated.patch: Added to workaround test
      failures due to the deprecation of inspect.getargspec() in Python 3.5.
      (Closes: #800725)
---
 debian/changelog                              | 5 ++++-
 debian/control                                | 2 +-
 debian/patches/getargspec-is-deprecated.patch | 3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3155642..fc8cbc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,10 @@ python-pyramid (1.5.7+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release.
   * d/control:
     - Bump Standards-Version with no other changes necessary.
-    - Update Homepage.
+    - Update Homepage, given by Hans Joachim Desserud. (Closes: #784074)
+  * d/patches/getargspec-is-deprecated.patch: Added to workaround test
+    failures due to the deprecation of inspect.getargspec() in Python 3.5.
+    (Closes: #800725)
   * d/watch: Use the pypi.debian.net redirector.
 
  -- Barry Warsaw <barry at debian.org>  Fri, 30 Oct 2015 09:52:48 -0400
diff --git a/debian/control b/debian/control
index 90381d3..d7a13da 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Build-Depends: debhelper (>= 9),
                python3-zope.deprecation,
                python3-zope.interface
 Standards-Version: 3.9.6
-Homepage: http://docs.pylonsproject.org/en/latest/index.html
+Homepage: http://www.pylonsproject.org/projects/pyramid/about
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pyramid.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pyramid.git
 
diff --git a/debian/patches/getargspec-is-deprecated.patch b/debian/patches/getargspec-is-deprecated.patch
index 34ee20d..7c6b246 100644
--- a/debian/patches/getargspec-is-deprecated.patch
+++ b/debian/patches/getargspec-is-deprecated.patch
@@ -1,9 +1,10 @@
 From c7bd38b865aee709dfa4410a420a61a97c3bf763 Mon Sep 17 00:00:00 2001
-From: Barry Warsaw <barry at python.org>
+From: Barry Warsaw <barry at debian.org>
 Date: Fri, 30 Oct 2015 11:13:12 -0400
 Subject: =?UTF-8?q?Port=20from=20upstream=20git,=20the=20workaround=20for?=
  =?UTF-8?q?=20inspect.getargspec()=20being=0Adeprecated=20in=20Python=203.?=
  =?UTF-8?q?5.?=
+Forwarded: not-needed
 
 Patch-Name: getargspec-is-deprecated.patch
 ---

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



More information about the Python-modules-commits mailing list