python-pecan 1.4.2-2ubuntu1 source package in Ubuntu

Changelog

python-pecan (1.4.2-2ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/no-intersphinx.patch: Dropped, but Debian still has it
    - d/p/remove-broken-test.patch: Dropped, but Debian still has it
    - d/gbp.conf: Retain for gbp and pristine-tar config
    - d/watch: Update based on move to https://github.com/pecan/pecan
    - d/control: Align (Build-)Depends with upstream
    - d/control: point Vcs- fields to launchpad
    - drop wrong pre/postrm scripts that handle pecan as an alternative when
      it no longer is

python-pecan (1.4.2-2) unstable; urgency=medium

  * Uploading to unstable.

python-pecan (1.4.2-1) experimental; urgency=medium

  * New upstream release.
  * Removed python3-webtest from depends.
  * Cleans better.

python-pecan (1.4.1-2) unstable; urgency=medium

  * Cleans better (Closes: #1045361).

 -- Nick Rosbrook <email address hidden>  Wed, 01 Nov 2023 12:57:53 -0400

Upload details

Uploaded by:
Nick Rosbrook
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pecan_1.4.2.orig.tar.xz 135.8 KiB 076889c4b69a3b58b355c0e404695f67833f15bc7dc0c3d93ea4ddcb5ab6d64b
python-pecan_1.4.2-2ubuntu1.debian.tar.xz 6.1 KiB b1654328d3accd64e36e2e8cb422276a4319c4b2b3ad3890ed81c901afc1bd0a
python-pecan_1.4.2-2ubuntu1.dsc 2.6 KiB 95f23c949a58073cfa4beaeb50282a6d81929676dc863ac9709e7b415a06416e

Available diffs

View changes file

Binary packages built by this source

python-pecan-doc: WSGI object-dispatching web framework

 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the pecan documentation.

python3-pecan: WSGI object-dispatching web framework - Python 3.x

 The Pecan Python module is a WSGI object-dispatching web framework designed to
 be lean and fast with few dependencies. Pecan comes bundled with a lightweight
 WSGI development server based on Python's wsgiref.simpleserver. Pecan
 applications also come with an interactive Python shell which can be used to
 execute expressions in an environment very similar to the one your application
 runs in (using the "pecan shell" command).
 .
 WSGI is the "Web Server Gateway Interface". It defines a simple and universal
 interface between web servers and web applications or frameworks for the
 Python programming language.
 .
 This package contains the Python 3.x module.