python-envisage 4.9.0-1 source package in Ubuntu

Changelog

python-envisage (4.9.0-1) unstable; urgency=medium

  * Team Upload.

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * Remove debian/pycompat, it's not used by any modern Python helper
  * Convert git repository from git-dpm to gbp layout

  [ Scott Talbert ]
  * Remove outdated orig-tar.sh
  * Update to latest upstream release 4.9.0
  * Switch from Python 2 to Python 3 (Closes: #937730)
  * Update and convert d/copyright to DEP5 format
  * Use secure URL in d/watch

 -- Scott Talbert <email address hidden>  Thu, 26 Dec 2019 10:56:49 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-envisage_4.9.0-1.dsc 2.1 KiB 89347abf9b268036f55bd9ef4bf69d7bf75a20963ab25eda0f333e9b5c90c6fd
python-envisage_4.9.0.orig.tar.gz 207.2 KiB 2cec48e4de6e0052a3bbb58baeb993025a6960229301d549bf323067cbc5e74b
python-envisage_4.9.0-1.debian.tar.xz 4.1 KiB ee13feab7347c838348e9148a1f34124e9725f05dab7da363120302a8c896a44

Available diffs

No changes file available.

Binary packages built by this source

python3-envisage: Extensible Application Framework

 Envisage is a Python-based framework for building extensible
 applications, that is, applications whose functionality can be
 extended by adding "plug-ins". Envisage provides a standard mechanism
 for features to be added to an application, whether by the original
 developer or by someone else. In fact, when you build an application
 using Envisage, the entire application consists primarily of
 plug-ins. In this respect, it is similar to the Eclipse and Netbeans
 frameworks for Java applications.