Commit Graph

311950 Commits

Author SHA1 Message Date
polykernel de81edf6ef lib/strings: fix infinite recursion on concatStringsSep fallback
The current implementation of the concatStringsSep fallback references
concatStrings whcih is just a partial application of concatStringsSep,
forming a circular dependency. Although this will almost never be
encountered as (assuming the user does not explicitly trigger it):
  1. the or operator will short circuit both in lazy and strict
     evaluation
  2. this can only occur in Nix versions prior to 1.10
     which is not compatible with various nix operations as of 2.3.15

However it is still important if scopedImport is used or the builtins
have been overwritten. lib.foldl' is used instead of builtins.foldl'
as the foldl' primops was introduced in the same release as concatStringsSep.
2021-08-26 20:08:05 -04:00
Sandro 7f70726259 Merge pull request #134878 from r-ryantm/auto-update/python3.8-virtualenv-clone 2021-08-26 22:20:36 +02:00
Sandro 4d509b12c2 Merge pull request #134665 from r-ryantm/auto-update/python3.8-holoviews 2021-08-26 22:09:10 +02:00
Sandro 76f2e1966f Merge pull request #133767 from thomasSDK/bump-ExtUtilsMakeMaker
perlPackages.ExtUtilsMakeMaker: 7.56 -> 7.62
2021-08-26 22:07:40 +02:00
Martin Weinelt e9d194e0a9 Merge pull request #135830 from sumnerevans/dataclasses-json-0.5.5
python3Packages.dataclasses-json: 0.5.4 -> 0.5.5
2021-08-26 21:22:33 +02:00
Martin Weinelt 252669adcc virtualenv, virtualenv-clone: add top-level attributes 2021-08-26 20:49:31 +02:00
Martin Weinelt a5b943fc09 python3Packages.virtualenv-clone: enable tests 2021-08-26 20:49:10 +02:00
Sumner Evans fdcece3bf5 python3Packages.dataclasses-json: 0.5.4 -> 0.5.5 2021-08-26 12:38:19 -06:00
Martin Weinelt e9188918da Merge pull request #134619 from r-ryantm/auto-update/python3.8-django-redis 2021-08-26 20:15:25 +02:00
Martin Weinelt 2ea0a93264 Merge pull request #134654 from r-ryantm/auto-update/python3.8-django-auth-ldap 2021-08-26 20:13:39 +02:00
Martin Weinelt ee23ff1320 Merge pull request #134655 from r-ryantm/auto-update/python3.8-django-reversion 2021-08-26 20:12:54 +02:00
Martin Weinelt 0ab8148121 Merge pull request #134775 from fabaff/bump-feedgenerator 2021-08-26 20:06:23 +02:00
Martin Weinelt 7e1cdd2548 Merge pull request #133504 from Luis-Hebendanz/fix_firefox2
firefox: Added checks for new addon behaviour since v91
2021-08-26 19:51:08 +02:00
davidak 55f48acce6 Merge pull request #125901 from anubhavkini/update-todoman
todoman: 3.9.0 -> 4.0.0
2021-08-26 19:25:52 +02:00
Sandro Jäckel 138321d373 python39Packages.django_redis: format, add import check, update meta 2021-08-26 19:09:41 +02:00
Sandro Jäckel 594b2e7cd7 python39Packages.django-auth-ldap: add import check 2021-08-26 19:06:32 +02:00
Sandro Jäckel c54165ed6c python39Packages.django_reversion: add import check, update meta 2021-08-26 19:04:59 +02:00
Sandro Jäckel bd4acec3bc python39Packages.holoviews: add import check 2021-08-26 19:03:44 +02:00
Sandro cb37044dd7 Merge pull request #135518 from fabaff/tests-aiofiles 2021-08-26 18:59:27 +02:00
Sandro d65024bed5 Merge pull request #135514 from r-ryantm/auto-update/python3.8-dulwich 2021-08-26 18:58:54 +02:00
Sandro d3d4c29356 Merge pull request #135506 from r-ryantm/auto-update/python3.8-django-versatileimagefield
python38Packages.django-versatileimagefield: 2.1 -> 2.2
2021-08-26 18:57:02 +02:00
Sandro 8c3a733e27 Merge pull request #135362 from r-ryantm/auto-update/python3.8-tenacity 2021-08-26 18:56:18 +02:00
Sandro 745a48349f Merge pull request #135338 from r-ryantm/auto-update/python3.8-django-ipware
python38Packages.django-ipware: 3.0.7 -> 4.0.0
2021-08-26 18:55:56 +02:00
Sandro 82cf7e499f Merge pull request #135249 from r-ryantm/auto-update/python3.8-tensorboardx 2021-08-26 18:54:00 +02:00
Sandro 1ce05a8bee Merge pull request #135233 from r-ryantm/auto-update/python3.8-pyviz_comms 2021-08-26 18:53:34 +02:00
Sandro 0a1c41dd69 Merge pull request #135174 from r-ryantm/auto-update/python3.8-pyodbc
python38Packages.pyodbc: 4.0.31 -> 4.0.32
2021-08-26 18:52:50 +02:00
Sandro ca1f9b5927 Merge pull request #134833 from r-ryantm/auto-update/python3.8-rq 2021-08-26 18:52:25 +02:00
Sandro afd956d288 Merge pull request #134814 from r-ryantm/auto-update/python3.8-stripe
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2021-08-26 18:52:11 +02:00
Fabian Affolter 31655f8f8b python3Packages.pelican: 4.5.4 -> 4.6.0 (#134787)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-26 18:51:37 +02:00
Sandro 639ff5010d Merge pull request #134756 from r-ryantm/auto-update/python3.8-Wand 2021-08-26 18:51:10 +02:00
Sandro f0f9d1f7da Merge pull request #134750 from r-ryantm/auto-update/python3.8-websockify 2021-08-26 18:50:47 +02:00
Sandro 09937f16c9 Merge pull request #134746 from r-ryantm/auto-update/python3.8-strictyaml 2021-08-26 18:50:33 +02:00
Sandro 30f16d28fd Merge pull request #134743 from r-ryantm/auto-update/python3.8-qtconsole 2021-08-26 18:50:18 +02:00
Sandro b3d5eef6f5 Merge pull request #134738 from r-ryantm/auto-update/python3.8-QtAwesome 2021-08-26 18:49:47 +02:00
Sandro f21c961d03 Merge pull request #134693 from r-ryantm/auto-update/python3.8-pytest-qt
python38Packages.pytest-qt: 3.3.0 -> 4.0.2
2021-08-26 18:49:25 +02:00
Sandro 8cb1ba12a4 Merge pull request #134634 from r-ryantm/auto-update/python3.8-Flask-JWT-Extended
python38Packages.flask-jwt-extended: 4.2.1 -> 4.2.3
2021-08-26 18:49:05 +02:00
Sandro 14166c47a7 Merge pull request #135775 from fabaff/bump-libwebsockets 2021-08-26 18:43:01 +02:00
Ryan Mulligan 082a9d69eb Merge pull request #135809 from r-ryantm/auto-update/tiledb
tiledb: 2.2.9 -> 2.3.3
2021-08-26 09:40:42 -07:00
Sandro f79fd78cbe Merge pull request #135813 from SuperSandro2000/git-delete-merged-branches 2021-08-26 18:21:57 +02:00
Sandro 0a5387d384 Merge pull request #135788 from fabaff/bump-pysmappee
python3Packages.pysmappee: 0.2.25 -> 0.2.27
2021-08-26 18:15:52 +02:00
Sandro bc22893b95 Merge pull request #135808 from SuperSandro2000/buildx 2021-08-26 18:15:35 +02:00
Sandro 1342239293 Merge pull request #135781 from SuperSandro2000/python38Packages.sounddevice 2021-08-26 18:15:08 +02:00
Sandro 51316eec44 Merge pull request #135805 from SuperSandro2000/wezterm 2021-08-26 18:07:21 +02:00
Sandro 7e81bae840 Merge pull request #135803 from oxzi/lens-5.1.3 2021-08-26 18:06:04 +02:00
Sandro cbd67af80b Merge pull request #135797 from legrec14/patch-1 2021-08-26 18:05:48 +02:00
Sandro ac4c0586b5 Merge pull request #135806 from bbigras/starship
starship: 0.56.0 -> 0.57.0
2021-08-26 18:05:11 +02:00
Sandro 6412360325 Merge pull request #135807 from JohannesRudolph/patch-1 2021-08-26 18:04:52 +02:00
Sandro Jäckel 9755196b72 python39Packages.snowflake-connector-python: remove outdated postPatch, unused inputs, update meta 2021-08-26 08:35:27 -07:00
R. RyanTM 08c44bee2b python38Packages.snowflake-connector-python: 2.4.5 -> 2.5.1 2021-08-26 08:35:27 -07:00
R. RyanTM e0510af4ac python38Packages.snowflake-sqlalchemy: 1.2.4 -> 1.3.1 2021-08-26 08:35:02 -07:00