1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
Commit graph

20500 commits

Author SHA1 Message Date
Frederik Rietdijk 470f05cb5d Merge staging-next into staging 2020-11-03 12:06:41 +01:00
Frederik Rietdijk 237966224d Merge master into staging-next 2020-11-03 12:06:06 +01:00
Mario Rodas 34ad166a83
Merge pull request #102316 from marsam/update-grpc
grpc: 1.32.0 -> 1.33.2
2020-11-02 21:18:15 -05:00
Mario Rodas 9338d75539
Merge pull request #102434 from r-ryantm/auto-update/python2.7-hg-evolve
python27Packages.hg-evolve: 10.0.2 -> 10.1.0
2020-11-02 18:11:02 -05:00
Maciej Krüger 16abe1a322
Merge pull request #102085 from luc65r/pkg/unicorn
unicorn(-emu): 1.0.2-rc4 -> 1.0.2
2020-11-02 20:56:38 +01:00
Martin Weinelt 20d24d0b15 python3Packages.pyserial-asyncio: propagate pyserial
Fixes errors like this:

ERROR: Could not find a version that satisfies the requirement pyserial (from pyserial-asyncio>=0.4->pysml==0.0.2) (from versions: none)
2020-11-02 10:39:44 -08:00
Daniël de Kok 693f2aa17a python3Packages.srsly: 2.3.0 -> 2.3.1
Changelog:

https://github.com/explosion/srsly/releases/tag/v2.3.1
2020-11-02 10:00:53 -08:00
R. RyanTM d3a12ae060 python37Packages.sshtunnel: 0.1.5 -> 0.2.1 2020-11-02 08:15:49 -08:00
R. RyanTM 079523587d python37Packages.telethon-session-sqlalchemy: 0.2.15 -> 0.2.16 2020-11-02 07:50:52 -08:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
R. RyanTM a5c0ebbd19 python27Packages.hg-evolve: 10.0.2 -> 10.1.0 2020-11-02 06:17:40 +00:00
Jonathan Ringer 9d5b01eb57
python3Packages.google_cloud_pubsub: disable tests
tests fail due to file handle issues, then just loops
in an invalid state until timing out on hydra

https://hydra.nixos.org/build/129081889
2020-11-01 15:15:08 -08:00
R. RyanTM e87f9b1ee6 ansible-lint: 4.3.5 -> 4.3.6 2020-11-01 13:16:20 -08:00
Benjamin Hipple 9c87b3271a
Merge pull request #102386 from seppeljordan/update-nix-prefetch-github-4.0
nix-prefetch-github: v3.0 -> v4.0
2020-11-01 15:52:53 -05:00
Pavol Rusnak 0d8f43c402 python3Packages.ovito: 3.0.0 -> 3.3.1 2020-11-01 11:51:17 -08:00
Sebastian Jordan e8b6c6780c nix-prefetch-github: v3.0 -> v4.0 2020-11-01 20:20:18 +01:00
R. RyanTM 70bddcf122 python37Packages.css-parser: 1.0.5 -> 1.0.6 2020-11-01 18:05:05 +01:00
freezeboy b6a2387ddc python3Packages.pyside: refactor to use multiple outputs 2020-11-01 16:22:29 +01:00
freezeboy 5a03f8ba80 python3Packages.pysideTools: refactor to use multiple outputs 2020-11-01 16:22:13 +01:00
freezeboy a3e20b8dbc python3Packages.pysideShiboken: refactor to use multiple outputs 2020-11-01 16:22:00 +01:00
freezeboy 335d21df85 pysideGeneratorrunner: refactor to use python3 2020-11-01 16:10:31 +01:00
freezeboy c6b754a67b pysideApiextractor: refactor to use python3
Also took the opportunity to split it to multiple outputs

(cherry picked from commit 2cd5cf624ae19fd7633a22ea3a3f7986dfb611af)
2020-11-01 15:18:47 +01:00
Pavol Rusnak b9222f5158 python3Packages.hidapi: 0.9.0.post3 -> 0.10.0 2020-11-01 10:59:20 +01:00
Frederik Rietdijk 83dde6c52c Merge staging-next into staging 2020-11-01 10:11:12 +01:00
Frederik Rietdijk 7a8d5dc8a6 Merge master into staging-next 2020-11-01 10:10:47 +01:00
zimbatm c409f69480
pythonPackages.pip: make reproducible (#102222)
The previous attempt wasn't covering all of the bases. It relied on
invoking that pip-install-hook, and didn't apply to pip itself.

The core issue is that the generated .pyc files embed some of the
temporary paths, which are randomly generated. See
https://r13y.com/diff/bf8c3ca3148ebff9ecf41f294cc60b9f209c006d49699e356969ff32d736f1c6-8806a7cca91fdd300e48736bfcd57c4d0b54c1cc2fd61609f35143170862b59c.html

In this new attempt, the approach is to patch the TempFile
implementation directly, so that it creates stable temporary
directories. We also assume that if SOURCE_DATE_EPOCH is set, we are in
a scenario where reproducible builds are desirable and enter that
branch.

See also https://github.com/pypa/pip/issues/7808
2020-10-31 21:24:36 +01:00
Nicolai Kellerer a103c58bab python3Packages.toolz: 0.10.0 -> 0.11.1 2020-10-31 09:55:25 -07:00
Nicolai Kellerer c1cf4abe6d pythonPackages.toolz: create Python 2 package 2020-10-31 09:55:25 -07:00
Vladimír Čunát dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
Jonathan Ringer b8f45c32f8 python3Packages.tensorflow: break if gast not correct 2020-10-30 23:11:03 -07:00
Benjamin Hipple 7da9af20a8
Merge pull request #102183 from flyfloh/miio-fix
python-miio: fix
2020-10-31 00:52:06 -04:00
Mario Rodas 4346b1a276 pythonPackages.grpcio-tools: 1.32.0 -> 1.33.2 2020-10-31 04:20:00 +00:00
Martin Weinelt 5a22c6f167
Merge pull request #99521 from mweinelt/irc-stuff
python3Packages.{irctokens,ircstates,ircrobots}: init
2020-10-30 22:41:05 +01:00
Florian Pester 79e81e8404 python-miio: fix 2020-10-30 21:41:47 +01:00
Marek Mahut 242441fea2
Merge pull request #101847 from mmilata/python-trezor-udev-linux
python3Packages.trezor: make udev rules dependency linux-only
2020-10-30 17:00:09 +01:00
Jörg Thalheim 46731b8886
Merge pull request #100814 from unode/samtools 2020-10-30 16:44:27 +01:00
Alex Eyre 3e4878370e python-modules/coordinates: remove mildlyincompetent from the maintainers list
also removed from maintainers-list.nix, motivation for change is
that he was a friend, and he unfortunately passed away earlier this year.
2020-10-30 07:52:03 +00:00
Renato Alves 459c5ec3b1
pythonPackages.pysam: Disable failing tests unrelated to packaging
These will be fixed upstream and are due to format changes introduced
in samtools and htslib 1.11
2020-10-30 01:28:00 +01:00
luc65r 345f1d11d3 unicorn(-emu): 1.0.2-rc4 -> 1.0.2 2020-10-29 21:15:42 +01:00
R. RyanTM ec2bd3c95c beancount: 2.3.2 -> 2.3.3 2020-10-29 13:13:26 -07:00
Drew Risinger 5f4c238ea5 python3Packages.pytest-timeout: 1.3.3 -> 1.4.2
* Update version
* switch to pytestCheckHook
* Update meta: hompage & changelog
* explicit runtime dependency on pytest

Based on work by @jpgu-epam in #97527.
2020-10-29 12:39:11 -07:00
Michael Weiss c2694ef30d python3Packages.cryptography: 3.2 -> 3.2.1
Changelog:
- Disable blinding on RSA public keys to address an error with some
  versions of OpenSSL.
2020-10-29 12:20:02 -07:00
Martin Weinelt 90a47bad3e python3Packages.asgi-csrf: 0.7 -> 0.7.1 2020-10-29 10:52:28 -07:00
Martin Weinelt c44af1ebd7 python3Packages.asgi-csrf: disable tests
The packages tests import a private module from httpx, that does not
exist anymore in newer versions.
2020-10-29 10:52:28 -07:00
Martin Weinelt 7f096a9feb python3Packages.httpx: 0.14.2 -> 0.16.1
Clean up package and convert tests to pytestCheckHook.
2020-10-29 10:52:28 -07:00
Martin Weinelt fed1b43c6f python3Packages.httpcore: 0.10.2 -> 0.12.0
Also clean up the package and enable tests.
2020-10-29 10:52:28 -07:00
Martin Weinelt b034c434f6 pythonPackages.spotipy: disable tests and cleanup
Tests require network access.
2020-10-29 10:52:28 -07:00
Martin Weinelt c6174c208a pythonPackages.spotipy: 2.16.0 -> 2.16.1 2020-10-29 10:52:28 -07:00
R. RyanTM c1b0ffe325 python37Packages.bids-validator: 1.5.6 -> 1.5.7 2020-10-29 09:00:53 -07:00
R. RyanTM e2dbf1ee5f python37Packages.py_stringmatching: 0.4.1 -> 0.4.2 2020-10-29 08:58:06 -07:00