[Python-modules-commits] [mrtparse] branch upstream updated (0fd0563 -> 60a7b2e)

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


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

bernat pushed a change to branch upstream
in repository mrtparse.

      from  0fd0563   Imported Upstream version 1.4
       new  60a7b2e   Import mrtparse_1.5.orig.tar.gz

The 1 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 +++
 .../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 +-
 31 files changed, 3219 insertions(+), 1882 deletions(-)
 create mode 100644 README.rst
 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