Commit graph

1722 commits

Author SHA1 Message Date
Phillip Cloud
adc36bc4bf
chore: remove wheel wheel override 2023-01-12 05:33:40 -05:00
Phillip Cloud
ffa5261510
fix: disallow the wheel package to preferWheels
Otherwise an infinite recursion error occurs.
2023-01-12 05:33:38 -05:00
adisbladis
1d49746394
Merge pull request #938 from takeda/patch-2
override: pulumi-azure-native
2023-01-12 14:01:55 +13:00
adisbladis
94a57abd4a
Merge pull request #936 from apeschar/nixpkgs-extend
flake: define packages without re-importing nixpkgs
2023-01-12 14:01:22 +13:00
adisbladis
c18f73ebf0
Merge pull request #933 from simonkampe/overrides/python-snap7
Add python-snap7 override to fix library issue
2023-01-12 14:00:39 +13:00
adisbladis
24bf78d67a
Merge pull request #935 from takeda/patch-1
override: cryptography 39.0.0
2023-01-12 14:00:15 +13:00
adisbladis
3e99ab4d3c
Merge pull request #940 from ac130kz/patch-1
fix: hatchling for iniconfig >=2.0.0
2023-01-12 13:59:49 +13:00
adisbladis
f03a088695
Merge pull request #941 from ac130kz/patch-2
feat: orjson 3.8.5
2023-01-12 13:59:35 +13:00
Mikhail Krassavin
2d4026bde2
fix: iniconfig <2.0.0 2023-01-11 16:42:06 +06:00
Mikhail Krassavin
b832ec74c2
feat: orjson 3.8.5 2023-01-11 16:35:47 +06:00
Mikhail Krassavin
ac30ce25a6
fix: hatchling for iniconfig >=2.0.0 2023-01-11 16:29:30 +06:00
Derek Kulinski
e59d8d60fd
override: pulumi-azure-native 2023-01-10 13:26:08 -08:00
Albert Peschar
bd48d1ea71 Use existing nixpkgs.legacyPackages.${system} instead of import 2023-01-10 16:51:41 +02:00
Derek Kulinski
9ce40b381d
override: cryptography 39.0.0 2023-01-09 14:15:19 -08:00
Simon Kämpe
da3e7af605 Add python-snap7 override to fix library issue 2023-01-09 13:18:16 +01:00
adisbladis
449e238044
Merge pull request #930 from l0b0/docs/explain-setuptools-scm-edge-case
docs: Explain setuptools-scm edge case
2023-01-10 00:57:59 +13:00
adisbladis
e3bee2ee1c
Merge pull request #931 from l0b0/fix/setuptools-scm-for-python-ulid
fix: Use setuptools-scm for python-ulid
2023-01-09 11:51:15 +13:00
Victor Engmark
7b7448a739 fix: Use setuptools-scm for python-ulid
Closes #921.
2023-01-09 09:25:50 +13:00
Victor Engmark
bc1dc98c15 docs: Explain setuptools-scm edge case
Helps with #921.
2023-01-09 09:14:17 +13:00
adisbladis
f40c15573d
Merge pull request #929 from ac130kz/master
feat(orjson): 3.8.4
2023-01-09 00:21:19 +13:00
Mikhail Krassavin
53f5836a87
fix: change hash to the one showed in the error message 2023-01-08 13:35:01 +06:00
Mikhail Krassavin
939c58fefe
feat(orjson): 3.8.4 2023-01-08 11:40:24 +06:00
Phillip Cloud
7df4a7de27
Merge pull request #928 from cpcloud/fix-missing-iswheel-attr
Fixes https://github.com/nix-community/poetry2nix/issues/924
2023-01-07 07:35:46 -05:00
Phillip Cloud
7af0e3fe6a
fix: make sure all isWheel accesses have an or false expression 2023-01-07 06:57:30 -05:00
Phillip Cloud
159e644da2
test: add test for missing isWheel attribute 2023-01-07 06:57:29 -05:00
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