Commit Graph

20662 Commits

Author SHA1 Message Date
Jonathan Ringer
b41c236297 python3Packages.azure-mgmt-servicebus: 0.6.0 -> 1.0.0 2020-11-02 09:21:57 -08:00
Jonathan Ringer
f60b39700d python3Packages.azure-mgmt-security: 0.4.1 -> 0.5.0 2020-11-02 09:21:56 -08:00
Jonathan Ringer
d15b9488be python3Packages.azure-mgmt-search: 2.1.0 -> 3.0.0 2020-11-02 09:21:56 -08:00
Jonathan Ringer
94888c0995 python3Packages.azure-mgmt-media: 2.2.0 -> 3.0.0 2020-11-02 09:21:56 -08:00
Jonathan Ringer
247bf7ea6b python3Packages.azure-mgmt-hdinsight: 1.7.0 -> 2.0.0 2020-11-02 09:21:56 -08:00
Jonathan Ringer
f4e45b84df python3Packages.azure-mgmt-datafactory: 0.13.0 -> 0.14.0 2020-11-02 09:21:56 -08:00
Jonathan Ringer
0d96c45f2f python3Packages.azure-mgmt-core: 1.2.0 -> 1.2.1 2020-11-02 09:21:56 -08:00
Jonathan Ringer
079761d063 python3Packages.azure-mgmt-containerservice: 9.4.0 -> 10.0.0 2020-11-02 09:21:55 -08:00
Jonathan Ringer
0c8ee0fbaf python3Packages.azure-mgmt-cognitiveservices: 6.2.0 -> 6.3.0 2020-11-02 09:21:55 -08:00
Jonathan Ringer
7c05731924 python3Packages.azure-mgmt-billing: 0.2.0 -> 1.0.0 2020-11-02 09:21:55 -08:00
Jonathan Ringer
1a8936093c python3Packages.azure-identity: 1.4.0 -> 1.4.1 2020-11-02 09:12:40 -08:00
Jonathan Ringer
7a64c2aac1 python3Packages.azure-datalake-store: 0.0.50 -> 0.0.51 2020-11-02 09:12:39 -08:00
Jonathan Ringer
b7405dfc28 python3Packages.azure-core: 1.8.1 -> 1.8.2 2020-11-02 09:12:39 -08:00
Jonathan Ringer
679720063b python3Packages.azure-appconfiguration: 1.1.0 -> 1.1.1 2020-11-02 09:12:39 -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