Alvar Penning
83ef8e4393
pythonPackages.shortuuid: disable on Python 2
...
Compatibility was dropped upstream for release 1.0.0.
2020-10-10 11:06:51 +02:00
Mario Rodas
450f15966e
nvchecker: install manpage
2020-10-10 00:29:29 -05:00
Dmitry Kalinkin
c9f7ef3f12
pyhton3Packages.ibis-framework: fix tests for pandas 1.1
2020-10-09 14:45:01 -04:00
Daniël de Kok
a11033993c
Merge pull request #99947 from omasanori/beancount-2.3.2
...
beancount: 2.3.1 -> 2.3.2
2020-10-09 19:25:58 +02:00
Martin Weinelt
73155864fa
Merge pull request #100091 from mweinelt/pyatmo
...
python3Packages.pyatmo: 4.0.0 -> 4.1.0
2020-10-09 18:43:58 +02:00
Martin Weinelt
3f3e7949e0
python3Packages.pyatmo: 4.0.0 -> 4.1.0
...
Enable tests by fetching sources from GitHub.
2020-10-09 17:37:31 +02:00
Martin Weinelt
81b664a0c6
Merge pull request #99986 from mweinelt/hass
...
home-assistant: 0.115.6 -> 0.116.2; python3Packages.voluptuous: 0.11.7 -> 0.12.0
2020-10-09 17:14:19 +02:00
Martin Weinelt
657c387464
pythonPackages.yeelight: 0.5.3 -> 0.5.4
...
Use pytestCheckhook for testing.
2020-10-09 17:10:28 +02:00
Martin Weinelt
2721442187
python3Packages.voluptuous: 0.11.7 -> 0.12.0
...
Enable tests by running nosetests during checkPhase.
2020-10-09 12:11:05 +02:00
Stefan Frijters
c5a9a644b2
pythonPackages.maestral: 1.2.0 -> 1.2.1
...
Also match the dependencies with the dependencies in setup.py again.
2020-10-08 22:47:35 -07:00
Frederik Rietdijk
ec28e32c9e
Merge master into staging-next
2020-10-08 21:47:26 +02:00
Doron Behar
36b7e89f19
python3.pkgs.androguard: rewrite
...
Add an optional withGui flag to turn off gui as most of the time it's
not needed since this is a python library.
Use a GitHub tarball to optionally enable tests, currently disabled by
default, but next release' tests should pass (tested the beta release
tag).
Wrap qt apps properly, without double wrapping, if gui is enabled.
2020-10-08 18:57:23 +02:00
Doron Behar
cd5b560541
python3.pkgs.nose-timer: init at 1.0.0
2020-10-08 18:57:23 +02:00
Doron Behar
15bfdf8e51
pythonPackages.pyqtwebengine: Apply qt5.14 patch only if needed
...
Since we now use qt5.15 in all python modules (defaulting to the same
qt5 used in all-packages.nix), That patch is not required, but it will
be needed if qt5.14 is used if pythonInterpreters is overridden, which
is likely to happen like it happend to qutebrowser for instance. See:
2667af4062
2020-10-08 18:57:22 +02:00
Doron Behar
0331c39d4e
python3.pkgs.pyqt5: 5.14.2 -> 5.15.1
2020-10-08 18:57:22 +02:00
Doron Behar
98e6fdd6a6
python3.pkgs.sip: 4.19.22 -> 4.19.24
2020-10-08 18:57:22 +02:00
WORLDofPEACE
407a5d7530
Revert "pythonPackages.afdko: 3.5.0 → 3.5.1"
2020-10-08 10:19:41 -04:00
Drew Risinger
4f36ce4aff
python3Packages.cvxpy: 1.1.5 -> 1.1.6
2020-10-07 22:59:17 -07:00
Zoran Bošnjak
4c1d900de6
python3Packages.py3exiv2: 0.7.0 -> 0.8.0
...
Existing version is marked 'broken'.
Resolves #99623 .
2020-10-07 22:56:31 -07:00
Ben Darwin
07099cdb30
python3Packages.pydot_ng: remove
...
- deprecated in favour of `pydot`
2020-10-07 22:54:13 -07:00
Drew Risinger
a2e6852a69
python3Packages.cirq: 0.8.2 -> 0.9.1
2020-10-07 22:29:04 -07:00
Robert Scott
889a785f98
Merge pull request #99499 from tricktron/fix-fsspec-linux-take2
...
python3Packages.fsspec: fix tests on linux
2020-10-07 21:51:45 +01:00
Robert Scott
f6af6263d6
Merge pull request #98619 from tricktron/fix-fs-darwin
...
python3Packages.fs: fix tests on darwin
2020-10-07 21:49:37 +01:00
Thibault Gagnaux
0a9641b3bb
python3Packages.fsspec: fix tests on linux
...
Disables flaky test. Has been resolved in https://github.com/intake/filesystem_spec/issues/432 and
can thus be enabled again starting from version `0.8.4`.
2020-10-07 19:54:54 +02:00
Masanori Ogino
f588dc492b
beancount: 2.3.1 -> 2.3.2
...
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-07 19:46:28 +09:00
Jonathan Ringer
b18cf1b35a
python3Packages.azure-mgmt-commerce: use fetchpypi
2020-10-07 00:58:44 -07:00
Jonathan Ringer
8a75ad4925
python3Packages.rarfile: 3.0 -> 4.0
2020-10-07 00:57:56 -07:00
Jonathan Ringer
b489e3b3ac
python3Packages.azure-servicemanagement-legacy: use fetchPypi
2020-10-07 00:55:56 -07:00
Frederik Rietdijk
692d219a93
Merge staging-next into staging
2020-10-06 10:25:58 +02:00
Jonathan Ringer
0093e4e6a9
python3Packages.localzone: 0.9.6 -> 0.9.7
2020-10-06 11:55:32 -07:00
Robert Scott
88aff646c2
Merge pull request #98583 from teh/zhf-bayesian-optimization
...
python3Packages.bayesian-optimization: disable broken test
2020-10-06 19:50:33 +01:00
Florian Ströger
d6d22a8361
python38Packages.plexapi: 3.6.0 -> 4.1.2
2020-10-06 10:31:58 -07:00
Matt Huszagh
b0a8a175e5
pythonPackages.python-csxcad: init at unstable-2020-02-18
2020-10-06 10:21:10 -07:00
Austin Butler
9050ae07cf
python3Packages.alerta-server: fix build
2020-10-06 10:10:51 -07:00
Clemens Fruhwirth
063c756b33
python3Packages.avro-python3: Add missing dependencies
2020-10-06 10:06:57 -07:00
Austin Butler
aabdb540a4
python3Packages.poetry: 1.1.0 -> 1.1.1
2020-10-06 10:05:39 -07:00
Mario Rodas
8a834c9b27
Merge pull request #99679 from marsam/update-nvchecker
...
nvchecker: 2.0 -> 2.1
2020-10-06 05:46:21 -05:00
Timo Kaufmann
e76833e848
Merge pull request #98591 from wkral/fix-py-gym
...
python3Packages.gym: fix dependency constraints
2020-10-06 10:54:09 +02:00
Mario Rodas
fc64051add
nvchecker: 2.0 -> 2.1
2020-10-05 20:00:00 -05:00
Jonathan Ringer
0cdf133289
python2Packages.pyspice: disable python<3.6
2020-10-05 16:51:57 -07:00
Matt Huszagh
98e8064735
python3Packages.skidl: init at unstable-2020-09-15
2020-10-05 16:25:36 -07:00
Robert Scott
be1281bc0b
pythonPackages.islpy: fix build
...
also convert to pytestCheckHook
2020-10-05 14:35:18 -07:00
Bas van Dijk
d1e26fd696
Merge pull request #99043 from basvandijk/libvirt-6.6.0-staging
...
libvirt: 6.3.0 -> 6.6.0
2020-10-04 22:59:31 +02:00
Martin Weinelt
165595e92a
python3Packages.zeroconf: enable tests
2020-10-04 05:09:13 +02:00
Martin Weinelt
54c9db5edd
Merge pull request #98641 from JamieMagee/python-nest
...
pythonPackages.{sseclient-py,python-nest}: init
2020-10-04 04:25:37 +02:00
Ryan Mulligan
0ffb8bfc24
Merge pull request #99457 from r-ryantm/auto-update/python2.7-shodan
...
python27Packages.shodan: 1.23.0 -> 1.23.1
2020-10-03 19:03:14 -07:00
Mario Rodas
9c783c8088
Merge pull request #98288 from marsam/update-python-pylint
...
pythonPackages.pylint: 2.5.3 -> 2.6.0
2020-10-03 17:33:10 -05:00
Michael Weiss
18427f53a7
python3Packages.google_api_python_client: 1.12.2 -> 1.12.3
2020-10-04 00:32:16 +02:00
Martin Weinelt
98d2d8cfbe
Merge pull request #99479 from JamieMagee/pyads
...
pythonPackages.pyads: init at 3.2.2
2020-10-03 22:01:01 +02:00
Jamie Magee
e0107315e4
pythonPackages.python-nest: init at 4.1.0
2020-10-03 22:00:45 +02:00
Martin Weinelt
5bfedbff0c
Merge pull request #98452 from JamieMagee/adb-shell
...
pythonPackages.{pure-python-adb,adb-shell,androidtv}: init
2020-10-03 21:55:28 +02:00
Jamie Magee
4bb55ce089
pythonPackages.androidtv: init at 0.0.50
2020-10-03 21:50:43 +02:00
Jamie Magee
ce18187e34
pythonPackages.adb-shell: init at 0.2.3
2020-10-03 21:50:43 +02:00
Jamie Magee
2fd78292fe
pythonPackages.pure-python-adb: init at 0.3.0.dev0
2020-10-03 21:50:42 +02:00
Jamie Magee
f2cb43449c
pythonPackages.pyads: init at 3.2.2
2020-10-03 21:43:45 +02:00
Martin Weinelt
8b8f61c41f
Merge pull request #99454 from r-ryantm/auto-update/python2.7-scrypt
...
python27Packages.py_scrypt: 0.8.15 -> 0.8.17
2020-10-03 17:59:58 +02:00
Martin Weinelt
46d8a385ce
Merge pull request #99452 from r-ryantm/auto-update/python2.7-pyroute2
...
python27Packages.pyroute2: 0.5.13 -> 0.5.14
2020-10-03 17:55:40 +02:00
Martin Weinelt
61717662e1
Merge pull request #99475 from acairncross/fix-nbval
...
python3Packages.nbval: Fix tests
2020-10-03 17:26:27 +02:00
Maximilian Bosch
c8f761b30b
Merge pull request #99445 from r-ryantm/auto-update/python2.7-pytesseract
...
python27Packages.pytesseract: 0.3.5 -> 0.3.6
2020-10-03 17:24:37 +02:00
R. RyanTM
97c10ee027
python37Packages.pytest_xdist_2: 2.0.0 -> 2.1.0
2020-10-03 07:30:07 -07:00
Aiken Cairncross
a5f1cf97b6
python3Packages.nbval: Fix tests
2020-10-03 14:19:40 +01:00
Ryan Mulligan
96392c318b
Merge pull request #99459 from r-ryantm/auto-update/python3.7-pytest-rerunfailures
...
python37Packages.pytest-rerunfailures: 9.0 -> 9.1.1
2020-10-03 05:43:09 -07:00
Jamie Magee
4e1b0f54e4
pythonPackages.sseclient-py: init at 1.7
2020-10-03 14:26:35 +02:00
Mario Rodas
e5823ae55c
Merge pull request #99441 from r-ryantm/auto-update/python2.7-Wand
...
python27Packages.Wand: 0.6.2 -> 0.6.3
2020-10-03 06:27:42 -05:00
R. RyanTM
dd7fae6a04
python37Packages.pytest-rerunfailures: 9.0 -> 9.1.1
2020-10-03 10:43:12 +00:00
R. RyanTM
43021d0a65
python27Packages.shodan: 1.23.0 -> 1.23.1
2020-10-03 10:12:52 +00:00
R. RyanTM
782f4c0340
python27Packages.py_scrypt: 0.8.15 -> 0.8.17
2020-10-03 09:54:26 +00:00
R. RyanTM
388e0a8a3d
python27Packages.pyroute2: 0.5.13 -> 0.5.14
2020-10-03 09:14:20 +00:00
R. RyanTM
b8c6c2499c
python27Packages.pytesseract: 0.3.5 -> 0.3.6
2020-10-03 07:55:33 +00:00
R. RyanTM
5e209b5874
python27Packages.Wand: 0.6.2 -> 0.6.3
2020-10-03 06:27:39 +00:00
R. RyanTM
86bfc57cf8
python27Packages.texttable: 1.6.2 -> 1.6.3
2020-10-02 22:49:10 -07:00
Mario Rodas
a3450a57d0
Merge pull request #99275 from NeQuissimus/yq_2_11_1
...
yq: 2.11.0 -> 2.11.1
2020-10-02 19:23:12 -05:00
Martin Weinelt
4579ac5faa
Merge pull request #98104 from drewrisinger/dr-pr-tinydb
...
python3Packages.tinydb: 3.14.1 -> 4.1.1
2020-10-02 23:25:23 +02:00
Martin Weinelt
1a5bbecbbe
Merge pull request #99419 from prusnak/bip_utils
...
python3Packages.bip_utils: 1.4.0 -> 1.5.0
2020-10-02 23:09:31 +02:00
Pavol Rusnak
f1057db809
python3Packages.bip_utils: 1.4.0 -> 1.5.0
...
fetch sources from GitHub instead of PyPI to enable tests
2020-10-02 22:50:50 +02:00
Zeke Stephens
2956f4ecc2
add myself as a maintainer
2020-10-02 15:39:08 -04:00
Zeke Stephens
d1caa9bcaf
python3Packages.py-sonic: init at 0.7.7
2020-10-02 15:38:52 -04:00
Jonathan Ringer
5473d0c554
python3Packages.starfish: remove due to prolonged breakage
2020-10-02 11:17:22 -07:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Jamie Magee
bc99830b67
pythonPackages.adguardhome: init at 0.4.2
2020-10-02 08:56:11 -07:00
Mario Rodas
f2cb1f0afd
Merge pull request #99363 from danieldk/srsly-2.3.0
...
python3Packages.srsly: 2.2.0 -> 2.3.0
2020-10-02 08:17:48 -05:00
Mario Rodas
3429b8de2b
Merge pull request #99358 from marsam/update-nvchecker
...
nvchecker: 1.7 -> 2.0
2020-10-02 07:47:59 -05:00
Lancelot SIX
0c98435f70
Merge pull request #99150 from danieldk/transformers-3.3.1
...
python3Packages.transformers: 3.2.0 -> 3.3.1
2020-10-02 10:54:56 +01:00
Daniël de Kok
9211e69335
python3Packages.srsly: 2.2.0 -> 2.3.0
...
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.3.0
2020-10-02 08:47:49 +02:00
Jonathan Ringer
64565aeea3
python3Packages.pytest-xprocess: 0.13.1 -> 0.14.0
2020-10-01 21:13:37 -07:00
Jonathan Ringer
9e13f32043
python3Packages.xmlschema: 1.2.3 -> 1.2.5
2020-10-01 21:13:20 -07:00
Jonathan Ringer
3eff9acfbf
python3Packages.pytest-black: 0.3.10 -> 0.3.11
2020-10-01 21:13:20 -07:00
Jonathan Ringer
d28a75880f
python3Packages.pybids: 0.12.0 -> 0.12.1
2020-10-01 21:13:20 -07:00
Jonathan Ringer
cc7a4df92d
python3Packages.elementpath: 2.0.3 -> 2.0.3
2020-10-01 21:13:20 -07:00
Martin Weinelt
6cf69de031
Merge pull request #99213 from MetaDark/debugpy
...
pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
2020-10-01 23:34:17 +02:00
Pamplemousse
af27072f1d
python3Packages.pyelftools: 0.26 -> unstable-09-23
...
And fix the tests.
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-10-01 10:17:00 -07:00
Lancelot SIX
46159bcf20
pythonPackages.pyscreenshot: add missing pillow dependency
2020-10-01 16:29:05 +01:00
Tim Steinbach
57a4720a4a
boto3: 1.14.60 -> 1.15.9
2020-10-01 09:28:10 -04:00
Tim Steinbach
69d1582a44
botocore: 1.17.60 -> 1.18.9
2020-10-01 09:27:55 -04:00
Tim Steinbach
63271a09ec
yq: 2.11.0 -> 2.11.1
2020-10-01 09:21:21 -04:00
Bas van Dijk
e366ad9684
python3Packages.libvirt: fetch source using fetchFromGitLab
2020-10-01 12:45:47 +02:00
Bas van Dijk
af8409fc0a
libvirt: fetch sources from gitlab
...
That seems to be the official repository now.
2020-10-01 10:55:56 +02:00
R. RyanTM
43692a0d7d
python37Packages.statsmodels: 0.11.1 -> 0.12.0
2020-09-30 23:39:12 -07:00
R. RyanTM
cc99822742
python27Packages.pysmb: 1.2.1 -> 1.2.2
2020-09-30 23:35:51 -07:00
Martin Weinelt
a9832e5fbc
pythonPackages.pillowfight: fix description
2020-09-30 23:25:27 -07:00
R. RyanTM
a9618149f5
python27Packages.ipympl: 0.5.7 -> 0.5.8
2020-09-30 23:23:23 -07:00
R. RyanTM
bc944b1618
python27Packages.google-i18n-address: 2.3.5 -> 2.4.0
2020-09-30 23:23:19 -07:00
Pamplemousse
45f7a707d1
python3Packages.CppHeaderParser: init at 2.7.4
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-30 23:23:03 -07:00
R. RyanTM
ee4d146fc2
python27Packages.icalendar: 4.0.6 -> 4.0.7
2020-09-30 23:22:44 -07:00
MetaDark
0600273981
pythonPackages.pygls: 0.9.0 -> 0.9.1
2020-09-30 23:19:29 -07:00
MetaDark
abfbca91e7
pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
...
Also fixes the Python 2.7 build
2020-10-01 01:02:45 -04:00
Mario Rodas
5ef24845d8
nvchecker: 1.7 -> 2.0
2020-10-01 04:20:00 +00:00
Martin Weinelt
e4072affb4
Merge pull request #99192 from r-ryantm/auto-update/python3.7-limnoria
...
python37Packages.limnoria: 2020.07.01 -> 2020.08.30
2020-10-01 06:11:43 +02:00
R. RyanTM
e7fe577d98
python27Packages.ldap3: 2.8 -> 2.8.1
2020-09-30 16:44:46 -07:00
R. RyanTM
6c88ff46de
python37Packages.limnoria: 2020.07.01 -> 2020.08.30
2020-09-30 19:32:31 +00:00
R. RyanTM
ea965b447e
python37Packages.geoip2: 4.0.2 -> 4.1.0
2020-09-30 11:05:35 -07:00
Thibault Gagnaux
5380555efb
python3Packages.fsspec: fix tests on linux
...
Hydra fails with a `DirectoryError: [Errno 21] Is a directory: '/build/source/fsspec/tests/__pycache__'`.
I suspect that both drvs `python37Packages.fsspec` and `python38Packages.fsspec` share the same folder
`'/build/source/fsspec/tests/__pycache__'` which leads to problems. To fix it I just let each drvs run in a
tmp directory using `pytestFlagsArray = [ "--rootdir=$(mktemp -d)" ];`.
2020-09-30 11:02:47 -07:00
R. RyanTM
115aac4c7d
python27Packages.eventlet: 0.26.1 -> 0.28.0
2020-09-30 08:50:33 -07:00
R. RyanTM
5085e70280
python27Packages.mockito: 1.2.1 -> 1.2.2
2020-09-30 08:48:01 -07:00
R. RyanTM
df05faa539
python27Packages.funcy: 1.14 -> 1.15
2020-09-30 08:46:56 -07:00
R. RyanTM
0d9deb595d
python27Packages.pdf2image: 1.13.1 -> 1.14.0
2020-09-30 08:46:37 -07:00
R. RyanTM
d5fe53f673
python37Packages.PyChromecast: 7.2.1 -> 7.5.0
2020-09-30 08:45:37 -07:00
R. RyanTM
b6491a1a0b
python37Packages.pygit2: 1.2.1 -> 1.3.0
2020-09-30 08:45:23 -07:00
R. RyanTM
7765a9e1bf
python37Packages.jupyterlab: 2.2.6 -> 2.2.8
2020-09-30 08:45:06 -07:00
R. RyanTM
d2c698325e
python27Packages.nodeenv: 1.3.5 -> 1.5.0
2020-09-30 08:42:25 -07:00
R. RyanTM
67e71e077d
python37Packages.irc: 19.0.0 -> 19.0.1
2020-09-30 08:42:15 -07:00
R. RyanTM
b0ca87da97
python37Packages.ptpython: 3.0.5 -> 3.0.7
2020-09-30 08:42:02 -07:00
Ryan Mulligan
ef761f2104
Merge pull request #99146 from r-ryantm/auto-update/python2.7-dpkt
...
python27Packages.dpkt: 1.9.3 -> 1.9.4
2020-09-30 08:30:29 -07:00
Ryan Mulligan
ae94ce8ee3
Merge pull request #99140 from r-ryantm/auto-update/python2.7-progressbar2
...
python27Packages.progressbar2: 3.51.4 -> 3.53.1
2020-09-30 05:56:59 -07:00
Ryan Mulligan
a7474a225f
Merge pull request #99151 from r-ryantm/auto-update/python2.7-phonenumbers
...
python27Packages.phonenumbers: 8.12.8 -> 8.12.10
2020-09-30 05:50:55 -07:00
Mario Rodas
e80b9d4ad0
Merge pull request #99148 from r-ryantm/auto-update/python2.7-identify
...
python27Packages.identify: 1.4.29 -> 1.5.5
2020-09-30 06:08:25 -05:00
Daniël de Kok
b751c120ce
Merge pull request #95824 from obsidiansystems/python3.tensorflow_2-update-to-2.3.0
...
tensorflow: update to 2.3.0
2020-09-30 11:37:42 +02:00
Daniël de Kok
71b3dbc799
python3Packages.transformers: 3.2.0 -> 3.3.1
...
Changes:
https://github.com/huggingface/transformers/releases/tag/v3.3.0
https://github.com/huggingface/transformers/releases/tag/v3.3.1
2020-09-30 10:38:28 +02:00
R. RyanTM
f5a45b083e
python27Packages.phonenumbers: 8.12.8 -> 8.12.10
2020-09-30 08:24:12 +00:00
R. RyanTM
def388af0a
python27Packages.identify: 1.4.29 -> 1.5.5
2020-09-30 07:53:18 +00:00
R. RyanTM
465f20e6a8
python27Packages.dpkt: 1.9.3 -> 1.9.4
2020-09-30 06:38:47 +00:00
R. RyanTM
08d3b647f2
python37Packages.loguru: 0.5.1 -> 0.5.3
2020-09-29 22:16:01 -07:00
R. RyanTM
2fe02c2890
python37Packages.jupyter_console: 6.1.0 -> 6.2.0
2020-09-29 21:06:13 -07:00
Jonathan Ringer
b9aacdf39e
python3Packages.skein: mark broken, maven repo unstable
2020-09-29 21:05:50 -07:00
R. RyanTM
4258166395
python37Packages.nbclient: 0.4.3 -> 0.5.0
2020-09-29 21:05:39 -07:00
R. RyanTM
81c259a4d8
python27Packages.pastel: 0.2.0 -> 0.2.1
2020-09-29 21:05:15 -07:00
R. RyanTM
e070dc63fc
python27Packages.jug: 2.0.2 -> 2.0.3
2020-09-29 21:04:40 -07:00
R. RyanTM
e54442c5cb
python27Packages.progressbar2: 3.51.4 -> 3.53.1
2020-09-30 03:17:36 +00:00
R. RyanTM
ed9c3d4796
python37Packages.canonicaljson: 1.3.0 -> 1.4.0
2020-09-29 19:13:06 -07:00
R. RyanTM
20529dbc31
python27Packages.atlassian-python-api: 1.16.1 -> 1.17.5
2020-09-29 19:07:20 -07:00
Thiago Kenji Okada
9a43f55bb0
python3Package.aionotify: init at 0.2.0
2020-09-29 14:08:35 -07:00
R. RyanTM
bf97ef57fe
python27Packages.argcomplete: 1.12.0 -> 1.12.1
2020-09-29 09:32:22 -07:00
R. RyanTM
1a519a6ff3
python37Packages.libcloud: 3.1.0 -> 3.2.0
2020-09-29 09:14:59 -07:00
Robert Scott
85e6474eee
pythonPackages.ruffus: 2.8.1 -> 2.8.4, fix build
...
simplify test execution by skipping their makefile entirely. disable tests
on darwin as they are very flaky & hang often. this is probably ok because
we're not hacking this package's source to get it installed, and the user
is probably getting something very similar as they would get using a
regular pip installation.
2020-09-29 06:19:16 -07:00
Raphael Borun Das Gupta
638612dadf
pythonPackages.namedlist: bitbucket -> gitlab.com
...
adapt meta.homepage, as upstream has moved to gitlab.com
2020-09-29 06:15:16 -07:00
Raphael Borun Das Gupta
9a2f904e8f
pythonPackages.namedlist: 1.7 -> 1.8
2020-09-29 06:15:16 -07:00
R. RyanTM
70c5ca0b2e
python37Packages.bidict: 0.20.0 -> 0.21.2
2020-09-29 06:11:26 -07:00
R. RyanTM
9658a8e0c2
python27Packages.datadog: 0.38.0 -> 0.39.0
2020-09-29 06:07:13 -07:00
R. RyanTM
1da60d0177
python37Packages.asyncssh: 2.3.0 -> 2.4.2
2020-09-29 06:05:10 -07:00
kfollesdal
b22a482dda
pythonPackages.databricks-connect: 7.1.0 -> 7.1.1
2020-09-29 06:04:25 -07:00