python-qtpy 2.0.0-1 source package in Ubuntu

Changelog

python-qtpy (2.0.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ Håvard Flaget Aasen ]
  * autopkgtest: Add allow-stderr as restriction. Tests fails because of
    a deprecation warning. Closes: #1001429
  * Document Rules-Requires-Root.

  [ Picca Frédéric-Emmanuel ]
  * New upstream version 2.0.0

 -- Picca Frédéric-Emmanuel <email address hidden>  Wed, 05 Jan 2022 14:33:31 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.0.0-1.dsc 2.8 KiB 13eacb52a3dd3c81e4a31bfa2b412070b9785918ffbd687333f9ae7c6c046476
python-qtpy_2.0.0.orig.tar.gz 38.7 KiB 777e333df4d711b2ec9743117ab319dadfbd743a5a0eee35923855ca3d35cd9d
python-qtpy_2.0.0-1.debian.tar.xz 4.5 KiB 7a6cb41735eca26b5456e5524e91799838c7fc4b4eb38c97cd54b9960fe3a424

No changes file available.

Binary packages built by this source

python3-qtpy: abtraction layer for PySide/PyQt4/PyQt5 (Python 3)

 QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
 write applications using a single API call to either PyQt or PySide. QtPy
 also provides a set of additional QWidgets.
 .
 It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
 the QtGui module has been split into QtGui and QtWidgets).
 Basically, you write your code as if you were using PyQt5 but import qt from
 QtPy instead of PyQt5.
 .
 This package provides the QtPy library for the Python 3 interpreter.