Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pdm-project/pdm

A modern Python package and dependency manager supporting the latest PEP standards
https://github.com/pdm-project/pdm

feat: New option `--venv VENV` to run a command in the venv with the given name (#1820)

551879fa22881890ceb5b5be9c4f490d8927520d authored over 1 year ago by Frost Ming <[email protected]>
docs: add news for prefer_binary

Signed-off-by: Frost Ming <[email protected]>

c897ec1610d92a42d012c5ded946eb5d80bfb92f authored over 1 year ago by Frost Ming <[email protected]>
feat: lazily evaluate sources when respect-source-order is true (#1817)

2963f2b04d076e16c7199426dd156874a1fa617c authored over 1 year ago by Frost Ming <[email protected]>
fix: adding back the `environment.is_global` property for compatibility

Fix #1814

Signed-off-by: Frost Ming <[email protected]>

f403680de341cd55f250d2bb133434b0b4babf85 authored over 1 year ago by Frost Ming <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1810)

85ce466ea638b00dd1759007ea5ff0b9c9494dfa authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
refactor: change the internal variable names to be more descriptive

Signed-off-by: Frost Ming <[email protected]>

6edf4b720c41a1aedbf1144814f39b66b69dd11c authored over 1 year ago by Frost Ming <[email protected]>
Merge branch 'main' of https://github.com/pdm-project/pdm

cd8e9b033973dd467fef76529bf24cc7912d740d authored over 1 year ago by Frost Ming <[email protected]>
doc: add env var instruction for check_update

Signed-off-by: Frost Ming <[email protected]>

0d3e7f6e0ee1955fb4f0c83076ad40640aa1b7eb authored over 1 year ago by Frost Ming <[email protected]>
fix: avoid duplicate .pdm-python in .gitignore. (#1802)

* fix: avoid duplicate .pdm-python in .gitignore.
fixes #1800

* refactor: remove else block

80098ee6fe24859d7737673d1aacba139877f69d authored over 1 year ago by Oral Ersoy Dokumacı <[email protected]>
fix: do not validate against locked groups in lock command (#1797)

d39a8e5b36c37093ea31e666d0e55fe21b38c16b authored over 1 year ago by Frost Ming <[email protected]>
Fix powershell completion script (#1795)

Powershell completion script was giving errors due to a trailing comma, as well as unclosed pare...

0e2813cf211372d27d1c07637dae7c89702f6b37 authored over 1 year ago by Chase Sterling <[email protected]>
chore: Release 2.5.0b0

fd1dc4ae0ff56968d2e62b1c1d4215a55fba6c53 authored over 1 year ago by Frost Ming <[email protected]>
Correct the news types

Signed-off-by: Frost Ming <[email protected]>

904865f9574c230465a10205fd255690b742b4c7 authored over 1 year ago by Frost Ming <[email protected]>
feat: signal to emit before any command is invoked (#1792)

85a7431a80c6d1fc79e817926b425b7b6c9c2928 authored over 1 year ago by Frost Ming <[email protected]>
refactor: Refactor environment package (#1791)

146daa2fb13630ee9108f9b17642824cfa6ee237 authored over 1 year ago by Frost Ming <[email protected]>
chore: update pyproject.toml

Signed-off-by: Frost Ming <[email protected]>

8f1b559d7f79f7aa66b90460758907af86c93ff4 authored over 1 year ago by Frost Ming <[email protected]>
chore: update resolvelib to 1.0.1

Signed-off-by: Frost Ming <[email protected]>

2cbf80f3bc5c8150f3d0327a0e0e1d92fdd1b0bc authored over 1 year ago by Frost Ming <[email protected]>
fix: non-deterministic order when running `pdm export`

Fix #1786

Signed-off-by: Frost Ming <[email protected]>

d60bca254c285addaff5ec8de36a918a191b26ec authored over 1 year ago by Frost Ming <[email protected]>
fix: show the actual version when running pdm show --version

Close #1788

Signed-off-by: Frost Ming <[email protected]>

872521e60694946ea334a49a71a5a00adadf5b8c authored over 1 year ago by Frost Ming <[email protected]>
feat: write .pdm-python to .gitignore when running pdm init (#1785)

bd44dfdf104bcda85fa34b6a1b2e50b3c6362871 authored over 1 year ago by Frost Ming <[email protected]>
dep: Update installer to 0.7.0 to enable RECORD validation (#1784)

946164916d506ba33cf8eabbad1c21282147c737 authored over 1 year ago by Frost Ming <[email protected]>
feat: ignore active venv (#1782)

73ae4bdc6aade3bd9c2836b13ceeba2ce9022501 authored almost 2 years ago by Frost Ming <[email protected]>
refactor: clean the code of hooks

Signed-off-by: Frost Ming <[email protected]>

28deced41497c96028359d6b8f5072fc1776426f authored almost 2 years ago by Frost Ming <[email protected]>
feat: add autogen header to the generated requirements.txt

Signed-off-by: Frost Ming <[email protected]>

ad2a66d4fe5d7eacfc78550d3f2c136442bdb4ec authored almost 2 years ago by Frost Ming <[email protected]>
chore: update the description of python.use_venv

Signed-off-by: Frost Ming <[email protected]>

77db3240cb26593cf6e3e8a5a9a3b415d0c201c1 authored almost 2 years ago by Frost Ming <[email protected]>
chore: update the completion scripts

8a0cf0d44306a5272b2a8bbb71b16d44548c8f5d authored almost 2 years ago by Frost Ming <[email protected]>
feat: upgrade unearth to 0.8 to enable calling keyring from CLI (#1744)

c70a406d4991064929414da42acf19eda93e101a authored almost 2 years ago by Frost Ming <[email protected]>
feat: add pdm fix and hint when invoking pdm commands (#1743)

2de4a41450101669d3a7dfece38bb450f8c12f50 authored almost 2 years ago by Frost Ming <[email protected]>
feat: move the python.path to its own config file (#1742)

a475abe732f7a2af6d42a4687dfaf3bb1d2332a1 authored almost 2 years ago by Frost Ming <[email protected]>
fix: move the logging to where it actually happens

c6299bce42fff93ad756c591868251ad746d7455 authored almost 2 years ago by Frost Ming <[email protected]>
feat: write groups to the metadata section of lockfile (#1692)

5981e4f4004c68ec203b28f06683cd9d337b3014 authored almost 2 years ago by Frost Ming <[email protected]>
feat(install): fail-fast (#1691)

04e45b1bece0dfbc9e0fd9f1f19f9422e810b510 authored almost 2 years ago by Frost Ming <[email protected]>
fix: Fix the log leakage in installation (#1689)

6e751d4fa541392687b1a984edae893e6dd34291 authored almost 2 years ago by Frost Ming <[email protected]>
feat: switch the default build backend to pdm-backend (#1684)

e047829039b88123cad66be97b2bbca35d7b19a6 authored almost 2 years ago by Frost Ming <[email protected]>
feat(core) merge index parameters (#1683)

14dc2fbaedf142537ef5b3a621f478e024e157b7 authored almost 2 years ago by Frost Ming <[email protected]>
doc: improve and restructure the docs (#1687)

aa3d1d6762d3fcac72c57d8248b210cfe8b3fa9b authored almost 2 years ago by Frost Ming <[email protected]>
feat: encode selected groups into lockfile (#1741)

e2d3990654037b2e9d10e3dc981d27c29e020d03 authored almost 2 years ago by Frost Ming <[email protected]>
doc: add redirects map for moved pages (#1688)

6881f1d8777a2afb23c1482493b4345ad506451a authored almost 2 years ago by Frost Ming <[email protected]>
feat(venv): add option to show the path to a venv (#1680)

2f5984f5764844cd427b8926ae2d89f18d5b7564 authored almost 2 years ago by Frost Ming <[email protected]>
feat: add option --lib to init command to create a library project (#1708)

06ffe09b77b7b929a9e8fad8d2b5cd87d0bdb41f authored almost 2 years ago by Frost Ming <[email protected]>
fix: no need to check `PYTHONPATH` before setting it in fish (#1780)

Unlike other shells which use the `:` as the delimiter, fish will not add a zero-length element ...

751853fc86047d71cdaeefb82ba0e4ac4f617fd1 authored almost 2 years ago by Mike Lei <[email protected]>
Update CHANGELOG.md (#1774)

b816ddf68ff9c99fd0fc98baf3806bc5d7ff95c9 authored almost 2 years ago by Inada Naoki <[email protected]>
chore: Release 2.4.9

a5ddca631515c8d48219bc2fb06718646dcd47dd authored almost 2 years ago by Frost Ming <[email protected]>
doc: fix mismatching help text in configuration.md

Close #1769

Signed-off-by: Frost Ming <[email protected]>

2d1b324df8caeebdedd0a4c40a55fec7b831f295 authored almost 2 years ago by Frost Ming <[email protected]>
fix: Export from pyproject.toml doesn't include "extras"

Close #1767

Signed-off-by: Frost Ming <[email protected]>

2b4151d983da1a54e0b344773e207da37fd39569 authored almost 2 years ago by Frost Ming <[email protected]>
fix: improve the error message when encountering an invalid requirement (#1766)

7c6c14214008224a09089bd6b5061dbd93df053a authored almost 2 years ago by Frost Ming <[email protected]>
fix: `pdm update` do not intstall proper revision of git dependency

Close #1762

Signed-off-by: Frost Ming <[email protected]>

ba3c22d6900c99ed2fdcb093b84484957616cdf4 authored almost 2 years ago by Frost Ming <[email protected]>
chore: Release 2.4.8

b3533ced9f39116d7e29695202373e44d5a0a7a4 authored almost 2 years ago by Frost Ming <[email protected]>
Fix the resolution order to prefer the packages causing the conflict (#1760)

edc0018d91ddf1330a9906188cfac94ed3f681fe authored almost 2 years ago by Frost Ming <[email protected]>
Fix to ensure auth is returned correctly (#1759)

* Fix to ensure auth is returned correctly

This ensures that auth from the parsed URL is retu...

89935cc501b4036c4e74edbc81d8b355c3dfc9b7 authored almost 2 years ago by Jason <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1755)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.246 → v0.0.254](https://github.com/c...

76c2734eec2891be8c40fba55f9f97c3e810f21c authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore: Release 2.4.7

ef4969477e830d4dd138599428d481f9d5130f20 authored almost 2 years ago by Frost Ming <[email protected]>
fix: in project conda venv activate without argument (#1735)

* fix: in project conda venv activate without argument

* [pre-commit.ci] auto fixes from pre-...

91d9a1ecd883682039aa5cffe1fee7f557cf1ebe authored almost 2 years ago by Bryan不可思议 <[email protected]>
fix: Replace `.` with `-` when normalizing package name

Close #1745

6d8f19d0acc07ac9167d58f41453936ec1c5a21e authored almost 2 years ago by Frost Ming <[email protected]>
fix: unexpected `--prompt` arg in `conda create`

Close #1734

b0cb0820ea963aedf4e2a075ea6b1a16f97362a8 authored almost 2 years ago by Frost Ming <[email protected]>
fix: Unable to export requirements.txt from unpinned dependencies

Fix #1730

89c57fa1271d2c3649a315052b0e09ab781107a4 authored almost 2 years ago by Frost Ming <[email protected]>
fix: fix a bug of show command not showing metadata of current project (#1740)

e9f64c9183d8a7ae31c26e1620625c033eb27117 authored almost 2 years ago by Frost Ming <[email protected]>
fix: Ensure UTF-8 encoding when generating README.md

Close #1739

beac66da94ff66b35878e272ce50ea44a2670159 authored almost 2 years ago by Frost Ming <[email protected]>
fix: a local packages finding issue

Close #1736

b9cb89f915a7cc7aea9e1599d6d0fa3c06d319c2 authored almost 2 years ago by Frost Ming <[email protected]>
chore: correct the checksum of install script, closing #1737

f81e07cf9a33ebf3fabbb9fe2538fd0c6bca39eb authored almost 2 years ago by Frost Ming <[email protected]>
chore: Release 2.4.6

62f0cc96c2de1485ace4dc623434c51cb4010754 authored almost 2 years ago by Frost Ming <[email protected]>
doc: Add pyright/eglot config for emacs (#1721)

* Add pyright/eglot config for emacs

* Create 1721.doc.md

* Clean up formatting

* Clean...

9d67a49ec1bedf5d95790ba6c49a3e5a4c2ae62c authored almost 2 years ago by pakelley <[email protected]>
Merge branch 'main' of https://github.com/pdm-project/pdm

4751b40f8b6759f5f10714e4910ce717b54b4fc5 authored almost 2 years ago by Frost Ming <[email protected]>
fix: fix a bug converting from flit metadata when the source file can't be found

Fix #1726

8098b167d09751126d215321d30bf2cee2f6ef49 authored almost 2 years ago by Frost Ming <[email protected]>
docs: install via asdf-vm (#1725)

a0344aa33f137f56c11344e79057428dfca5abdd authored almost 2 years ago by Jan Gazda <[email protected]>
fix wrong file name for pdm.lock (#1727)

489183d830e4783bc2f07e545d33c597d1e68b79 authored almost 2 years ago by arl <[email protected]>
fix: Handle the legacy specifiers

Close #1719

67dacbccc94059aa9e1c022e2426087613363aaa authored almost 2 years ago by Frost Ming <[email protected]>
fix: ignore the expressions in dependency list when parsing setup.py

Fix #1720

2c2bf3bdbc29170e76753e7cb3c494ece1fe6138 authored almost 2 years ago by Frost Ming <[email protected]>
chore: lint with Ruff (#1715)

f6cc4ebc385ba0f2c640c3ceda0024faac3835c7 authored almost 2 years ago by Frost Ming <[email protected]>
docs: Improve contributing docs (#1713)

88758072ce66c635ab2e1f6bed98c3a823bd4b84 authored almost 2 years ago by Timothée Mazzucotelli <[email protected]>
fix: resolution failure with nested relative path deps (#1712)

870f71247437deb257f977d7dec5cbc7df43b997 authored almost 2 years ago by Frost Ming <[email protected]>
fix: Don't crash when trying to update the shebang in a binary script (#1710)

72c82f5441fe3b5e30358e9e7c1ea73647b852bf authored almost 2 years ago by Timothée Mazzucotelli <[email protected]>
chore: Release 2.4.5

29cfff933d432ba2fb048779053d12c821a61528 authored almost 2 years ago by Frost Ming <[email protected]>
fix: fix the incorrect priority for binary wheels

Fix #1698

8643ab6e9e03dded2057c410d9a29c4fa9670c49 authored almost 2 years ago by Frost Ming <[email protected]>
chore: Release 2.4.4

32388650f8c450f20c440ecada88cf2ea5c4a702 authored almost 2 years ago by Frost Ming <[email protected]>
feat(resolution): improve the error message when requires-python doesn't work

Close #1690

181bc7a9d0c7bd67f5d37a2f469140144702322b authored almost 2 years ago by Frost Ming <[email protected]>
fix: prefer built distributions (#1697)

d10835afbc56e9f473b79c75414ce2844ee6d3f2 authored almost 2 years ago by Frost Ming <[email protected]>
chore: update findpython to 0.2.4 (#1696)

56c25bf3af801b49330b56eb2231f925fd723f46 authored almost 2 years ago by Matthew Lloyd <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#1682)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](...

0ccbd4bad655fa25477a93f44a627e11403d7eb4 authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore: Release 2.4.3

1408b075b6ab3551bb673b2965263b4c79156d0b authored almost 2 years ago by Frost Ming <[email protected]>
fix: import editable requirements into dev dependencies (#1676)

fc8bfccca12e52bedfc2152022c85283bd2aa912 authored almost 2 years ago by Frost Ming <[email protected]>
feat: ignore remembered selection in pdm init (#1673)

Closes: #1672

40241167a1c15157e17ee1f7a9f44e3d40048735 authored almost 2 years ago by Eugene Toder <[email protected]>
fix: the priorities of importable formats

Close #1669

b0c6e31f7305df0fcae125ebfb2c75038ec08f3c authored almost 2 years ago by Frost Ming <[email protected]>
fix: allow force re-creating venv in project (#1666)

78f14b7e3656bb67b6928f23af71183523155816 authored almost 2 years ago by Frost Ming <[email protected]>
fix: don't crash for check_udpate

close #1663

279ae7df6389006ba95cbd7ee50a1bbe89befbea authored almost 2 years ago by Frost Ming <[email protected]>
fix: eliminate the importlib.resources warnings (#1661)

92f5f5f11a7c9a74ddc64ef1fa4a558254c09c2e authored almost 2 years ago by Frost Ming <[email protected]>
- added a check to pack pdm and at least print the version... (#1665)

a1880328d90f3eb43b1a3e069181df43df6a099a authored almost 2 years ago by franzhaas <[email protected]>
fix: try a second source for the packaging version in case importlib metadata failed (#1656)

f1b6b50a754fc5a119e6c03c9224b9bb805de9a8 authored almost 2 years ago by franzhaas <[email protected]>
fix: change the fallback build backend to `pdm-pep517`

Close #1658

91a500d8cf6801f504948600f437f7e997d08115 authored almost 2 years ago by Frost Ming <[email protected]>
chore: Release 2.4.2

441789acc61d22eaad4872b7bf14f76bf3998b31 authored almost 2 years ago by Frost Ming <[email protected]>
Merge branch 'main' of https://github.com/pdm-project/pdm

c81bd98299e1e68a90f1ce489a344deeadf4d26b authored almost 2 years ago by Frost Ming <[email protected]>
chore: fix pre-commit hooks

38550ccf31e2c76dcac68dafbfb7872ee19410ce authored almost 2 years ago by Frost Ming <[email protected]>
fix: Set VIRTUAL_ENV in pdm run (#1652)

* Set VIRTUAL_ENV in pdm run

* Add a news file

4774cf413838fabc495933dab12a2d1209342cf9 authored almost 2 years ago by Paul Moore <[email protected]>
fix: load pypi sources from project config (#1651)

d4eb11f854a9a43f87e23a13a97dd20c4f6f1944 authored almost 2 years ago by Frost Ming <[email protected]>
fix: Skip some tests on packaging < 22

Close #1649

990a5183da1bceee5a5623b2ada2d5b7f92a7c2b authored almost 2 years ago by Frost Ming <[email protected]>
doc: add umami analytics

2ebd6fea41a50fb548b219e83c73e564d5995671 authored almost 2 years ago by Frost Ming <[email protected]>
chore: Release 2.4.1

ecb8db288ef93f7058b14e091e449ff81926f504 authored almost 2 years ago by Frost Ming <[email protected]>
fix: correct the hash key for requirements (#1648)

5e20342eca7d38bd112b427fc01f9f38b57512ac authored almost 2 years ago by Frost Ming <[email protected]>
fix(resolution): VCS locks don't update when the rev part changes

Close #1640

215643b905146bd5fad714c839466c5299937948 authored almost 2 years ago by Frost Ming <[email protected]>
fix: proper display for extra Pypi indexes config (#1622)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github....

b75c72de5335bf1a865badb16d6c7a5fde5ad9c2 authored almost 2 years ago by Gabriel Dugny <[email protected]>