Commit graph

641 commits

Author SHA1 Message Date
Jason "Don" O'Conal e9963296b1 pythonPackages.goobook: add expression 2013-11-24 13:56:52 +01:00
Bjørn Forsman 3f21d7c334 python-seqdiag: bump 0.8.2 -> 0.9.0
Changes:
  0.9.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails, so continue having it disabled.)
2013-11-24 13:11:34 +01:00
Bjørn Forsman be0a7c1238 python-nwdiag: bump 0.9.4 -> 1.0.0
Changes:
  1.0.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails, so continue having it disabled.)
2013-11-24 13:07:02 +01:00
Bjørn Forsman 6b2a7d0aa4 python-actdiag: bump 0.4.3 -> 0.5.1
Changes:
  0.5.1 (2013-10-22)
  Fix bugs

  0.5.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails for one test, so continue having it disabled.)
2013-11-24 13:04:06 +01:00
Bjørn Forsman 36612c7614 python-blockdiag: bump 1.2.4 -> 1.3.2
Changes:
  1.3.2 (2013-11-19)
  Fix bugs

  1.3.1 (2013-10-22)
  Fix bugs

  1.3.0 (2013-10-05)
  Support python 3.2 and 3.3 (thanks to @masayuko)
  Drop supports for python 2.4 and 2.5
  Replace dependency: PIL -> Pillow

(The test phase still fails for one test, so continue having it disabled.)
2013-11-24 12:58:21 +01:00
Bjørn Forsman a071712606 python-pyodbc: bump 3.0.6 -> 3.0.7
Changes:
* Added context manager support to Cursor
* Added padding for driver bugs writing an extra byte
* Cursor.executemany now accepts an iterator or generator.
* Compilation improvements for FreeBSD, Cygwin, and OS/X
* Use SQL_DATA_AT_EXEC instead of SQL_DATA_LEN_AT_EXEC when possible for driver compatibility.
* Row objects can now be pickled.
2013-11-24 12:47:58 +01:00
Rok Garbas b6a720141e Pillow: update to 2.2.1 2013-11-21 12:33:37 +01:00
Rok Garbas 52d1973b3e adding zc_buildout 2.2.1 2013-11-21 12:33:20 +01:00
William A. Kennington III 821cd16449 Upgrade Django Versions
This patch pushes django 1.4.1 -> 1.4.10 and adds django 1.5.5 and
django 1.6. Additionally, it creates the default django package which
always points to the latest version.
2013-11-21 01:08:36 -06:00
Bjørn Forsman d4b3a7d685 robotframework-ride: new package
Robot Framework RIDE is a light-weight and intuitive editor for Robot
Framework test case files. (It's more like an IDE.)
2013-11-16 00:36:45 +01:00
Bjørn Forsman fe547ab100 python-robotframework: new package
Robot Framework is a generic test automation framework for acceptance
testing and acceptance test-driven development (ATDD).

http://robotframework.org/
2013-11-15 22:01:23 +01:00
Jason "Don" O'Conal f1a537bee6 pythonPackages.mpmath: add expression 2013-11-09 17:59:53 +01:00
Jaka Hudoklin aa0f21e621 pythonPackages: Add ipaddr, Google's IP address manipulation library 2013-11-06 07:51:09 +01:00
Rok Garbas 61e0337a5c afew: forgot to add --replace 2013-11-03 18:58:27 +01:00
Rok Garbas b15bbdfa17 pythonPackage: afew and alot update to latest
added subprocess32 package as new dependency of afew
2013-11-02 04:09:27 +01:00
Domen Kožar 58f520601c pythonPackages.substanced: correct sha256 2013-10-30 18:15:08 +01:00
Jason \"Don\" O'Conal a590790656 pythonPackages.faker, pythonPackages.fake_factory: add expressions
close #1125
2013-10-30 14:17:42 +02:00
Domen Kožar c3f43f3dce Merge pull request #1142 from lovek323/sympy
pythonPackages.sympy: add expression
2013-10-30 03:43:35 -07:00
Domen Kožar 3ad84542bf pythonPackages.substanced: specify sha256 2013-10-29 09:35:25 +01:00
Jason "Don" O'Conal d9b4fe9e5d pythonPackages.sympy: add expression 2013-10-28 21:10:19 +00:00
aszlig aa018de67d
python-pywebkitgtk: New package, version 1.1.8.
This is needed as a build dependency for miro.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:50 +01:00
aszlig 877614ce99
python-paramiko: Fix maintainerS attribute name.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-28 20:48:49 +01:00
aszlig 1d6b939676
python-ecdsa: Update to new version 0.10.
This is only a very minor update:

 * Make the secp256k1 available in __init__.py too.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-23 21:16:38 +02:00
Michael Raskin ebdec6418d Reflect addition of curses_panel python module 2013-10-18 12:54:49 +04:00
Michael Raskin fb2cb7bc0f Adding Glances system monitoring tool 2013-10-18 11:11:47 +04:00
Eelco Dolstra 29b99ed9fa Revert "pythonPackage.psycopg2: fix"
This reverts commit 762164c8a7 since it
breaks Nixpkgs evaluation: http://hydra.nixos.org/build/6471883
2013-10-11 10:44:18 +02:00
Rok Garbas 762164c8a7 pythonPackage.psycopg2: fix 2013-10-10 15:18:50 +02:00
Eelco Dolstra 2147a07938 Fix a bunch of Hydra evaluation errors 2013-10-07 17:36:47 +02:00
aszlig 39707b3224
python-hetzner: Update to new version 0.6.0.
This introduces the following changes:

 - Remove scraping of the Robot web interface for getting the server ID.
 - Display server number whenever appropriate.
 - Remove duplicate definition of exceptions.
 - Gracefully return if there are no subnets available.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 15:06:43 +02:00
aszlig 7cac5a29e0
Revert "python-paramiko: Add patch for ECDSA ..."
This reverts commit 58fdf34296, because it
wasn't actually very fitting for nixpkgs in general, so let's wait for
the upcoming upstream release to address this.

Details can be found at:

https://github.com/NixOS/nixpkgs/commit/58fdf34#commitcomment-4231461

Thanks to @iElectric for the notice.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 14:01:01 +02:00
aszlig efbf029c8b
python-paramiko: Add myself to maintainers.
And as promised, I'm going to keep an eye (or even two) on this :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig 4e38df5c3c
python-paramiko: Update and clean up meta.
The upstream package has a new maintainer (Jeff Forcier) and thus the
main homepage for the project is the GitHub page.

Also the long description contains quite a lot of unrelevant
information, so I've used the one from PyPI, which is a lot smaller and
just contains what the library supports and does.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig 58fdf34296
python-paramiko: Add patch for ECDSA private keys.
This patch should be backwards-incompatible and is also submitted
upstream as paramiko/paramiko#218.

The main reason for this patch is that we need it for NixOS/nixops#124
in order to cope with NixOS/nixops@a2718b6, which makes ECDSA private
key the default for new deployments.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:19 +02:00
aszlig a5f8f6ace7
python-paramiko: Update to new version 1.12.0.
A small summary of the changes:

 - Add tentative support for ECDSA keys.
 - Add server-side support for the SSH protocol's 'env' command.

The full change log can be found at:

https://github.com/aszlig/paramiko/blob/master/NEWS

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
aszlig 9ab2515314
python-packages: Add package for ecdsa library.
This is needed for the latest Paramiko release, which includes support
for ECDSA keys using this library.

I'm using ECDSA in the description itself, because the name also
reflects the functionality and "cryptographic signature library" would
sound odd in this case.

Also, I'm adding myself to maintainers, because I'm going to take over
maintenance for Paramiko as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-10-02 12:09:18 +02:00
aszlig eed74f05c7
python-gyp: Update to SVN revision 1738.
This fixes a few issues with symlinks and also needs to be up to date
because we're going to use it for building Chromium instead of the
bundled GYP that comes with Chromium.

Also, the package was missing a license and in the current revision, we
also have test cases, so let's enable them.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:31 +02:00
Domen Kožar 9f7a56dcb6 Merge pull request #1014 from coroa/scipy
Updating scipy and friends to add the new package qutip
2013-09-26 12:09:20 -07:00
Jonas Hoersch 289359d499 python-qutip: Add qutip - the quantum toolbox in python 2013-09-26 13:24:46 +02:00
Domen Kožar c736f70a87 Merge pull request #994 from offlinehacker/euganke_dependencies
Add a few python packages
2013-09-24 23:49:14 -07:00
Jaka Hudoklin 552bac195a pythonPackages: add ColanderAlchemy, generator for colander schemas from sqlalchemy models 2013-09-25 00:54:07 +02:00
Jaka Hudoklin 675f293a81 pythonPackages: add sphinx_pypi_upload 2013-09-25 00:54:05 +02:00
Jaka Hudoklin 9aa2a16518 pythonPackages: add sphinxcontrib_http 2013-09-25 00:54:04 +02:00
Jaka Hudoklin 8cdf3172bc pythonPackages: add statd, client for Etsy's node-js statsd server 2013-09-25 00:54:03 +02:00
Jaka Hudoklin 3d3c8c12dd pythonPackages: add htmllaundry, simple HTML cleanup utilities 2013-09-25 00:54:01 +02:00
Jaka Hudoklin 7c01f89355 pythonPackages: add pyramid_multiauth, stacked authentication policies for pyramid 2013-09-25 00:54:00 +02:00
Jaka Hudoklin e89dc9d2f0 pythonPackages: add sqlalchemy_imageattach, SQLAlchemy extension for attaching images to entity objects 2013-09-25 00:53:59 +02:00
Jaka Hudoklin 7e7961028b pythonPackages.sqlalchemy: add sqlalchemy 0.8.2 2013-09-25 00:53:57 +02:00
Jaka Hudoklin cf6ff3a8a3 pythonPackages: add wand, ctypes-based simple MagickWand API binding for Python 2013-09-25 00:53:46 +02:00
Jaka Hudoklin eefb56ffbf pythonPackages.psutil: update to 1.0.1 2013-09-25 00:52:23 +02:00
Jaka Hudoklin c8379fb7c0 pythonPackages: add memory_profiler, a module for monitoring memory usage of a python program 2013-09-25 00:51:28 +02:00