Pdm-backend

Latest version: v2.3.0

Safety actively analyzes 623144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

2.3.0

   🚀 Features

- Remove support for python 3.7 and older &nbsp;-&nbsp; by frostming in https://github.com/pdm-project/pdm-backend/issues/232 [<samp>(32e3a)</samp>](https://github.com/pdm-project/pdm-backend/commit/32e3a33)
- Add `tag_filter` as a way to pre-filter tags &nbsp;-&nbsp; by mezuzza in https://github.com/pdm-project/pdm-backend/issues/225 [<samp>(9915c)</samp>](https://github.com/pdm-project/pdm-backend/commit/9915cb6)

&nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Error about dynamic project version &nbsp;-&nbsp; by cntvc in https://github.com/pdm-project/pdm-backend/issues/235 [<samp>(146b1)</samp>](https://github.com/pdm-project/pdm-backend/commit/146b170)
- **ci**: CI matrix on macos latest &nbsp;-&nbsp; by frostming [<samp>(080b4)</samp>](https://github.com/pdm-project/pdm-backend/commit/080b4bc)

&nbsp;&nbsp;&nbsp;💻 Chores

- Use `Literal` type for valid target values &nbsp;-&nbsp; by DetachHead, **pre-commit-ci[bot]** and **Frost Ming** in https://github.com/pdm-project/pdm-backend/issues/227 [<samp>(a210b)</samp>](https://github.com/pdm-project/pdm-backend/commit/a210b72)

&nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/pdm-project/pdm-backend/compare/2.2.1...2.3.0)

2.2.1

&nbsp;&nbsp;&nbsp;🚀 Features

- Add parameter `--build-number` to wheel builder &nbsp;-&nbsp; by 0xfabioo and **Frost Ming** in https://github.com/pdm-project/pdm-backend/issues/229 [<samp>(d7d15)</samp>](https://github.com/pdm-project/pdm-backend/commit/d7d15fb)
- Bump pyproject-metadata to 0.8.0 &nbsp;-&nbsp; by frostming in https://github.com/pdm-project/pdm-backend/issues/231 [<samp>(5f538)</samp>](https://github.com/pdm-project/pdm-backend/commit/5f53873)

&nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/pdm-project/pdm-backend/compare/2.2.0...2.2.1)

2.2.0

&nbsp;&nbsp;&nbsp;🚀 Features

- Don't add '+editable' to the editable version &nbsp;-&nbsp; by frostming [<samp>(e6fcd)</samp>](https://github.com/pdm-project/pdm-backend/commit/e6fcd5f)
- Custom version format for source="scm" &nbsp;-&nbsp; by frostming in https://github.com/pdm-project/pdm-backend/issues/217 [<samp>(4f20c)</samp>](https://github.com/pdm-project/pdm-backend/commit/4f20cfd)
- Fallback_version config for scm version &nbsp;-&nbsp; by frostming [<samp>(8b8ab)</samp>](https://github.com/pdm-project/pdm-backend/commit/8b8ab28)
- **vendor**: Update packaging to 24.0 &nbsp;-&nbsp; by frostming [<samp>(81836)</samp>](https://github.com/pdm-project/pdm-backend/commit/8183604)
- **vendors**: Update pyproject-metadata to 0.8.0rc1 &nbsp;-&nbsp; by frostming in https://github.com/pdm-project/pdm-backend/issues/228 [<samp>(6b260)</samp>](https://github.com/pdm-project/pdm-backend/commit/6b2601e)

&nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Change to datetime.now(tz=UTC) &nbsp;-&nbsp; by frostming [<samp>(74f7a)</samp>](https://github.com/pdm-project/pdm-backend/commit/74f7a61)

&nbsp;&nbsp;&nbsp;📝 Documentation

- Add missing dep &nbsp;-&nbsp; by frostming [<samp>(feb9f)</samp>](https://github.com/pdm-project/pdm-backend/commit/feb9fc7)

&nbsp;&nbsp;&nbsp;💻 Chores

- Update lockfile to the latest version &nbsp;-&nbsp; by frostming [<samp>(940d1)</samp>](https://github.com/pdm-project/pdm-backend/commit/940d129)

&nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/pdm-project/pdm-backend/compare/2.1.8...2.2.0)

2.1.8

&nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Can't include nested data files in built wheel &nbsp;-&nbsp; by frostming [<samp>(ad7de)</samp>](https://github.com/pdm-project/pdm-backend/commit/ad7de09)

&nbsp;&nbsp;&nbsp;📝 Documentation

- Correct pep number &nbsp;-&nbsp; by xzmeng in https://github.com/pdm-project/pdm-backend/issues/201 [<samp>(fa372)</samp>](https://github.com/pdm-project/pdm-backend/commit/fa3723b)

&nbsp;&nbsp;&nbsp;💻 Chores

- Update domain name &nbsp;-&nbsp; by frostming [<samp>(94501)</samp>](https://github.com/pdm-project/pdm-backend/commit/9450177)

&nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/pdm-project/pdm-backend/compare/2.1.7...2.1.8)

2.1.7

&nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Rename tag-pattern to tag_regex in the docs &nbsp;-&nbsp; by rudeigerc in https://github.com/pdm-project/pdm-backend/issues/193 [<samp>(e9665)</samp>](https://github.com/pdm-project/pdm-backend/commit/e966544)
- Copytree handle existing dirs &nbsp;-&nbsp; by frostming in https://github.com/pdm-project/pdm-backend/issues/199 [<samp>(8a64b)</samp>](https://github.com/pdm-project/pdm-backend/commit/8a64b0a)
- Normalize the dist info name in the wheel &nbsp;-&nbsp; by frostming [<samp>(8310f)</samp>](https://github.com/pdm-project/pdm-backend/commit/8310f31)

&nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/pdm-project/pdm-backend/compare/2.1.6...2.1.7)

2.1.6

&nbsp;&nbsp;&nbsp;🐞 Bug Fixes

- Path to uri expansion in dependency string &nbsp;-&nbsp; by frostming [<samp>(dfd22)</samp>](https://github.com/pdm-project/pdm-backend/commit/dfd22b3)

&nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/pdm-project/pdm-backend/compare/2.1.5...2.1.6)

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.