Commit Graph

31470 Commits

Author SHA1 Message Date
Eelco Dolstra
28299f669a Add even more dev outputs 2017-09-27 12:08:48 +02:00
Peter Hoeg
7f3cb3fe71 Merge pull request #29833 from rvl/bower2nix-v320
bower2nix: 3.1.1 -> 3.2.0
2017-09-27 15:06:27 +08:00
Rodney Lorrimar
3d4ed0181e bower2nix: 3.1.1 -> 3.2.0 2017-09-27 07:30:01 +01:00
Peter Hoeg
97e586b812 libnfs: init at 2.0.0 2017-09-27 09:59:17 +08:00
Robin Gloster
1a681a6ecb
shotcut: 17.02 -> 17.09
fixes the previously broken build
2017-09-27 00:51:20 +02:00
Yegor Timoshenko
0ddca0715a epsxe: init at 2.0.5 (#29810)
* epsxe: init at 2.0.5

* epsxe: nitpicks
2017-09-26 20:06:22 +01:00
Tim Steinbach
b4824605be Merge pull request #29693 from taku0/oraclejdk-9
oraclejdk: add version 9
2017-09-26 10:25:19 -04:00
Jörg Thalheim
466d06e705 Merge pull request #29804 from yegortimoshenko/libmirage/top-level
libmirage: add to top level
2017-09-26 14:50:59 +01:00
Joachim Fasting
19ecb7f287
tor-browser-bundle: init at 7.0.1 (from source)
The original browser bundle expects to run from a bundled directory,
typically under user's home.  This version creates a firefox distribution
with preloaded extensions and settings that functions more like an
ordinary firefox installation.

The approach used here could be generalized to allow specification of
custom firefox distributions.  Eventually, the code will be factored so
that the tbb is just an instance of that more general construct (firefox
base + extensions + prefs).

Currently, we use the latest upstream versions of extensions and so on.
Eventually we want to track the upstream bundle more closely and ideally
use the exact same inputs (firefox source, extension sources).

To avoid mixing up profile data, all runtime state is stored under
$XDG_DATA_HOME/tor-browser.

Major TODO items
- Pluggable transports
- Upstream TBB version parity
- Avoid fetchgit
- Build NoScript from source (no upstream source repo, however, must rely
  on third-parties)
- Improved notation for packaging extensions
- Feature parity with the binary bundle (apulse and runtime purity, in
  particular)
2017-09-26 14:55:49 +02:00
Yegor Timoshenko
8815b81926 libmirage: add to top level 2017-09-26 12:28:02 +00:00
Francesco Gazzetta
1d163835c8 bash-supergenpass: init at 2012-11-02 (#29797)
* Add fgaz to mantainers

* bash-supergenpass: init at 2012-11-02
2017-09-26 11:01:11 +01:00
berdario
472bb9681d rhino: remove dependency on GCJ (#29759) 2017-09-26 10:58:20 +01:00
Jörg Thalheim
40a58dbcbb Merge pull request #29602 from makefu/pkgs/oslo-config/fix
oslo-config: fix build
2017-09-26 09:57:47 +01:00
Elis Hirwing
95f3e6ca32 stupidterm: init at 2017-03-15
Stupidterm is a simple and fast VTE-Based terminal emulator which is
configured by a simple ini-file.

fixes #29779
2017-09-26 07:43:10 +01:00
Jörg Thalheim
430869ba3b Merge pull request #29787 from siddharthist/tex-gyre-termes-math
tex-gyre-termes-math: init at 1.543
2017-09-26 07:25:24 +01:00
Jörg Thalheim
057a6e027d Merge pull request #29786 from siddharthist/latinmodern-math
latinmodern-math: init at 1.959
2017-09-26 07:25:06 +01:00
Jaka Hudoklin
10c575e0f9 Merge pull request #29700 from woffs/youtube-viewer
youtube-viewer: init at 3.3.0
2017-09-26 01:05:21 +02:00
Jaka Hudoklin
26d51b4797 Merge pull request #29789 from dotlambda/gpx-viewer
gpx-viewer: init at 0.4.0
2017-09-26 00:57:51 +02:00
Jaka Hudoklin
213de50abb Merge pull request #29712 from xtruder/pkgs/numix-solarized-gtk-theme/init
numix-solarized-gtk-theme: init at 20160919
2017-09-26 00:51:28 +02:00
The Admin
2ceb7ad9f9 numix-solarized-gtk-theme: init at 20160919 2017-09-26 00:50:13 +02:00
Michael Weiss
b8915ebcc7 pythonPackages.keyutils: init at 0.5 2017-09-26 00:37:58 +02:00
Robert Schütz
feb397d55f gpx-viewer: init at 0.4.0 2017-09-25 23:42:00 +02:00
Joerg Thalheim
1b628fb023
celery: fix eventlet tests 2017-09-25 23:23:38 +02:00
makefu
dcc36a4a04
pyramid: 1.7 -> 1.9.1 2017-09-25 23:23:38 +02:00
makefu
d00ba8091f
celery: disable eventlet tests
eventlet cannot be imported in any tests because it fails to be imported
inside the sandboxed environment
2017-09-25 23:23:38 +02:00
makefu
78621e384c
oslo-service: 0.10.0 -> 1.26.0, with dependencies
oslo-service:
  needs to disable tests due to network errors when importing eventlet
  for tests ( socket.getprotobyname('tcp') -> no such protocol )
eventlet: 0.17.4 -> 0.20.0
  cannot update to 0.21.0 due to version pinning ( < 0.21.0 ) of oslo-service
monotonic: 0.4 -> 1.3
oslo-serialization: 1.10.0 -> 2.20.0
oslo-utils: 2.6.0 -> 3.29.0
oslo-concurrency: 2.7.0 -> 3.22.0
oslo-log: 1.12.1 -> 3.31.0
oslo-context: 0.7.0 -> 2.18.1
routes: 1.12.3 -> 2.4.1
webob: 1.4.1 -> 1.7.3

when updating i rewrote the package to use fetchPypi for making future
updating easier
2017-09-25 23:23:38 +02:00
makefu
97644a9f4f
keystoneauth1: enable tests
requires a later version of betamax, bumped to 0.8.0
2017-09-25 23:23:38 +02:00
makefu
7251699081
oslo-config: 4.11.0 -> 4.12.0, fix build
also updated the following dependencies:
keystoneauth1: 3.1.0 -> 3.2.0
  disabled tests which require oslo-config, oslo-test or requests-kerberos
oslo-i18n: 2.7.0 -> 3.18.0
oslotest: 1.12.0 -> 2.18.0
os-client-config: 1.8.1 -> 1.28.0
  needed to disable testing due to circular dependency with oslotest
mox3: 0.11.0 -> 0.23.0
  disable tests for py36 due to upstream bug
debtcollector: 0.9.0 -> 1.17.0
  tests enabled

extra packages:
requestsexceptions: init at 1.3.0
2017-09-25 23:23:38 +02:00
Langston Barrett
714a138857 tex-gyre-termes-math: init at 1.543 2017-09-25 21:01:53 +00:00
Langston Barrett
91983a3f25 latinmodern-math: init at 1.959 2017-09-25 20:38:05 +00:00
Nikolay Amiantov
b241bcf388 google-cloud-sdk: 161.0.0 -> 171.0.0 2017-09-25 22:47:03 +03:00
Nikolay Amiantov
67bbe467a4 mxnet: disable GPU autodetection 2017-09-25 22:46:44 +03:00
Nikolay Amiantov
8d53efb19c google-compute-engine: 20170523 -> 20170914 2017-09-25 22:46:44 +03:00
Nikolay Amiantov
3d11dc7ca2 python.pkgs.tensorflow-tensorboard: init at 0.1.5 2017-09-25 22:37:06 +03:00
Nikolay Amiantov
c27dd88d80 python.pkgs.bleach1_5_0: init at 1.5.0 2017-09-25 22:37:06 +03:00
Nikolay Amiantov
3353de310d Revert "pythonPkgs.html5lib_0_9999999: remove"
This reverts commit 0b2f9d1ce12d49439472045df8da3acadacc6fea.

Needed as a transitive dependency for tensorflow-tensorboard.

Mark as broken on Python 3.6
2017-09-25 22:37:06 +03:00
Jean-Philippe Bernardy
01d53df77f pythonPackages.tensorflow 1.1 -> 1.3 2017-09-25 22:37:06 +03:00
Thomas Tuegel
8036ee50aa Merge pull request #29666 from ttuegel/hplip
hplip: 3.16.11 -> 3.17.9
2017-09-25 10:22:37 -05:00
Frank Doepper
0ef6f5f22e youtube-viewer: init at 3.3.0 2017-09-25 17:05:43 +02:00
Jörg Thalheim
8a1fb4b504 Merge pull request #29702 from robertodr/watson-ruby
watson-ruby: init at 1.6.3
2017-09-25 15:51:17 +01:00
Roberto Di Remigio
932bd98510 watson-ruby: init at 1.6.3 2017-09-25 14:51:16 +01:00
Joachim F
ffd6cbe3d1 Merge pull request #28503 from phile314/fusion-inventory
Fusion inventory: Init at 2.3.18
2017-09-25 12:58:44 +00:00
Joachim F
e23973fa4e Merge pull request #29694 from etu/testssl-sh
testssl.sh: init at 2.9.5-1
2017-09-25 12:58:12 +00:00
Dario Bertini
cd501e33ba gcj: use from gcc6 2017-09-25 13:52:02 +02:00
Philipp Hausmann
2490dea9d0 FusionInventory: Disable tests requiring network access. 2017-09-25 10:39:11 +02:00
Philipp Hausmann
de3d26165f FusionInventory: Init at 2.3.18 2017-09-25 10:39:11 +02:00
Peter Hoeg
4c496c0232 pywbem: make the tests pass again with patch from upstream 2017-09-25 09:43:03 +08:00
Michael Weiss
ec075b40ec fscryptctl: init at 2017-09-12 2017-09-24 23:12:30 +02:00
Vladimír Čunát
cb9a846762
Merge older staging
Hydra looks OK; not finished yet but already has more successes than
on master.
2017-09-24 20:56:11 +02:00
Peter Simons
2a1c656c54 cabal2nix: update to version 2.6
- Add support for the 01-index tarball of cabal-install 2.x.
 - Add shell completions for fish and zsh.
2017-09-24 20:52:05 +02:00