Commit graph

22000 commits

Author SHA1 Message Date
Michael Weiss 44b7d77591
python3Packages.cryptography: 3.2.1 -> 3.3.1
Backward incompatible changes:
- Support for Python 3.5 has been removed due to low usage and
  maintenance burden.
- The GCM and AESGCM now require 64-bit to 1024-bit (8 byte to 128 byte)
  initialization vectors. This change is to conform with an upcoming
  OpenSSL release that will no longer support sizes outside this window.
- When deserializing asymmetric keys we now raise ValueError rather than
  UnsupportedAlgorithm when an unsupported cipher is used. This change
  is to conform with an upcoming OpenSSL release that will no longer
  distinguish between error types.
- We no longer allow loading of finite field Diffie-Hellman parameters
  of less than 512 bits in length. This change is to conform with an
  upcoming OpenSSL release that no longer supports smaller sizes. These
  keys were already wildly insecure and should not have been used in any
  application outside of testing.
2020-12-10 13:40:57 +01:00
github-actions[bot] 9e3f47d2e8
Merge master into staging-next 2020-12-10 12:20:20 +00:00
Mario Rodas 0246cb5fc7
Merge pull request #106516 from r-ryantm/auto-update/python3.7-zigpy-znp
python37Packages.zigpy-znp: 0.2.2 -> 0.3.0
2020-12-10 06:14:23 -05:00
Mario Rodas 98695643c8
Merge pull request #106536 from marsam/fix-flask-restx-build
python3Packages.flask-restx: fix build
2020-12-10 06:12:15 -05:00
Mario Rodas 04e5255549
Merge pull request #106518 from r-ryantm/auto-update/python3.7-mac_alias
python37Packages.mac_alias: 2.1.1 -> 2.2.0
2020-12-10 06:08:59 -05:00
Mario Rodas 7f39249bda
Merge pull request #106524 from r-ryantm/auto-update/python3.7-py-air-control-exporter
python37Packages.py-air-control-exporter: 0.1.5 -> 0.2.0
2020-12-10 06:07:57 -05:00
Mario Rodas 8e532ed2a3
Merge pull request #106527 from r-ryantm/auto-update/python3.7-casbin
python37Packages.casbin: 0.10.0 -> 0.12.0
2020-12-10 06:06:48 -05:00
Mario Rodas e27a04e97d
Merge pull request #106512 from r-ryantm/auto-update/python3.7-trimesh
python37Packages.trimesh: 3.8.17 -> 3.8.18
2020-12-10 06:04:20 -05:00
Mario Rodas 37b8796822
Merge pull request #106517 from r-ryantm/auto-update/python3.7-limnoria
python37Packages.limnoria: 2020.10.10 -> 2020.12.05
2020-12-10 06:01:12 -05:00
Mario Rodas 5fb638b05e
Merge pull request #106522 from r-ryantm/auto-update/python3.7-dbus-next
python37Packages.dbus-next: 0.2.1 -> 0.2.2
2020-12-10 05:59:35 -05:00
Mario Rodas d010578012
Merge pull request #106523 from r-ryantm/auto-update/python3.7-pyfaidx
python37Packages.pyfaidx: 0.5.9.1 -> 0.5.9.2
2020-12-10 05:58:44 -05:00
Mario Rodas 621d4b9738
Merge pull request #106514 from r-ryantm/auto-update/python3.7-chalice
python37Packages.chalice: 1.21.4 -> 1.21.5
2020-12-10 05:57:12 -05:00
Mario Rodas b80724cc02
Merge pull request #106525 from r-ryantm/auto-update/python3.7-pysmb
python37Packages.pysmb: 1.2.5 -> 1.2.6
2020-12-10 05:54:43 -05:00
Mario Rodas 4631dbb83b
Merge pull request #106520 from r-ryantm/auto-update/python3.7-ueberzug
python37Packages.ueberzug: 18.1.7 -> 18.1.8
2020-12-10 05:52:01 -05:00
Orivej Desh 59d8ee790e python2Packages.prettytable: init at 1.0.1
Fixes #106275
2020-12-10 10:28:20 +00:00
R. RyanTM be49d06799 python37Packages.casbin: 0.10.0 -> 0.12.0 2020-12-10 09:22:04 +00:00
R. RyanTM 33e61aa517 python37Packages.pysmb: 1.2.5 -> 1.2.6 2020-12-10 08:33:31 +00:00
R. RyanTM 0219c46aa3 python37Packages.py-air-control-exporter: 0.1.5 -> 0.2.0 2020-12-10 08:28:36 +00:00
R. RyanTM 48b73739aa python37Packages.pyfaidx: 0.5.9.1 -> 0.5.9.2 2020-12-10 08:22:04 +00:00
R. RyanTM d4e94ff125 python37Packages.dbus-next: 0.2.1 -> 0.2.2 2020-12-10 08:15:29 +00:00
R. RyanTM f2b41c67a8 python37Packages.ueberzug: 18.1.7 -> 18.1.8 2020-12-10 07:55:34 +00:00
R. RyanTM 6b0b154c6f python37Packages.mac_alias: 2.1.1 -> 2.2.0 2020-12-10 07:34:17 +00:00
R. RyanTM f7087e9836 python37Packages.limnoria: 2020.10.10 -> 2020.12.05 2020-12-10 07:15:45 +00:00
R. RyanTM 929910f8a5 python37Packages.zigpy-znp: 0.2.2 -> 0.3.0 2020-12-10 07:02:24 +00:00
R. RyanTM 45a94f3d07 python37Packages.chalice: 1.21.4 -> 1.21.5 2020-12-10 06:30:10 +00:00
R. RyanTM 12bb3f9251 python37Packages.trimesh: 3.8.17 -> 3.8.18 2020-12-10 06:04:43 +00:00
Mario Rodas dc7ba1e14b python3Packages.flask-restx: fix build 2020-12-10 04:20:00 +00:00
Jan Tojnar 4f20afbc19
Merge branch 'master' into staging-next 2020-12-10 04:39:30 +01:00
Sandro f947634aee
Merge pull request #106429 from danieldk/python-blis-0.7.4
python3Packages.blis: 0.7.3 -> 0.7.4
2020-12-10 02:39:48 +01:00
Dmitry Kalinkin 29d9cd8121
Merge pull request #105935 from lopsided98/buildbot-update
buildbot: 2.8.4-> 2.9.2
2020-12-09 17:35:58 -05:00
Michael Alan Dorman e3d8f4278a feedparser: keep 5.2.1 available for python-2.7 2020-12-09 14:02:39 -08:00
Daniël de Kok dfe13f9152 python3Packages.transformers: 4.0.0 -> 4.0.1
This release has some fixes:

https://github.com/huggingface/transformers/releases/tag/v4.0.1
2020-12-09 11:53:36 -08:00
Martin Weinelt 56c1a32667
Merge pull request #106405 from lovesegfault/pythonPackages.soco-fix
python3Packages.soco: fixup and adopt
2020-12-09 20:43:23 +01:00
Bernardo Meurer 13b73ddeb0
python3Packages.soco: fixup and adopt 2020-12-09 11:11:28 -08:00
github-actions[bot] faad8493f7
Merge master into staging-next 2020-12-09 18:15:18 +00:00
Daniël de Kok 092b294f1e python3Packages.thinc: 7.4.3 -> 7.4.4 2020-12-09 08:16:26 -08:00
github-actions[bot] 4090c86280
Merge master into staging-next 2020-12-09 12:20:10 +00:00
Daniël de Kok 4146607e07 python3Packages.blis: 0.7.3 -> 0.7.4 2020-12-09 10:00:30 +01:00
R. RyanTM 23290bd131 python37Packages.azure-mgmt-network: 16.0.0 -> 17.0.0 2020-12-08 23:08:21 -08:00
R. RyanTM e9ade83e7a python37Packages.alerta: 8.0.0 -> 8.2.0 2020-12-08 23:07:59 -08:00
Michael Raskin 1a221336c6
Merge pull request #106401 from rmcgibbo/pandas
python3Packages.pandas: 1.1.4 -> 1.1.5
2020-12-09 07:07:25 +00:00
R. RyanTM d3419c984c python37Packages.cocotb: 1.3.2 -> 1.4.0 2020-12-08 23:05:05 -08:00
R. RyanTM 33e23118f3 python37Packages.aniso8601: 8.0.0 -> 8.1.0 2020-12-08 23:04:54 -08:00
R. RyanTM 337c3d77ca python37Packages.dependency-injector: 4.5.1 -> 4.5.3 2020-12-08 23:04:03 -08:00
R. RyanTM c13d8fda05 python37Packages.azure-batch: 9.0.0 -> 10.0.0 2020-12-08 23:03:38 -08:00
github-actions[bot] ee1a7ec4be
Merge master into staging-next 2020-12-09 06:17:56 +00:00
Ben Wolsieffer 16666a7177 pythonPackages.pypugjs: 5.9.7 -> 5.9.8 2020-12-09 01:17:16 -05:00
R. RyanTM 289ef7f56f python37Packages.azure-mgmt-cdn: 5.1.0 -> 5.2.0 2020-12-08 21:35:17 -08:00
Ben Wolsieffer ec7838747c buildbot: 2.9.1 -> 2.9.2 2020-12-08 22:16:52 -05:00
Ben Wolsieffer 2b8515d770 pythonPackages.pypugjs: 5.9.6 -> 5.9.7 2020-12-08 22:16:33 -05:00