summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #51239 from eburimu/fix/perl-dbiJörg Thalheim2018-11-29
|\ | | | | fix perl DBI package, missing \t in Makefile
| * fix perl DBI package, missing \t in Makefileeburimu2018-11-29
| |
* | Merge staging-next into stagingFrederik Rietdijk2018-11-29
|\ \
| * \ Merge master into staging-nextFrederik Rietdijk2018-11-29
| |\ \
| | * \ Merge pull request #50285 from marsam/feature/async_generator-python35worldofpeace2018-11-28
| | |\ \ | | | | | | | | | | python3Packages.async_generator: fix build on python3.5
| | | * | python3Packages.async_generator: fix build on python3.5Mario Rodas2018-11-20
| | | | |
| | * | | beets-alternatives: Add myself as maintaineraszlig2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've introduced the plugin and have been maintaining it ever since, so it's time to make myself the official maintainer in order to avoid confusion about who to address when issues about the alternatives plugin arise. Signed-off-by: aszlig <aszlig@nix.build> Cc: @wisp3rwind
| | * | | beets-alternatives: 0.8.2 -> 0.9.0aszlig2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces the following upstream changes: * The package is now on PyPI * Require at least beets v1.4.7 * Update album art in alternatives when it changes * Python 3 support (Python 2.7 continues to be supported) * Support the format aliases defined by the convert plugin ('wma' and 'vorbis' with current beets) * Bugfix: Explicitly write tags after encoding instead of relying on the encoder to do so * Bugfix: If the formats config option is modified, don't move files if the extension would change, but re-encode I updated this because I was pinged by @wisp3rwind about moving back to @geigerzaehler's repository at [1]. This is what @wisp3rwind wrote in the comment[2] (which was originally directed to @Profpatsch): (I hope you're the one to bug, or at least can ping someone else), I just noticed that you switched the NixOS package to my repository. Would you please switch it back to this repo soon-ish? The code here is better tested, and [3] is handled less elegantly on my fork since it requires changes to the configuration. The latter are undocumented, but whoever has bothered to take a look at the code might end up with (harmless) unused config entries. So in essence we're now back to the original upstream repository again, which I changed to @wisp3rwind's fork in 29e89248bfe74ca8d9d539c7ae441f because it fixed issues with Python 3. Stripping the long_description from setup.py also doesn't seem to be required anymore, but I didn't investigate why (might be because either our Python tooling now sets a default language or the README simply no longer has non-ASCII characters). [1]: https://github.com/geigerzaehler/beets-alternatives [2]: https://github.com/geigerzaehler/beets-alternatives/issues/23 [3]: https://github.com/geigerzaehler/beets-alternatives/pull/27 Signed-off-by: aszlig <aszlig@nix.build>
| | * | | beets: Add patch to fix Python 3.7 compatibilityaszlig2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 0f38d9669ffd74991b65a9c40cdbcf2a98438d1f, the default Python version for Python 3 is now Python 3.7. It has been a while since beets had a new release, but the fix for Python 3.7 is already in master (and it's also rather small), so I decided to cherry-pick the commit as a patch. I've built the package along with its tests and they failed at first, but the errors were unrelated. So I disabled the tests for pylint, as they're failing right now. In addition I also needed to temporarily revert 0d2f06ae3a1f8347dc09cd0dfe6d12b757368e4d, which supposedly should fix issues with Python 2 but aparently breaks Python 3 support and during the beets tests we get a ModuleNotFoundError for the "_gi_gst" module. However I didn't further investigate why this happens, as I'm time constrained right now. But after disabling the pylint tests and the revert of the mentioned gst-python commit, the beets tests succeed. Signed-off-by: aszlig <aszlig@nix.build> Cc: @jtojnar, @lopsided98 (for introducing the gst-python change) Cc: @domenkozar, @pjones (other beets maintainers)
| | * | | Merge pull request #51194 from rht/braveworldofpeace2018-11-28
| | |\ \ \ | | | | | | | | | | | | brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110)
| | | * | | brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110)rht2018-11-28
| | | | | |
| | * | | | Merge pull request #51000 from ryantm/tesseractMaximilian Bosch2018-11-29
| | |\ \ \ \ | | | | | | | | | | | | | | tesseract_4: 4.00.00alpha-git-20170410 -> 4.0.0
| | | * | | | tesseract_4: 4.00.00alpha-git-20170410 -> 4.0.0Ryan Mulligan2018-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 4.0.0 stable release is out. Changelog: https://github.com/tesseract-ocr/tesseract/wiki/4.0x-Changelog
| | * | | | | Merge pull request #50471 from Ma27/package-python-fs-s3-supportworldofpeace2018-11-28
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | pythonPackages.fs-s3fs: init at 1.0.0
| | | * | | | | pythonPackages.pyftpdlib: skip testsMaximilian Bosch2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Although the tests are passing locally, it seems as the excessive filesystem usage causes several build failures and timeouts in the Hydra and OfBorg infrastructure: * https://hydra.nixos.org/build/84374861 (python3 on linux.x86_64) * https://hydra.nixos.org/build/84368459 (python2 on linux.x86_64) Some of these tests are failing after several seconds though, but I couldn't identify a pattern and I'm not overly surprised that a FTP library has impure tests. However the API seems to be usable in a Python {2,3} environment, so it should be safe to use even with disabled tests.
| | | * | | | | pythonPackages.fs-s3fs: init at 1.0.0Maximilian Bosch2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `fs` is a python-based file system abstraction layer. The new package `fs-s3fs` is an implementation of it which stores files inside an S3 bucket.
| | * | | | | | Merge pull request #51188 from freepotion/boohu-0.10-to-0.11Maximilian Bosch2018-11-29
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | boohu: 0.10 -> 0.11
| | | * | | | | | boohu: 0.10 -> 0.11Free Potion2018-11-28
| | | | | | | | |
| | * | | | | | | Merge pull request #51186 from danielfullmer/rclone-1.45Maximilian Bosch2018-11-29
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rclone: 1.44 -> 1.45
| | | * | | | | | | rclone: 1.44 -> 1.45Daniel Fullmer2018-11-28
| | | | | | | | | |
| | * | | | | | | | autospotting: init at unstable-2018-11-17Chris Ostrouchov2018-11-28
| | | | | | | | | |
| | * | | | | | | | Merge pull request #51162 from dtzWill/update/z3-4.8.3Will Dietz2018-11-28
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | z3: 4.8.1 -> 4.8.3
| | | * | | | | | | | z3: 4.8.1 -> 4.8.3Will Dietz2018-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Z3Prover/z3/releases/tag/z3-4.8.3
| | * | | | | | | | | sd-image: Do not use batch operation for `mcopy`.Samuel Dionne-Riel2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` b Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy. ``` It seems the "less secure if a crash happens" does not need a crash to happen. With batch mode: ``` /[...]/. Start (0) does not point to parent (___) ``` For pretty much everything copied in. Without batch mode, everything passes `fsck`. See #51150
| | * | | | | | | | | sd-image: Verifies the FAT partition before copying it.Samuel Dionne-Riel2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to ensure `mtools`-based operations don't wreck the FS.
| | * | | | | | | | | Merge pull request #51080 from costrouc/costrouc/uarray-initworldofpeace2018-11-28
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | | pythonPackages.uarray: init at 0.4
| | | * | | | | | | | pythonPackages.pytest-mypy: init at 0.3.2Chris Ostrouchov2018-11-28
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.perf: init at 1.5.1Chris Ostrouchov2018-11-28
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.uarray: init at 0.4Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.hopcroftkarp: init at 1.2.4Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.matchpy: init at 0.4.6Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.matchpy: init at 0.4.6Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.multiset: init at 2.1.1Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.nbval: init at 0.9.1Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | | * | | | | | | | pythonPackages.astunparse: 1.5.0 -> 1.6.1Chris Ostrouchov2018-11-27
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #51191 from timokau/sage-fixesTimo Kaufmann2018-11-28
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | sage: fix test timeout and downgraded R tests
| | | * | | | | | | | | sage: don't test the downgraded RTimo Kaufmann2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fails transiently. See https://github.com/NixOS/nixpkgs/pull/49249. The failures look harmless and are fixed with R 3.5 which will be used in sage 8.5.
| | | * | | | | | | | | sage: disable test timeoutTimo Kaufmann2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra build failed due to timeout: https://hydra.nixos.org/build/84870983
| | * | | | | | | | | | kubetail: install completionsEric Bailey2018-11-28
| | | | | | | | | | | |
| | * | | | | | | | | | doc: fix incorrect exampleMatthew Bauer2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For whatever reason, nix-build ... --argstr a.b "c" doesn't work. It fails quitely so it's best to use an example here that works.
| | * | | | | | | | | | Merge pull request #51163 from kalbasit/nixpkgs_add-animalDaiderd Jordan2018-11-28
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | aminal: init at 0.7.4
| | | * | | | | | | | | aminal: init at 0.7.4Wael M. Nasreddine2018-11-28
| | | | | | | | | | | |
| | * | | | | | | | | | marp: 0.0.13 -> 0.0.14Brian McKenna2018-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * marp: 0.0.13 -> 0.0.14 (#50757) I think 0.0.13 never worked. The 0.0.14 download is weird. https://github.com/yhatt/marp/issues/258
| | * | | | | | | | | | eclipse-plugin-spotbugs: 3.1.8 -> 3.1.9Robert Helgesson2018-11-28
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #51073 from erikarvstedt/docsRenaud2018-11-28
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Minor doc fixes
| | | * | | | | | | | | | nixos tests doc: minor fixesErik Arvstedt2018-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some quirks I introduced in previous commits. 1. No need for an extra newline when printing the output of shell commands. 2. 'or die' is what's already used in the NixOS test sources, while 'die unless' has no occurrences.
| | * | | | | | | | | | | Merge pull request #51130 from magnetophon/x42-pluginsRenaud2018-11-28
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | x42-plugins: 20180812 -> 20181103
| | | * | | | | | | | | | | x42-plugins: 20180812 -> 20181103Bart Brouns2018-11-28
| | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merge pull request #51118 from bennofs/fix-mkpasswdMatthew Bauer2018-11-28
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | mkpasswd: fix cross compilation
| | | * | | | | | | | | | | mkpasswd: fix cross compilationBenno Fünfstück2018-11-27
| | | | | | | | | | | | | |