Commit Graph
161094 Commits
Author SHA1 Message Date
R. RyanTMandRenaud fc14aebab8 libngspice: 28 -> 29
* libngspice: 28 -> 29 (#50685)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libngspice/versions

* libngspice: refresh meta.license

See: 
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
2018-11-29 12:12:41 +01:00
eburimuandJörg Thalheim 98a2a5b537 fix jfsutils cross compilation 2018-11-29 10:14:02 +00:00
RenaudandGitHub 5df783f106 Merge pull request #51209 from Moredread/slic3r-prusa3d/1.41.2
slic3r-prusa3d: 1.41.1 -> 1.41.2
2018-11-29 10:41:30 +01:00
worldofpeaceandGitHub 8d88e4f6c7 Merge pull request #50285 from marsam/feature/async_generator-python35
python3Packages.async_generator: fix build on python3.5
2018-11-28 23:26:01 -05:00
André-Patrick Bubel bd676cf697 slic3r-prusa3d: 1.41.1 -> 1.41.2 2018-11-29 05:14:32 +01:00
aszlig bef2a43957 beets-alternatives: Add myself as maintainer
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
2018-11-29 05:10:17 +01:00
aszlig 887ae75eb2 beets-alternatives: 0.8.2 -> 0.9.0
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 29e89248bf
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>
2018-11-29 05:10:15 +01:00
aszlig 36efeac21a beets: Add patch to fix Python 3.7 compatibility
Since 0f38d9669f, 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
0d2f06ae3a, 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)
2018-11-29 05:10:13 +01:00
worldofpeaceandGitHub 892407a9c6 Merge pull request #51194 from rht/brave
brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110)
2018-11-28 22:34:20 -05:00
Maximilian BoschandGitHub f211bad8c4 Merge pull request #51000 from ryantm/tesseract
tesseract_4: 4.00.00alpha-git-20170410 -> 4.0.0
2018-11-29 03:34:29 +01:00
worldofpeaceandGitHub f9714fdcea Merge pull request #50471 from Ma27/package-python-fs-s3-support
pythonPackages.fs-s3fs: init at 1.0.0
2018-11-28 20:46:33 -05:00
Maximilian BoschandGitHub 41d8b21181 Merge pull request #51188 from freepotion/boohu-0.10-to-0.11
boohu: 0.10 -> 0.11
2018-11-29 02:40:55 +01:00
Maximilian BoschandGitHub f38d805dbe Merge pull request #51186 from danielfullmer/rclone-1.45
rclone: 1.44 -> 1.45
2018-11-29 02:31:06 +01:00
Maximilian Bosch 9d2160e73b pythonPackages.pyftpdlib: skip tests
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.
2018-11-29 02:01:22 +01:00
Maximilian Bosch fd08b98da9 pythonPackages.fs-s3fs: init at 1.0.0
`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.
2018-11-29 02:01:22 +01:00
Chris Ostrouchovandworldofpeace 67a4067a44 autospotting: init at unstable-2018-11-17 2018-11-28 19:58:07 -05:00
Will DietzandGitHub d7a0e03cfa Merge pull request #51162 from dtzWill/update/z3-4.8.3
z3: 4.8.1 -> 4.8.3
2018-11-28 18:15:31 -06:00
Samuel Dionne-RielandTuomas Tynkkynen 1b6a4d3979 sd-image: Do not use batch operation for mcopy.
```
       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
2018-11-29 01:50:30 +02:00
Samuel Dionne-RielandTuomas Tynkkynen 2e5eb135aa sd-image: Verifies the FAT partition before copying it.
This is to ensure `mtools`-based operations don't wreck the FS.
2018-11-29 01:50:30 +02:00
rht ce5de69e17 brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110) 2018-11-28 23:39:56 +00:00
worldofpeaceandGitHub 2570da8077 Merge pull request #51080 from costrouc/costrouc/uarray-init
pythonPackages.uarray: init at 0.4
2018-11-28 18:30:48 -05:00
Timo KaufmannandGitHub aa053197de Merge pull request #51191 from timokau/sage-fixes
sage: fix test timeout and downgraded R tests
2018-11-28 23:10:32 +01:00
Eric BaileyandWael Nasreddine 6a0f0cce63 kubetail: install completions 2018-11-28 14:04:16 -08:00
Matthew BauerandGitHub 54737e329b doc: fix incorrect example
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.
2018-11-28 16:00:43 -06:00
Timo Kaufmann d6376bca6d sage: don't test the downgraded R
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.
2018-11-28 22:52:15 +01:00
Timo Kaufmann 359bf7f1e3 sage: disable test timeout
Hydra build failed due to timeout:
https://hydra.nixos.org/build/84870983
2018-11-28 22:37:24 +01:00
Free Potion ca9c757684 boohu: 0.10 -> 0.11 2018-11-28 23:50:36 +03:00
Daiderd JordanandGitHub 5c26dc3d84 Merge pull request #51163 from kalbasit/nixpkgs_add-animal
aminal: init at 0.7.4
2018-11-28 21:38:09 +01:00
Daniel Fullmer bfc680311a rclone: 1.44 -> 1.45 2018-11-28 15:17:25 -05:00
Brian McKennaandRenaud 8b472e3739 marp: 0.0.13 -> 0.0.14
* 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
2018-11-28 21:02:40 +01:00
Wael M. Nasreddine 9ba423b09a aminal: init at 0.7.4 2018-11-28 11:56:53 -08:00
Robert Helgesson 44f2569e50 eclipse-plugin-spotbugs: 3.1.8 -> 3.1.9 2018-11-28 20:50:18 +01:00
RenaudandGitHub 36994f8620 Merge pull request #51073 from erikarvstedt/docs
Minor doc fixes
2018-11-28 20:34:53 +01:00
RenaudandGitHub 1b4749ceef Merge pull request #51130 from magnetophon/x42-plugins
x42-plugins: 20180812 -> 20181103
2018-11-28 20:32:45 +01:00
Bart Brouns b72a68cea4 x42-plugins: 20180812 -> 20181103 2018-11-28 20:07:19 +01:00
Matthew BauerandGitHub c315b9ec52 Merge pull request #51118 from bennofs/fix-mkpasswd
mkpasswd: fix cross compilation
2018-11-28 11:59:05 -06:00
Matthew BauerandGitHub c94162dbec Merge pull request #48273 from volth/patch-269
fetchgit: use buildPackages's git

Fixes #51119
2018-11-28 11:57:13 -06:00
Peter Simons 82c7dea54a hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.12-3-g5ba7f08 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/0782f90b261f662d9a056dbbf3bb98e2a05518da.
2018-11-28 17:44:21 +01:00
Peter Simons ab6e5f0fe5 LTS Haskell 12.20 2018-11-28 17:44:21 +01:00
RenaudandGitHub 4c9d321c3f Merge pull request #51164 from marsam/feature/init-sqlcheck
sqlcheck: init at 1.2
2018-11-28 17:35:39 +01:00
Peter Simons 6bc8b5bbd9 python-bugzilla: update from version 1.1.0 to 2.2.0 2018-11-28 17:24:13 +01:00
Léo Gaspard f161f02552 Merge branch 'pr-51043'
* pr-51043:
  nixos/urxvtd: remove socket activation
2018-11-29 00:50:01 +09:00
Léo Gaspard 22d8291c17 Merge branch 'pr-51111'
* pr-51111:
  doc: document upgrading Ruby packages
2018-11-29 00:37:06 +09:00
Matthew BauerandGitHub 7fa8c41c4a Merge pull request #50235 from illegalprime/more-fhsuserenv-blacklists
fix FHSUserEnv blacklists
2018-11-28 09:32:01 -06:00
RenaudandGitHub b5784b42b4 Merge pull request #50720 from Moredread/slic3r-prusa3d/1.41.1-fixes
slic3r-prusa3d: multiple fixes
2018-11-28 15:38:25 +01:00
Mario Rodas 3ba355b0ba sqlcheck: init at 1.2 2018-11-28 09:17:09 -05:00
Benno FünfstückandRobin Gloster a5a239ca2d efivar: fix cross compilation 2018-11-28 14:34:41 +01:00
Alyssa Ross 6bda83a64d doc: document upgrading Ruby packages
As requested[1] by @Ekleog.

[1]: https://github.com/NixOS/nixpkgs/pull/51040#issuecomment-441642763
2018-11-28 13:19:22 +00:00
Chris Ostrouchov 0549e307a5 pythonPackages.pytest-mypy: init at 0.3.2 2018-11-28 07:38:00 -05:00
Chris Ostrouchov 0b7522d0f6 pythonPackages.perf: init at 1.5.1 2018-11-28 07:37:53 -05:00