python-guizero 1.5.0+dfsg-1 source package in Ubuntu

Changelog

python-guizero (1.5.0+dfsg-1) unstable; urgency=medium

  * New upstream version 1.5.0+dfsg
  * d/clean:
    - Remove pybuild, egg-info and html
  * d/copyright:
    - Refresh Files-Excluded for files removed upstream
    - Refresh years of Debian copyright
  * d/patches:
    - Update patch configure-mkdocs-for-debian
      - Refresh for upstream changes
      - Replace index.md with about.md
      - Use friendly non-directory links
  * d/python-guizero-doc.doc-base:
    - Update path to HTML documentation
  * d/rules:
    - Move original about.md/index.md out of the way during build
      (Closes: #1045977, #1049655)
    - Install documentation into main package doc directory
    - Drop mkdocs from dh_mkdocs call (handled by default)
    - Forcibly remove any remaining __pycache__ files/dirs
  * d/s/lintian-overrides:
    - Add override for long line in example
  * d/patches: Update patch configure-mkdocs-for-debian (drop about from nav)

 -- Nick Morrott <email address hidden>  Sat, 24 Feb 2024 11:48:54 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-guizero_1.5.0+dfsg-1.dsc 2.3 KiB 7458f3b04688dd237655d9845cf9be6e904483e1752a5610f02e2596e1b9f9bc
python-guizero_1.5.0+dfsg.orig.tar.xz 2.4 MiB 9dbac1f7727f04f0220e6ae093e6776c0843bb3a6de5921b912764604cb73029
python-guizero_1.5.0+dfsg-1.debian.tar.xz 6.9 KiB e1d4fdb30ff9178be82984f512afea70b2aedcee0cf0a8bf632835283cb66b8c

Available diffs

No changes file available.

Binary packages built by this source

python-guizero-doc: module to allow quick and easy GUI creation (documentation)

 guizero is a wrapper for Tkinter, and aims to make the process of creating
 simple GUIs quick, accessible and understandable by:
 .
  - working with the standard Python GUI library
  - providing an accessible widget naming system
  - abstracting away details novice programmers find hard
  - being flexible enough to be used for projects up to A-Level (UK) standard
  - providing comprehensive and accessible documentation with examples
  - providing helpful error messages
 .
 This package provides the guizero user documentation in HTML format.

python3-guizero: module to allow quick and easy GUI creation (Python 3)

 guizero is a wrapper for Tkinter, and aims to make the process of creating
 simple GUIs quick, accessible and understandable by:
 .
  - working with the standard Python GUI library
  - providing an accessible widget naming system
  - abstracting away details novice programmers find hard
  - being flexible enough to be used for projects up to A-Level (UK) standard
  - providing comprehensive and accessible documentation with examples
  - providing helpful error messages
 .
 This package provides the guizero library for Python 3.