253045 Commits

Author SHA1 Message Date
Tim Steinbach
adf334a0c6
nanorc: 2020-01-25 -> 2020-10-10
Add update script
2020-11-05 20:38:18 -05:00
Tim Steinbach
7c125d18fa
Merge pull request #102974 from andersk/linux-hardened
linux/hardened/patches: Update again
2020-11-05 20:25:13 -05:00
Aaron Andersen
33d8766feb
Merge pull request #102202 from danderson/danderson/post-stop
nixos/tailscale: use upstream systemd service config.
2020-11-05 20:22:53 -05:00
Bart Brouns
5ff62a94f2 tiv: init at 1.1.0 2020-11-06 01:25:30 +01:00
Anders Kaseorg
d57891889d linux/hardened/patches/5.9: 5.9.1.a -> 5.9.6.a 2020-11-05 16:24:43 -08:00
Anders Kaseorg
8bf8b61c2d linux/hardened/patches/5.8: 5.8.16.a -> 5.8.18.a 2020-11-05 16:24:42 -08:00
Anders Kaseorg
f9d1130ae9 linux/hardened/patches/5.4: 5.4.72.a -> 5.4.75.a 2020-11-05 16:24:40 -08:00
Anders Kaseorg
22387315b6 linux/hardened/patches/4.19: 4.19.152.a -> 4.19.155.a 2020-11-05 16:24:39 -08:00
Anders Kaseorg
a435637e66 linux/hardened/patches/4.14: 4.14.202.a -> 4.14.204.a 2020-11-05 16:24:37 -08:00
Robert Hensing
c1cc245934
Merge pull request #100747 from oxalica/osu-lazer
osu-lazer: 2020.925.0 -> 2020.1017.0
2020-11-06 01:07:12 +01:00
Robert Hensing
587e1e27d5
Merge pull request #100496 from penguwin/charm
charm: 0.8.3 -> 0.8.4
2020-11-06 00:52:19 +01:00
Jonathan Ringer
fb67994b6b python3Packages.fiona: fix deps 2020-11-05 15:47:11 -08:00
Jonathan Ringer
8085616634 python37Packages.sphinxcontrib-spelling: fix deps 2020-11-05 15:47:11 -08:00
Jonathan Ringer
baa855134f python3Packages.pycurl: disable for py2 2020-11-05 15:47:11 -08:00
Jonathan Ringer
c4e36c4f0f python3Packages.jupytext: fix deps 2020-11-05 15:47:11 -08:00
Jonathan Ringer
d4873aa586 python3Packages.nbconflux: disable for py2 2020-11-05 15:47:11 -08:00
Jonathan Ringer
f411927e63 python3Packages.iterm2: make darwin only
requires pyobjc package, which is only available for darwin
2020-11-05 15:47:11 -08:00
Jonathan Ringer
1c18e51119 python3Packages.zope_copy: disable tests for py2 2020-11-05 15:47:11 -08:00
Jonathan Ringer
802fa28d25 python3Packages.pushover-complete: disable for py2 2020-11-05 15:47:11 -08:00
Jonathan Ringer
d67cb89b05 python3Packages.premailer: disable for py2 2020-11-05 15:47:11 -08:00
Jonathan Ringer
b5a0e3532b python3Packages.py-multihash: mark broken, unmaintained 2020-11-05 15:47:11 -08:00
Jonathan Ringer
a4973ed5df python3Packages.munkres: fix tests 2020-11-05 15:47:10 -08:00
Jonathan Ringer
063116f13f python3Packages.requests_aws4auth: disable tests, no longer in pyip 2020-11-05 15:47:10 -08:00
Jonathan Ringer
b135e5f99a python3Packages.pyct: disable py2 tests 2020-11-05 15:47:10 -08:00
Jonathan Ringer
767b06b65f python3Packages.google-auth-oauthlib: disable python<3.6 2020-11-05 15:47:10 -08:00
Jonathan Ringer
94d2943d87 python3Packages.amply: fix tests 2020-11-05 15:47:10 -08:00
Jonathan Ringer
022b8690d1 python3Packages.flask-cores: fix tests 2020-11-05 15:47:10 -08:00
Jonathan Ringer
3316af8b21 Revert "python: patator: 0.7 -> 0.9"
This reverts commit 5c1c22ad8cfde07d6d6c45cd2ea5f3508842116f.
2020-11-05 15:47:10 -08:00
Jonathan Ringer
58336243fb python3Packages.pytest-flakes: disable py2 2020-11-05 15:47:10 -08:00
Jonathan Ringer
9d04b89380 python3Packages.sphinxcontrib-openapi: disable py2
```
builder for '/nix/store/jz41wvwvkc6q55972ysdajm6k3vnv6r8-python2.7-sphinxcontrib-openapi-0.7.0.drv' failed with exit code 1; last 10 log lines:
  configuring
  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 10, in <module>
      with open(os.path.join(here, "README.rst"), "r", encoding="utf-8") as f:
  TypeError: 'encoding' is an invalid keyword argument for this function
```
2020-11-05 15:47:10 -08:00
Jonathan Ringer
92c7a40856 python3Packages.update_checker: disable py2
```
builder for '/nix/store/2qwl0rkdm2gx2byhpmw7lxyg5rprwqqk-python2.7-update_checker-0.18.0.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 9
      with open(f"{MODULE_NAME}.py") as fp:
                                  ^
  SyntaxError: invalid syntax
```
2020-11-05 15:47:10 -08:00
Jonathan Ringer
eb20fd2002 python3Packages.dash_table: 4.10.1 -> 4.11.0 2020-11-05 15:47:10 -08:00
Jonathan Ringer
cf99928f8e python3Packages.dash: 1.16.2 -> 1.17.0 2020-11-05 15:47:10 -08:00
Jonathan Ringer
b111fec892 python3Packages.dash_core_components: 1.12.1 -> 1.13.0 2020-11-05 15:47:10 -08:00
Jonathan Ringer
fb89bb42c7 python3Packages.browser-cookie3: fix deps 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
0259315d05 python3.pkgs.genshi: fix build 2020-11-05 15:47:09 -08:00
Drew Risinger
1849bc57be pythonPackages.pandas: convert to pytestCheckHook 2020-11-05 15:47:09 -08:00
Drew Risinger
ac8aff99bf pythonPackages.pandas: cleanup
* Sort imports
* add changelog
2020-11-05 15:47:09 -08:00
Frederik Rietdijk
f3ecc37a85 python3Packages.scipy: 1.5.3 -> 1.5.4 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
c36ac559eb python3Packages.periodictable: 1.5.2 -> 1.5.3 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
35c8e7bf25 python3Packages.tubeup: 0.0.19 -> 0.0.20 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
f2d0b1ffeb python3Packages.toml: 0.10.1 -> 0.10.2 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
08eff68ba6 python3Packages.thinc: 7.4.1 -> 7.4.2 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
8ab64ec8df python3Packages.tempora: 4.0.0 -> 4.0.1 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
2b24bd711b python3Packages.statsmodels: 0.12.0 -> 0.12.1 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
33913fa33b python3Packages.sshtunnel: 0.2.1 -> 0.2.2 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
878b253ff5 python3Packages.sqlmap: 1.4.10 -> 1.4.11 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
bcadb24a28 python3Packages.snowflake-connector-python: 2.3.4 -> 2.3.5 2020-11-05 15:47:09 -08:00
Frederik Rietdijk
5fe0232f8f python3Packages.setuptools-rust: 0.11.3 -> 0.11.4 2020-11-05 15:47:08 -08:00
Frederik Rietdijk
47dd7ee25e python3Packages.scp: 0.13.2 -> 0.13.3 2020-11-05 15:47:08 -08:00