platformdirs 3.0.0-1 source package in Ubuntu

Changelog

platformdirs (3.0.0-1) experimental; urgency=medium

  * New upstream release.
  * Bump copyright years.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Drop upstream changelog, upstream no longer includes it in the source
    distribution.

 -- Stefano Rivera <email address hidden>  Sun, 12 Feb 2023 15:31:27 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Experimental
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
platformdirs_3.0.0-1.dsc 1.7 KiB f70fb83b96f72685aedc94348c3430f44e2518c7c289fcf7ee123722bf1ef90a
platformdirs_3.0.0.orig.tar.gz 14.1 KiB 8a1228abb1ef82d788f74139988b137e78692984ec7b08eaa6c65f1723af28f9
platformdirs_3.0.0-1.debian.tar.xz 3.8 KiB 7ca7b86b457e0bbdcea32c99cec4b68ac231b8ae86991dfc8fb28687f951d589

Available diffs

No changes file available.

Binary packages built by this source

python3-platformdirs: 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. platformdirs 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.