pastescript 3.2.1-1 source package in Ubuntu

Changelog

pastescript (3.2.1-1) unstable; urgency=medium

  * d/watch: Update to version 4, use git mode
  * d/gbp.conf: Add some basic default configuration
  * New upstream version 3.2.1
  * Rebuild patch queue from patch-queue branch
    Refreshed and renamed patches:
    03_try_to_find_templates_in_system_dir.patch
     -> debian/patches/template_dir-Add-Debian-specific-template-folders.patch
    02_rename_templates_dir.patch
     -> debian/patches/template_dir-Use-folder-from-the-Debian-package.patch
    Added patches:
    docs-news.txt-Fixup-RST-syntax.patch
    tests-Disable-instancing-of-class-DisableDirectory.patch
    tests-Remove-imports-of-nose-module.patch
  * d/control: Move Maintainer back to DPT
  * d/control: Update some source pkg specific fields
    Reorder some build depending packages and adjust the upstream project
    URL. Adding Rules-Requires-Root: no as no root privileges are required
    for building this package.
  * d/control: Update Standards-Version to 4.6.1
    No further changes needed.
  * d/control: Update binary package descriptions
  * d/rules: Use dh_sphincdoc helper to build documentation
  * d/python-pastescript-doc.docs: Drop sequencer file
    Not needed now as dh_sphinxdoc is doing the magic.
  * tests: Run the internal tests while package build
  * autopkgtest: Adding a basic first test setup
  * d/README.source: Add some information about the source
  * d/copyright: Update and adjust content data
  * d/u/metadata: Adding basic metadata

 -- Carsten Schoenert <email address hidden>  Sun, 20 Nov 2022 12:46:01 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pastescript_3.2.1-1.dsc 2.3 KiB 6512886a710be8166d71ad05a3fc954c41dbf4192fb9772faedf9eab36d0c0de
pastescript_3.2.1.orig.tar.gz 92.3 KiB 0ab37947ff35e37daf7c383ff4ab8dfb1452d916bd22c2b6090a85783efe5401
pastescript_3.2.1-1.debian.tar.xz 11.3 KiB 0976b711b112ec6c5081439ca156f82dce037e97235f3d2cd96592294f9081aa

Available diffs

No changes file available.

Binary packages built by this source

python-pastescript-doc: PasteScript is a pluggable command-line tool (Documentation)

 Paster is pluggable command-line frontend, including commands to setup
 package file layouts. By this you are able to create file layouts for
 packages and serve webapps quickly.
 .
 This package contains the documentation of the library.

python3-pastescript: PasteScript is a pluggable command-line tool (Python3)

 Paster is pluggable command-line frontend, including commands to setup
 package file layouts. By this you are able to create file layouts for
 packages and serve webapps quickly.
 .
 Built-in features:
  * Creating file layouts for packages.
    For instance a setuptools-ready file layout.
  * Serving up web applications, with configuration based on
    https://docs.pylonsproject.org/projects/pastedeploy/en/latest/
    (available within Debian based distribution as python3-pastedeploy)
 .
 This package provides the Python 3.x module.