pastedeploy 3.0.1-1 source package in Ubuntu
Changelog
pastedeploy (3.0.1-1) unstable; urgency=medium * Team upload * d/watch: Use git mode to watch for new versions * d/gbp.conf: Add some basic default configuration * New upstream version 3.0.1 * Rebuild patch queue from patch-queue branch Added patches: docs-Use-Sphinx-RTD-theme-instead-of-Pylons-one.patch docs-Use-local-Python-objects.inv-data-for-intersphinx.patch Renamed patch (no additional adjustments needed): 01_change_templates_path.dpatch -> template_dir-Use-folder-from-the-Debian-package.patch * d/{control,rules}: Move over to dh-sequence-python3 * d/control: Update Standards-Version to 4.6.1 No further changes needed. * d/control: Add new required Build-Depends Building the documentation and running the tests are needing additional build dependencies. * python-pastedeploy-doc: Split off documentation Create a new binary package that is containing the documentation for python3-pastedeploy, it's a split off from the existing library package. * d/rules: Adjust PYBUILD_AFTER_INSTALL settings Remove some more unneeded content from the Python3 package that is created by the new upstream version. * d/python-pastedeploy-tpl.install: Adjust folder to install * Move python-pastedeploy-tpl to python3-pastedeploy-tpl This is basically just a renaming to python3-* to make the naming more consistent to similar other packaging practice. * autopkgtest: Adding a basic first test setup * d/README.source: Add some information about the source -- Carsten Schoenert <email address hidden> Wed, 16 Nov 2022 20:28:15 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pastedeploy_3.0.1-1.dsc | 2.4 KiB | dee5cbb13cc133caa5f866417c64be17acfd1e3354b58b29841877b2384c49db |
pastedeploy_3.0.1.orig.tar.gz | 32.6 KiB | ac68e35e04ad76e0f736c28854770e0f3b0fe5668f14a8ccf0f6f839371fd909 |
pastedeploy_3.0.1-1.debian.tar.xz | 7.9 KiB | e05d9e353a9428f18b9f75465fb352e9b3f79beffa00d7f48668deb6a54093c1 |
No changes file available.
Binary packages built by this source
- python-pastedeploy-doc: load, configure, and compose WSGI applications and servers (Documentation)
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
Egg. For WSGI application providers it only asks for a single, simple entry
point to your application, so that application users don't need to be exposed
to the implementation details of your application.
.
This package contains the documentation of the library.
- python3-pastedeploy: load, configure, and compose WSGI applications and servers (Python 3)
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
Egg. For WSGI application providers it only asks for a single, simple entry
point to your application, so that application users don't need to be exposed
to the implementation details of your application.
.
This package contains the Python 3.x module.
- python3-pastedeploy-tpl: load, configure, compose WSGI applications and servers (Templates)
Paste Deployment is a system for finding and configuring WSGI applications and
servers. For WSGI application consumers it provides a single, simple function
(loadapp) for loading a WSGI application from a configuration file or a Python
Egg. For WSGI application providers it only asks for a single, simple entry
point to your application, so that application users don't need to be exposed
to the implementation details of your application.
.
This package contains the Paste Deploy's paster template.