python-pyface 6.1.2-1 source package in Ubuntu

Changelog

python-pyface (6.1.2-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/watch: Use https protocol
  * 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
  * Bump Standards-Version to 4.4.1.

  [ Andreas Tille ]
  * New upstream version
  * Fixed watch file (dropped unneeded get-orig-source stuff)
  * debhelper-compat 12
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.4.0
  * Testsuite: autopkgtest-pkg-python
  * Use Python3
    Closes: #938063
  * python3-pyqt5
    Closes: #935349
  * Use dh-python and pybuild
    Closes: #671217
  * d/changelog: Use DEP5 format

  [ Scott Talbert ]
  * d/control: Switch to use PyQt5 backend which seems best supported
  * d/rules: Get the tests working

  [ Dmitry Shachnev ]
  * Add pyface/_version.py and some files from egg-info to debian/clean.
  * Add pyface.egg-info to debian/pybuild.testfiles to get the tests running
    without nose.
  * Tell pybuild to install the original icons.zip and std.zip files.
    Without this, the files get repacked during test, and differ between
    python3.7 and python3.8 because of differing timestamps, so dh_python3
    does not remove the files in /usr/lib/python3.8/dist-packages.
  * Update debian/copyright.

 -- Scott Talbert <email address hidden>  Fri, 06 Dec 2019 16:00:24 -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-pyface_6.1.2-1.dsc 2.3 KiB 0b19d8612ef6c28d6065f99b5c9a196409d4408b272b8fb678d6dbc4fc5ccd81
python-pyface_6.1.2.orig.tar.gz 5.1 MiB 7c2ac3d5cbec85e8504b3b0b63e9307be12c6d710b46bae372ce6562d41f4fbc
python-pyface_6.1.2-1.debian.tar.xz 7.6 KiB 404e910c10220958f66d4ac17ad65587f73a8d97c0ed89e445f7ac57a1df0f51

No changes file available.

Binary packages built by this source

python3-pyface: traits-capable windowing framework

 The pyface project contains a toolkit-independent GUI abstraction
 layer, which is used to support the "visualization" features of the
 Traits package. Thus, you can write code in terms of the Traits API
 (views, items, editors, etc.), and let pyface and your selected
 toolkit and back-end take care of the details of displaying them.
 .
 The following GUI backends are supported:
  o wxPython
  o PyQt
  o PySide