Commit graph

1898 commits

Author SHA1 Message Date
Phillip Cloud
235cd0f995
Merge pull request #920 from l0b0/patch-6 2023-01-07 06:45:35 -05:00
Victor Engmark
54ff485422
fix: Use hatchling for filelock >=3.9.0
As per the
[release log](https://github.com/tox-dev/py-filelock/releases/tag/3.9.0).
2023-01-07 06:36:32 -05:00
Phillip Cloud
f90fb474c7
Merge pull request #915 from Sohalt/pluralizer 2023-01-07 06:35:18 -05:00
Phillip Cloud
ba0f4aabd1
style: fix formatting 2023-01-07 06:34:28 -05:00
Phillip Cloud
2bfdb056f9
Merge pull request #925 from das-g/improve-issue-template 2023-01-07 06:29:31 -05:00
Phillip Cloud
3a2b4b7f73
Merge pull request #926 from das-g/pytest-flake8 2023-01-06 21:10:00 -05:00
Phillip Cloud
d356139b71
Merge pull request #927 from jhh/build-systems 2023-01-06 21:09:42 -05:00
Jeff Hutchison
09c325855d
Fix tba-api-v3client alphabetical sort order 2023-01-06 11:26:16 -05:00
Jeff Hutchison
ed47467fb1
build-systems: add tba-api-v3client 2023-01-06 11:11:14 -05:00
Raphael Das Gupta
709d79178f build-systems: pytest-flake8 2023-01-06 16:46:26 +01:00
Raphael Das Gupta
f68311cf53 issue template: add syntax highlighting
We do know what languages we expect in the files
we ask the issue author to provide in the "Additional context" section,
so let's set up proper syntax highlighting for them.
2023-01-06 16:29:44 +01:00
Raphael Das Gupta
46e872f491 issue template: remove bullet list
A bullet list would make sense
if the code blocks would be part of the items.
To make a code block part of a list item in Markdown,
it would though have to be indented
which is either too laborious (when indenting all lines)
or too confusing (when indenting only the opening line).
If they aren't indented, they'd interrupt the list
(thus effectively splitting it into 3 one-item lists)
so let's instead just have the file names
as prose-ish captions of the code blocks.
2023-01-06 16:29:36 +01:00
adisbladis
9cd2803519
Merge pull request #913 from Sohalt/django-coverage-plugin
build-systems: add django-coverage-plugin
2023-01-07 04:13:26 +13:00
adisbladis
ac818dd2a7
Merge pull request #914 from Sohalt/python-ldap
build-systems: add python-ldap
2023-01-07 04:13:14 +13:00
adisbladis
d682cdf659
Merge pull request #922 from simonkampe/overrides/opencv-python-headless
overrides: opencv-python-headless
2023-01-07 04:12:58 +13:00
adisbladis
388e3ffed8
Merge pull request #918 from hercules-ci/set-package-pos-to-lock-file
feat: Show lock location in package errors
2023-01-07 04:12:16 +13:00
adisbladis
9c2eb92b98
Merge pull request #917 from jhh/build-systems
build-systems: update django-debug-toolbar
2023-01-07 04:10:35 +13:00
adisbladis
61a36eda95
Merge pull request #923 from utybo/master
Update filelock build systems
2023-01-07 04:09:39 +13:00
adisbladis
f1c1fb5de6
Merge pull request #911 from pleshevskiy/patch-1
Add flask-minio to overrides
2023-01-07 04:08:15 +13:00
adisbladis
3c9549f48d
Merge pull request #910 from Sohalt/click-didyoumean
build-systems: Use poetry for click-didyoumean >= 0.2.0
2023-01-07 04:07:43 +13:00
adisbladis
c73f7720ee
Merge pull request #916 from Sohalt/django-cache-memoize
build-systems: add django-cache-memoize
2023-01-07 04:06:54 +13:00
adisbladis
5f0cf79a33
Merge pull request #909 from asymmetric/readme-tweaks
Document `sdist` behaviour
2023-01-07 04:06:09 +13:00
Zoroark
642bffb342
Update filelock build systems 2023-01-06 03:50:47 +01:00
Simon Kämpe
5190cf359e overrides: opencv-python-headless
Fix that opencv-python-headless tries to override opencv-python.
2023-01-04 15:33:51 +01:00
Robert Hensing
31e6d68d59 feat: Show lock location in package errors
Tested by temporarily setting `meta.broken = true;` in
`mk-poetry-dep.nix`, and then

    $ nix-build tools -A env
    error: Package ‘python3.9-click-8.1.3’ in /home/user/h/poetry2nix/tools/poetry.lock:0 is marked as broken, refusing to evaluate.

       a) To temporarily allo[...]

As you can see, the location of the lock file is reported, which
is especially useful in Nixpkgs, which contains multiple lockfiles.

This used to be just the location of a generic python builder, which
is generally not what the user wants.

I've exposed the `poetrylockPos` variable as a parameter that callers
may set. This is intended as a contingency more so than a feature that
is useful to users. That's why I've decided not to document it,
because it would just add noise.
2023-01-03 16:38:09 +01:00
Jeff Hutchison
159010e5d3
build-systems: update django-debug-toolbar 2023-01-03 07:05:15 -05:00
sohalt
0c98509bf4 overrides: pluralizer 2022-12-30 17:22:55 +01:00
sohalt
7ebc368e16 build-systems: add python-ldap 2022-12-30 17:19:59 +01:00
sohalt
321d31f222 build-systems: add pluralizer 2022-12-30 17:06:49 +01:00
sohalt
ed0487db91 build-systems: add django-coverage-plugin 2022-12-30 17:05:20 +01:00
sohalt
3dce74cd46 build-systems: add django-cache-memoize 2022-12-30 17:03:04 +01:00
pleshevskiy
4e36e1f7f1
Add flask-minio to overrides 2022-12-29 23:34:29 +03:00
sohalt
35aa549a2b build-systems: Use poetry for click-didyoumean >= 0.2.0 2022-12-28 18:19:09 +01:00
Lorenzo Manacorda
c34428e242 doc: Document build priority 2022-12-26 18:41:12 +01:00
Lorenzo Manacorda
042e42759d doc: fix poetry homepage 2022-12-26 18:41:01 +01:00
Phillip Cloud
f18984f99c
Merge pull request #867 from cpcloud/optional-deps 2022-12-20 10:28:29 -05:00
Phillip Cloud
0993932240
docs: add bits to the README about extras parameter 2022-12-20 10:21:00 -05:00
Phillip Cloud
76d654881c
test: add extras/no-extras tests 2022-12-20 10:20:58 -05:00
Phillip Cloud
6ecbca98ad
feat: add ability to specify optional dependencies 2022-12-20 10:20:40 -05:00
Phillip Cloud
6ae0cf6989
Merge pull request #908 from cpcloud/patches-for-mkdocstrings-wheel 2022-12-20 09:50:22 -05:00
Phillip Cloud
d18e185d78
fix: add patches for mkdocstrings jinja2 imports 2022-12-20 09:34:26 -05:00
Phillip Cloud
c57cbefe17
Merge pull request #906 from cpcloud/patches-for-nbconvert 2022-12-20 09:08:06 -05:00
Phillip Cloud
d138dfae05
Merge pull request #907 from arichtman/bc-packages 2022-12-20 09:06:58 -05:00
Richtman, Ariel
ac3f38c5d3 added overrides for bridgecrew packages to work 2022-12-19 23:47:55 +00:00
Phillip Cloud
d72e0b4c0f
fix: patch nbconvert installed source when installed from wheel 2022-12-19 14:51:32 -05:00
Phillip Cloud
cefd25bc6a
test: beef up nbconvert wheel test to check for template path patch 2022-12-19 14:51:31 -05:00
Phillip Cloud
4ba5abf9dc
Merge pull request #905 from cpcloud/build-systems 2022-12-19 09:02:22 -05:00
Phillip Cloud
f0843c77da
build-systems: add flake8-noqa 2022-12-19 08:53:34 -05:00
Phillip Cloud
3cc8bd080c
Merge pull request #893 from cpcloud/pyarrow-wheel 2022-12-19 07:59:14 -05:00
Phillip Cloud
392e7f4fe7
chore: remove trailing whitespace 2022-12-19 07:47:58 -05:00