generated from pdm-project/pdm
-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add parameter --build-number
to wheel builder
#229
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for pdm-backend-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
frostming
reviewed
Apr 15, 2024
Applied suggestions from review Co-authored-by: Frost Ming <[email protected]>
Applied suggestions from review Co-authored-by: Frost Ming <[email protected]>
@frostming Please let me know if something else is missing |
cutoffthetop
referenced
this pull request
in robert-koch-institut/mex-model
May 14, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pdm-backend](https://togithub.com/pdm-project/pdm-backend) | build-system.requires | minor | `==2.1.8` -> `==2.3.0` | --- ### Release Notes <details> <summary>pdm-project/pdm-backend (pdm-backend)</summary> ### [`v2.3.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.3.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ##### 🚀 Features - Remove support for python 3.7 and older - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/232](https://togithub.com/pdm-project/pdm-backend/issues/232) [<samp>(32e3a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/32e3a33) - Add `tag_filter` as a way to pre-filter tags - by [@​mezuzza](https://togithub.com/mezuzza) in [https://github.com/pdm-project/pdm-backend/issues/225](https://togithub.com/pdm-project/pdm-backend/issues/225) [<samp>(9915c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/9915cb6) ##### 🐞 Bug Fixes - Error about dynamic project version - by [@​cntvc](https://togithub.com/cntvc) in [https://github.com/pdm-project/pdm-backend/issues/235](https://togithub.com/pdm-project/pdm-backend/issues/235) [<samp>(146b1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/146b170) - **ci**: CI matrix on macos latest - by [@​frostming](https://togithub.com/frostming) [<samp>(080b4)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/080b4bc) ##### 💻 Chores - Use `Literal` type for valid target values - by [@​DetachHead](https://togithub.com/DetachHead), **pre-commit-ci\[bot]** and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/227](https://togithub.com/pdm-project/pdm-backend/issues/227) [<samp>(a210b)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/a210b72) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ### [`v2.2.1`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.1) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ##### 🚀 Features - Add parameter `--build-number` to wheel builder - by [@​0xfabioo](https://togithub.com/0xfabioo) and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/229](https://togithub.com/pdm-project/pdm-backend/issues/229) [<samp>(d7d15)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/d7d15fb) - Bump pyproject-metadata to 0.8.0 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/231](https://togithub.com/pdm-project/pdm-backend/issues/231) [<samp>(5f538)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/5f53873) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ### [`v2.2.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) ##### 🚀 Features - Don't add '+editable' to the editable version - by [@​frostming](https://togithub.com/frostming) [<samp>(e6fcd)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/e6fcd5f) - Custom version format for source="scm" - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/217](https://togithub.com/pdm-project/pdm-backend/issues/217) [<samp>(4f20c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/4f20cfd) - Fallback_version config for scm version - by [@​frostming](https://togithub.com/frostming) [<samp>(8b8ab)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8b8ab28) - **vendor**: Update packaging to 24.0 - by [@​frostming](https://togithub.com/frostming) [<samp>(81836)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8183604) - **vendors**: Update pyproject-metadata to 0.8.0rc1 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/228](https://togithub.com/pdm-project/pdm-backend/issues/228) [<samp>(6b260)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/6b2601e) ##### 🐞 Bug Fixes - Change to datetime.now(tz=UTC) - by [@​frostming](https://togithub.com/frostming) [<samp>(74f7a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/74f7a61) ##### 📝 Documentation - Add missing dep - by [@​frostming](https://togithub.com/frostming) [<samp>(feb9f)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/feb9fc7) ##### 💻 Chores - Update lockfile to the latest version - by [@​frostming](https://togithub.com/frostming) [<samp>(940d1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/940d129) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Nicolas Drebenstedt <[email protected]>
cutoffthetop
referenced
this pull request
in robert-koch-institut/mex-extractors
May 14, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pdm-backend](https://togithub.com/pdm-project/pdm-backend) | build-system.requires | minor | `==2.1.8` -> `==2.3.0` | --- ### Release Notes <details> <summary>pdm-project/pdm-backend (pdm-backend)</summary> ### [`v2.3.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.3.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ##### 🚀 Features - Remove support for python 3.7 and older - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/232](https://togithub.com/pdm-project/pdm-backend/issues/232) [<samp>(32e3a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/32e3a33) - Add `tag_filter` as a way to pre-filter tags - by [@​mezuzza](https://togithub.com/mezuzza) in [https://github.com/pdm-project/pdm-backend/issues/225](https://togithub.com/pdm-project/pdm-backend/issues/225) [<samp>(9915c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/9915cb6) ##### 🐞 Bug Fixes - Error about dynamic project version - by [@​cntvc](https://togithub.com/cntvc) in [https://github.com/pdm-project/pdm-backend/issues/235](https://togithub.com/pdm-project/pdm-backend/issues/235) [<samp>(146b1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/146b170) - **ci**: CI matrix on macos latest - by [@​frostming](https://togithub.com/frostming) [<samp>(080b4)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/080b4bc) ##### 💻 Chores - Use `Literal` type for valid target values - by [@​DetachHead](https://togithub.com/DetachHead), **pre-commit-ci\[bot]** and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/227](https://togithub.com/pdm-project/pdm-backend/issues/227) [<samp>(a210b)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/a210b72) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ### [`v2.2.1`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.1) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ##### 🚀 Features - Add parameter `--build-number` to wheel builder - by [@​0xfabioo](https://togithub.com/0xfabioo) and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/229](https://togithub.com/pdm-project/pdm-backend/issues/229) [<samp>(d7d15)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/d7d15fb) - Bump pyproject-metadata to 0.8.0 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/231](https://togithub.com/pdm-project/pdm-backend/issues/231) [<samp>(5f538)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/5f53873) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ### [`v2.2.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) ##### 🚀 Features - Don't add '+editable' to the editable version - by [@​frostming](https://togithub.com/frostming) [<samp>(e6fcd)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/e6fcd5f) - Custom version format for source="scm" - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/217](https://togithub.com/pdm-project/pdm-backend/issues/217) [<samp>(4f20c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/4f20cfd) - Fallback_version config for scm version - by [@​frostming](https://togithub.com/frostming) [<samp>(8b8ab)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8b8ab28) - **vendor**: Update packaging to 24.0 - by [@​frostming](https://togithub.com/frostming) [<samp>(81836)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8183604) - **vendors**: Update pyproject-metadata to 0.8.0rc1 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/228](https://togithub.com/pdm-project/pdm-backend/issues/228) [<samp>(6b260)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/6b2601e) ##### 🐞 Bug Fixes - Change to datetime.now(tz=UTC) - by [@​frostming](https://togithub.com/frostming) [<samp>(74f7a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/74f7a61) ##### 📝 Documentation - Add missing dep - by [@​frostming](https://togithub.com/frostming) [<samp>(feb9f)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/feb9fc7) ##### 💻 Chores - Update lockfile to the latest version - by [@​frostming](https://togithub.com/frostming) [<samp>(940d1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/940d129) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
cutoffthetop
referenced
this pull request
in robert-koch-institut/mex-common
May 14, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pdm-backend](https://togithub.com/pdm-project/pdm-backend) | build-system.requires | minor | `==2.1.8` -> `==2.3.0` | --- ### Release Notes <details> <summary>pdm-project/pdm-backend (pdm-backend)</summary> ### [`v2.3.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.3.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ##### 🚀 Features - Remove support for python 3.7 and older - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/232](https://togithub.com/pdm-project/pdm-backend/issues/232) [<samp>(32e3a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/32e3a33) - Add `tag_filter` as a way to pre-filter tags - by [@​mezuzza](https://togithub.com/mezuzza) in [https://github.com/pdm-project/pdm-backend/issues/225](https://togithub.com/pdm-project/pdm-backend/issues/225) [<samp>(9915c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/9915cb6) ##### 🐞 Bug Fixes - Error about dynamic project version - by [@​cntvc](https://togithub.com/cntvc) in [https://github.com/pdm-project/pdm-backend/issues/235](https://togithub.com/pdm-project/pdm-backend/issues/235) [<samp>(146b1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/146b170) - **ci**: CI matrix on macos latest - by [@​frostming](https://togithub.com/frostming) [<samp>(080b4)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/080b4bc) ##### 💻 Chores - Use `Literal` type for valid target values - by [@​DetachHead](https://togithub.com/DetachHead), **pre-commit-ci\[bot]** and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/227](https://togithub.com/pdm-project/pdm-backend/issues/227) [<samp>(a210b)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/a210b72) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ### [`v2.2.1`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.1) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ##### 🚀 Features - Add parameter `--build-number` to wheel builder - by [@​0xfabioo](https://togithub.com/0xfabioo) and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/229](https://togithub.com/pdm-project/pdm-backend/issues/229) [<samp>(d7d15)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/d7d15fb) - Bump pyproject-metadata to 0.8.0 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/231](https://togithub.com/pdm-project/pdm-backend/issues/231) [<samp>(5f538)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/5f53873) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ### [`v2.2.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) ##### 🚀 Features - Don't add '+editable' to the editable version - by [@​frostming](https://togithub.com/frostming) [<samp>(e6fcd)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/e6fcd5f) - Custom version format for source="scm" - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/217](https://togithub.com/pdm-project/pdm-backend/issues/217) [<samp>(4f20c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/4f20cfd) - Fallback_version config for scm version - by [@​frostming](https://togithub.com/frostming) [<samp>(8b8ab)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8b8ab28) - **vendor**: Update packaging to 24.0 - by [@​frostming](https://togithub.com/frostming) [<samp>(81836)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8183604) - **vendors**: Update pyproject-metadata to 0.8.0rc1 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/228](https://togithub.com/pdm-project/pdm-backend/issues/228) [<samp>(6b260)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/6b2601e) ##### 🐞 Bug Fixes - Change to datetime.now(tz=UTC) - by [@​frostming](https://togithub.com/frostming) [<samp>(74f7a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/74f7a61) ##### 📝 Documentation - Add missing dep - by [@​frostming](https://togithub.com/frostming) [<samp>(feb9f)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/feb9fc7) ##### 💻 Chores - Update lockfile to the latest version - by [@​frostming](https://togithub.com/frostming) [<samp>(940d1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/940d129) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: Nicolas Drebenstedt <[email protected]>
cutoffthetop
referenced
this pull request
in robert-koch-institut/mex-drop
May 15, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pdm-backend](https://togithub.com/pdm-project/pdm-backend) | build-system.requires | minor | `==2.1.8` -> `==2.3.0` | --- ### Release Notes <details> <summary>pdm-project/pdm-backend (pdm-backend)</summary> ### [`v2.3.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.3.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ##### 🚀 Features - Remove support for python 3.7 and older - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/232](https://togithub.com/pdm-project/pdm-backend/issues/232) [<samp>(32e3a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/32e3a33) - Add `tag_filter` as a way to pre-filter tags - by [@​mezuzza](https://togithub.com/mezuzza) in [https://github.com/pdm-project/pdm-backend/issues/225](https://togithub.com/pdm-project/pdm-backend/issues/225) [<samp>(9915c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/9915cb6) ##### 🐞 Bug Fixes - Error about dynamic project version - by [@​cntvc](https://togithub.com/cntvc) in [https://github.com/pdm-project/pdm-backend/issues/235](https://togithub.com/pdm-project/pdm-backend/issues/235) [<samp>(146b1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/146b170) - **ci**: CI matrix on macos latest - by [@​frostming](https://togithub.com/frostming) [<samp>(080b4)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/080b4bc) ##### 💻 Chores - Use `Literal` type for valid target values - by [@​DetachHead](https://togithub.com/DetachHead), **pre-commit-ci\[bot]** and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/227](https://togithub.com/pdm-project/pdm-backend/issues/227) [<samp>(a210b)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/a210b72) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0) ### [`v2.2.1`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.1) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ##### 🚀 Features - Add parameter `--build-number` to wheel builder - by [@​0xfabioo](https://togithub.com/0xfabioo) and **Frost Ming** in [https://github.com/pdm-project/pdm-backend/issues/229](https://togithub.com/pdm-project/pdm-backend/issues/229) [<samp>(d7d15)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/d7d15fb) - Bump pyproject-metadata to 0.8.0 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/231](https://togithub.com/pdm-project/pdm-backend/issues/231) [<samp>(5f538)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/5f53873) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1) ### [`v2.2.0`](https://togithub.com/pdm-project/pdm-backend/releases/tag/2.2.0) [Compare Source](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) ##### 🚀 Features - Don't add '+editable' to the editable version - by [@​frostming](https://togithub.com/frostming) [<samp>(e6fcd)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/e6fcd5f) - Custom version format for source="scm" - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/217](https://togithub.com/pdm-project/pdm-backend/issues/217) [<samp>(4f20c)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/4f20cfd) - Fallback_version config for scm version - by [@​frostming](https://togithub.com/frostming) [<samp>(8b8ab)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8b8ab28) - **vendor**: Update packaging to 24.0 - by [@​frostming](https://togithub.com/frostming) [<samp>(81836)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/8183604) - **vendors**: Update pyproject-metadata to 0.8.0rc1 - by [@​frostming](https://togithub.com/frostming) in [https://github.com/pdm-project/pdm-backend/issues/228](https://togithub.com/pdm-project/pdm-backend/issues/228) [<samp>(6b260)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/6b2601e) ##### 🐞 Bug Fixes - Change to datetime.now(tz=UTC) - by [@​frostming](https://togithub.com/frostming) [<samp>(74f7a)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/74f7a61) ##### 📝 Documentation - Add missing dep - by [@​frostming](https://togithub.com/frostming) [<samp>(feb9f)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/feb9fc7) ##### 💻 Chores - Update lockfile to the latest version - by [@​frostming](https://togithub.com/frostming) [<samp>(940d1)</samp>](https://togithub.com/pdm-project/pdm-backend/commit/940d129) ##### [View changes on GitHub](https://togithub.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the parameter
--build-number
(PEP427) to the wheel builder.