[Python-modules-commits] [mrtparse] branch master updated (40cb60a -> 58edfac)

Vincent Bernat bernat at moszumanska.debian.org
Sun Jan 8 17:13:50 UTC 2017


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

bernat pushed a change to branch master
in repository mrtparse.

      from  40cb60a   Add an mrtparse package with examples
       new  60a7b2e   Import mrtparse_1.5.orig.tar.gz
       new  bfa2caf   record new upstream branch created by importing mrtparse_1.5.orig.tar.gz and merge it
       new  77bf200   New upstream release
       new  339549b   Fix BGP attribute initialization
       new  bc18c17   merge patched into master
       new  58edfac   Mention patch in changelog

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 MANIFEST.in                                        |    3 +-
 PKG-INFO                                           |  194 ++-
 README.rst                                         |  174 +++
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    7 +
 debian/mrtparse.docs                               |    2 +-
 debian/mrtparse.examples                           |    2 +-
 .../0001-Fix-BGP-attribute-initialization.patch    |   22 +
 debian/patches/series                              |    1 +
 debian/rules                                       |    2 +-
 .../README-ja.md => examples/README-ja.rst         |  279 +++-
 mrtparse/examples/README.md => examples/README.rst |  312 +++-
 {mrtparse/examples => examples}/mrt2bgpdump.py     |    2 +-
 examples/mrt2exabgp.py                             |  472 ++++++
 {mrtparse/examples => examples}/print_all.py       |    4 +-
 {mrtparse/examples => examples}/slice.py           |    2 +-
 {mrtparse/examples => examples}/summary.py         |    2 +-
 mrtparse.egg-info/PKG-INFO                         |  194 ++-
 mrtparse.egg-info/SOURCES.txt                      |   38 +-
 .../{dependency_links.txt => not-zip-safe}         |    0
 mrtparse/__init__.py                               | 1545 +++++++++++++++++++-
 mrtparse/examples/mrt2exabgp.py                    |  286 ----
 mrtparse/mrtparse.py                               | 1322 -----------------
 mrtparse/samples/README-ja.md                      |   25 -
 mrtparse/samples/README.md                         |   25 -
 samples/README-ja.rst                              |   57 +
 samples/README.rst                                 |   57 +
 {mrtparse/samples => samples}/bird6_bgp            |  Bin
 {mrtparse/samples => samples}/bird_bgp             |  Bin
 {mrtparse/samples => samples}/openbgpd_bgp         |  Bin
 {mrtparse/samples => samples}/openbgpd_rib_table   |  Bin
 .../samples => samples}/openbgpd_rib_table-mp      |  Bin
 .../samples => samples}/openbgpd_rib_table-v2      |  Bin
 {mrtparse/samples => samples}/quagga_bgp           |  Bin
 samples/quagga_bgp_large_communities               |  Bin 0 -> 590 bytes
 {mrtparse/samples => samples}/quagga_rib           |  Bin
 setup.cfg                                          |    2 +-
 setup.py                                           |  106 +-
 38 files changed, 3259 insertions(+), 1892 deletions(-)
 create mode 100644 README.rst
 create mode 100644 debian/patches/0001-Fix-BGP-attribute-initialization.patch
 create mode 100644 debian/patches/series
 rename mrtparse/examples/README-ja.md => examples/README-ja.rst (58%)
 rename mrtparse/examples/README.md => examples/README.rst (58%)
 rename {mrtparse/examples => examples}/mrt2bgpdump.py (99%)
 create mode 100755 examples/mrt2exabgp.py
 rename {mrtparse/examples => examples}/print_all.py (99%)
 rename {mrtparse/examples => examples}/slice.py (98%)
 rename {mrtparse/examples => examples}/summary.py (99%)
 copy mrtparse.egg-info/{dependency_links.txt => not-zip-safe} (100%)
 delete mode 100755 mrtparse/examples/mrt2exabgp.py
 delete mode 100644 mrtparse/mrtparse.py
 delete mode 100644 mrtparse/samples/README-ja.md
 delete mode 100644 mrtparse/samples/README.md
 create mode 100644 samples/README-ja.rst
 create mode 100644 samples/README.rst
 rename {mrtparse/samples => samples}/bird6_bgp (100%)
 rename {mrtparse/samples => samples}/bird_bgp (100%)
 rename {mrtparse/samples => samples}/openbgpd_bgp (100%)
 rename {mrtparse/samples => samples}/openbgpd_rib_table (100%)
 rename {mrtparse/samples => samples}/openbgpd_rib_table-mp (100%)
 rename {mrtparse/samples => samples}/openbgpd_rib_table-v2 (100%)
 rename {mrtparse/samples => samples}/quagga_bgp (100%)
 create mode 100644 samples/quagga_bgp_large_communities
 rename {mrtparse/samples => samples}/quagga_rib (100%)

-- 
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