summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* python-cffi: fix test failures when using clangDaiderd Jordan2017-09-16
|
* Merge pull request #29435 from disassembler/arelleJörg Thalheim2017-09-16
|\ | | | | arelle: 2017-06-01 -> 2017-08-24
| * arelle: 2017-06-01 -> 2017-08-24Samuel Leathers2017-09-16
| |
* | aiohttp-cors: 0.5.1 -> 0.5.3Samuel Leathers2017-09-16
| |
* | Merge pull request #29456 from disassembler/hglibJörg Thalheim2017-09-16
|\ \ | | | | | | hglib: 1.7 -> 2.4
| * | hglib: 1.7 -> 2.4Samuel Leathers2017-09-16
| |/
* | Merge pull request #29447 from disassembler/hcs_utilsJörg Thalheim2017-09-16
|\ \ | | | | | | hcs_utils: 1.5 -> 2.0
| * | python.pkgs.hcs_utils: fix tests; disable python2Jörg Thalheim2017-09-16
| | |
| * | hcs_utils: 1.5 -> 2.0Samuel Leathers2017-09-15
| |/
* | jscoverage: fix build with gcc6 (#29423)Samuel Leathers2017-09-16
| |
* | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-09-16
|\ \
| * \ Merge pull request #29422 from disassembler/gensimFrederik Rietdijk2017-09-16
| |\ \ | | | | | | | | moto: 0.4.25 -> 0.4.31
| | * | moto: 0.4.25 -> 0.4.31Samuel Leathers2017-09-15
| | |/
| * | python.pkgs.spacy_models: fix evalFrederik Rietdijk2017-09-16
| | |
| * | Merge pull request #29439 from oxij/pkgs/notmuch-gmime-3Joachim F2017-09-16
| |\ \ | | | | | | | | gmime3: init; notmuch: use gmime3
| | * | gmime: expose versionsJan Malakhovski2017-09-16
| | | |
| | * | gmime: init at 3.0.1, leave 2.6.23 as isServilio Afre Puentes2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This needs to be added as a separate package because API changed in 3.0, see: https://mail.gnome.org/archives/gmime-devel-list/2017-April/msg00002.html https://developer.gnome.org/gmime/3.0/gmime-changes-3-0.html https://github.com/jstedfast/gmime/blob/3fd646c95503acb0d11bf67afde1c7bdd4fcc341/PORTING
| * | | Merge pull request #29334 from rvl/python-textacyFrederik Rietdijk2017-09-16
| |\ \ \ | | | | | | | | | | pythonPackages.textacy: init at 0.4.1
| | * | | pythonPackages.pyphen: init at 0.9.4Rodney Lorrimar2017-09-16
| | | | |
| | * | | pythonPackages.ijson: init at 2.3Rodney Lorrimar2017-09-16
| | | | |
| | * | | pythonPackages.clld-cffi: init at 0.1.4Rodney Lorrimar2017-09-16
| | | | |
| | * | | pythonPackages.spacy: add models data attr setRodney Lorrimar2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Model Version es_core_web_md 1.0.0 fr_depvec_web_lg 1.0.0 en_core_web_md 1.2.1 en_depent_web_md 1.2.1 en_core_web_sm 1.2.0 de_core_news_md 1.0.0 en_vectors_glove_md 1.0.0
| | * | | pythonPackages.textacy: init at 0.4.1Rodney Lorrimar2017-09-16
| | | | |
| | * | | pythonPackages.pyemd: init at 0.4.4Rodney Lorrimar2017-09-16
| | | | | | | | | | | | | | | | | | | | This module is a requirement of textacy.
| | * | | pythonPackages.cachetools: Add version 2.0.1Rodney Lorrimar2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Textacy requires a later version. v2.0.0 introduced breaking changes, so keep two versions for other packages.
| | * | | pythonPackages.unidecode: 0.04.18 -> 0.04.21Rodney Lorrimar2017-09-16
| | | | | | | | | | | | | | | | | | | | Higher version is a requirement of textacy.
| * | | | nilearn: 0.2.5 -> 0.3.1Samuel Leathers2017-09-16
| | | | | | | | | | | | | | | | | | | | fixes #29178
| * | | | python2: Use system libffi on Aarch64Tuomas Tynkkynen2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libffi needs a patch to actually work on aarch64 (or the cffi Python package fails its testsuite). Of course the bundled version of libffi has the same bug, so don't use the buggy version on aarch64. Python3 already uses the system libffi on all platforms. I don't know why Python2 doesn't.
| * | | | libffi: Add aarch64 patchTuomas Tynkkynen2017-09-15
| | | | | | | | | | | | | | | | | | | | This fixes pythonPackages.cffi test suite failure.
| * | | | ghc-7.2.2: record the commit that broke itPeter Simons2017-09-15
| | | | | | | | | | | | | | | | | | | | git-bisect says the problem is 51cf42ad0d3ccb55af182f1f0ee5eb5094ea5995.
| * | | | Merge pull request #29328 from therealpxc/tldr-hsPeter Simons2017-09-15
| |\ \ \ \ | | | | | | | | | | | | haskellPackages.tldr: fix build, add as a top-level package
| | * | | | haskellPackages.tldr: fix build and add to top-level packagesPatrick Callahan2017-09-15
| | | | | |
| | * | | | shell-conduit: disable tests on Darwin to fix buildPatrick Callahan2017-09-15
| | | | | |
| * | | | | zandronum: 2.1.2 -> 3.0Cray Elliott2017-09-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove sqlite-amalgamation and put it internal to the zandronum folder, as it is only used by zandronum. Patches needed to avoid build impurities and to get the correct protocol version to connect to public servers. remove zandronum_bin as it is no longer needed
| * | | | pharo-launcher: fix buildJoachim Fasting2017-09-15
| | | | | | | | | | | | | | | | | | | | As noted by @dtzWill at https://github.com/NixOS/nixpkgs/pull/26924/files#r126686231
| * | | | Revert "haskell infra, ghc: Slight cleanup"Peter Simons2017-09-15
| | | | |
| * | | | Merge pull request #29424 from obsidiansystems/slight-haskell-cleanupJohn Ericson2017-09-15
| |\ \ \ \ | | | | | | | | | | | | haskell infra, ghc: Slight cleanup
| * | | | | cram: fix ignored tests causing failuresSamuel Leathers2017-09-15
| | | | | |
| * | | | | Merge pull request #29322 from mguentner/move_emscripten_from_top_levelFranz Pletz2017-09-15
| |\ \ \ \ \ | | | | | | | | | | | | | | emscriptenfastcomp: move wrap magic to own file, use newScope
| | * | | | | emscriptenfastcomp: move wrap magic to own file, use newScopeMaximilian Güntner2017-09-13
| | | | | | |
| * | | | | | tinycc: 0.9.27pre-20170821 -> 0.9.27pre-20170911Joachim Fasting2017-09-15
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Contains various fixes.
| * | | | | ruby: 2.4.1 -> 2.4.2 (#29417)Michael Fellinger2017-09-15
| | | | | |
| * | | | | ghc-7.2.2 is brokenPeter Simons2017-09-15
| | | | | |
| * | | | | Merge pull request #29407 from disassembler/cxfreezeFrederik Rietdijk2017-09-15
| |\ \ \ \ \ | | | | | | | | | | | | | | cx_Freeze: 4.3.4 -> 5.3.2
| | * | | | | cx_Freeze: 4.3.4 -> 5.3.2Samuel Leathers2017-09-14
| | | |_|_|/ | | |/| | |
| * | | | | mdp: disable testsSamuel Leathers2017-09-15
| | | | | |
| * | | | | Merge pull request #29388 from disassembler/arelleFrederik Rietdijk2017-09-15
| |\ \ \ \ \ | | | | | | | | | | | | | | arelle: add py3to2 as a buildInput
| | * | | | | arelle: add py3to2 as a buildInputSamuel Leathers2017-09-14
| | |/ / / /
| * | | | | Merge pull request #29405 from disassembler/jediFrederik Rietdijk2017-09-15
| |\ \ \ \ \ | | | | | | | | | | | | | | jedi: disable tests
| | * | | | | altair: disable testsSamuel Leathers2017-09-14
| | | | | | |