requests-aws 0.1.5-3 source package in Ubuntu

Changelog

requests-aws (0.1.5-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Bump debhelper from old 12 to 13.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on python3-requests.
    + python3-awsauth: Drop versioned constraint on python3-requests in Depends.

  [ Sandro Tosi ]
  * debian/control
    - remove Thomas for Uploaders, thanks for your contributions;
      Closes: #892689

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 19:03:06 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests-aws_0.1.5-3.dsc 1.9 KiB a0194258556452de88dbe18f023e3011803dfc8c252147caa208ca6daa5a01c5
requests-aws_0.1.5.orig.tar.gz 4.4 KiB f909127d270f204ce171881e11369bc410b402dcfdb5611cef58abc302e020da
requests-aws_0.1.5-3.debian.tar.xz 2.6 KiB e4069878eb0442f5c83e9699e82b6f69528078494625064ac831fb5ab6d0f692

Available diffs

No changes file available.

Binary packages built by this source

python3-awsauth: AWS authentication for Amazon S3 for the python3-requests module

 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access the
 response data in the same way. It's powered by httplib and urllib3, but it does
 all the hard work and crazy hacks for you.
 .
 This module adds AWS authentication for Amazon S3 based on the python3-requests
 module.