Commit Graph

18219 Commits

Author SHA1 Message Date
Jonathan Ringer
1cb30eb798 python2Packages.unittest-sml-reporting: disable py2
```
builder for '/nix/store/5hqb6vylvzjj92db46wrzd3mp56vv1ms-python2.7-unittest-xml-reporting-3.0.2.drv' failed with exit code 1; last 10 log lines:
  no configure script, doing nothing
  building
  Executing setuptoolsBuildPhase
  Traceback (most recent call last):
    File "nix_run_setup", line 8, in <module>
      exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
    File "setup.py", line 21, in <module>
      raise RuntimeError('This version requires Python 3.5+')  # pragma: no cover
  RuntimeError: This version requires Python 3.5+
  builder for '/nix/store/5hqb6vylvzjj92db46wrzd3mp56vv1ms-python2.7-unittest-xml-reporting-3.0.2.drv' failed with exi
```
2020-07-07 11:01:25 -07:00
R. RyanTM
f848484486 python27Packages.xxhash: 1.4.3 -> 1.4.4 2020-07-07 10:00:37 -07:00
R. RyanTM
391d1e9f66 python27Packages.ntlm-auth: 1.4.0 -> 1.5.0 2020-07-07 09:59:43 -07:00
R. RyanTM
b1ad1d27db python27Packages.transitions: 0.8.1 -> 0.8.2 2020-07-07 09:55:18 -07:00
R. RyanTM
ef88530dcd python27Packages.sqlmap: 1.4.6 -> 1.4.7 2020-07-07 09:50:52 -07:00
R. RyanTM
99c1276ce2 python27Packages.boltons: 20.1.0 -> 20.2.0 2020-07-07 09:47:50 -07:00
R. RyanTM
9ddd8489b5 python37Packages.libcloud: 3.0.0 -> 3.1.0 2020-07-07 09:47:30 -07:00
R. RyanTM
1ff59e4a47 python37Packages.breathe: 4.18.1 -> 4.19.2 2020-07-07 09:46:51 -07:00
Konrad Borowski
bb7d41efa6 python38Packages.zconfig: fix build 2020-07-07 09:45:55 -07:00
R. RyanTM
26aead6800 python27Packages.XlsxWriter: 1.2.8 -> 1.2.9 2020-07-07 09:43:08 -07:00
R. RyanTM
ede5c96409 python37Packages.aiorun: 2020.2.1 -> 2020.6.1 2020-07-07 09:41:48 -07:00
Patrick Winter
2d61c4c8fe pygrok: init at 1.0.0 2020-07-07 09:40:37 -07:00
R. RyanTM
484613c1a1 python37Packages.pint: 0.11 -> 0.14 2020-07-07 09:40:16 -07:00
R. RyanTM
70450f1d5e python27Packages.prance: 0.18.3 -> 0.19.0 2020-07-07 09:39:26 -07:00
R. RyanTM
9b0000f5d0 python27Packages.reportlab: 3.5.42 -> 3.5.44 2020-07-07 09:38:05 -07:00
Martin Weinelt
8e1bae55ee pythonPackages.PyRMVtransport: init at v0.2.9 2020-07-07 09:32:42 -07:00
R. RyanTM
29f08dc751 python37Packages.PyChromecast: 6.0.0 -> 7.1.0 2020-07-07 09:30:23 -07:00
R. RyanTM
fb7bc3cd51 python37Packages.pygls: 0.8.1 -> 0.9.0 2020-07-07 09:29:33 -07:00
Robert Schütz
d4c29c0041 python.pkgs.check-manifest: mark as unbroken 2020-07-07 09:26:35 -07:00
Jörg Thalheim
8a6825fbe4
Merge pull request #91958 from mweinelt/hass
homeassistant: 0.111.4 -> 0.112.3
2020-07-07 09:56:04 +01:00
R. RyanTM
6e673204e8 python37Packages.netdisco: 2.7.0 -> 2.7.1 2020-07-06 20:23:50 -07:00
R. RyanTM
3e6b620c72 python37Packages.elementpath: 1.4.5 -> 1.4.6 2020-07-06 20:21:23 -07:00
R. RyanTM
98576750f4 python27Packages.ldap: 3.2.0 -> 3.3.1 2020-07-06 20:16:48 -07:00
R. RyanTM
690c11be6d python37Packages.typeguard: 2.8.0 -> 2.9.1 2020-07-06 20:14:58 -07:00
R. RyanTM
21adb8beff python27Packages.python-vlc: 3.0.9113 -> 3.0.10114 2020-07-06 20:14:17 -07:00
R. RyanTM
7a4efe0b62 python27Packages.property-manager: 2.3.1 -> 3.0 2020-07-06 20:13:02 -07:00
R. RyanTM
008e7e3244 python27Packages.tensorflow-estimator_2: 2.1.0 -> 2.2.0 2020-07-06 20:11:43 -07:00
R. RyanTM
68b8ec30b9 python37Packages.praw: 6.5.1 -> 7.1.0 2020-07-06 20:11:32 -07:00
Jon
893b39036c
Merge pull request #92509 from r-ryantm/auto-update/python2.7-pytest-tornado
python27Packages.pytest-tornado: 0.8.0 -> 0.8.1
2020-07-06 20:09:01 -07:00
R. RyanTM
05c716cb1f python27Packages.pyqtgraph: 0.10.0 -> 0.11.0 2020-07-06 20:08:45 -07:00
Kevin Griffin
44fd570d73 pythonPackages.pyscard: Fix build on Darwin
The previously provided patch is still necessary,
as nix python reports an old version of macOS
that has the bug, when in fact modern macOS
does not have the misspelling.

The patch has been upstreamed, so we take it
to fix 1.9.9 in anticipation of the next release.
2020-07-06 20:07:53 -07:00
misuzu
51a36a4075 python3Packages.cssselect2: fix tests 2020-07-06 20:03:52 -07:00
Ben Wolsieffer
b7a800827c python3Packages.tinycss2: remove redundant fix for failing tests 2020-07-06 20:03:52 -07:00
R. RyanTM
7b29f3d072 python27Packages.pycountry: 19.8.18 -> 20.7.3 2020-07-06 19:58:33 -07:00
R. RyanTM
ffda15d642 python27Packages.pyqtwebengine: 5.14.0 -> 5.15.0 2020-07-06 18:59:55 -07:00
R. RyanTM
7403a99091 python37Packages.srsly: 2.0.1 -> 2.2.0 2020-07-06 18:11:10 -07:00
R. RyanTM
049bf09696 python27Packages.sortedcollections: 1.1.2 -> 1.2.1 2020-07-06 18:00:25 -07:00
R. RyanTM
703231836e python37Packages.python-telegram-bot: 12.7 -> 12.8 2020-07-06 17:58:48 -07:00
R. RyanTM
79845c1d12 python27Packages.pytest-metadata: 1.9.0 -> 1.10.0 2020-07-06 17:58:09 -07:00
R. RyanTM
094fa8bb3a python27Packages.sqlalchemy-utils: 0.36.5 -> 0.36.6 2020-07-06 17:39:00 -07:00
R. RyanTM
d10dd3241f python27Packages.pyclipper: 1.1.0.post3 -> 1.2.0 2020-07-06 17:35:14 -07:00
R. RyanTM
581846c3a1 python37Packages.ueberzug: 18.1.5 -> 18.1.6 2020-07-06 17:34:43 -07:00
R. RyanTM
cc392a887f python27Packages.simpleparse: 2.2.0 -> 2.2.2 2020-07-06 17:31:54 -07:00
R. RyanTM
f5b2587e09 python27Packages.xlsx2csv: 0.7.6 -> 0.7.7 2020-07-06 17:31:49 -07:00
R. RyanTM
a47c309ef4 gitAndTools.pre-commit: 2.4.0 -> 2.6.0 2020-07-06 17:31:38 -07:00
R. RyanTM
bb2952cf2a python27Packages.sasmodels: 1.0.1 -> 1.0.2 2020-07-06 17:30:56 -07:00
R. RyanTM
5c05f1d454 python27Packages.rasterio: 1.1.4 -> 1.1.5 2020-07-06 17:30:36 -07:00
R. RyanTM
18a454bbec python27Packages.willow: 1.3 -> 1.4 2020-07-06 17:29:09 -07:00
R. RyanTM
24c9543034 python37Packages.pylast: 3.2.1 -> 3.3.0 2020-07-06 17:28:10 -07:00
R. RyanTM
c94120679c python27Packages.trimesh: 3.6.43 -> 3.7.4 2020-07-06 17:27:27 -07:00