appdirs 1.4.4-3 source package in Ubuntu

Changelog

appdirs (1.4.4-3) unstable; urgency=medium

  * drop pypy support; Closes: #1018738

 -- Sandro Tosi <email address hidden>  Mon, 29 Aug 2022 16:58:58 -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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
appdirs_1.4.4-3.dsc 2.0 KiB a5a94dc84bd56c54bcb3424dacf2f01d4dfc0caae779d9149697ce722aefaf1a
appdirs_1.4.4.orig.tar.gz 13.2 KiB 7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41
appdirs_1.4.4-3.debian.tar.xz 3.4 KiB 7a4d07d776aab17f934c3bf5cfa5cafcfffc9204755342eb5ace762a4af3071f

Available diffs

No changes file available.

Binary packages built by this source

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.