python-tuspy 1.0.0-2 source package in Ubuntu

Changelog

python-tuspy (1.0.0-2) unstable; urgency=medium

  * Packaging update
  * Add salsa-ci file (routine-update)
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Andreas Tille <email address hidden>  Thu, 25 Aug 2022 21:58:46 +0200

Upload details

Uploaded by:
Andreas Tille
Uploaded to:
Sid
Original maintainer:
Andreas Tille
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tuspy_1.0.0-2.dsc 2.0 KiB 422add3543aee76b41a0b8dbeb695a1c8de7d2d441b54bcb58735bf3a8504087
python-tuspy_1.0.0.orig.tar.gz 11.5 KiB 09a81eba7b0ce4da7870961721892c62f1d62570913bcef6727ef5599e3f4181
python-tuspy_1.0.0-2.debian.tar.xz 2.3 KiB 750d745e1447bb37d9ac4598c8b5987eada5c2d843fe3da8a2ab8b9b8885792e

Available diffs

No changes file available.

Binary packages built by this source

python3-tuspy: Python3 client for the tus resumable upload protocol

 tus is a protocol based on HTTP for resumable file uploads. Resumable
 means that an upload can be interrupted at any moment and can be resumed
 without re-uploading the previous data again. An interruption may happen
 willingly, if the user wants to pause, or by accident in case of a
 network issue or server outage.
 .
 tus-py-client is a Python client for uploading files using the tus
 protocol to any remote server supporting it.