python-xstatic-angular-ui-router 0.3.1.2-4 source package in Ubuntu

Changelog

python-xstatic-angular-ui-router (0.3.1.2-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * d/control: Fix wrong Vcs-*.
  * Bump Standards-Version to 4.4.1.

  [ Thomas Goirand ]
  * Add missing runtime depends on python3-xstatic.
  * Cleans better (Closes: #1049189).

 -- Thomas Goirand <email address hidden>  Tue, 15 Aug 2023 14:01:53 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xstatic-angular-ui-router_0.3.1.2-4.dsc 2.3 KiB f1fa44b5b5521afe2ae0dc93d4c5821def41be5457015904a637504698ec3c89
python-xstatic-angular-ui-router_0.3.1.2.orig.tar.xz 50.8 KiB c81c1af0f921ea620a9653f912ac55c865b3590a14428606fdbd6c57b6eb3703
python-xstatic-angular-ui-router_0.3.1.2-4.debian.tar.xz 13.8 KiB e7781eadc96d94f18fa506e8c066afcd66e48541f3a31fd9fddb03390b6ac00a

Available diffs

No changes file available.

Binary packages built by this source

python3-xstatic-angular-ui-router: Angular UI router XStatic support

 XStatic is a Python web development tool for handling required static data
 files from external projects, such as CSS, images, and JavaScript. It provides
 a lightweight infrastructure to manage them via Python modules that your app
 can depend on in a portable, virtualenv-friendly way instead of using embedded
 copies.
 .
 Angular UI-Router is a client-side Single Page Application routing framework
 for AngularJS.
 .
 Routing frameworks for SPAs update the browser's URL as the user navigates
 through the app. Conversely, this allows changes to the browser's URL to drive
 navigation through the app, thus allowing the user to create a bookmark to a
 location deep within the SPA.
 .
 UI-Router applications are modeled as a hierarchical tree of states. UI-Router
 provides a state machine to manage the transitions between those application
 states in a transaction-like manner.
 .
 This package contains the Python 3.x module.