Commit Graph

12974 Commits

Author SHA1 Message Date
Frederik Rietdijk
ac148d40ed python.pkgs.pip2nix: mark as broken 2019-10-22 13:34:03 +02:00
Jonathan Ringer
ba8e6179d8 pythonPackages.certifi: 2019.6.16 -> 2019.9.11 2019-10-22 09:58:41 +02:00
Frederik Rietdijk
a456fbfeed Merge staging-next into staging 2019-10-22 09:20:03 +02:00
Frederik Rietdijk
d7a921cad9
Merge pull request #71221 from NixOS/staging-next
Staging next
2019-10-22 09:15:19 +02:00
Jonathan Ringer
e1b6b9056d pythonPackages.lxml: 4.3.3 -> 4.4.1
reduce closure size by not propagating native dependencies
2019-10-22 08:54:48 +02:00
David Pätzel
6a2a395241 pythonPackages.mesa: init at 0.8.6 2019-10-21 10:29:58 -07:00
Frederik Rietdijk
b6ba25ce95 Merge master into staging-next 2019-10-21 09:55:24 +02:00
Frederik Rietdijk
5c388dcf85 python: dill: 0.2.9 -> 0.3.1.1 2019-10-21 09:41:02 +02:00
Frederik Rietdijk
d5f03bab3b python: aenum: 2.1.4 -> 2.2.1 2019-10-21 09:37:57 +02:00
Frederik Rietdijk
14bb6186c4 python: python-jenkins: 1.4.0 -> 1.5.0 2019-10-21 09:37:16 +02:00
Frederik Rietdijk
038e940717 python: urllib3: 1.24.3 -> 1.25.6 2019-10-21 09:27:09 +02:00
Melanie Sigl
91d5b3f07d pythonPackages.phik: init at 0.9.8 2019-10-20 18:51:24 -07:00
Jonathan Ringer
6f89c01006 python3Packages.praw: 6.3.1 -> 6.4.0 2019-10-20 16:13:22 -07:00
Jonathan Ringer
73ae8fbb64 pythonPackages.praw: freeze at 6.3.1 2019-10-20 16:13:22 -07:00
Tom Bereknyei
d368f8cfe6
pythonPackages.grpcio-tools: 1.23.0 -> 1.24.3 2019-10-20 17:51:58 -04:00
Frederik Rietdijk
56727dc1ff Python: setuptools/wheel/pip now bootstrap from source
Since wheel support was introduced in 2015 we always relied on pre-built
wheels for bootstrapping. Now, we can bootstrap directly from the
sources of these packages in git.

The `bootstrapped-pip` packages is used to build `pip`, `setuptools` and `wheel`,
after which those packages are used to build everything else.

Note that when building `bootstrapped-pip` some errors are shown.
These are not important, the build actually does succeed and work as intended.
2019-10-20 19:48:00 +02:00
dadada
e30988e506 init: managesieve at 0.6 2019-10-20 09:45:19 -07:00
Frederik Rietdijk
1fca2ab52d python: zope.testrunner: 5.0 -> 5.1 2019-10-20 17:33:43 +02:00
Frederik Rietdijk
a110c8e69d pythonPackages.zope-deferredimport: disable tests
relies on zope-testrunner. Import fails, likely because of how
zope-testrunner functions.
2019-10-20 17:33:16 +02:00
Jan Tojnar
f849554226
Merge branch 'staging-next' into staging 2019-10-20 16:49:29 +02:00
Frederik Rietdijk
ad8bd84fc9 Merge master into staging-next 2019-10-20 16:22:45 +02:00
Renaud
a97259b067
pythonPackages.geoip2: fix meta.license
Apache 2.0 and not
Apple Public Source License 2.0
2019-10-20 15:03:02 +02:00
Jonathan Ringer
a87c27eccd pythonPackages.azure*: point to mono-repo for homepage 2019-10-20 11:18:11 +02:00
ft
af7378397f pythonPackages.matplotlib: fix dependencies to use pyqt5 instead 2019-10-20 11:09:12 +02:00
Michael Weiss
baf5494330 python37Packages.cryptography: 2.7 -> 2.8
Changelog:
https://cryptography.io/en/latest/changelog/#v2-8

Important changes:
- Deprecated support for OpenSSL 1.0.1. Support will be removed in
  cryptography 2.9.
- cryptography no longer depends on asn1crypto.
- Added support for Python 3.8.
2019-10-20 11:07:41 +02:00
Maximilian Bosch
f8497559e9
python3Packages.fs-s3fs: 1.1.0 -> 1.1.1
https://github.com/PyFilesystem/s3fs/releases/tag/v1.1.1

Simple patch-release with some internal dependency bumps.
2019-10-19 21:20:27 +02:00
Emily
ce60639c25 python3Packages.nmigen-boards: unstable-2019-09-23 -> unstable-2019-10-13 2019-10-19 12:26:49 -05:00
Emily
c64015d5ce glasgow: unstable-2019-09-28 -> unstable-2019-10-16 2019-10-19 12:26:49 -05:00
Emily
bf8ebc03b9 python3Packages.nmigen: unstable-2019-09-28 -> unstable-2019-10-17 2019-10-19 12:26:49 -05:00
va1entin
afa371559d pythonPackages.geographiclib: init at 1.50 2019-10-18 19:21:49 -07:00
Thomas Bereknyei
6b09e24bba
pythonPackages.grpcio: inherit src from grpc 2019-10-18 20:31:34 -04:00
Timo Kaufmann
a2aeec6c35
Merge pull request #71792 from FRidh/twisted
python.pkgs.twisted: move twisted cache generation to postFixup
2019-10-23 15:15:09 +02:00
Robin Gloster
98165c5132
Merge pull request #66097 from r-ryantm/auto-update/python3.7-paste
python37Packages.paste: 3.0.8 -> 3.1.0
2019-10-23 14:18:28 +02:00
Frederik Rietdijk
6ab609ca58 python.pkgs.twisted: move twisted cache generation to postFixup
The Python 2 build of twisted would fail when generating the cache. This
failure started occuring since the change was introduced that builds
setuptools as a wheel instead of as an egg,
90be4c2c78.

Turns out moving this step to postFixup solves the issue. I suppose it
is related to the order of site packages being evaluated, where
PYTHONPATH introduced additional ones.
2019-10-23 11:26:47 +02:00
worldofpeace
0e834b10f7
Merge pull request #71340 from edef1c/pgsanity-deps
pythonPackages.pgsanity: add missing postgresql checkInput
2019-10-18 20:02:25 +00:00
worldofpeace
625cad31bc pythonPackages.pgsanity: don't mark broken 2019-10-18 16:01:21 -04:00
Alan Pearce
69889d3359 python3.7-trezor_agent: fix startup error 2019-10-18 12:00:38 -07:00
Matt Huszagh
6407a35d37 pythonPackages.cocotb: init at 1.2.0 2019-10-18 10:38:11 -07:00
Jonathan Ringer
8f0aba000b python3Packages.gsd: 1.7.0 -> 1.9.3 2019-10-18 08:55:20 -07:00
Jonathan Ringer
697be7554a pythonPackages.gsd: freeze at 1.7.0 2019-10-18 08:55:20 -07:00
R. RyanTM
4b0508a585 python37Packages.maxminddb: 1.4.1 -> 1.5.1 (#70742)
* python37Packages.maxminddb: 1.4.1 -> 1.5.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-maxminddb/versions

* pythonPackages.maxminddb: fix license

Should be "asl20" (Apache License 2.0) and not
"apsl20" (Apple Public Source License 2.0)
2019-10-18 17:14:10 +02:00
edef
a7aa69c8bf pythonPackages.pgsanity: add missing postgresql checkInput 2019-10-18 12:33:41 +00:00
Frederik Rietdijk
919e727fdf python: flake8: 3.7.7 -> 3.7.8 2019-10-18 12:58:18 +02:00
Frederik Rietdijk
445c68a1f7 python.pkgs.pip: 19.3 -> 19.3.1 2019-10-18 12:42:06 +02:00
Frederik Rietdijk
6a9de0eb79 python.pkgs.bootstrapped-pip: 19.3 -> 19.3.1 2019-10-18 12:41:53 +02:00
Frederik Rietdijk
1b5c537f45 Merge staging-next into staging 2019-10-18 12:27:41 +02:00
Frederik Rietdijk
c51c2f79b2 Merge master into staging-next 2019-10-18 12:26:11 +02:00
Jonathan Ringer
c2b43fa657 pythonPackages.astor: fix packaging 2019-10-18 09:54:05 +02:00
Jonathan Ringer
96ea386418 pythonPackages.faker: 1.0.8 -> 2.0.3 2019-10-18 09:54:05 +02:00
Jonathan Ringer
5ea783a60c pythonPackages.factory_boy: fix python2 dependencies 2019-10-18 09:54:05 +02:00
Jonathan Ringer
ded0a4b6c0 pythonPackages.astor: disable for python2
The setup.py is no longer valid with setuptools>=41.4.0
2019-10-18 09:54:05 +02:00
Jonathan Ringer
4ba99e2361 pythonPackages.webtest: disable for python2
python2 tries to import paste.deploy, which is no longer valid
2019-10-18 09:54:05 +02:00
Jonathan Ringer
dd5522ad53 pythonPackages.paste: 3.0.8 -> 3.2.2 2019-10-18 09:54:05 +02:00
Jonathan Ringer
7045cc8336 pythonPackages.diff_cover: 1.0.2 -> 2.3.0 2019-10-18 09:54:05 +02:00
Jonathan Ringer
debf4f9e13 pythonPackages.keras-preprocessing: 1.0.9 -> 1.1.0 2019-10-18 09:54:05 +02:00
Jonathan Ringer
3f2af8219b pythonPackages.eve: fix dependency bounds 2019-10-18 09:54:05 +02:00
Jonathan Ringer
a5f7791bcf pythonPackages.cerberus: fix tests 2019-10-18 09:54:05 +02:00
Jonathan Ringer
3161b8b914 pythonPackages.coloredlogs: disable impure tests 2019-10-18 09:54:05 +02:00
Jonathan Ringer
d7acffb0b2 pythonPackages.aws-lambda-builds: 0.3.0 -> 0.4.0 2019-10-18 09:54:05 +02:00
Jonathan Ringer
641148260c pythonPackages.pycurl: fix tests 2019-10-18 09:54:05 +02:00
Jonathan Ringer
8ef8be70b0 pythonPackages.green: 2.13.1 -> 3.0.0 2019-10-18 09:54:05 +02:00
Jonathan Ringer
9055fd2535 pythonPackages.google-api-core: disable for python2
google.* namespace no longer works
2019-10-18 09:54:05 +02:00
Jonathan Ringer
cd517668c7 pythonPackages.protobuf: disable tests for python2
setupwheels>=41.4 no longer collects the tests correctly
2019-10-18 09:54:04 +02:00
Jonathan Ringer
a1a8c96d8f pythonPackages.twisted: disable python2
ruamel* dependencies no longer have correct namespacing for python2
2019-10-18 09:54:04 +02:00
Jonathan Ringer
2273963940 pythonPackages.azure-cli-telemetry: fix build 2019-10-18 09:54:04 +02:00
Jonathan Ringer
ad0b21e0b1 pythonPackages.manuel: disable for python2
zope_testing will no longer correctly collect the tests
2019-10-18 09:54:04 +02:00
Jonathan Ringer
4b5e0831e1 pythonPackages.notebook: disable for python2
notebook>=6 no longer supports python2
2019-10-18 09:54:04 +02:00
Frederik Rietdijk
3a9fb15046 python: numpy: 1.17.2 -> 1.17.3 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
31acc6bacf pythonPackages.zope-deferredimport: disable tests
relies on zope-testrunner. Import fails, likely because of how
zope-testrunner functions.
2019-10-18 09:54:04 +02:00
Frederik Rietdijk
3787c2d931 python: zope.i18n: 4.6.2 -> 4.7.0 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
b65dc2ef54 python: zope.testrunner: 4.9.2 -> 5.0 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
039f36ac55 python: Twisted: 18.9.0 -> 19.7.0 2019-10-18 09:54:04 +02:00
Jonathan Ringer
8a08ebd0ad python3Packages.trio: 0.11.0 -> 0.12.1 2019-10-18 09:54:04 +02:00
Jonathan Ringer
46515fbada pythonPackages.pybind11: expose headers 2019-10-18 09:54:04 +02:00
Jonathan Ringer
5305675861 python3Packages.uarray: 0.4 -> 0.5.1 2019-10-18 09:54:04 +02:00
Jonathan Ringer
d59337e806 python3Packages.aiohttp: 3.5.4 -> 3.6.2 2019-10-18 09:54:04 +02:00
Jonathan Ringer
762be1cfc7 python3Packages.numpydoc: 0.8.0 -> 0.9.1 2019-10-18 09:54:04 +02:00
Jonathan Ringer
8ae6fb066e python3Packages.pybind11: 2.3.0 -> 2.4.3 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
dcdcb66b2f python: botocore: 1.12.250 -> 1.12.251 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
21e178a1fe pythonPackages.dbus-python: 1.2.4 -> 1.2.12 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
95b8b57627 pythonPackages.approvaltests: 0.2.4 -> 0.2.6 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
76c2bde6d1 pythonPackages.joblib: 0.13.2 -> 0.14.0 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
c8b017c289 python: text-unidecode: 1.2 -> 1.3 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
fd5e7da1f8 python: pylint: 2.3.1 -> 2.4.2 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
b4ef5c479f python: Pillow: 5.4.1 -> 6.2.0 2019-10-18 09:54:04 +02:00
Frederik Rietdijk
4af94d0f5a ansible: drop boto dependency
Does not seem to be needed. Hasn't been updated in over a year either.
2019-10-18 09:54:03 +02:00
Frederik Rietdijk
5533eaa2d4 pythonPackages.lazy-object-proxy: fixup build 2019-10-18 09:54:03 +02:00
Frederik Rietdijk
a23e098bf9 python: lazy-object-proxy: 1.3.1 -> 1.4.2 2019-10-18 09:54:03 +02:00
Frederik Rietdijk
5738b5405e python: astroid: 2.2.5 -> 2.3.1 2019-10-18 09:54:03 +02:00
Frederik Rietdijk
a6604df8fd pythonPackages.arpeggio: fix build 2019-10-18 09:54:03 +02:00
Frederik Rietdijk
8a37580fc7 pythonPackages.multidict: disable tests for 3.8 2019-10-18 09:54:03 +02:00
Jonathan Ringer
5725366c88 python3Packages.networkx: 2.2 -> 2.4 2019-10-18 09:54:03 +02:00
Jonathan Ringer
fa3287ec79 pythonPackages.networkx: freeze at 2.2 2019-10-18 09:54:03 +02:00
Jonathan Ringer
36119423e2 python37Packages.tables: 3.5.2 -> 3.6.0 2019-10-18 09:54:03 +02:00
Jonathan Ringer
14f78c36d0 pythonPackages.tables: freeze at 3.5.2 2019-10-18 09:54:03 +02:00
Jonathan Ringer
5cc8fdb5d7 pythonPackages.pyjwt: fix tests 2019-10-18 09:54:03 +02:00
Jonathan Ringer
7eed62d51d pythonPackages.importlib-meta: 0.18 -> 0.23 2019-10-18 09:54:03 +02:00
Frederik Rietdijk
16c01cc3d2 python: commonmark: 0.8.1 -> 0.9.1 2019-10-18 09:54:03 +02:00
Jonathan Ringer
e995f04ac9 pythonPackages.docker: 4.0.2 -> 4.1.0 2019-10-18 09:54:03 +02:00
Frederik Rietdijk
46f7f9c24b pythonPackages.pytest-relaxed: fix build 2019-10-18 09:54:03 +02:00