pyeapi 1.0.2-1 source package in Ubuntu

Changelog

pyeapi (1.0.2-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-sphinx.

  [ Andreas Tille ]
  * Real team maintenance in DPT (with permission in
    https://lists.debian.org/debian-python/2024/02/msg00072.html)
  * Standards-Version: 4.6.2 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Update lintian override info format in d/python-pyeapi-doc.lintian-overrides
    on line 2.
  * watch file standard 4 (routine-update)
  * Add upstream metadata
  * Replace imp by importlib
    Closes: #1058138

 -- Andreas Tille <email address hidden>  Wed, 28 Feb 2024 10:46:10 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyeapi_1.0.2-1.dsc 2.1 KiB 643899edd45d0a50b91411e0a77ccc79905c731904194fbd501d7992d8f5343d
pyeapi_1.0.2.orig.tar.gz 143.5 KiB 563a80bb19451df7dd7b6e9e38489dee67ebeaf2f54de296e8ae0b26cd68a297
pyeapi_1.0.2-1.debian.tar.xz 3.9 KiB ff029150d0703258566ced4e103eb27aa4dad2a9e4465a02d92db26ac2ab08f8

Available diffs

No changes file available.

Binary packages built by this source

python-pyeapi-doc: Python API to interact with EOS network devices - docs

 The Python Client for eAPI (pyeapi) is a native Python library
 wrapper around Arista EOS eAPI. It provides a set of Python language
 bindings for configuring Arista EOS nodes. It can be used either on a
 local node (running EOS) or on a remote node.
 .
 This library also provides an API layer for building native Python
 objects to interact with the destination nodes. The API layer is a
 convenient implementation for working with the EOS configuration and
 is extensible for developing custom implementations. For example, it
 allows one to list VLAN or configure a BGP session.
 .
 This package contains the documentation.

python3-pyeapi: Python API to interact with EOS network devices - Python 3.x

 The Python Client for eAPI (pyeapi) is a native Python library
 wrapper around Arista EOS eAPI. It provides a set of Python language
 bindings for configuring Arista EOS nodes. It can be used either on a
 local node (running EOS) or on a remote node.
 .
 This library also provides an API layer for building native Python
 objects to interact with the destination nodes. The API layer is a
 convenient implementation for working with the EOS configuration and
 is extensible for developing custom implementations. For example, it
 allows one to list VLAN or configure a BGP session.
 .
 This package contains the Python 3.x module.