adisbladis
6c432f2dd2
Perform dead code elimination using deadnix
...
deadnix: https://github.com/astro/deadnix
2021-12-07 21:09:05 -08:00
adisbladis
a4b7692032
Merge pull request #454 from ashkan-leo/fix_tensorboard
...
add absl-py as tensorboard dependency
2021-12-07 17:18:17 +12:00
adisbladis
1e3252891b
Merge pull request #455 from airwoodix/overrides-matplotlib-mplsetup
...
overrides: matplotlib: fix for version >= 3.5.0
2021-12-07 17:17:54 +12:00
adisbladis
db74a19260
Merge pull request #456 from airwoodix/overrides-add-wtforms
...
overrides: wtforms: add
2021-12-07 17:17:23 +12:00
adisbladis
61d13bcd3b
Merge pull request #457 from airwoodix/overrides-fix-scipy-1.7
...
overrides: scipy: fix for version >= 1.7.0
2021-12-07 17:16:34 +12:00
Etienne Wodey
58ef019d39
overrides: scipy: fix for version >= 1.7.0
2021-12-05 22:37:42 +01:00
Etienne Wodey
3def814c0a
overrides: wtforms: add
2021-12-05 17:34:54 +01:00
Etienne Wodey
64da99c770
overrides: matplotlib: fix for version >= 3.5.0
2021-12-05 17:00:58 +01:00
ashkan-leo
1c5ee0df43
add absl-py as tensorboard dependency
2021-12-04 19:52:34 -06:00
adisbladis
4173277746
Merge pull request #452 from gmacon/simple-index-trailing-slash
...
Include the trailing slash in legacy index URL
2021-11-29 13:26:52 -08:00
George Macon
42b1e673aa
Include the trailing slash in legacy index URL
...
The PyPI Legacy API documentation [1] says that the distribution
downloads for project can be accessed via a request
GET /simple/<project>/
but the current implementation instead makes a request
GET /simple/<project>
There exist some custom repository servers that give erroneous responses
to requests without the slash, so include the slash.
[1]: https://warehouse.pypa.io/api-reference/legacy.html
2021-11-29 16:08:30 -05:00
adisbladis
36c215f716
Merge pull request #451 from purcell/attribution
...
Update attribution and copyright
2021-11-26 11:55:02 -08:00
Steve Purcell
62b1ec8cc9
Update attribution and copyright to reflect Tweag's support
2021-11-26 18:56:41 +01:00
adisbladis
ac1b5659a3
Merge pull request #448 from g00pix/override-kerberos
...
overrides: add kerberos
2021-11-24 11:05:20 -08:00
Nicolas Froger
27b4c67842
overrides: add kerberos
...
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
2021-11-22 13:54:46 +01:00
adisbladis
b23b074f65
Merge pull request #443 from sigprof/importlib-resources
...
importlib-resources: Don't remove pyproject.toml
2021-11-21 16:49:03 -08:00
adisbladis
9dc6fdef8f
Merge pull request #444 from rissson/overrides-cryptography-3.6
...
overrides: cryptography: fix cargo hash for versions >= 3.6.0
2021-11-21 16:48:37 -08:00
adisbladis
17e4a7a41b
Merge pull request #445 from rissson/overrides-cyclonedx-python-lib
...
overrides: add cyclonedx-python-lib
2021-11-21 16:48:18 -08:00
adisbladis
336cb406bd
Merge pull request #446 from rissson/overrides-httplib2
...
overrides: add httplib2
2021-11-21 16:47:46 -08:00
adisbladis
a5b6186c35
Merge pull request #447 from rissson/overrides-paramiko
...
overrides: add paramiko
2021-11-21 16:47:32 -08:00
Marc 'risson' Schmitt
63c1cf0822
overrides: add paramiko
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:37:27 +01:00
Marc 'risson' Schmitt
c533b2edfc
overrides: add httplib2
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:36:13 +01:00
Marc 'risson' Schmitt
228fbc5b02
overrides: add cyclonedx-python-lib
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:30:57 +01:00
Marc 'risson' Schmitt
e17c4960b2
overrides: cryptography: fix cargo hash for versions >= 3.6.0
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:26:54 +01:00
Sergey Vlasov
e093c9c326
importlib-resources: Don't remove pyproject.toml
...
Without this change the build of jsonschema-4.2.1 fails with:
> ERROR: Could not find a version that satisfies the requirement importlib-resources>=1.4.0; python_version < "3.9" (from jsonschema)
> ERROR: No matching distribution found for importlib-resources>=1.4.0; python_version < "3.9"
2021-11-22 00:46:01 +03:00
adisbladis
3a10eb44e3
Merge pull request #438 from l0b0/fix/disable-mypyc
...
Revert "feat: Re-enable mypyc from version 0.910"
2021-11-18 13:54:23 -08:00
Victor Engmark
95980c5e40
Revert "feat: Re-enable mypyc from version 0.910"
...
See discussion on
<https://github.com/nix-community/poetry2nix/pull/428 >.
This reverts commit 0b9f3e19f4
.
2021-11-18 10:40:56 +13:00
adisbladis
f84d464f41
Bump version to 1.22.0
2021-11-16 12:49:11 -06:00
adisbladis
753b3badc0
Merge pull request #419 from nix-community/poetry-1_1_11
...
poetry: 1.1.10 -> 1.1.11
2021-11-16 16:40:57 +00:00
adisbladis
d4b77f4021
poetry: 1.1.10 -> 1.1.11
2021-11-16 01:44:10 +00:00
adisbladis
f37c4676c0
Merge pull request #427 from l0b0/feat/re-enable-tests
...
feat: Re-enable tests
2021-11-16 01:41:07 +00:00
adisbladis
6cbaf2a33b
Merge pull request #428 from l0b0/feat/re-enable-mypyc
...
feat: Re-enable mypyc from version 0.910
2021-11-16 01:40:30 +00:00
adisbladis
f78937eed1
Merge pull request #433 from cpcloud/remove-pip-restriction
...
fix(pip): remove version restriction
2021-11-16 01:39:14 +00:00
adisbladis
84ce3140c9
Merge pull request #426 from l0b0/feat/remove-obsolete-virtualenv-override
...
feat: Remove obsolete virtualenv override
2021-11-16 01:33:56 +00:00
adisbladis
2095ab4eb1
Merge pull request #434 from costrouc/fix-cloudflare
...
Fix cloudflare output examples/__init__.py collision
2021-11-16 01:33:38 +00:00
adisbladis
be0b7ea885
Merge pull request #430 from nlewo/crypto-3.5
...
Fix building cryptography 3.5
2021-11-09 16:01:18 -08:00
Chris Ostrouchov
be76798783
Fix building cloudflare
...
When building cloudflare and aiohttp there is a collision in the
directory examples that both packages include
2021-11-08 10:15:25 -05:00
Phillip Cloud
81d9e93b33
docs(pyproject-without-special-deps.py): fix help string
2021-11-08 09:19:00 -05:00
Phillip Cloud
b95fe190ce
refactor(pyproject-without-special-deps.py): use bools instead of ints
2021-11-08 09:17:42 -05:00
Phillip Cloud
9a495722ef
refactor(pyproject-without-special-deps.py): remove unused variable
2021-11-08 09:09:02 -05:00
Phillip Cloud
7e026ee184
docs(pyproject-without-special-deps.py): clean up comment
2021-11-08 09:08:40 -05:00
Phillip Cloud
144f884a5b
poetry2nix: regen lock file
2021-11-08 08:39:15 -05:00
Phillip Cloud
7191e51bd7
common-pkgs-2: don't install argparse if >= 2.7
2021-11-08 08:38:55 -05:00
Phillip Cloud
47dac9d9e4
common-pkgs-2: lock cryptography to 3
2021-11-08 08:38:33 -05:00
Phillip Cloud
5a3bfdf4f9
common-pkgs-2: remove unused comment
2021-11-08 08:23:51 -05:00
Phillip Cloud
2fed7bc910
pip: remove restriction
2021-11-08 08:07:04 -05:00
Antoine Eiche
d3be0fd830
Fix building cryptography 3.5
2021-11-05 17:03:15 +01:00
adisbladis
5739058f26
Merge pull request #431 from lovesegfault/ci-updates
...
ci: update actions and fix nix install
2021-11-04 15:47:21 -06:00
Bernardo Meurer
b0a3580958
ci: actions/checkout v1 -> v2.4.0
2021-11-04 12:53:38 -07:00
Bernardo Meurer
6f3e13ba95
ci: cachix/cachix-action v8 -> v10
2021-11-04 12:52:42 -07:00