Commit Graph
297481 Commits
Author SHA1 Message Date
Martin WeineltandJonathan Ringer b60c204fd7 python3Packages.aiohue: 2.5.0 -> 2.5.1 2021-06-21 16:59:19 -07:00
Martin WeineltandJonathan Ringer 259652fb32 python3Packages.aiofiles: 0.6.0 -> 0.7.0 2021-06-21 16:48:41 -07:00
Martin WeineltandJonathan Ringer 16ec4999c1 python3Packages.aioesphomeapi: 2.8.0 -> 2.9.0 2021-06-21 16:48:41 -07:00
Martin WeineltandJonathan Ringer 16039d951a python3Packages.aiobotocore: 1.3.0 -> 1.3.1 2021-06-21 16:48:40 -07:00
Martin WeineltandJonathan Ringer 3422fbf2b5 python3Packages.adal: 1.2.6 -> 1.2.7 2021-06-21 16:48:40 -07:00
Martin WeineltandJonathan Ringer 77c987c642 python3Packages.absl-py: 0.12.0 -> 0.13.0 2021-06-21 16:48:40 -07:00
Martin WeineltandJonathan Ringer d2aea46636 python3Packages.hypothesis: 5.49.0 -> 6.14.0 2021-06-21 16:48:40 -07:00
Keshav KiniandJonathan Ringer 11f7c3310f python3Packages.requests: patch in CA bundles
The requests library defaults to using the certificates from the
certifi library when not otherwise specified.  If I understand the
discussion at #8247 correctly, we should instead patch it so that it
follows the following priority order:

1. the path pointed to by the environment variable $NIX_SSL_CERT_FILE

2. /etc/ssl/certs/ca-certificates.crt

3. whatever it was doing before (in this case, using certifi)

This commit implements that.
2021-06-21 16:48:40 -07:00
Robert SchützandJonathan Ringer b3c54f5c07 python3Packages.pytest-xdist: 2.2.1 -> 2.3.0
https://github.com/pytest-dev/pytest-xdist/blob/v2.3.0/CHANGELOG.rst
2021-06-21 16:48:40 -07:00
Drew RisingerandJonathan Ringer 30097aeabc python: pythonRemoveTestsDirHook removes /test
Some packages have their tests installed at ./test, not just ./tests.
This covers that use case by removing both.
2021-06-21 16:48:39 -07:00
Luke Granger-BrownandJonathan Ringer 3d568360e7 python3Packages.attrs: separate test run into a separate tests attribute.
This resolves a circular dependency issue between pytest and attrs, by
instead building a separate output that _just_ contains the tests from
the original package, which is then consumed by a separate tests
derivation.

The downside of this approach is that these tests will not be run on
Hydra. They're not being run on Hydra at the moment, either, since
doCheck is false.
2021-06-21 16:48:39 -07:00
Luke Granger-BrownandJonathan Ringer fe2d2498c9 python3Packages.attrs: 20.3.0 -> 21.2.0 2021-06-21 16:48:39 -07:00
Martin WeineltandJonathan Ringer 2423806300 python2Packages.flask: reinit at 1.1.2 2021-06-21 16:48:39 -07:00
Martin WeineltandJonathan Ringer 1d623ad018 python2Packages.click. reinit at 7.1.2 2021-06-21 16:48:39 -07:00
Martin WeineltandJonathan Ringer d8def3a0ab python2Packages.werkzeug: reinit at 1.0.1 2021-06-21 16:48:38 -07:00
Martin WeineltandJonathan Ringer 6d0ed6486e python2Packages.itsdangerous: reinit at 1.1.0 2021-06-21 16:48:38 -07:00
Martin WeineltandJonathan Ringer 78a54f4704 python2Packages.jinja2: reinit at 2.11.3 2021-06-21 16:48:38 -07:00
Martin WeineltandJonathan Ringer 8f0f982626 python2Packages.markupsafe: reinit at 1.1.1 2021-06-21 16:48:38 -07:00
Martin WeineltandJonathan Ringer c782a11715 python3Packages.flask-restful: 0.3.8 -> 0.3.9 2021-06-21 16:48:38 -07:00
Martin WeineltandJonathan Ringer c3a6853878 python3Packages.click: 7.1.2 -> 8.0.1 2021-06-21 16:48:37 -07:00
Martin WeineltandJonathan Ringer 6bdc4f3fe2 python3Packages.flask: 1.1.2 -> 2.0.1 2021-06-21 16:48:37 -07:00
Martin WeineltandJonathan Ringer b8fae0c1d6 python3Packages.werkzeug: 1.0.1 -> 2.0.1
Disabled tests marked with @pytest.mark.filterwarnings, because it can't
find the configured warning category.

INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/nix/store/2spmwmrzkgl7z5ifk4qlyqw64xap1bcl-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/main.py", line 257, in wrap_session
INTERNALERROR>     session.exitstatus = doit(config, session) or 0
INTERNALERROR>   File "/nix/store/2spmwmrzkgl7z5ifk4qlyqw64xap1bcl-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/main.py", line 313, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
INTERNALERROR>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
INTERNALERROR>     raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/nix/store/2spmwmrzkgl7z5ifk4qlyqw64xap1bcl-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/main.py", line 338, in pytest_runtestloop
INTERNALERROR>     item.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
INTERNALERROR>     return self._hookexec(self, self.get_hookimpls(), kwargs)
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
INTERNALERROR>     self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
INTERNALERROR>     return outcome.get_result()
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
INTERNALERROR>     raise ex[1].with_traceback(ex[2])
INTERNALERROR>   File "/nix/store/0y4dgk5ssmmxn36awccwmsm0shr4s67m-python3.8-pluggy-0.13.1/lib/python3.8/site-packages/pluggy/callers.py", line 182, in _multicall
INTERNALERROR>     next(gen)  # first yield
INTERNALERROR>   File "/nix/store/2spmwmrzkgl7z5ifk4qlyqw64xap1bcl-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/warnings.py", line 97, in pytest_runtest_protocol
INTERNALERROR>     with catch_warnings_for_item(
INTERNALERROR>   File "/nix/store/0vasglcgn2mzi1vibcdvrc1fjvpzxcv8-python3-3.8.9/lib/python3.8/contextlib.py", line 113, in __enter__
INTERNALERROR>     return next(self.gen)
INTERNALERROR>   File "/nix/store/2spmwmrzkgl7z5ifk4qlyqw64xap1bcl-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/warnings.py", line 59, in catch_warnings_for_item
INTERNALERROR>     warnings.filterwarnings(*parse_warning_filter(arg, escape=False))
INTERNALERROR>   File "/nix/store/2spmwmrzkgl7z5ifk4qlyqw64xap1bcl-python3.8-pytest-6.1.2/lib/python3.8/site-packages/_pytest/config/__init__.py", line 1576, in parse_warning_filter
INTERNALERROR>     category = warnings._getcategory(
INTERNALERROR>   File "/nix/store/0vasglcgn2mzi1vibcdvrc1fjvpzxcv8-python3-3.8.9/lib/python3.8/warnings.py", line 266, in _getcategory
INTERNALERROR>     raise _OptionError("unknown warning category: %r" % (category,)) from None
INTERNALERROR> warnings._OptionError: unknown warning category: 'pytest.PytestUnraisableExceptionWarning'
2021-06-21 16:48:37 -07:00
Martin WeineltandJonathan Ringer f6f96866b0 python3Packages.itsdangerous: 1.1.0 -> 2.0.1 2021-06-21 16:48:37 -07:00
Martin WeineltandJonathan Ringer 19581cb961 python3Packages.jinja2: 2.11.3 -> 3.0.1 2021-06-21 16:48:37 -07:00
Martin WeineltandJonathan Ringer ae2572177e python3Packages.markupsafe: 1.1.1 -> 2.0.1 2021-06-21 16:48:37 -07:00
Fabian AffolterandJonathan Ringer 556bf69c40 python3Packages.regex: enable tests 2021-06-21 16:48:36 -07:00
Fabian AffolterandJonathan Ringer d3db53a741 python3Packages.regex: 2021.3.17 -> 2021.4.4 2021-06-21 16:48:36 -07:00
Alvar PenningandJonathan Ringer 3ec31ffe8c pythonPackages.arrow: 1.0.3 -> 1.1.0 2021-06-21 16:48:33 -07:00
Martin WeineltandGitHub eef9694ebc Merge branch 'master' into staging-next 2021-06-22 00:58:31 +02:00
Robert SchützandMilan 9332bcad18 python3Packages.mautrix: 0.9.4 -> 0.9.6 2021-06-22 00:19:06 +02:00
Robert SchützandMilan 52d701f155 mautrix-signal: pin mautrix to 0.8.18 2021-06-22 00:19:06 +02:00
Maximilian BoschandMilan ca16b617b4 mautrix-telegram: 0.9.0 -> 0.10.0 2021-06-22 00:19:06 +02:00
Maximilian BoschandMilan 67751042c9 python3Packages.mautrix: 0.8.17 -> 0.9.4 2021-06-22 00:19:06 +02:00
Maximilian BoschandMilan b4ccf9f881 python3Packages.telethon: 1.17.5 -> 1.21.1 2021-06-22 00:19:06 +02:00
Robert SchützandMilan 5a2945b6ed mautrix-telegram: use sqlalchemy 1.3 2021-06-22 00:14:18 +02:00
Robert SchützandMilan af2d542fb5 Revert "use sqlalchemy 1.3.x for mautrix-telegram" 2021-06-22 00:14:18 +02:00
Ryan MulliganandGitHub f69ba850a7 Merge pull request #127636 from r-ryantm/auto-update/libdnf
libdnf: 0.63.0 -> 0.63.1
2021-06-21 13:22:45 -07:00
Ryan MulliganandGitHub 5658c93eaf Merge pull request #127573 from r-ryantm/auto-update/eksctl
eksctl: 0.53.0 -> 0.54.0
2021-06-21 13:21:56 -07:00
ajs124andGitHub 89242458a1 Merge pull request #127667 from helsinki-systems/upd/dovecot
dovecot: 2.3.14 -> 2.3.15
2021-06-21 22:19:38 +02:00
R. RyanTMandGitHub 1a9f464386 kubelogin-oidc: 1.23.2 -> 1.23.3 (#127258) 2021-06-21 16:15:28 -04:00
Jörg ThalheimandGitHub 38d369643e Merge pull request #127532 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.41.0 -> 1.41.1
2021-06-21 20:36:29 +02:00
Robert HensingandGitHub 59bbfdf324 Merge pull request #127628 from blaggacao/da/fix-constant-nixos-revision
nixosTest: Force system.nixos.revision constant
2021-06-21 20:26:30 +02:00
David Arnold 8bbdff4581 nixosTest: Force system.nixos.revision constant
nixos tests are blended with other system configurations, hence
their settings must be either enforced or defaulted.

This particular setting is set via lib.nixosSystem as
`system.nixos.revision = final.mkIf (self ? rev) self.rev;` which would
mean that without this change no flake generated nixos could be blended
with nixos testing.

This setting was made previously constant in 
169c6b4b14 in order to avoid pointless
rebuilds of the testing VMs, but was set without enforcing it.
2021-06-21 11:08:26 -05:00
Pascal BachandGitHub 3be5e9248e Merge pull request #127640 from max-wittig/patch-9
gitlab-runner: 13.12.0 -> 14.0.0
2021-06-21 18:05:30 +02:00
ajs124 5fa6e9c403 dovecout: fix systemd unit dir
the configure flag we were using was dropped in
https://github.com/dovecot/core/commit/a42bb363b4ab475ced72fada57cc3e1de8b05bca
2021-06-21 16:23:39 +02:00
ajs124 fd83b193ac dovecot_pigeonhole: add myself as maintainer
and fix licensing information
2021-06-21 15:19:32 +02:00
ajs124 0187e72b57 dovecot_pigeonhole: 0.5.14 -> 0.5.15 2021-06-21 15:19:19 +02:00
ajs124 0fb5b6c648 dovecot: add licenses 2021-06-21 15:18:52 +02:00
ajs124 075fb19d81 dovecot: 2.3.14 -> 2.3.15 2021-06-21 15:18:02 +02:00
SandroandGitHub 14afd6e5f9 Merge pull request #127660 from Kranzes/bump-solaar
solaar: 1.0.5 -> 1.0.6
2021-06-21 15:04:51 +02:00