1
0
mirror of https://github.com/jordansissel/fpm synced 2025-11-11 18:38:50 +01:00

Commit Graph

  • 9c415246f2 Fix reST syntax Jordan Sissel 2025-10-02 11:48:37 -0700
  • e8cd0920d7 s/podman/docker/ Jordan Sissel 2025-10-02 11:43:22 -0700
  • 22d44e1c49 Use debian/apt packages for python deps instead of pip... mainly because Debian's pip3 errors when you try to use it warning to use venv instead... Jordan Sissel 2025-10-02 11:43:04 -0700
  • ef63628054 Fix Sphinx warning that language needs to be set to something Jordan Sissel 2025-10-02 11:42:22 -0700
  • e0c3a1fc1a Only show the general options in the 'general options' docs entry. Before this, *all* flags were included and that was not intentional. Jordan Sissel 2025-10-02 11:38:19 -0700
  • e1113c24e0 Release prep - generate docs and bump version Jordan Sissel 2025-10-02 11:04:42 -0700
  • 290fe0741c Reformat changelog entries slightly (no wrapping). Also found an identical PR for #2011 in #2054 and noted that w/ contributor details Jordan Sissel 2025-10-02 10:12:25 -0700
  • b69b7e5787 More changelog updates Jordan Sissel 2025-10-02 10:02:08 -0700
  • feecdfe87b WIP release changelog updates. Jordan Sissel 2025-10-01 21:04:37 -0700
  • de7a214bf5 Work in progress - Prepare v1.17.0 release Jordan Sissel 2025-10-01 17:47:09 -0700
  • c6069f5584 Replace ostruct with a custom class that acts almost the same. Jordan Sissel 2025-10-01 22:30:43 -0700
  • 71890ac751 Replace ostruct with a custom class that acts almost the same. issue/remove-ostruct Jordan Sissel 2025-10-01 22:30:43 -0700
  • 583f7e4ba0 If the action runs with debug logging, run fpm specs with debug logging enabled Jordan Sissel 2025-10-01 21:56:48 -0700
  • aa55aaca93 Python pyproject.toml and requirements.txt improvements Jordan Sissel 2025-10-01 21:42:35 -0700
  • 23e7e0f554 Remove unused code and comments (fpm uses python to process dependency env markers) Jordan Sissel 2025-10-01 21:27:41 -0700
  • 43a8e15924 If the action runs with debug logging, run fpm specs with debug logging enabled issue/python-package-directory Jordan Sissel 2025-10-01 21:56:48 -0700
  • 13e7ddf864 Python pyproject.toml and requirements.txt improvements Jordan Sissel 2025-10-01 21:42:35 -0700
  • ad8bb033c8 Remove unused code and comments (fpm uses python to process dependency env markers) Jordan Sissel 2025-10-01 21:27:41 -0700
  • dd58d6714e Copy config file to staging if it doesn't exist there. Alexandr Zarubkin 2023-10-07 01:10:16 +0300
  • 4150558354
    Merge 89a2a0084efc8b6f29c02d4c47365fe1fe9be808 into c76917a4e193ea7555fd16c63a8932154eda43cd Chayim 2025-10-01 16:53:31 -0700
  • c76917a4e1 Add support for some uncommon package downloads. Jordan Sissel 2025-09-30 15:15:03 -0700
  • 17bc375e0b Add line continuation to keep ruby-lsp from warning about useless void context. Jordan Sissel 2025-09-30 15:05:13 -0700
  • 42808ab943 Fix failing virtualenv tests Jordan Sissel 2025-09-30 15:03:47 -0700
  • 8e54e5ca49 Update rspec in order to use satisfy(description, &block) Jordan Sissel 2025-09-30 14:05:43 -0700
  • 8b24206e19 Fix typo Jordan Sissel 2025-09-30 08:37:53 -0700
  • f0e5b8abc0 Use python to parse python requires syntax and evaluate markers. Jordan Sissel 2025-09-30 08:32:41 -0700
  • b328c15ff6 Fix typo Jordan Sissel 2025-09-29 23:18:40 -0700
  • 010093698a Work continues to center python package work around pip and away from setup.py Jordan Sissel 2025-09-29 23:06:58 -0700
  • 002b42e98e Add accessors for parts of python metadata that we can use with fpm. Jordan Sissel 2025-09-29 17:53:54 -0700
  • bc75218f37 Improvements to python wheel processing Jordan Sissel 2025-09-29 12:26:00 -0700
  • fcee26e979 WIP to update python support to rely more on pip Jordan Sissel 2025-09-27 17:18:05 -0700
  • 9a77831902 Move command running to verbose/info log instead of debug. Jordan Sissel 2025-09-27 17:17:47 -0700
  • 873bff3820 Update cabin to fix Ruby ostruct deprecation/stdlib warning Jordan Sissel 2025-09-27 17:17:29 -0700
  • 3754c6b487 Add support for some uncommon package downloads. issue/use-python-wheels Jordan Sissel 2025-09-30 15:15:03 -0700
  • 697e6ffa74 Add line continuation to keep ruby-lsp from warning about useless void context. Jordan Sissel 2025-09-30 15:05:13 -0700
  • 48dc536d94 Fix failing virtualenv tests Jordan Sissel 2025-09-30 15:03:47 -0700
  • ef5da20933 Update rspec in order to use satisfy(description, &block) Jordan Sissel 2025-09-30 14:05:43 -0700
  • ee9ce01204 Fix typo Jordan Sissel 2025-09-30 08:37:53 -0700
  • b78ff5a121 Use python to parse python requires syntax and evaluate markers. Jordan Sissel 2025-09-30 08:32:41 -0700
  • a555dc7d90 Fix typo Jordan Sissel 2025-09-29 23:18:40 -0700
  • 84b47e0417 Work continues to center python package work around pip and away from setup.py Jordan Sissel 2025-09-29 23:06:58 -0700
  • 1b8f547930 Add accessors for parts of python metadata that we can use with fpm. Jordan Sissel 2025-09-29 17:53:54 -0700
  • d6e1dbae1a Improvements to python wheel processing Jordan Sissel 2025-09-29 12:26:00 -0700
  • 959ccf27ed WIP to update python support to rely more on pip Jordan Sissel 2025-09-27 17:18:05 -0700
  • 8a8ae741bf Move command running to verbose/info log instead of debug. Jordan Sissel 2025-09-27 17:17:47 -0700
  • e6ff904fd3 Update cabin to fix Ruby ostruct deprecation/stdlib warning Jordan Sissel 2025-09-27 17:17:29 -0700
  • 1c3cfe741e Change log message to note hardlink Jordan Sissel 2025-09-21 21:37:35 -0700
  • 6025469d52 Only hardlink if the source file appears to be a hardlink and we have already copied one of it into the destination. This should fix #2102 Jordan Sissel 2025-09-21 18:26:51 -0700
  • fdfc384e71 Rely on copy_entry's logic to handle copying vs hardlinking. Jordan Sissel 2025-09-21 18:25:36 -0700
  • 82ddba7a8c remove 'ostruct' require. ostruct's being moved out of ruby core, so this will help remove deprecation/move warnings Jordan Sissel 2025-09-21 18:23:48 -0700
  • 7cc4aa7509 Add two tests to cover parts of #2102. The 'normal files' test covers the reported issue in #2102 and fails in this commit. Jordan Sissel 2025-09-19 20:28:00 -0700
  • c1c3f2b132
    Merge 8d1a441081a38e27bcbb0e5806b1856e129b1d96 into 207bd73577841bc3f53c67d1acdf5ca9db1e6ddd Joseph Anthony Pasquale Holsten 2025-09-26 21:00:31 +0200
  • 207bd73577 Add ruby 3.4 and also run apt-get update to try and work around "apt-get install ..." failing sometimes unpredictably? Jordan Sissel 2025-09-22 13:38:06 -0700
  • 613a941a38 Change log message to note hardlink issue/2102 Jordan Sissel 2025-09-21 21:37:35 -0700
  • 9eee235cea Only hardlink if the source file appears to be a hardlink and we have already copied one of it into the destination. This should fix #2102 Jordan Sissel 2025-09-21 18:26:51 -0700
  • 9ff7e6ad5c Rely on copy_entry's logic to handle copying vs hardlinking. Jordan Sissel 2025-09-21 18:25:36 -0700
  • 734d851166 remove 'ostruct' require. ostruct's being moved out of ruby core, so this will help remove deprecation/move warnings Jordan Sissel 2025-09-21 18:23:48 -0700
  • 486b6363fc Add two tests to cover parts of #2102. The 'normal files' test covers the reported issue in #2102 and fails in this commit. Jordan Sissel 2025-09-19 20:28:00 -0700
  • c1fc155a04 Add all valid file extensions for systemd units Eira Fransham 2025-08-29 17:17:34 +0200
  • b42b3b5f9b
    Merge e618547ab0b363c92ca1bef2c3c6f6ada9c923b7 into 7ef007ef5fd75a0201b3ac5d2a565e6a2d2d4f8d Andreas Ulm 2025-04-27 14:22:47 +0000
  • 2a8ca88c48
    Merge be117ab3b9b04cf4824120fba4a40b966a239374 into 7ef007ef5fd75a0201b3ac5d2a565e6a2d2d4f8d Nick Griffiths 2025-04-27 14:22:44 +0000
  • 6d87a9be27
    Merge a53e09e711252f4fdffb5c9582eff59ed017252b into 7ef007ef5fd75a0201b3ac5d2a565e6a2d2d4f8d Elan Ruusamäe 2025-04-27 14:22:41 +0000
  • a51539ed5e
    Merge e11d6ea3b093bab2f7b76313c2de2b8e4603a955 into 7ef007ef5fd75a0201b3ac5d2a565e6a2d2d4f8d Glandos 2025-04-27 14:22:41 +0000
  • 667a4d4ad0
    Merge dcdf1f115b5c00f45be7ff11dd474e08a3758422 into 7ef007ef5fd75a0201b3ac5d2a565e6a2d2d4f8d dana 2025-04-17 08:55:55 +0000