[Python-modules-commits] [mrtparse] 04/05: New upstream release

Vincent Bernat bernat at moszumanska.debian.org
Mon Sep 18 17:47:01 UTC 2017


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

bernat pushed a commit to branch debian/master
in repository mrtparse.

commit ce4c420712c5850bf4695652b2fdc3b79f915170
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Sep 18 19:43:01 2017 +0200

    New upstream release
---
 debian/changelog                                    |  4 ++--
 .../0001-Fix-BGP-attribute-initialization.patch     | 21 ---------------------
 debian/patches/series                               |  1 -
 3 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a2a8fa5..3dc4213 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-mrtparse (1.5-2) UNRELEASED; urgency=medium
+mrtparse (1.6-1) unstable; urgency=medium
 
-  * Refresh patches after git-dpm to gbp pq conversion
+  * New upstream release.
 
  -- Vincent Bernat <bernat at debian.org>  Mon, 18 Sep 2017 19:40:40 +0200
 
diff --git a/debian/patches/0001-Fix-BGP-attribute-initialization.patch b/debian/patches/0001-Fix-BGP-attribute-initialization.patch
deleted file mode 100644
index f170204..0000000
--- a/debian/patches/0001-Fix-BGP-attribute-initialization.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Vincent Bernat <vincent at bernat.im>
-Date: Sun, 8 Jan 2017 18:07:46 +0100
-Subject: Fix BGP attribute initialization
-
----
- mrtparse/__init__.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/mrtparse/__init__.py b/mrtparse/__init__.py
-index 41c5efa..1fff55f 100644
---- a/mrtparse/__init__.py
-+++ b/mrtparse/__init__.py
-@@ -1189,7 +1189,7 @@ class BgpAttr(Base):
-         self.as4_aggr = None
-         self.aigp = None
-         self.attr_set = None
--        self.larg_comm = None
-+        self.large_comm = None
-         self.val = None
- 
-     def unpack(self, af=0):
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8763faf..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Fix-BGP-attribute-initialization.patch

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



More information about the Python-modules-commits mailing list