[Python-modules-commits] [napalm-base] 01/01: Convert from git-dpm to patches unapplied format

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 14 09:22:41 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository napalm-base.

commit ba4a7c7a1c2216ab35c0451e2bbdaccab7bc8944
Author: Vincent Bernat <bernat at debian.org>
Date:   Tue Nov 14 10:22:29 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                   | 11 -----------
 debian/gbp.conf                   |  2 ++
 napalm_base.egg-info/requires.txt |  2 +-
 napalm_base/helpers.py            |  2 +-
 requirements.txt                  |  2 +-
 5 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 6eb42ad..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-1453c9765e2d8bb8e802fe946e97c41a4a732b4b
-1453c9765e2d8bb8e802fe946e97c41a4a732b4b
-1aa738594c35043d7f88c6115cd12bf12611dedf
-1aa738594c35043d7f88c6115cd12bf12611dedf
-napalm-base_0.21.0.orig.tar.gz
-78c906fd14a1c0f550499fd5a8893822b84f8f7e
-30820
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/napalm_base.egg-info/requires.txt b/napalm_base.egg-info/requires.txt
index 26fde49..5760f0d 100644
--- a/napalm_base.egg-info/requires.txt
+++ b/napalm_base.egg-info/requires.txt
@@ -1,4 +1,4 @@
-gtextfsm
+jtextfsm
 jinja2
 netaddr
 pyYAML
diff --git a/napalm_base/helpers.py b/napalm_base/helpers.py
index 78b1a13..ed7d63f 100644
--- a/napalm_base/helpers.py
+++ b/napalm_base/helpers.py
@@ -10,7 +10,7 @@ import sys
 
 # third party libs
 import jinja2
-import textfsm
+import jtextfsm as textfsm
 from netaddr import EUI
 from netaddr import mac_unix
 from netaddr import IPAddress
diff --git a/requirements.txt b/requirements.txt
index 26fde49..5760f0d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-gtextfsm
+jtextfsm
 jinja2
 netaddr
 pyYAML

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



More information about the Python-modules-commits mailing list