Commit graph

1729 commits

Author SHA1 Message Date
Phillip Cloud
c3f200c055
Merge pull request #944 from cpcloud/shapely-wheel-fix 2023-01-14 07:45:04 -05:00
Phillip Cloud
41b16c4ff7
fix: fix shapely wheel build with newer versions of nixpkgs 2023-01-14 07:29:18 -05:00
adisbladis
6878b31bd7
Merge pull request #943 from moduon/update
fix: plumbum 1.8.1 build systems
2023-01-14 20:53:23 +13:00
Jairo Llopis
58dd088f32
fix: plumbum 1.8.1 build systems 2023-01-13 10:28:10 +00:00
Phillip Cloud
9b55d925f5
Merge pull request #942 from cpcloud/fancycompleter 2023-01-12 08:39:03 -05:00
Phillip Cloud
b318b64ce9
chore: don't patch fancycompleter when building from wheel 2023-01-12 08:27:11 -05:00
Phillip Cloud
2d5a11ae37
Merge pull request #895 from cpcloud/wheel-wheel 2023-01-12 06:48:44 -05:00
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