1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-12 18:42:07 +01:00
fpm/lib
Jordan Sissel 3754c6b487 Add support for some uncommon package downloads.
* amqplib 1.0.2 downloads a file ending in .tgz instead of expected .tar.gz
* dnspython 1.15.0 has METADATA which includes a description body, but
  the metadata version is 2.0, and python core-metadata docs indicate
  v2.1 added support for description body. In this case, if the metadata
  version is 2.0, fpm now accepts a description body.

Reference: python core-metadata:
> Changed in version 2.1: This field may be specified in the message body instead.

Original report and fixes for this by @bugfood in #2002.
2025-09-30 15:15:03 -07:00
..
fpm Add support for some uncommon package downloads. 2025-09-30 15:15:03 -07:00
fpm.rb Introduce support for snap packages (#1490) 2018-10-16 15:59:17 -07:00