Ecosyste.ms: OpenCollective

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

github.com/pdm-project/pdm-backend

The build backend used by PDM that supports latest packaging standards.
https://github.com/pdm-project/pdm-backend

Merge pull request #21 from linw1995/bugfix/cant_exclude_in_whl

Refactoring and bug fixing

67466290ea44fd38d7ccfde5c2b280fd05799119 authored over 3 years ago by Frost Ming <[email protected]>
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.4b0 → 21.4b2](https://github.com/psf/black/compare/21.4b0.....

cd6e2d03c15a8fd9462b6b09826882c9e575ee54 authored over 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add test_build_with_cextension_in_src

5c3cd50c3f420cbf20e64bb9c5b358d16e34b52b authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Harden existing test for testing file excluding in build dir

dfc9c5385e1ca77377648f57c1b7ca0caeed303b authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Fix invalid PyInit_* function name

c5be76bdc6b8532eb5e6306ef9fbaadf77475837 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Fix compatibility issue on Py37 on window

d13e1112af20a8620532b8bf747303e069173f86 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Exclude build directory in including by default

fdd860cd84f282a49d7aebed5dd66fe1e4428536 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Add a test test_build_with_cextension

4ce884a7e83d43d44c36bb519ade637d80e03f52 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Support to write exclude patterns started with "src"

0beaa4113748a677facd9f82c6bb503f7f01ffc8 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Refactor and add _is_excluded method

63961dac3095cdcff7f44c166f793ae5b6e1808a authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Remove the unused imports

b97aaa12e8f8934093ec65b6d520d0b8cffd81d2 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Be compatible with Python which version less than 3.9

5dbd414c390d53a0098b743b85ac741ac985b35e authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Use set.update instead of s |= set(iter)

cb4717e0f27b576ec82a3ec3d5d766d96c1f2560 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Refactor to use Path.glob for collecting files need to be included

7f49a95ef1d4db7ac184b7cc13ced7d1c0a00bff authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Fix excludes not working in WheelBuilder

b00afd26242956f415fd266e58ca624f9a56d409 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Use Path.relative_to to do is_same_or_descendant_path

0e9bdc0652b06c7264b6b3f4a66bc9ffc65f196e authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Refactor find_files_to_add and add _get_include_and_exclude_paths

1cea06378f3afc02d207dfd52da914c0e657da0c authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Merge pull request #20 from pdm-project/recursive-glob

9c1c1200ba121cd114d25dd64c988bfcf147c4a5 authored over 3 years ago by Frost Ming <[email protected]>
add news entry

4ff804065a6fe9515bb133736b71f7b19fa3c51f authored over 3 years ago by Frost Ming <[email protected]>
Add test case for the change

7ea935f6fd46c7f6125dd2fff0aa2b8d0aabe941 authored over 3 years ago by Frost Ming <[email protected]>
Support recursive glob pattterns with '**'

b678159d85188a3d99d80b7c12215aeaf40eba79 authored over 3 years ago by Frost Ming <[email protected]>
Release 0.7.2

25d58887f9d210a1ddb986c738d5ec53a26f19d5 authored over 3 years ago by Frost Ming <[email protected]>
Merge pull request #18 from pdm-project/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

68dd7e7b9985b0160b282ece80fa8d59ac6bde60 authored over 3 years ago by Frost Ming <[email protected]>
Merge pull request #19 from pdm-project:dep/update-toml

Update toml to 0.10.2

adf1e786bc1957c107b655fafc848f6213483199 authored over 3 years ago by Frost Ming <[email protected]>
Add news fragment

0d26ff3f2a69899480ce3b03e87c6a83fcc2a716 authored over 3 years ago by Frost Ming <[email protected]>
Update toml to 0.10.2

9b64ff88c4744b7600d3f55509a803567605ee47 authored over 3 years ago by Frost Ming <[email protected]>
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1.....

9d72b8e84b0956527ab9842175764b9d45de330f authored over 3 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Merge pull request #17 from linw1995/bugfix/cant_exclude_directory

Fix files finding error if the glob result of excludes containing directory.

af56365609e19eeb65447d43f46f4d8f7b29ee41 authored over 3 years ago by Frost Ming <[email protected]>
Add news entry file

891cb99ae73ec8496a5db6cd05b0bdbdc54b3fc7 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Fix files finding error if glob result containing directory.

1478ba995b0bd3d53569906f5e0fbd7e6e28fef5 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Lock dependencies via the latest version 1.5.1 of pdm

4f75219e45ca0ccd62a13b8b4e271ab701d73020 authored over 3 years ago by 林玮 (Jade Lin) <[email protected]>
Fix pyproject.toml writing

6b8030225ec374acf04ee70c685e55a495f24482 authored over 3 years ago by Frost Ming <[email protected]>
Release 0.7.0

5a907ded235cd4dff7f0edbdc4795e4d4650e6ca authored over 3 years ago by Frost Ming <[email protected]>
fix import sort

9dbb7bc92aa9c08279cdd91768f3511ea71c6433 authored over 3 years ago by Frost Ming <[email protected]>
Exclude the files specified by `source-includes` in non-sdist builds.

ef05476d09500846f1e72c416a1c92b95d2e98f0 authored over 3 years ago by Frost Ming <[email protected]>
Merge pull request #16 from pdm-project/feature/source-includes

b3e5f17d33766bfd417de4fbec64a8848ada0732 authored over 3 years ago by Frost Ming <[email protected]>
add news entry

3d3f051466633f5153ef0c4af9f6a42829db4fdd authored over 3 years ago by Frost Ming <[email protected]>
Support sdist only includes set

51b3090c3609b19e353677243f9f2a0a453a2bfd authored over 3 years ago by Frost Ming <[email protected]>
Bump version to 0.6.1

c929d7d5cc37ee178766916afcca33f265b59e8f authored over 3 years ago by Frost Ming <[email protected]>
don't strict fail

c76e2fa6e1ab51c952d1ed53c83882a0b9f9bcf0 authored over 3 years ago by Frost Ming <[email protected]>
Release 0.6.0

a658c4ce4cafe839d6c92766cfa739bb3107111f authored over 3 years ago by Frost Ming <[email protected]>
Merge pull request #15 from pdm-project:feature/validator

Validate PEP 621 metadata

6a8e6fe41e85d5583ed4b06517a31456df1eb91d authored over 3 years ago by Frost Ming <[email protected]>
Fix pep 621 fields

9bae8205d95a43ab9c92ad593a517e5e23213f71 authored over 3 years ago by Frost Ming <[email protected]>
news file

56268abe4fbccb902112dff590c754b27210e92e authored over 3 years ago by Frost Ming <[email protected]>
validate PEP 621 data

17c91a78ca61abd6f49edf6fa1198936016ddaa6 authored over 3 years ago by Frost Ming <[email protected]>
Patch cerberus

d06748202ed33aa584e84071e3c0739a875e948d authored over 3 years ago by Frost Ming <[email protected]>
Vendorize cerberus

3e0cfffe66602908f806b2c30982a88c41c76e77 authored over 3 years ago by Frost Ming <[email protected]>
Merge pull request #14 from pdm-project:feature/field-transfer

Move some metadata fields to under [tool.pdm]

3c134b7ab6433f69c396e69d6db4f200cb08c337 authored over 3 years ago by Frost Ming <[email protected]>
Add news entry

467e547b82d89ab55eb5d537cc8589689484e172 authored over 3 years ago by Frost Ming <[email protected]>
Move some metadata fields to under [tool.pdm]

90253079ec4b1da86975556f0bcec206a471bd6a authored over 3 years ago by Frost Ming <[email protected]>
Fix release script

71b084b5d8f67482ea175452920c220cea5d8506 authored over 3 years ago by Frost Ming <[email protected]>
Release 0.5.10

7a7216e6c1d799ee5e810f2dab80ecc127bdcd31 authored over 3 years ago by Frost Ming <[email protected]>
Merge pull request #13 from pdm-project:drop-importlib

Drop importlib dependency

adb99a9dca318cf775a6f577e5ba69663e73c2e2 authored over 3 years ago by Frost Ming <[email protected]>
fix import order

e65af1fa6298eab8bdd316056e689748a9ae9d00 authored over 3 years ago by Frost Ming <[email protected]>
add news entry

1bd56ca930222998fd5bcce64fe0c899a04e1f83 authored over 3 years ago by Frost Ming <[email protected]>
Drop importlib dependency

09de74bc840af80aff13eccb65efa8693153462b authored over 3 years ago by Frost Ming <[email protected]>
Release 0.5.9

5b36770cef21ff7edad262d584d74aebd2b9d8de authored almost 4 years ago by Frost Ming <[email protected]>
Correct the pacakge name

052b11e630db2b364a76597decdafc4f332f1089 authored almost 4 years ago by Frost Ming <[email protected]>
add indentation to all lines including empty

Close #11

4607f763a726dbe56a32c0b1657b000d3383842c authored almost 4 years ago by Frost Ming <[email protected]>
Wheel generator should be pdm-pep517

Close #12

402495d6524f4800495832eabb6effbfb7ac996e authored almost 4 years ago by Frost Ming <[email protected]>
ignore failure when cleanup

247b6d4e200f332dee87f15edcf7202dd0799466 authored almost 4 years ago by Frost Ming <[email protected]>
Release 0.5.8

93593d6522e13cc0dc9cda03fa01077ccf66894b authored almost 4 years ago by Frost Ming <[email protected]>
Fix the wheel tag

f89a145e46735a30c617ea06ff2425d54d15dfc2 authored almost 4 years ago by Frost Ming <[email protected]>
Release 0.5.7

d0ab9d813206ce44073166ef0069fa89ada83198 authored almost 4 years ago by Frost Ming <[email protected]>
include modules without parent package under src directory

Close #9

b8a5713e9339b988ed3699a3564acbd603978703 authored almost 4 years ago by Frost Ming <[email protected]>
don't give redundant homepage value

10bcc53da78e2c8d7693023823d95343044a138a authored almost 4 years ago by Frost Ming <[email protected]>
absolute import

1ddf0fdb03d05b4b27562c0c808df69fdb694351 authored almost 4 years ago by Frost Ming <[email protected]>
Rewrite the import statements in vendored packages

0d936e4b6774080225d546e6217cce7e6f532baa authored almost 4 years ago by Frost Ming <[email protected]>
exclude 'tests' directory

c0183c95b9bcb8ac5cc1af62bb13390e3cea9744 authored almost 4 years ago by Frost Ming <[email protected]>
bump version to 0.5.3

fa1f9faffb05ffa67ecae3dbaad574a4492e7326 authored almost 4 years ago by Frost Ming <[email protected]>
fix version num

9ea8642493e8034cece30eba4ef81372609b0c8b authored almost 4 years ago by Frost Ming <[email protected]>
Exclude local packages dir in the build file

5c4036e1994b1b363235353d62697f56cf419754 authored almost 4 years ago by Frost Ming <[email protected]>
bug fix release

414bdef2aa2665cc7518ba8f4b793c59d59cf7de authored almost 4 years ago by Frost Ming <[email protected]>
Release 0.5.0

bf3653f75f3258ca49d37557d041c8e7848b2771 authored almost 4 years ago by Frost Ming <[email protected]>
Merge pull request #8 from frostming/feature/pep-420

Support implicit namespace packages

3adfbb3c862ebc94430f90662aed34994d73911a authored almost 4 years ago by Frost Ming <[email protected]>
support implicit namespace packages

c6dd69b64a807b2387ea5fc16c0eaac1df91a110 authored almost 4 years ago by Frost Ming <[email protected]>
release 0.4.0

be2907aec931f423470e27d08927322925090d36 authored almost 4 years ago by Frost Ming <[email protected]>
autogen trove classifiers

close #6

bce8a5e1de87372e5967e0708373fddb3e1e4f00 authored almost 4 years ago by Frost Ming <[email protected]>
autogen trove classifiers

974b5c24dce888ff3bdff194a55e59f212bccc82 authored almost 4 years ago by Frost Ming <[email protected]>
release 0.3.3

0af854f2bb6261d88375cc877c9a3da4e4fc5b07 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #5 from frostming/legacy-convert

Convert legacy format

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

addb5adb8976cea2a50b5c3f0c7abf2d25b61eca authored about 4 years ago by Frost Ming <[email protected]>
global converters

b645617a3ff43a46f03edab0f37bf31864fee79b authored about 4 years ago by Frost Ming <[email protected]>
Convert legacy format

6e43eca5ad93cae5c0e550e923cf65614e4b4023 authored about 4 years ago by Frost Ming <[email protected]>
release 0.3.2

85308636197e01849801c5aa974a8f29d84d59ee authored about 4 years ago by Frost Ming <[email protected]>
Fix setup.py encoding issue

767a5a729affb4d3a57d4af0a836e2267cb047f9 authored about 4 years ago by Frost Ming <[email protected]>
discard editable dependencies

a73eba44c2d0427af6a2316335c708486449e8f5 authored about 4 years ago by Frost Ming <[email protected]>
release 0.3.0

2666c3cf554eec03e08537a6c74a0a0a333913b8 authored about 4 years ago by Frost Ming <[email protected]>
discard invalid req string

494a4a65f2b4cb0c179c574b38445c28bef4b494 authored about 4 years ago by Frost Ming <[email protected]>
fix build backends

9c309b02e40e0b83f6003438e6c4efe356fa9e99 authored about 4 years ago by Frost Ming <[email protected]>
Merge branch 'feature/pep621' into master

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

bfd5e2ab5b32b6365e6c3f7744a98f94420ff0f2 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #4 from frostming/feature/pep621

Support PEP 621

4740bde5449539ee5021eae650f6326c8edcf313 authored about 4 years ago by Frost Ming <[email protected]>
fix tests

44f5d492c76da3072fd34db5c60f8b83e4c267ca authored about 4 years ago by Frost Ming <[email protected]>
switch to PEP 621

719b18e698998a85313adabe2dc8732e773f6ea2 authored about 4 years ago by Frost Ming <[email protected]>
Accept none

2dca74f076278582a591dc65f11b318a515789de authored about 4 years ago by Frost Ming <[email protected]>
fix typing

5979991bc1c66ec8bd5dde14aa73c4c1eb09d89f authored about 4 years ago by Frost Ming <[email protected]>
type hinting

8784e9ff9cb7000788ab453c9d5b0a313cecc180 authored about 4 years ago by Frost Ming <[email protected]>
Merge pull request #3 from frostming/ci-debug

See what is happenning

2ed79e9f5d5a3e6b39f8ef0688a6e1fb76fb373c authored about 4 years ago by Frost Ming <[email protected]>
Update the size of tarinfo

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