Robin Gloster
37bf3c8782
pythonPackages.distorm3: init at 3.3.4
2017-08-09 21:50:21 +02:00
adisbladis
3ba2300b2d
pythonPackages.zodb: 4.0.1 -> 5.2.4
2017-08-09 14:51:01 +02:00
adisbladis
f06a5f4935
pythonPackages.transaction: 1.4.3 -> 2.1.2
2017-08-09 14:51:01 +02:00
adisbladis
490df67562
pythonPackages.pecan: 1.0.3 -> 1.2.1
2017-08-09 14:51:01 +02:00
adisbladis
5167116eba
pythonPackages.pyramid_tm: Remove outdated package
2017-08-09 14:51:01 +02:00
adisbladis
6d82bac424
pythonPackages.hypatia: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
bc6d9b0d46
pythonPackages.repoze_sendmail: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
b7b66c31f2
pythonPackages.pyramid_mailer: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
660b225903
pythonPackages.ZEO: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
953484b4e3
pythonPackages.zodburi: Remove outdated package
2017-08-09 14:51:00 +02:00
adisbladis
48b305ca6d
pythonPackages.pyramid_zodbconn: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
80ef4d6fc7
pythonPackages.zope_tales: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
ced137d980
pythonPackages.zodb3: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
c06cfd0404
pythonPackages.zope_security: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
fab8f7ac4b
pythonPackages.zope_browser: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
5583e3a2bd
pythonPackages.zope_publisher: Remove outdated package
2017-08-09 14:50:59 +02:00
adisbladis
64259cdd7c
pythonPackages.zope_traversing: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
313ea3827b
pythonPackages.zope_sqlalchemy: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
30291227f2
pythonPackages.almir: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
88648d42f4
pythonPackages.zope_container: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
a0c1167e0e
pythonPackages.zope_browserresource: Remove outdated package
2017-08-09 14:50:58 +02:00
adisbladis
45addeacb0
pythonPackages.aiohttp-cors: Remove zodb3 dependency
2017-08-09 14:50:57 +02:00
Frederik Rietdijk
345b35c48a
Python: add buildPythonPackage.overridePythonPackage method.
...
This allows one to always override the call to `buildPythonPackage`.
In the following example we create an environment where we have the `blaze` package using an older version of `pandas`. We override first the Python interpreter and pass `packageOverrides` which contains the overrides for packages in
the package set.
```
with import <nixpkgs> {};
(let
python = let
packageOverrides = self: super: {
pandas = super.pandas.overridePythonPackage(old: rec {
version = "0.19.1";
name = "pandas-${version}";
src = super.fetchPypi {
pname = "pandas";
inherit version;
sha256 = "08blshqj9zj1wyjhhw3kl2vas75vhhicvv72flvf1z3jvapgw295";
};
});
};
in pkgs.python3.override {inherit packageOverrides;};
in python.withPackages(ps: [ps.blaze])).env
```
2017-08-09 11:10:54 +02:00
Casey Rodarmor
2141086af8
python.pkgs.feedgen: init at 0.5.1
2017-08-07 23:58:39 -07:00
Michael Weiss
2bc92695bf
pythonPackages.aiohttp: 1.1.6 -> 1.3.5
2017-08-06 17:40:53 +02:00
Michael Weiss
f17cadadd3
pythonPackages.zipstream: init at 1.1.4
2017-08-06 17:40:53 +02:00
Michael Weiss
15bf0f68c3
pythonPackages.aiohttp-cors: init at 0.5.1
2017-08-06 17:40:53 +02:00
Michael Weiss
b0a2ea01c5
python3Packages.zodb: Fix the build
...
Side note: Not sure if it makes sense that zodb3 depends on zodb (zodb4)
via ZEO.
2017-08-06 14:45:52 +02:00
Michael Weiss
4b0afc169d
zpl*: Fix the attribute name of the license
...
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00
Michael Weiss
acb9ca3006
gns3-gui: init at 2.0.3
2017-08-06 01:55:49 +02:00
Daiderd Jordan
4e24cc32bc
Merge pull request #27544 from cse-bristol/linode-api-python
...
linode-api: init at 4.1.1b2
2017-08-05 17:40:33 +02:00
Herwig Hochleitner
a37dd362b6
python2-pythondialog: fix --replace on substituteInPlace
2017-08-04 03:31:33 +02:00
Franz Pletz
77ca756c7a
pythonPackages.supervisor: 3.1.1 -> 3.1.4 (security)
...
Fixes CVE-2017-11610.
2017-08-01 08:36:38 +02:00
Franz Pletz
c217f48c35
searx: 0.11.0 -> 0.12.0
2017-08-01 06:16:03 +02:00
Peter Simons
701d2c89f9
osc: update to version 0.159.0-4-g2d44589 (current git master)
2017-07-31 09:54:56 +02:00
Frederik Rietdijk
740d76371e
Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD
2017-07-31 09:12:15 +02:00
Frederik Rietdijk
bac6f59977
python.pkgs.dosage: broken
2017-07-30 12:58:26 +02:00
Frederik Rietdijk
b2608b8910
Merge remote-tracking branch 'upstream/master' into HEAD
2017-07-29 13:08:11 +02:00
Frederik Rietdijk
08f9183d75
python.pkgs.sounddevice: 0.3.6 -> 0.3.8
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
4f296cbaeb
python.pkgs.cython: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
25fa9f2f14
python.pkgs.blaze: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
b714a38bba
python.pkgs.cycler: move expression
2017-07-29 13:04:07 +02:00
Frederik Rietdijk
1e605e654f
python.pkgs.tornado: 4.4.2 -> 4.5.1
2017-07-28 16:56:33 +02:00
Langston Barrett
e985aa5501
pythonPackages.sqlobject: 3.0.0 -> 3.3.0
2017-07-28 16:13:29 +02:00
Langston Barrett
0dea2d20a7
faker: 0.0.4 -> 0.7.17
2017-07-28 16:13:28 +02:00
Langston Barrett
822b09a514
ukpostcodeparser: init at 1.1.0
2017-07-28 16:13:28 +02:00
Langston Barrett
d2c0a46797
email_validator: init at 1.0.2
2017-07-28 16:13:28 +02:00
Langston Barrett
cb77b9c2e9
formencode: update for dnspython
2017-07-28 16:13:28 +02:00
Langston Barrett
cecbb9fdf6
dnspython: 1.14.0 -> 1.15.0
2017-07-28 16:13:28 +02:00
adisbladis
6bd2ac7707
pythonPackages.persistent: 4.0.8 -> 4.2.4.2
2017-07-28 16:13:28 +02:00