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

Release 1.2.0

281373cf71a17a50774b4971ccad59436790f558 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #237 from frostming/feature/236

change dependencies to a list of PEP 508 strings

cc88d92b42a9ffb3fe2262873a8f2a5dc3d34c91 authored almost 4 years ago by Frost Ming <[email protected]>
change dependencies to a list of PEP 508 strings

691b5e89131f07d1caa883d7c14ecf993900f142 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #235 from frostming/pip-21

Test pip 21.0

fb24d5ac1e7c9f9aaed76c1f145c465431ddc128 authored almost 4 years ago by Frost Ming <[email protected]>
add news

c27ec657cdd51abcd8bc295985251cb307061767 authored almost 4 years ago by Frost Ming <[email protected]>
Test pip 21.0

a903ff78357783954346cb8f6009b5baa501851e authored almost 4 years ago by Frost Ming <[email protected]>
fix install command

92656ad2719e094ce788e557e4a050fe31ba59e2 authored almost 4 years ago by Frost Ming <[email protected]>
python -m pip upgrade

164c414989933ead49130ea1c5f38405a82fb458 authored almost 4 years ago by Frost Ming <[email protected]>
use python -Im pip to execute pip commands

Fix #231

c4b4ecb94b9483bfa00c815d391e57144cec23e1 authored almost 4 years ago by Frost Ming <[email protected]>
Improve the doc with tips of plugin dev

b090b12ad680e14d76ecba07fe12080ee606c08a authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #230 from frostming/compatible-version-specifier

Change the compatible strategy to use ~= operator

25ab5d641b83ffb0c90bd3ba1140458cb070cfb3 authored almost 4 years ago by Frost Ming <[email protected]>
Change the compatible strategy to use ~= operator

61753b2e525bc49384160da3f74c3696a1f3e832 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #228 from frostming/feature/env-expansion

Feature #226 Introducing ${PROJECT_ROOT} environment variable

be09b8863159c194050b622bd3286589b878e56e authored almost 4 years ago by Frost Ming <[email protected]>
don't cache

8ff2dec6702176eaf2456c8914f24e7ded17a61c authored almost 4 years ago by Frost Ming <[email protected]>
strip the leading slash in url path

113e9a4a13bbf70bdf5d9923ac8f7dc66385568b authored almost 4 years ago by Frost Ming <[email protected]>
documentation

b802c20f693ffdc644691f9bced9293c4d809035 authored almost 4 years ago by Frost Ming <[email protected]>
Expand PROJECT_ROOT on build

d2ca9a382175e12bae2fe7c817691b1fdb0bde95 authored almost 4 years ago by Frost Ming <[email protected]>
Document about how to activate and use a plugin

Close #227

2301ccda686ce1915b88023f5cfad9a8cd975e3f authored almost 4 years ago by Frost Ming <[email protected]>
fix release workflow

0e3936cadcd80fa3718a472ef3149835dd35748b authored almost 4 years ago by Frost Ming <[email protected]>
Release 1.1.0

f35bc7edc1ddf288eb3f157f2b2163f82b4f0b2f authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #223 from frostming/feature/221

Support specifying Python interpreter by `pdm use <path-to-python-root>`.

fadff8c99d60d9dda5ec714ec0418e3c06eff2ae authored almost 4 years ago by Frost Ming <[email protected]>
fix tests

0ef38c85fef691cd0295094c3e440bee5457feea authored almost 4 years ago by Frost Ming <[email protected]>
add news

8fe3aa0027b0329aa0755e632709b6630046574b authored almost 4 years ago by Frost Ming <[email protected]>
Support specifying interpreter by root directory

2633f17521040bb1c142ebbdf296aeff82b2df14 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #222 from frostming/feature/219

Auto disable PEP 582 when a venv-like python is given

eea52ae39662547f336a6c679742a64158b252b9 authored almost 4 years ago by Frost Ming <[email protected]>
split arch packages

9170a7ba6b34186d418639aa3b723d345f2cf509 authored almost 4 years ago by Frost Ming <[email protected]>
Improve docs and add news

b2e4cd5cb890e614878ffeb61e8ba32b3d2878eb authored almost 4 years ago by Frost Ming <[email protected]>
disable PEP 582 when a venv-like python is given

429d85e3f97faf25a356d922f89d9675126f7e61 authored almost 4 years ago by Frost Ming <[email protected]>
improve doc

76c3a8d07d3e95408e4442c42149ec5bf93a0038 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #218 from frostming/feature/auth

Feature/auth

d40b48585f19a7d7ff23317f3e7f2684d169bde4 authored almost 4 years ago by Frost Ming <[email protected]>
add news

44e4c4fdb85dc1decd49ec23460575b18dff9cd9 authored almost 4 years ago by Frost Ming <[email protected]>
expand env vars in VCS url

ed6e66d70dc4b09b158aad72440a98049c18838f authored almost 4 years ago by Frost Ming <[email protected]>
Handle auth failure when in locking and installation

9f68bd33b5b3aa5cebcecc5be5c05407b1005af5 authored almost 4 years ago by Frost Ming <[email protected]>
Update docs

9b2294e7f95fca52b6d6197474a344518f055f7a authored almost 4 years ago by Frost Ming <[email protected]>
change doc

a11081975fc7bc8c966828339982d3b8ec499268 authored almost 4 years ago by Frost Ming <[email protected]>
remove old pep 517 path

5a5125928ab1510798c2ec75cd710b7be450bfe7 authored almost 4 years ago by Frost Ming <[email protected]>
Add doc about namespace packages and package-dir

f7ef5797454a2fd8462b1c0a581213d5fb4c8b79 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #216 from frostming/feature/python-32

Use a different packages directory for Windows 32bit installation

738d7aa0ec148df5555f6bceed9597337e300163 authored almost 4 years ago by Frost Ming <[email protected]>
add arch to setup python

5c578012109306c22897dbac888db7e6051c9345 authored almost 4 years ago by Frost Ming <[email protected]>
Simplfy the type annotation

c6b27b96fb4982331a421cd659a40df92d5590b8 authored almost 4 years ago by Frost Ming <[email protected]>
add news entry

62589be51d500405639e369911369b3553412caf authored almost 4 years ago by Frost Ming <[email protected]>
Add test case

bedc35863d7b632a22b694ed961c76c091e0f05c authored almost 4 years ago by Frost Ming <[email protected]>
get_python_version returns extra 'is_64bit'

4ca30d44362f4b1c34c45defeba6e5a3557ebaef authored almost 4 years ago by Frost Ming <[email protected]>
fix path manipulation

Close #215

1648efdb14aa41800e30d5a7ebbf15cd074ecbd7 authored almost 4 years ago by Frost Ming <[email protected]>
Release 1.0.0

11b0fb9d2981680d112f0bc60f552d39fabd8f9c authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #214 from orions-stardom/pep517-default-backend-dependencies

Don't add default build deps onto specified build deps when PEP517 bu…

a36f4a89c75e80ac604482dc12b0269fe8676f56 authored almost 4 years ago by Frost Ming <[email protected]>
Don't add default build deps onto specified build deps when PEP517 build-backend is missing.

f4d665f34824a1a1b3d0b015817e91d886334c33 authored almost 4 years ago by Lennon Cook <[email protected]>
Release 1.0.0b2

005e6ed1549330479c12d9152fab14c5f04e22cd authored almost 4 years ago by Frost Ming <[email protected]>
Improve error message

9dfec2efec2e98e2a709397f4d8c0000bf569848 authored almost 4 years ago by Frost Ming <[email protected]>
Count requires-python when calculating hash

c01217067301444feca8bb17c773e6b4c18c7679 authored almost 4 years ago by Frost Ming <[email protected]>
Fallback to pypi.org

Close #211

f567478d93824c929b80839a560353d49c42958b authored almost 4 years ago by Frost Ming <[email protected]>
Fix a parse error of python specifiers

Close #210

80baee0be08c6d90ac6325e69227ffd0a7125ad9 authored almost 4 years ago by Frost Ming <[email protected]>
Release 1.0.0b0

e28b0d7b8276e1d93230e015b933e1dee39a02cd authored almost 4 years ago by Frost Ming <[email protected]>
set classifiers dynamic in pyproject toml template

close #209

c5ff1f46b0d8cdd0059e91784be1011e96f2bb24 authored almost 4 years ago by Frost Ming <[email protected]>
improve the error message

Close #207

87c5efbd8e70e9b3d1e9c2964989bdfaa80a3469 authored almost 4 years ago by Frost Ming <[email protected]>
Fix the changelog format

28a3653c469382a72fa1498a581cd75504e14505 authored about 4 years ago by Frost Ming <[email protected]>
Fix pyspec is_subset() check

Close #206

064f58037d4cac13179a01222483804601611e68 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #205 from frostming/feature/new-search

pdm search fix

b7f9aa53da0893fc9c0865793472b2758132c4f5 authored about 4 years ago by Frost Ming <[email protected]>
pdm search fix

1c3e754077ea2a95857185faf3250ea3eceab8d0 authored about 4 years ago by Frost Ming <[email protected]>
add config items

Close #202

b6c1c3d31a995e63f63a877cfec21483e3c66e11 authored about 4 years ago by Frost Ming <[email protected]>
Fix workflow file

1a4db10a96a7ddc9c6bdc1ffa64266ad8c5fb3aa authored about 4 years ago by Frost Ming <[email protected]>
escalate the activate() method

Close #204

cfac8b6a96fdf6875d106639ea595977b5ef03c2 authored about 4 years ago by Frost Ming <[email protected]>
correct the indent

744fbaf6e57daf4ae28353e37b8ade43d42f44ba authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #203 from frostming/test-editable

add tests for editable install

a2b9b6c6aa53f57f7e2e1304d944b65347f9ee0b authored about 4 years ago by Frost Ming <[email protected]>
restore keys

1987adb8946621118989ca121461c8fd541a81da authored about 4 years ago by Frost Ming <[email protected]>
mention pep 621 in doc

86f32b0c7fbcea0dd784c75d2dd2df7c9ec00688 authored about 4 years ago by Frost Ming <[email protected]>
add tests for editable install

2c3f91a247fb2cf0d2aafa445da156078323e3fc authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #201 from frostming/feature/pep-621

Feature/pep 621

0f0e1e20d7b76efc666696b1ce80ec29c90c29db authored about 4 years ago by Frost Ming <[email protected]>
add news entry

c4eb1c521104c41be8e05e7c96ff33306a0667c4 authored about 4 years ago by Frost Ming <[email protected]>
update docs

16e48c3d5f152850e41704bc45e1eb5c0a3e7553 authored about 4 years ago by Frost Ming <[email protected]>
update pdm-pep517

f0b0393012a9ad65fc78fb1557d9bb9a52eb0936 authored about 4 years ago by Frost Ming <[email protected]>
Fix migration function

09c3178019fb53e4a9a1ef5feb68cacf0b0368c3 authored about 4 years ago by Frost Ming <[email protected]>
Merge branch 'master' into feature/pep-621

117bb8821d87e0a8a38fdd39b8d57a6bb30cb364 authored about 4 years ago by Frost Ming <[email protected]>
Revert "fix site-packages insertion"

This reverts commit 7dfa21a559c650901fbc9f617fa56876156b16d7.

2ce866d543bcc757ffb7ebebd52c73b3daa88e8f authored about 4 years ago by Frost Ming <[email protected]>
pin build backend version

a532fe43ad87f27d6cb51ffd260f2a85d3b5ef6e authored about 4 years ago by Frost Ming <[email protected]>
pin dependency

b3570551a42f910a2a1f06a2d05a517df87b9ed8 authored about 4 years ago by Frost Ming <[email protected]>
automatic migration function

45fbac5fa4a1d29ba9d8c1ddebf34434ae1084e7 authored about 4 years ago by Frost Ming <[email protected]>
fix packages loading

809cc9d145efd6299535cf2b16120f2cc8e99178 authored about 4 years ago by Frost Ming <[email protected]>
fix regression tests

ea55cddf6aca1319e5fe786027d9498835066f66 authored about 4 years ago by Frost Ming <[email protected]>
fix backend

df44ce871aeb5c91a20aae3a01f98559f67e0d83 authored about 4 years ago by Frost Ming <[email protected]>
reuse cached wheels

d4ca501f743d41cacfdecfb7e88799baa90e246b authored about 4 years ago by Frost Ming <[email protected]>
save and reads PEP 621 metadata

ec8d0023fb0481d4969e2fac450b280e092c0c74 authored about 4 years ago by Frost Ming <[email protected]>
migrate pyproject in fixtures

b4c0efc6f5050f52e2dcc74acc7248ca08d0f6ed authored about 4 years ago by Frost Ming <[email protected]>
test format cases

41a303f411c4cc7407643bb99cb615caf00a0e28 authored about 4 years ago by Frost Ming <[email protected]>
change importers to PEP 621

2fd24e7ee05350d6f794c23c8ac5b86f35905542 authored about 4 years ago by Frost Ming <[email protected]>
legacy format importer

3ecdd9254bc3b006281fda337e70a7a661ae410d authored about 4 years ago by Frost Ming <[email protected]>
fix site-packages insertion

7dfa21a559c650901fbc9f617fa56876156b16d7 authored about 4 years ago by Frost Ming <[email protected]>
Release 0.12.2

dfe9d999665ad3ae12ee73ca80c67211ec6d4d0d authored about 4 years ago by Frost Ming <[email protected]>
set output

5e6be9198e33948abe408787de50f5028f0cc858 authored about 4 years ago by Frost Ming <[email protected]>
fix the cache path

0388c775c901767ec4d5276366f73a61b38ae024 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #199 from frostming/feature/197

retry failed jobs

9d1327dbda205db999a5f4c8a0401686b8e1adb1 authored about 4 years ago by Frost Ming <[email protected]>
retry failed jobs

92dde0a84bb38df8a23f16b2ff9dcefaf9902c36 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #196 from frostming/update-lock-version

update lockfile schema

dc8398547aef9e74d0b89343715a4cda131640a0 authored about 4 years ago by Frost Ming <[email protected]>
fix lock file

b19f73640c5f832ca3640815debd8f8b1ad0f5d5 authored about 4 years ago by Frost Ming <[email protected]>
highlight file name

be55eff2c0deb5c4337d2c3032d340df33c5630a authored about 4 years ago by Frost Ming <[email protected]>
change lockfile generation

1bd09e99c5d2cd1884c48d68853330e9340bc35c authored about 4 years ago by Frost Ming <[email protected]>
update lockfile schema

1f0c51f59130e6f88874f6c94be6c2ae24828517 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #194 from frostming/dev

drop pip-shims as a dependency

98884349b07987df366a75aa0da78e36e74063f3 authored about 4 years ago by Frost Ming <[email protected]>
fix pkg_resources import

7db6c9ccf4f0efb17aff1664414085950e3ca439 authored about 4 years ago by Frost Ming <[email protected]>
import pkg_resources from pip

88a0cb53531a7493d148ddeae081b4fb71b13e67 authored about 4 years ago by Frost Ming <[email protected]>