Commit Graph

27752 Commits

Author SHA1 Message Date
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
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
R. RyanTM ee282e4e09 deepdiff: 5.3.0 -> 5.5.0 2021-04-30 00:23:49 -04:00
Austin Butler 15b116195d python3Packages.pytest-helpers-namespace: add missing dependency 2021-04-29 19:34:45 -07:00
Austin Butler 6aa9d635d4 python3Packages.setuptools-declarative-requirements: init at 1.2.0 2021-04-29 19:34:31 -07:00
Austin Butler 309dc32405 pythonPackages.pypiserver: init at 1.4.2 2021-04-29 19:34:01 -07:00
github-actions[bot] b4766e97ee
Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Martin Weinelt 9a88ed723e
Merge pull request #120785 from ivan/fix-grab-site-py-lmdb 2021-04-30 02:16:14 +02:00
Sandro f45e5deda9
Merge pull request #120115 from FlorianFranzen/sphinx-markdown-parser
python3.pkgs.sphinx-markdown-parser: init at 0.2.4
2021-04-30 02:09:08 +02:00
Sandro b8a8308680
Merge pull request #121183 from dotlambda/pyturbojpeg-1.5.0
python3Packages.pyturbojpeg: 1.4.3 -> 1.5.0
2021-04-30 01:59:12 +02:00
Sandro 75a24a5bc9
Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages 2021-04-30 01:20:37 +02:00
Robert Schütz 5ea915de46 pythonPackages.IMAPClient: 2.1.0 -> 2.2.0 2021-04-29 15:36:32 -07:00
Martin Weinelt 09f9d7811f
Merge pull request #121187 from dotlambda/ha-ffmpeg 2021-04-30 00:25:06 +02:00
Martin Weinelt b33572a49f
python3Packages.ha-ffmpeg: add pythonImportsChecks 2021-04-30 00:24:49 +02:00
Hubert Jasudowicz 4c0f440fb0 python3Packages.karton-yaramatcher: 1.0.0 -> 1.1.0 2021-04-30 00:08:06 +02:00
Hubert Jasudowicz cb5f4ca733 python3Packages.karton-config-extractor: 1.0.0 -> 1.1.1 2021-04-29 23:53:05 +02:00
Fabian Affolter a44a3e1ff7
Merge pull request #120931 from fabaff/bump-angr
python3Packages.angr: 9.0.6852 -> 9.0.6885 and dependencies
2021-04-29 21:59:54 +02:00
Robert Schütz 0897eb3132 python3Packages.ha-ffmpeg: does not depend on ffmpeg_3
The path to the binary is specified in the configuration:
https://www.home-assistant.io/integrations/ffmpeg#ffmpeg_bin
2021-04-29 20:51:45 +02:00
Florian Franzen 03e55dac96 python3.pkgs.sphinx-markdown-parser: init at 0.2.4 2021-04-29 20:28:21 +02:00
Robert Schütz 52ef63a180 python3Packages.pyturbojpeg: 1.4.3 -> 1.5.0
https://github.com/lilohuang/PyTurboJPEG/releases/tag/v1.5.0
2021-04-29 20:14:33 +02:00
Samuel Gräfenstein 5503ef1df4
python3Packages.adb-enhanced: add meta.mainProgram 2021-04-29 14:51:50 +02:00
github-actions[bot] 54e69b71cd
Merge staging-next into staging 2021-04-29 12:26:05 +00:00
Luke Granger-Brown 1e556b436e
Merge pull request #121097 from mweinelt/gstreamer
gstreamer: 1.18.2 -> 1.18.4
2021-04-29 12:43:54 +01:00