python-easygui 0.98.1-1 source package in Ubuntu

Changelog

python-easygui (0.98.1-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces
  * Remove versioned depends older than oldstable.
  * Enable autopkgtest-pkg-python testsuite.

  [ Andreas Noteng ]
  * New upstream release
  * Updated watch file to match upstream's move to github
  * Bump Standards-Version to 4.4.0
    - HTTPS Vcs-* headers
  * Updated copyright file with new upstream author
  * Add recommends: python3-pil.imagetk to allow for JPEGs in python3
  * Update Homepage: in debian/control and Source: in debian/copyright
  * Change to compat level 12 and new way of setting compat level
  * Drop python2 support
  * Use pybuild to build package

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

 -- Andreas Noteng <email address hidden>  Mon, 12 Aug 2019 13:04:43 +0200

Upload details

Uploaded by:
Andreas Noteng
Uploaded to:
Sid
Original maintainer:
Andreas Noteng
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-easygui_0.98.1-1.dsc 2.1 KiB 34c9250420156b09ba29f08ff246eda968da5661a603fa198c13335065487115
python-easygui_0.98.1.orig.tar.gz 1.8 MiB b47b025d19a628633a45dd56ae67329fa4b7518edfba7a73c4e03a12b2ac23c5
python-easygui_0.98.1-1.debian.tar.xz 3.6 KiB b18ad860d1afe6079033228d758bb5c89c227e44fab86fd15e7c9d24ecebf217

Available diffs

No changes file available.

Binary packages built by this source

python3-easygui: module for very simple, very easy GUI programming in Python3

 This package provides the Python3 modules EasyGUI. Experienced Pythonistas
 need support for quick and dirty GUI features. New Python programmers need
 GUI capabilities that don't require any knowledge of Tkinter, frames,
 widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI,
 all GUI interactions are invoked by simple function calls.