appdirs 1.4.3-2 source package in Ubuntu

Changelog

appdirs (1.4.3-2) unstable; urgency=medium

  * Move repository to salsa.debian.org
  * Update my email address to @cloud.ionos.com
  * Switch to debhelper 12
  * Drop Python 2 support (Closes: #936127)
  * Bump Standards-Version to 4.5.0 (no changes required)
  * Split autopkgtest into separate tests for Python 3 and Pypy
  * Drop ancient X-Python3-Version field
  * Use https for debian/watch
  * Check DEB_BUILD_OPTIONS in override_dh_auto_test
  * Set Rules-Requires-Root: no

 -- Benjamin Drung <email address hidden>  Wed, 26 Feb 2020 21:13:19 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
appdirs_1.4.3-2.dsc 2.0 KiB e549bbc31145c3498601bb8e91d805bcf13bb9af08e56a3de73cbd22860e1b3c
appdirs_1.4.3.orig.tar.gz 12.4 KiB 9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92
appdirs_1.4.3-2.debian.tar.xz 3.1 KiB a4a232756bc043e3cc183c64bd457231cd326f40b792352e75d95ee8940e9018

No changes file available.

Binary packages built by this source

pypy-appdirs: determining appropriate platform-specific directories (PyPy)

 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the PyPy version of the package.

python3-appdirs: determining appropriate platform-specific directories (Python 3)

 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the Python 3 version of the package.