Commit Graph
28643 Commits
Author SHA1 Message Date
github-actions[bot] a7e07bddd5 Merge staging-next into staging 2021-05-02 12:24:53 +00:00
Mario Rodas cf39deb8a3 python38Packages.flask-restx: 0.2.0 -> 0.3.0 (#121465)
https://github.com/python-restx/flask-restx/releases/tag/0.3.0
2021-05-02 13:37:21 +02:00
github-actions[bot] e6037ce5fe Merge staging-next into staging 2021-05-02 00:58:46 +00:00
Mario Rodas c9b01b9a6b Merge pull request #121292 from marsam/update-grpc
grpc: 1.37.0 -> 1.37.1
2021-05-01 19:27:38 -05:00
Robert Schütz 8e6bbb68d3 python3Packages.stytra: does not depend on ffmpeg_3
The path to FFmpeg's executable is now hardcoded in imageio-ffmpeg.
2021-05-01 20:48:09 +02:00
Robert Schütz 965ee5281b pythonPackages.infoqscraper: drop
It's broken on both master and release-20.09 with
    ImportError: No module named pkg_resources
so it's safe to assume nobody is using it.
2021-05-01 20:48:09 +02:00
Robert Schütz e95bdd6b3c python3Packages.imageio: refactor 2021-05-01 20:48:09 +02:00
Robert Schütz b639c57aaa python3Packages.imageio-ffmpeg: 0.4.2 -> 0.4.3
Also hardcode path to ffmpeg executable.
Can be overridden using $IMAGEIO_FFMPEG_EXE.
2021-05-01 20:48:03 +02:00
Martin Weinelt 4226837368 python3Packages.python-language-server: disable when python>=3.9
The package is not supported on anything newer than 3.8 yet.
2021-05-01 11:48:01 -07:00
github-actions[bot] 49721bed32 Merge staging-next into staging 2021-05-01 18:26:21 +00:00
Luke Granger-Brown 7d82378949 Merge pull request #120278 from fabaff/pyotgw
python3packages.pyotgw: unstable-2021-03-25
2021-05-01 19:19:43 +01:00
Robert Schütz eeeee817ca pythonPackages.cffi: move libffi to buildInputs 2021-05-01 10:58:33 -07:00
Robert Schütz 506fa8baf0 pythonPackages.cffi: use pytestCheckHook 2021-05-01 10:58:33 -07:00
Jan Tojnar d26d771381 python3.pkgs.click-configfile: init at 0.2.3 2021-05-01 10:53:14 -07:00
Jan Tojnar 0d55d38b41 python3.pkgs.click-spinner: init at 0.1.10 2021-05-01 10:53:14 -07:00
Jan Tojnar af688cc00e python3.pkgs.cloudsmith-api: init at 0.54.15 2021-05-01 10:53:14 -07:00
github-actions[bot] ef6416a6ba Merge staging-next into staging 2021-05-01 00:54:32 +00:00
Dmitry Kalinkin 275624a226 Merge pull request #120854 from tobim/pkgs/arrow-cpp-4.0.0
arrow-cpp: 3.0.0 -> 4.0.0
2021-04-30 20:06:00 -04:00
Maximilian Bosch f476258fdf Merge pull request #121287 from dotlambda/pass-import-fix
passExtensions.pass-import: fix tests
2021-04-30 22:18:06 +02:00
Tobias MayerandSandro 2d9f3e32d9 arrow-cpp: 3.0.0 -> 4.0.0
arrow-cpp: cleanup

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 20:30:59 +02:00
github-actions[bot] 20ebbe6b59 Merge staging-next into staging 2021-04-30 18:26:34 +00:00
Konstantin Alekseev 7ee53c0c4f python2Packages.importlib-resources: use version 3.3.1 for python2 2021-04-30 19:10:50 +02:00
Robert Schütz c8dff328e5 Merge pull request #120447 from AluisioASG/aasg/dyndnsc-0.6.1
dyndnsc: 0.5.1 -> 0.6.1
2021-04-30 17:35:33 +02:00
John Ericson 17305d2df0 Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Robert Schütz 93edfffab6 pythonPackages.pykeepass: run tests 2021-04-30 16:53:36 +02:00
Aluísio Augusto Silva Gonçalves 932ec5518e python3Packages.pytest-console-scripts: init at 1.2.0
Thanks to @kvas-it for cutting a release with the patches needed to make
tests work.
2021-04-30 11:40:29 -03:00
Aluísio Augusto Silva Gonçalves 0463f91e04 python3Packages.sanic-auth: fix tests (#121279)
After #120881, packages using Sanic's `app.test_client` or
`app.asgi_client` need to depend on `sanic-testing` as well.
2021-04-30 16:40:24 +02:00
Aluísio Augusto Silva Gonçalves 98822ee896 python3Packages.json-logging: init at 1.3.0 2021-04-30 11:33:04 -03:00
Aluísio Augusto Silva Gonçalves bd815d2121 python3Packages.sanic: 21.3.2 -> 21.3.4
While we're at it, revise the dependencies lists; there's been a couple
of break-ups with 21.3.0.
2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves 192b28a75f python3Packages.sanic-testing: init at 0.3.1 2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves 550bb02269 python3Packages.sanic-routing: init at 0.6.2 2021-04-30 09:56:09 -03:00
Aluísio Augusto Silva Gonçalves 5b971598f0 python3Packages.pytest-sanic: mark as broken with sanic >= 21.3.0
pytest-sanic is incompatible with the current version of Sanic, see
sanic-org/sanic#2095 and yunstanford/pytest-sanic#50.  While it is
broken, we also need it to run Sanic's tests (for which case it works
just fine).
2021-04-30 09:56:09 -03:00
Sandro 217ee74d64 Merge pull request #121013 from eduardosm/pyface
pythonPackages.pyface: fix build
2021-04-30 14:36:41 +02:00
github-actions[bot] d7882499f8 Merge staging-next into staging 2021-04-30 12:26:14 +00:00
Sandro 2af7eeed29 Merge pull request #120944 from fabaff/bump-graphql-core
python3Packages.graphql-core: 3.1.3 -> 3.1.4
2021-04-30 14:10:50 +02:00
Sandro d15fad3dbe Merge pull request #121122 from austinbutler/fix-pytest-helpers-namespace 2021-04-30 12:14:08 +02:00
Sandro 16093daaf2 Merge pull request #119640 from centromere/python-cryptography
python3Packages.cryptography: Update Cargo hash
2021-04-30 10:41:06 +02:00
Sandro dbc10ea68b Merge pull request #121094 from wamserma/trollius-remove 2021-04-30 10:18:33 +02:00
Markus S. Wamser b4167563e0 pythonPackages.trollius: remove
trollius is deprecated (by upstream) for more than five years,
all Python versions supported by trollius are end-of-life.
There are no more packages depending on trollius.
2021-04-30 09:43:26 +02:00
Markus S. Wamser 1c5a02033a pythonPackages.autobahn: limit to Python 3
Python 2.7 is long end-of-life and dependency ond old compatibility
helpers can be dropped.
2021-04-30 09:41:54 +02:00
Markus S. Wamser 8192beda59 pythonPackages.aiodns: diable for Python older than 3.5
Upstream explicitly states that minimum required version is 3.5.
Compatibility dependencies can thus be removed.
2021-04-30 09:40:14 +02:00
Markus S. Wamser 2a00e53bda pythonpackages.pynvim: disble for python older 3.4
These python version are all end-of-life and the depndency on trollius
can be dropped.
2021-04-30 09:38:42 +02:00
Markus S. Wamser b8de584df4 pythonPackages.aioeventlet: remove
The upstream repo/homepage has long gone, there are  no
depndencies on that package.
2021-04-30 09:36:58 +02:00
Fabian Affolter 1cf6174f06 Merge pull request #121210 from chivay/bump-extractor
python3Packages.karton-config-extractor: 1.0.0 -> 1.1.1
2021-04-30 09:00:49 +02:00
Luflosi ce43e28a68 pythonPackages.btrfs: 12 -> 13 (#120638) 2021-04-30 09:00:16 +02:00
Fabian Affolter fce6d9385d Merge pull request #121143 from fabaff/bump-gym
python3Packages.gym: 0.18.0 -> 0.18.1
2021-04-30 09:00:05 +02:00
Fabian Affolter 54c241c838 Merge pull request #121211 from chivay/bump-yaramatcher
python3Packages.karton-yaramatcher: 1.0.0 -> 1.1.0
2021-04-30 08:57:54 +02:00
Robert T. McGibbon b3477d186b python37Packages.poetry: update stale substituteInPlace (#120876) 2021-04-30 08:30:40 +02:00
github-actions[bot] c6548b2832 Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00