nixpkgs/pkgs/development/python-modules
Austin Seipp 350f49734b pythonPackages.pylibmc: fix runtime dependency on libsasl2.so, by way of cyrus_sasl
Without explicitly specifying that libsasl2 is part of the build, and
without explicitly making it part of pylibmc's linker flags for its
CPython extension, the cpython code enters a build state error where it
instead attempts to blindly `dlopen("libsasl2.so")` out of
$LD_LIBRARY_PATH; this fails as it can't be found in the store,
obviously.

The bigger problem with this is that it otherwise makes pylibmc
unusable, as it will try to immediately load libsasl2 at startup. This
means even using 'import pylibmc' at all will cause a failure.

Instead, add cyrus_sasl into the build closure of the library, and pass
an argument to the setup.py script to properly pass -lsasl2 to the C
extension. This causes a link to properly be formed.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-06-09 17:35:12 -05:00
..
3to2 use fetchPypi instead of fetchurl 2017-05-25 11:22:21 +09:00
aafigure python.pkgs: many updates 2017-08-25 19:36:14 +02:00
absl-py python: absl-py: 0.1.10 -> 0.1.13 2018-04-08 11:34:52 +02:00
acme certbot: 0.19.0 -> 0.22.2 2018-03-20 22:25:50 +01:00
acme-tiny python.pkgs.acme-tiny : move to separate expression 2017-07-19 15:50:21 +07:00
acoustics treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
actdiag python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
adal python: adal: 0.5.0 -> 0.5.1 2018-04-08 11:34:52 +02:00
aenum python: aenum: 2.1.0 -> 2.1.2 2018-05-10 10:09:13 +02:00
affinity pythonPackages.affinity: disable for Python 3 2018-03-02 02:46:11 +01:00
agate python: agate: 1.6.0 -> 1.6.1 2018-04-08 11:34:52 +02:00
agate-dbf agate-dbf: refactor 2017-05-03 11:58:29 -07:00
agate-excel python: agate-excel: 0.2.1 -> 0.2.2 2018-02-03 17:43:29 +01:00
agate-sql python: agate-sql: 0.5.2 -> 0.5.3 2018-02-03 17:43:29 +01:00
aioamqp pythonPackages.aioamqp: init at 0.10.0 2017-09-07 09:28:02 +02:00
aioconsole pythonPackages.aioconsole: init at 0.1.7 2018-02-11 17:23:52 +00:00
aiodns Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
aiofiles treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
aiohttp python: aiohttp: 3.1.2 -> 3.1.3 2018-05-10 10:09:13 +02:00
aiohttp-jinja2 python: aiohttp-jinja2: 0.16.0 -> 0.17.0 2018-04-08 11:34:52 +02:00
aiohue pythonPackages.aiohue: init at 1.3.1 2018-05-07 21:37:46 +02:00
aioimaplib python3Packages.aioimaplib: init at 0.7.13 2018-02-04 22:47:01 +01:00
ajpy python: ajpy: 0.0.2 -> 0.0.4 2018-04-08 11:34:52 +02:00
alabaster python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
alembic python: alembic: 0.9.8 -> 0.9.9 2018-04-08 11:34:52 +02:00
allpairspy pythonPackages.allpairspy: init at 2.4.0 2018-03-18 13:19:06 +01:00
alot alot: Put included themes where alot will find them 2018-04-12 22:10:24 +01:00
altair pythonPackages.altair: fix build 2018-03-20 17:32:49 +01:00
amazon_kclpy pythonPackage.amazon_kclpy: fix licence name asl -> amazonsl 2018-05-31 12:57:50 +01:00
amqp python: amqp: 2.1.4 -> 2.2.2 2018-04-08 11:34:52 +02:00
amqplib Update default.nix 2017-07-29 08:27:14 +00:00
aniso8601 python: aniso8601: 2.0.1 -> 3.0.0 2018-04-08 11:34:52 +02:00
ansi python.pkgs.ansi: move to python-modules and fix test with python3 2017-12-24 04:40:48 +00:00
ansicolor python: ansicolor: 0.2.4 -> 0.2.6 2018-02-03 17:43:29 +01:00
ansicolors python.pkgs.ansicolors: 1.0.2 -> 1.1.8 2018-01-20 12:05:22 +01:00
antlr4-python3-runtime pythonPackages.antlr4-python3-runtime: init at 4.7.1 2018-03-08 08:21:03 +00:00
anyjson anyjson: move to own directory 2018-03-10 13:17:00 +01:00
apipkg Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
appdirs Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
application pythonPackages.application: Move to own file 2018-04-04 19:45:57 +02:00
APScheduler python: APScheduler: 3.5.0 -> 3.5.1 2018-01-20 12:05:23 +01:00
apsw pythonPackages.apsw: 3.9.2-r1 -> 3.22.0-r1 2018-04-13 12:25:24 +02:00
area53 python.pkgs.area53: move to separate expression 2017-07-28 16:07:37 +07:00
arelle pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
argcomplete python: argcomplete: 1.9.3 -> 1.9.4 2018-02-18 20:07:42 +01:00
argon2_cffi python: argon2_cffi: 16.3.0 -> 18.1.0 2018-01-07 09:00:11 +01:00
args pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
arrow python: arrow: 0.12.0 -> 0.12.1 2018-01-20 12:05:23 +01:00
arxiv2bib arxiv2bib: init at 1.0.8 2018-02-10 09:23:01 +01:00
asana pythonPackages.asana: fix build 2018-03-12 20:51:15 +01:00
asgiref Merge branch 'master' into staging 2018-03-10 20:38:13 +00:00
asn1ate pythonPackages.asn1ate: unstable -> 0.6 2018-02-12 19:43:01 +01:00
asn1crypto python: asn1crypto: 0.23.0 -> 0.24.0 2017-12-30 17:06:31 +01:00
astor python.pkgs.astor: also disable some test on python2 2018-01-24 06:24:16 +00:00
astral python: astral: 1.6 -> 1.6.1 2018-05-10 10:09:13 +02:00
astroid python: astroid: 1.6.2 -> 1.6.3 2018-04-08 11:36:07 +02:00
astropy python: astropy: 3.0.1 -> 3.0.2 2018-05-10 10:09:13 +02:00
async_generator pythonPackages.async_generator: init at 1.9 2018-04-04 19:48:00 +02:00
async_timeout python: async-timeout: 2.0.0 -> 2.0.1 2018-04-08 11:34:52 +02:00
asyncio pythonPackages.asyncio: Move to own file 2018-04-04 19:45:57 +02:00
asyncssh pythonPackages.asyncssh: init at 1.13.0 (#40527) 2018-05-23 00:09:33 +02:00
asynctest pythonPackages.asynctest: 0.11.1 -> 0.12.0 2018-02-27 22:57:40 +01:00
atomiclong pythonPackages.atomiclong: Move to own file 2018-04-04 19:45:57 +02:00
atomicwrites python: atomicwrites: 0.1.9 -> 1.1.5 2018-04-08 11:34:52 +02:00
attrdict pythonPackages.attrdict: Move to own file 2018-04-04 19:45:57 +02:00
attrs python.pkgs.attrs: disable tests to prevent infinite recursion 2017-12-31 11:01:53 +01:00
audioread python.pkgs: many updates 2017-08-25 19:36:14 +02:00
augeas pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
autobahn python: autobahn: 17.9.3 -> 18.3.1 2018-04-08 11:34:52 +02:00
autograd pythonPackages.autograd: init at 1.2 (#41558) 2018-06-07 11:06:51 +02:00
automat Python: many package updates 2017-05-27 14:25:08 +02:00
autopep8 pythonPackages.autopep8: 1.3.4 -> 1.3.5 2018-03-31 20:35:00 +02:00
avro python: avro: 1.7.6 -> 1.8.2 2018-04-08 11:34:52 +02:00
avro3k pythonPackages.avro3k: Move to own file 2018-04-04 19:45:57 +02:00
awesome-slugify python.pkgs.awesome-slugify: fix build (#34764) 2018-02-09 16:02:23 +00:00
aws-xray-sdk python: aws-xray-sdk: 0.95 -> 0.97 2018-04-08 11:34:52 +02:00
Babel python: Babel: 2.3.4 -> 2.5.3 2018-04-08 11:34:57 +02:00
babelfish pythonPackages.babelfish: Move to own file 2018-04-04 19:45:57 +02:00
backcall python.pkgs.backcall: init at 0.1.0 2018-04-08 11:34:57 +02:00
backports_abc python: backports_abc: 0.4 -> 0.5 2017-12-31 12:02:50 +01:00
backports_csv found spelling errors for propagatedBuildInputs via my own mispelled grep query 2018-02-21 04:31:33 -05:00
backports_functools_lru_cache python: backports.functools_lru_cache: 1.4 -> 1.5 2018-02-18 20:07:42 +01:00
backports_lzma python.pkgs.backports_lzma: set to null conditionally 2018-01-24 14:18:19 +01:00
backports_shutil_get_terminal_size python.pkgs.backports_shutil_get_terminal_size: fix python 2 tests 2017-12-07 14:14:15 +01:00
backports_tempfile python.pkgs: updates 2017-10-27 21:34:42 +02:00
backports_unittest-mock Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
backports_weakref python.pkgs: updates 2017-10-27 21:34:42 +02:00
bap bap: 1.2 -> 1.4 2018-03-01 17:22:43 -05:00
bash_kernel python.pkgs.bash_kernel: use TMPDIR as HOME 2017-12-26 01:11:16 +01:00
batinfo python: batinfo: 0.3 -> 0.4.2 2018-04-08 11:34:52 +02:00
bayespy python: bayespy: 0.5.14 -> 0.5.17 2018-05-10 10:09:13 +02:00
bcdoc python: bcdoc: 0.14.0 -> 0.16.0 2018-04-08 11:34:53 +02:00
bcrypt Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
beancount beancount: move to pythonPackages 2018-04-08 11:36:05 +02:00
beautifulsoup4 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
behave behave: 1.2.5 -> 1.2.6 2018-03-08 19:57:35 -06:00
betamax pythonPackages.betamax: Move to own file 2018-04-04 19:45:58 +02:00
betamax-matchers python.pkgs.betamax-matchers: 0.3.0 -> 0.4.0 2017-11-07 13:17:45 +00:00
betamax-serializers python.pkgs.betamax-serializers: init at 0.2.0 2017-11-07 13:17:28 +00:00
bibtexparser Merge branch 'master' into bump-behave-version 2018-03-29 10:43:36 -05:00
billiard python: billiard: 3.5.0.2 -> 3.5.0.3 2018-04-08 11:34:53 +02:00
binaryornot Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
biopython python: biopython: 1.70 -> 1.71 2018-04-08 11:34:53 +02:00
bitbucket-api python: bitbucket-api: 0.4.4 -> 0.5.0 2018-04-08 11:34:53 +02:00
bitbucket-cli pythonPackages.bitbucket-cli: Move to own file 2018-04-04 19:45:58 +02:00
bitcoin-price-api Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
bitcoinlib python.pkgs.bitcoinlib: support darwin 2017-12-24 05:15:58 +00:00
bitmath pythonPackages.bitmath: init at 1.3.1.2 2018-04-10 12:48:52 +01:00
bitstring pythonPackages.bitstring: move to python-modules/ 2017-10-29 11:50:59 +01:00
bkcharts Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
black python3Packages.black: init at 18.4a0 (#38386) 2018-04-05 09:11:53 +02:00
blaze python.pkgs.blaze: use FetchFromGitHub 2018-02-26 19:24:16 +01:00
bleach pythonPackages.bleach: 2.1.2 -> 2.1.3 2018-03-17 15:42:09 +01:00
blessed python.pkgs.blessed: fix tests 2017-12-14 16:33:54 -06:00
blinker pythonPackages.blinker: Move to own file 2018-04-04 19:45:58 +02:00
blinkstick pythonPackages.BlinkStick: patch for newer pyusb version 2018-02-27 23:04:06 +01:00
blivet pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
blockdiag pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
bokeh python.pkgs.bokeh: fix name format (#41135) 2018-05-27 15:02:45 +02:00
bootstrapped-pip python.pkgs.bootstrapped-pip: wheel: 0.30.0 -> 0.31.0 2018-05-05 07:36:39 +02:00
boto3 boto{3,core}: {1.6.0,1.9.3} -> {1.7.9,1.10.9} 2018-04-25 21:36:15 -04:00
botocore boto{3,core}: {1.6.0,1.9.3} -> {1.7.9,1.10.9} 2018-04-25 21:36:15 -04:00
bottle python: bottle: 0.12.11 -> 0.12.13 2018-04-08 11:34:53 +02:00
bottleneck pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
box2d
bpython python: bpython: 0.17 -> 0.17.1 2018-02-18 20:07:42 +01:00
branca pythonPackages.branca: init at 0.2.0 2017-05-04 16:19:56 +02:00
breathe python.pkgs: updates 2017-10-27 21:34:42 +02:00
brotlipy python: brotlipy: 0.6.0 -> 0.7.0 2018-01-01 17:03:05 +01:00
browsermob-proxy pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
btrees zpl*: Fix the attribute name of the license 2017-08-06 13:49:18 +02:00
bugwarrior pythonPackages.bugwarrior: Move to own file 2018-04-04 19:45:58 +02:00
bugzilla pythonPackages.bugzilla: Move to own file 2018-04-04 19:45:58 +02:00
buildout python: zc.buildout: 2.2.1 -> 2.2.5 2018-05-10 10:09:13 +02:00
buildout-nix python: zc.buildout: 2.11.2 -> 2.11.3 2018-05-10 10:09:13 +02:00
bumps Remove lint from Sasview package 2018-03-22 17:44:27 +00:00
bunch pythonPackages.bunch: Move to own file 2018-04-04 19:45:58 +02:00
buttersink pythonPackages.buttersink: Move to own file 2018-04-04 19:45:58 +02:00
bz2file make my maintainer handle match my github username 2017-09-12 15:17:18 +02:00
cached-property python.pkgs.cached-property: 1.4.0 -> 1.4.2 2018-04-09 14:50:00 +02:00
cachetools python: cachetools: 1.1.3 -> 2.0.1 2018-02-26 18:44:42 +01:00
cairocffi python.pkgs.cairocffi: support darwin 2018-06-06 07:18:13 +00:00
cairosvg python.pkgs.cairosvg: 2.1.2 -> 2.1.3 2018-04-08 11:36:07 +02:00
can python: python-can: 2.0.0 -> 2.1.0 2018-02-26 18:44:47 +01:00
canmatrix python-canmatrix: init at 0.6 2018-02-03 09:55:08 +01:00
canonicaljson canonicaljson: separating from pythonPackages 2018-04-22 15:25:33 +02:00
canopen python-canopen: init at 0.5.1 2018-02-03 09:55:08 +01:00
carrot pythonPackages.carrot: Move to own file 2018-04-04 19:45:58 +02:00
case python: case: 1.5.2 -> 1.5.3 2018-04-08 11:34:53 +02:00
cccolutils python.pkgs.cccolutils: run tests on python3 2017-12-26 01:11:16 +01:00
cdecimal pythonPackages cdecimal: init at 2.3 2018-05-18 17:17:44 +00:00
celery python-celery: fix darwin build 2018-03-28 20:55:39 +02:00
cement python: remove name from some expressions 2018-02-28 10:10:05 +10:30
cerberus python.pkgs.cerberus: specify checkInputs 2018-04-08 11:36:06 +02:00
certifi python: certifi: 2017.7.27.1 -> 2018.1.18 2018-01-20 12:05:24 +01:00
cffi python: cffi: 1.11.4 -> 1.11.5 2018-03-03 11:58:26 +01:00
cgkit
cgroup-utils pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
chai python.pkgs: many updates 2017-08-25 19:36:14 +02:00
chainer python: chainer: 3.4.0 -> 3.5.0 2018-04-08 11:34:53 +02:00
chainmap pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
channels python: channels: 2.0.0 -> 2.0.2 2018-02-18 20:07:42 +01:00
characteristic python.pkgs.characteristic: 14.1.0 -> 14.3.0 2017-06-07 17:29:47 +02:00
chardet pythonPackages.chardet: clean up 2018-02-10 11:07:03 +01:00
check-manifest python: check-manifest: 0.30 -> 0.36 2018-04-08 11:34:53 +02:00
cheetah python.pkgs.cheetah: move and update expression 2017-12-07 14:14:16 +01:00
cheroot python.pkgs.cheroot: clean up checkInputs 2018-04-20 13:08:45 +02:00
cherrypy python.pkgs.cherrypy: clean up checkInputs 2018-04-20 13:11:35 +02:00
circus python: circus: 0.11.1 -> 0.14.0 2018-04-08 11:34:53 +02:00
cjson python: python-cjson: 1.1.0 -> 1.2.1 2018-04-08 11:34:53 +02:00
cld2-cffi pythonPackages.clld-cffi: init at 0.1.4 2017-09-16 09:23:17 +01:00
clf python: clf: 0.5.2 -> 0.5.7 2018-04-08 11:34:53 +02:00
click python.pkgs.click_5: uninit 2018-04-08 11:36:07 +02:00
click-log pythonPackages.click-log: Move to own file 2018-04-04 19:45:59 +02:00
click-plugins pythonPackages.click-plugins: init at 1.0.3 2017-09-04 22:23:39 +02:00
click-threading python: click-threading: 0.4.2 -> 0.4.4 2018-02-03 17:43:29 +01:00
cligj python.pkgs.cligj: enable tests 2017-09-05 08:42:53 +01:00
cloudpickle python: cloudpickle: 0.2.2 -> 0.5.2 2018-04-08 11:34:53 +02:00
cmarkgfm python: cmarkgfm: 0.4.0 -> 0.4.2 2018-05-10 10:09:13 +02:00
cmd2 [RDY] pythonPackages.cmd2: 0.7.7 -> 0.8.0 (#35162) 2018-02-28 13:55:02 +00:00
cmdline python: cmdline: 0.1.6 -> 0.1.8 2018-04-08 11:34:53 +02:00
codecov python.pkgs.codecov: 2.0.9 -> 2.1.15 2018-02-26 19:25:27 +01:00
cogapp python: cogapp: 2.3 -> 2.5.1 2018-04-08 11:34:53 +02:00
coilmq python: CoilMQ: 1.0.0 -> 1.0.1 2018-04-08 11:34:53 +02:00
coinmarketcap pythonPackages.coinmarketcap: init at 4.2.1 2018-05-07 21:37:46 +02:00
colander pythonPackages.colander: 1.0 -> 1.4 2018-03-18 15:52:24 +01:00
colorama python: remove name from some expressions 2018-02-28 10:10:05 +10:30
colorclass pythonPackages.colorclass: Move to own file 2018-04-04 19:45:58 +02:00
colorlog python: colorlog: 3.1.2 -> 3.1.4 2018-05-10 10:09:13 +02:00
colorlover python.pkgs.colorlover: init at 0.2.1 2017-10-19 16:43:11 +02:00
colour python: colour: 0.1.2 -> 0.1.5 2018-04-08 11:34:53 +02:00
commonmark pythonPackages.CommonMark: 0.6.3 -> 0.7.5 2018-03-17 15:34:40 +01:00
conda python.pkgs.conda: init at 4.3.16 2017-12-31 13:03:38 +01:00
configargparse python: ConfigArgParse: 0.12.0 -> 0.13.0 2018-02-18 20:07:42 +01:00
configobj pythonPackages.configobj: enable tests 2018-05-11 12:10:12 +09:00
configparser python.pkgs.configparser: build with all Python versions 2018-04-05 19:43:44 +02:00
confluent-kafka python: confluent-kafka: 0.11.0 -> 0.11.4 2018-05-10 10:09:13 +02:00
constantly Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
construct pythonPackages.construct: Fix darwin build 2018-03-10 23:36:00 +01:00
consul python: python-consul: 0.7.0 -> 0.7.2 2018-04-08 11:34:53 +02:00
contexter python: contexter: 0.1.3 -> 0.1.4 2018-04-08 11:34:53 +02:00
contextlib2 python.pkgs.contextlib2: fix tests 2017-12-07 14:14:16 +01:00
contextvars pythonPackages.contextvars: init at 2.2 2018-05-11 13:19:17 +00:00
cookiecutter python: cookiecutter: 1.4.0 -> 1.6.0 2018-04-08 11:34:53 +02:00
cookies pythonPackages.cookies: Move to own file 2018-04-04 19:45:59 +02:00
cov-core pythonPackages.covCore: Move to own file 2018-04-04 19:45:59 +02:00
coverage python: coverage: 4.4.2 -> 4.5.1 2018-02-18 20:07:42 +01:00
coveralls python: coveralls: 1.2.0 -> 1.3.0 2018-04-08 11:34:53 +02:00
cram Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
crayons python.pkgs.crayons: init at 0.1.2 2018-01-20 12:05:20 +01:00
crcmod pythonPackages.crcmod: Move to own file 2018-04-04 19:45:59 +02:00
credstash pythonPackages.credstash: fix build 2018-03-18 12:53:48 +01:00
cryptacular pythonPackages.cryptacular: disable on the current Pythons 2018-05-30 11:08:02 +00:00
cryptography python: cryptography: 2.1.4 -> 2.2.2 2018-04-08 11:34:53 +02:00
cryptography_vectors python: cryptography_vectors: 2.1.4 -> 2.2.2 2018-04-08 11:34:53 +02:00
csscompressor python: csscompressor: 0.9.4 -> 0.9.5 2017-12-30 17:06:32 +01:00
cssselect python: cssselect: 0.9.1 -> 1.0.3 2018-04-08 11:34:53 +02:00
cssselect2 python.pkgs.cssselect2: init at 0.2.1 2018-04-08 11:36:06 +02:00
cssutils python: cssutils: 1.0.1 -> 1.0.2 2018-04-08 11:34:53 +02:00
csvkit python: csvkit: 1.0.2 -> 1.0.3 2018-04-08 11:34:53 +02:00
cufflinks python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
cupy python: cupy: 2.4.0 -> 2.5.0 2018-04-08 11:34:53 +02:00
curtsies Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
cvxopt pythonPackages.cvxopt: 1.1.7 -> 1.1.9 2018-04-12 12:50:22 +02:00
cx_freeze python: cx_Freeze: 5.0.2 -> 5.1.1 2017-12-30 17:06:32 +01:00
cx_oracle pythonPackages.cx_oracle: use new odpic from nixpkgs 2018-06-04 23:09:17 +02:00
cycler Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
cymem pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
cypari2 cypari2: init at 1.1.4 2018-04-21 20:39:56 -05:00
cysignals pythonPackages.cysignals: 1.6.9 -> 1.7.1 2018-04-27 19:03:17 +02:00
Cython pythonPackages.cython: Disable tests on i686 (#41633) 2018-06-08 14:55:42 +02:00
cytoolz python: cytoolz: 0.9.0 -> 0.9.0.1 2018-04-08 11:34:53 +02:00
d2to1 pythonPackages.d2to1: 0.2.11 -> 0.2.12 2018-02-28 08:28:56 +01:00
daphne Merge branch 'master' into staging 2018-03-10 20:38:13 +00:00
darcsver pythonPackages.darcsver: Move to own file 2018-04-04 19:46:00 +02:00
dask python: dask: 0.17.2 -> 0.17.4 2018-05-10 10:09:13 +02:00
dataclasses pythonPackages.dataclasses: init at 0.5 2018-04-24 18:04:54 +00:00
datadog pythonPackages.datadog: disable check 2018-05-30 02:26:05 +00:00
datashape python.pkgs.datashape: disable several tests 2018-03-10 12:36:27 +01:00
dateparser pythonPackages.dateparser: 0.6.0 -> 0.7.0 2018-02-09 19:57:22 +01:00
dateutil pythonPackages.dateutil_1_5: Move to own file 2018-04-04 19:46:00 +02:00
datrie pythonPackages.datrie: Move to own file 2018-04-04 19:46:00 +02:00
dbf python: dbf: 0.96.8 -> 0.97.2 2018-04-08 11:34:53 +02:00
dbfread Python: many package updates 2017-05-27 14:25:08 +02:00
dbus tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
debian python: python-debian: 0.1.23 -> 0.1.32 2018-04-08 11:34:53 +02:00
decorator python: decorator: 4.1.2 -> 4.2.1 2018-01-20 12:05:24 +01:00
deform pythonPackages.deform: 2.0.a2 -> 2.0.5 2018-03-20 17:32:48 +01:00
defusedxml pythonPackages.defusedxml: Move to own file 2018-04-04 19:45:58 +02:00
deluge-client python: deluge-client: 1.3.0 -> 1.4.0 2018-05-12 08:53:16 +02:00
demjson pythonPackages.demjson: move to python-modules/ 2017-10-29 11:51:19 +01:00
dendropy dendropy: init at 4.3.0 2018-02-06 10:06:12 +01:00
deprecation python.pkgs.deprecation: init at 2.0.2 2018-04-12 15:08:13 +02:00
derpconf python: derpconf: 0.4.9 -> 0.8.2 2018-04-08 11:34:53 +02:00
descartes pythonPackages.descartes: init at 1.1.0 2017-09-04 22:23:40 +02:00
detox python.pkgs.detox: 0.11 -> 0.12 2018-06-03 20:48:54 +00:00
devpi-common python: devpi-common: 3.2.1 -> 3.2.3 2018-05-10 10:09:13 +02:00
dicttoxml python.pkgs.dicttoxml: 1.6.4 -> 1.7.4 2018-02-03 17:43:31 +01:00
diff-match-patch pythonPackages.diff-match-patch: init at 20121119 2017-09-07 09:28:02 +02:00
diff_cover pythonPackages.diff_cover: fix build 2018-03-14 19:43:44 +01:00
digitalocean python: python-digitalocean: fix build 2018-04-16 01:00:20 +02:00
dill Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
discid pythonPackages.discid: fix darwin build 2018-03-11 00:15:41 +01:00
discogs_client python.pkgs: updates 2017-10-27 21:34:42 +02:00
discordpy pythonPackages.discordpy: Mark as broken 2018-01-29 18:45:38 +01:00
distorm3 pythonPackages.distorm3: init at 3.3.4 2017-08-09 21:50:21 +02:00
distro conan: Locally pin deps, enable tests 2018-03-15 13:48:58 +01:00
distutils-cfg
dj-database-url pythonPackages.dj-database-url: init at 0.5.0 2018-03-02 03:45:24 +01:00
django Merge remote-tracking branch 'upstream/master' into staging 2018-05-23 16:00:04 -04:00
django-allauth python.pkgs.django-allauth: init at 0.36.0 2018-05-24 16:40:57 +02:00
django-compat python.pkgs.django_compat: get tests working & enable them 2017-05-28 14:43:34 +01:00
django-extensions treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
django-gravatar2 python.pkgs.django-gravatar2: init at 1.4.2 2018-05-24 16:40:57 +02:00
django-hijack pythonPackages.django-hijack: 2.1.4 -> 2.1.5 2017-12-08 12:20:00 +01:00
django-hijack-admin pythonPackages.django_hijack_admin: init at 2.1.5 2017-12-12 09:17:16 +01:00
django-ipware python: django-ipware: 2.0.1 -> 2.0.2 2018-05-10 10:09:13 +02:00
django-jinja2 python: django-jinja: 2.2.2 -> 2.4.1 2017-12-30 17:06:32 +01:00
django-multiselectfield python.pkgs.django-multiselectfield: 0.1.3 -> 0.1.8 2017-09-07 10:11:45 +02:00
django-pglocks pythonPackages.django-pglocks: init at 1.0.2 2017-09-07 09:28:02 +02:00
django-picklefield python.pkgs: updates 2017-10-27 21:34:42 +02:00
django-pipeline pythonPackages.django_pipeline: 1.5.1 -> 1.6.14 2018-03-20 17:32:17 +01:00
django-polymorphic pythonPackages.django-polymorphic: fix tests 2018-03-02 03:45:34 +01:00
django-raster pythonPackages.django_raster: 0.4 -> 0.5 2017-07-17 14:23:48 +02:00
django-sampledatahelper pythonPackages.django-sampledatahelper: init at 0.4.1 2017-09-07 09:28:02 +02:00
django-sites pythonPackages.django-sites: init at 0.9 2017-09-07 09:28:02 +02:00
django-sr pythonPackages.django-sr: init at 0.0.4 2017-09-07 09:28:02 +02:00
django_appconf pythonPackages.django_appconf: 1.0.1 -> 1.0.2 2017-07-11 09:59:12 +02:00
django_compressor python.pkgs: many updates 2017-08-25 19:36:14 +02:00
django_guardian buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01:00
django_redis python: django-redis: 4.8.0 -> 4.9.0 2018-04-08 11:34:54 +02:00
django_tagging python.pkgs: updates 2017-10-27 21:34:42 +02:00
djangorestframework python: djangorestframework: 3.8.0 -> 3.8.2 2018-04-08 11:36:07 +02:00
djmail pythonPackages.djmail: init at 1.0.1 2017-09-07 09:28:02 +02:00
dkimpy pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
dmenu dmenu-python: init at 0.2.1 2018-02-21 00:42:36 +01:00
dnspython pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
doc8 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
docker pythonPackages.docker: 3.2.1 -> 3.3.0 (#40857) 2018-05-22 11:00:37 +02:00
docker-pycreds pythonPackages.docker_pycreds: 0.2.2 -> 0.2.3 2018-05-17 16:30:29 +08:00
docker-registry-core pythonPackages.docker_registry_core: Move to own file 2018-04-04 19:46:01 +02:00
docker_compose python: docker-compose: 1.19.0 -> 1.20.1 2018-04-08 11:34:54 +02:00
dockerpty pythonPackages.dockerpty: Move to own file 2018-04-04 19:46:01 +02:00
docopt pythonPackages.docopt: Move to own file 2018-04-04 19:46:01 +02:00
doctest-ignore-unicode pythonPackages.doctest-ignore-unicode: Move to own file 2018-04-04 19:46:01 +02:00
dogpile.cache python: dogpile.cache: 0.6.4 -> 0.6.5 2018-04-08 11:34:54 +02:00
dogpile.core pythonPackages.dogpile_core: Move to own file 2018-04-04 19:46:01 +02:00
dpkt pythonPackages.dpkt: 1.8 -> 1.9.1 2017-10-29 22:35:16 +01:00
dropbox python: dropbox: 8.0.0 -> 8.7.1 2018-04-08 11:34:54 +02:00
ds4drv Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
dugong pythonPackages.dugong: Move to own file 2018-04-04 19:45:58 +02:00
dulwich python: dulwich: 0.19.1 -> 0.19.2 2018-04-08 11:36:07 +02:00
dyn python: dyn: 1.8.0 -> 1.8.1 2018-01-07 09:00:28 +01:00
easy-thumbnails python: easy-thumbnails: 2.4.2 -> 2.5 2017-12-30 17:06:32 +01:00
easydict python-packages easydict: init at 1.7 2017-08-21 01:22:38 +02:00
easyprocess pythonPackages.EasyProcess: Move to own file 2018-04-04 19:46:01 +02:00
ecpy python: ECPy: 0.8.3 -> 0.9.0 2018-04-08 11:34:54 +02:00
ed25519 pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
edward python: edward: 1.3.4 -> 1.3.5 2018-02-03 17:43:29 +01:00
effect nix-prefetch-github: init -> 1.3 2018-05-22 20:55:07 +02:00
elasticsearch python: elasticsearch: 6.1.1 -> 6.2.0 2018-04-08 11:34:54 +02:00
elasticsearch-curator python: elasticsearch-curator: 5.4.1 -> 5.5.1 2018-04-08 11:34:54 +02:00
email-validator pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
emcee python.pkgs: many updates 2017-08-25 19:36:14 +02:00
emoji python: emoji: 0.4.5 -> 0.5.0 2018-04-08 11:34:54 +02:00
entrypoints pythonPackages.entrypoints: Fix buildInputs (#39449) 2018-04-25 00:23:44 +01:00
enum-compat python.pkgs.enum-compat: move to a separate file 2018-02-25 22:24:10 +03:00
envs python.pkgs.envs: 1.2.4 -> 1.2.6 2018-06-07 11:32:40 +02:00
enzyme enzyme: use fetchPypi 2017-05-21 14:38:27 +01:00
ephem ephem: init at 3.7.6.0 (#29710) 2017-09-24 11:17:24 +01:00
evdev python: evdev: 0.7.0 -> 0.8.1 2018-04-08 11:34:54 +02:00
eve python: Eve: 0.7.6 -> 0.7.8 2018-02-18 20:07:42 +01:00
ewmh pythonPackages.ewmh: init at 0.1.6 2018-04-07 11:53:49 +02:00
extras python: extras: 0.0.3 -> 1.0.0 2017-12-31 11:01:55 +01:00
ezdxf Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
face_recognition pythonPackages.face_recognition: 1.2.1 -> 1.2.2 2018-04-03 14:45:53 +02:00
face_recognition_models pythonPackages.face_recognition: init at 1.2.1 2018-03-21 23:22:45 +01:00
faker python: Faker: 0.8.12 -> 0.8.13 2018-05-10 10:09:13 +02:00
fastimport python: fastimport: 0.9.6 -> 0.9.8 2018-05-10 10:09:13 +02:00
fastrlock pythonPackages.fastrlock: init at 0.3 2017-12-28 17:46:59 +01:00
faulthandler python.pkgs.faulthandler: 3.0 -> 3.1 2018-04-24 00:55:30 +02:00
fedpkg maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
feedgen python.pkgs: updates 2017-10-27 21:34:42 +02:00
feedgenerator Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
filelock python: filelock: 3.0.0 -> 3.0.4 2018-02-03 17:43:29 +01:00
fiona python: Fiona: 1.7.11.post1 -> 1.7.11.post2 2018-05-10 10:09:13 +02:00
first pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
fixtures python.pkgs.fixtures: 1.4.0 -> 3.0.0 2017-09-07 10:18:44 +02:00
flake8 Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
flake8-blind-except Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
flake8-debugger pythonPackages.flake8-debugger: fix build 2018-03-18 16:12:48 +01:00
flake8-future-import python.pkgs.flake8-future-import: 0.4.3 -> 0.4.5 2018-04-21 08:10:24 +02:00
flake8-import-order python: flake8-import-order: 0.17 -> 0.17.1 2018-04-08 11:34:54 +02:00
flask python: Flask: 0.12.2 -> 0.12.4 2018-05-10 10:09:13 +02:00
flask-assets treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
flask-autoindex pythonPackages.flask-autoindex: init at 0.6 2018-04-23 13:26:43 +02:00
flask-babel pythonPackages.flask-babel: init at 0.11.2 2018-04-21 20:39:03 -05:00
flask-common python.pkgs.flask-common: init at 0.2.0 2018-01-20 12:05:20 +01:00
flask-compress Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-cors python: Flask-Cors: 3.0.3 -> 3.0.4 2018-05-10 10:09:13 +02:00
flask-elastic Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-ldap-login Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-limiter python.pkgs.flask-limiter: init at 1.0.1 2018-01-20 12:05:20 +01:00
flask-login python.pkgs.flask_login: 0.4.0 -> 0.4.1 2018-02-25 22:24:09 +03:00
flask-mail pythonPackages.flask-mail: init at 0.9.1 2017-09-07 09:28:02 +02:00
flask-marshmallow pythonPackages.flask-marshmallow: init at 0.8.0 2017-09-07 09:28:02 +02:00
flask-migrate Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-oauthlib Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flask-principal python.pkgs.flask_principal: move to a separate file 2018-02-25 22:24:10 +03:00
Flask-PyMongo python.pkgs.flask-pymong: 0.3.1 -> 0.5.1 2017-08-25 19:36:19 +02:00
flask-restful Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-restplus Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
flask-script treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
flask-silk pythonPackages.flask-silk: init at 0.2 2018-04-21 20:39:22 -05:00
flask-testing python: Flask-Testing: 0.6.2 -> 0.7.1 2017-12-30 17:06:32 +01:00
flask-wtf Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
flit python: flit: 0.13 -> 1.0 2018-04-08 11:36:07 +02:00
fn pythonPackages.fn: init at 0.4.3 2017-09-07 09:28:02 +02:00
folium python.pkgs.folium: fix build 2017-11-11 09:22:25 +01:00
fonttools python: fonttools: 3.24.1 -> 3.25.0 2018-04-08 11:34:54 +02:00
FormEncode pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
fpdf fpdf: init at 1.7.2 2018-02-08 13:39:10 +01:00
fpylll fplll: 5.2.0 -> 5.2.1, pythonPackages.fpylll: 0.3.0dev -> 0.4.0dev (#40995) 2018-05-24 16:36:18 +02:00
fritzconnection pythonPackages.fritzconnection: init at 0.6.5 2018-01-18 12:30:53 +01:00
frozendict frozendict: disable checks 2018-04-23 15:29:50 +02:00
ftfy python.ftfy: 5.3.0 -> 4.4.3 2018-03-14 20:29:10 +01:00
ftputil pythonPackages.ftputil: 3.3 -> 3.4 and fix tests 2018-03-02 03:45:35 +01:00
funcsigs pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
future pythonPackages.future: 0.15.2 -> 0.16.0 2017-05-30 13:06:56 +02:00
futures python.pkgs.futures: fix tests 2018-04-08 11:36:06 +02:00
gensim python: gensim: 3.3.0 -> 3.4.0 2018-04-08 11:34:54 +02:00
GeoIP treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
geojson pythonPackages.geojson: init at 2.3.0 2018-05-19 12:14:16 +02:00
geopandas pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
gevent pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
gflags python.pkgs.gflags: fix expression 2018-01-01 11:47:13 +01:00
ghdiff Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
git-annex-adapter python3.pkgs.git-annex-adapter: replace eject by utillinux 2018-04-08 11:36:07 +02:00
gitdb gitdb2: init at 2.0.3 2018-05-13 11:33:41 -04:00
gitdb2 gitdb2: init at 2.0.3 2018-05-13 11:33:41 -04:00
GitPython GitPython: 2.0.8 -> 2.1.9 2018-05-13 11:33:42 -04:00
globus-sdk python: globus-sdk: 1.4.1 -> 1.5.0 2018-02-18 20:07:42 +01:00
goocalendar pythonPackages goocalendar: init at 0.3 2018-05-18 17:17:44 +00:00
google-api-python-client python: google-api-python-client: 1.6.6 -> 1.6.7 2018-05-10 10:09:13 +02:00
google_api_core python: google-api-core: 1.1.0 -> 1.1.2 2018-05-10 10:09:13 +02:00
google_auth python: google-auth: 1.3.0 -> 1.4.1 2018-02-18 20:07:42 +01:00
google_cloud_core python: google-cloud-core: 0.28.0 -> 0.28.1 2018-03-03 11:58:31 +01:00
google_cloud_speech grpcio: use protobuf3_5 2018-03-24 19:37:03 +01:00
google_gax python.pkgs.protobuf: use 3.5 by default 2018-04-08 11:36:07 +02:00
googleapis_common_protos python.pkgs.protobuf: use 3.5 by default 2018-04-08 11:36:07 +02:00
gpapi pythonPackages.gplaycli: 0.1.2 -> 3.21 2018-03-11 00:24:28 +01:00
gplaycli pythonPackages.gplaycli: 0.1.2 -> 3.21 2018-03-11 00:24:28 +01:00
gpy python: GPy: 1.8.5 -> 1.9.2 2018-02-26 19:03:26 +01:00
grammalecte grammalecte: 0.5.18 -> 0.6.1 2018-01-10 19:31:33 +01:00
graph-tool Merge pull request #34864 from ciderale/py3k-graph-tool-update 2018-04-09 14:24:07 -05:00
green pythonPackages.green: 2.12.0 -> 2.12.1 2018-02-27 01:14:21 +01:00
grip grip: buildInputs -> checkInputs 2018-02-23 01:38:04 -06:00
grpcio python.pkgs.protobuf: use 3.5 by default 2018-04-08 11:36:07 +02:00
gssapi python: gssapi: 1.3.0 -> 1.4.1 2018-02-18 20:07:42 +01:00
gst-python pythonPackages.gst-python: 1.12.3 → 1.14.0 2018-04-04 17:25:39 +02:00
guessit python: guessit: 2.0.4 -> 2.1.4 2018-02-26 19:03:26 +01:00
gunicorn Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
gurobipy gurobipy: Bump to 7.5.2 2017-12-22 11:43:09 -05:00
guzzle_sphinx_theme guzzle_sphinx_theme: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
gyp v8_3_16_14: fix OS X build 2017-06-26 21:28:43 +02:00
h2 python.pkgs.h2: 2.5.1 -> 3.0.1 2017-11-02 23:46:54 +00:00
h5py pythonPackages.h5py: 2.7.1 -> 2.8.0 (#41581) 2018-06-07 14:57:06 +02:00
h11 pythonPackages.h11: init at 0.7.0 2018-03-05 18:06:29 +01:00
ha-ffmpeg pythonPackages.ha-ffmpeg: init at 1.9 2018-03-04 23:43:06 +01:00
habanero habanero: init at 0.6.0 2018-02-10 09:23:01 +01:00
hbmqtt python36Packages.hbmqtt: 0.9.1 -> 0.9.2 2018-03-15 13:56:48 +01:00
hcs_utils python.pkgs.hcs_utils: fix tests; disable python2 2017-09-16 13:06:12 +01:00
hdbscan python: hdbscan: 0.8.12 -> 0.8.13 2018-05-10 10:09:13 +02:00
heapdict pythonPackages.heapdict: Move to own file 2018-04-04 19:46:00 +02:00
hglib python: python-hglib: 2.4 -> 2.5 2018-02-03 17:43:30 +01:00
hidapi python.pkgs: updates 2017-10-27 21:34:42 +02:00
hieroglyph python.pkgs: updates 2017-10-27 21:34:42 +02:00
hiro hiro: init at 0.1.4 2018-05-13 14:19:35 -07:00
hmmlearn treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03:00
howdoi pythonPackages.howdoi: Move to own file 2018-04-04 19:46:00 +02:00
html5-parser pythonPackages.html5-parser: 0.4.4 -> 0.4.5 2018-04-22 22:43:21 +02:00
html5lib python: html5lib: 0.999999999 -> 1.0.1 2017-12-31 11:54:24 +01:00
htmlmin python: htmlmin: 0.1.11 -> 0.1.12 2017-12-31 10:55:05 +01:00
htmltreediff treewide: fix derivation names 2018-05-28 05:59:57 -07:00
httpbin python.pkgs.httpbin: fix expression 2018-01-20 12:05:22 +01:00
httplib2 python.pkgs.httplib2: 0.9.2 -> 0.11.3 2018-05-01 14:13:22 +02:00
httpretty
httpserver pythonPackages.httpserver: init at 1.1.0 2017-05-04 20:25:09 +02:00
hupper python: hupper: 1.0 -> 1.1 2018-04-08 11:34:54 +02:00
hvac pythonPackages.hvac: 0.2.15 -> 0.5.0 2018-03-17 19:19:32 +01:00
hypchat pythonPackages.hypchat : move to separate expression 2017-08-31 21:18:30 +07:00
hyperframe python.pkgs.hyperframe: 4.0.1 -> 5.1.0 2017-11-02 23:46:54 +00:00
hyperlink pythonPackages.hyperlink: modernize expression 2018-02-26 21:00:28 +01:00
hypothesis pythonPackages.hypothesis: 3.27.0 -> 3.45.2 2018-02-18 20:07:43 +01:00
i3ipc pythonPackages.i3ipc: init at 1.4.0 2018-02-11 16:34:31 +03:00
idna treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
idna-ssl pythonPackages.idna-ssl: 1.0.0 -> 1.0.1 2018-03-15 13:56:48 +01:00
ijson pythonPackages.ijson: init at 2.3 2017-09-16 09:23:17 +01:00
imaplib2 pythonPackages.imaplib2: init at 2.45.0 2018-02-04 22:28:33 +01:00
imbalanced-learn pythonPackages.imbalanced-learn: 0.3.2 -> 0.3.3, fix build 2018-04-01 01:58:22 +02:00
immutables pythonPackages.immutables: init at 0.5 2018-05-11 13:19:12 +00:00
incremental Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
inflection pythonPackages.inflection: use fetchpypi, run tests (0.3.1) 2017-12-14 15:13:51 +01:00
intelhex python.pkgs.intelhex: fix patch 2017-06-27 22:27:49 +02:00
internetarchive internetarchive: 0.8.3 -> 1.7.2 2017-09-16 19:24:29 -04:00
interruptingcow python: interruptingcow: 0.7 -> 0.8 2018-04-08 11:34:54 +02:00
intervaltree buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01:00
iowait pythonPackages.iowait: Move to own file 2018-04-04 19:45:58 +02:00
IPy pythonPackages.ipy: 0.74 -> 0.83 2018-03-19 11:40:16 +01:00
ipykernel python: ipykernel: 4.8.1 -> 4.8.2 2018-02-26 18:42:48 +01:00
ipyparallel python: ipyparallel: 6.0.2 -> 6.1.1 2018-02-18 20:07:42 +01:00
ipython python-ipython: 5.6.0 -> 5.7.0 2018-05-16 00:29:57 +02:00
ipython_genutils python.pkgs.ipython_genutils: move expression 2017-10-29 12:44:13 +01:00
ipywidgets python: ipywidgets: 7.2.0 -> 7.2.1 2018-05-10 10:09:13 +02:00
iso-639 pythonPackages.iso-639: init at 0.4.5 2017-04-17 01:24:27 +02:00
iso3166 pythonPackages.iso3166: enable tests 2017-04-17 01:24:29 +02:00
iso8601 python: iso8601: 0.1.11 -> 0.1.12 2017-12-31 11:48:14 +01:00
isort pythonPackages.isort: 4.2.5 -> 4.3.4 2018-04-29 20:35:26 +02:00
jabberbot Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
JayDeBeApi Add missing files 2018-02-15 13:17:40 -05:00
jdatetime python: jdatetime: 1.7.1 -> 2.0.0 2018-04-08 11:34:54 +02:00
jdcal python.pkgs.jdcal: 1.0 -> 1.3 2017-12-31 14:01:16 +01:00
jedi python.pkgs.jedi: 0.11.1 -> 0.12.0 2018-05-25 10:59:47 +01:00
jellyfish python: jellyfish: 0.5.2 -> 0.5.6 2018-01-01 16:00:47 +01:00
jieba pythonPackages.jieba: init at 0.39 2018-04-05 00:10:20 +02:00
jinja2 pythonPackages.jinja2: 2.9.6 -> 2.10 2018-02-03 01:46:35 +01:00
jinja2_pluralize jinja2_pluralize: init at 0.3.0 2018-01-19 19:46:56 +03:00
jira pythonPackages.jira: fix build (#41419) 2018-06-03 22:11:29 +02:00
joblib python.pkgs.joblib: disable tests properly 2017-11-02 08:19:58 +00:00
josepy josepy: init at 1.0.1 2018-03-20 22:25:02 +01:00
JPype1 python: JPype1: 0.6.2 -> 0.6.3 2018-04-08 11:34:52 +02:00
jsbeautifier python: jsbeautifier: 1.7.4 -> 1.7.5 2017-12-31 10:55:07 +01:00
jsmin pythonPackages.jsmin: init at 2.2.2 2017-10-15 16:16:33 +02:00
jsondate pythonPackages.jsondate: init at 0.1.3 2017-11-30 12:59:30 +01:00
jsondiff python.pkgs.jsondiff: init at 1.1.1 2017-12-31 11:01:57 +01:00
jsonpatch python: jsonpatch: 1.21 -> 1.23 2018-04-08 11:34:54 +02:00
jsonpickle python: jsonpickle: 0.9.5 -> 0.9.6 2018-02-18 20:07:42 +01:00
jsonref treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
jsonrpc-async treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
jsonrpc-base pythonPackages.jsonrpc-base: remove name 2018-03-01 12:21:10 +08:00
jsonrpc-websocket python: jsonrpc-websocket: 0.5 -> 0.6 2018-04-08 11:34:54 +02:00
jsonrpclib-pelix pythonPackages.jsonrpclib-pelix: init at 0.3.1 2017-12-12 14:32:12 +01:00
jsonschema Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
jug python: Jug: 1.6.6 -> 1.6.7 2018-05-10 10:09:13 +02:00
junos-eznc pythonPackages.junos-eznc: init at 2.1.7 2018-03-03 17:52:48 +01:00
jupyter_client python: jupyter_client: 5.2.2 -> 5.2.3 2018-04-08 11:34:54 +02:00
jupyter_console python.pkgs.jupyter_console: 5.0.0 -> 5.2.0 2017-09-13 10:24:44 +02:00
jupyter_core python: jupyter_core: 4.3.0 -> 4.4.0 2017-12-31 11:01:53 +01:00
jupyterhub pythonPackages.jupyterhub: init at 0.8.1 2018-01-20 19:39:06 +00:00
jupyterhub-ldapauthenticator pythonPackages.jupyterhub-ldapauthenticator: init at 1.1 2018-02-25 18:05:23 +00:00
jupyterlab jupyterlab: fix JUPYTERLAB_DIR lookup 2018-04-09 15:23:15 +01:00
jupyterlab_launcher pythonPackages.jupyterlab_launcher: init at 0.10.5 2018-04-07 19:15:58 +01:00
kafka-python python: kafka-python: 1.4.1 -> 1.4.2 2018-04-08 11:34:54 +02:00
kaitaistruct python: kaitaistruct: 0.7 -> 0.8 2018-02-18 20:07:42 +01:00
keepkey python.pkgs.keepkey: 0.7.3 -> 4.0.0 2017-11-07 17:59:24 +00:00
keras python.pkgs.Keras: fix build 2018-05-10 10:13:30 +02:00
keyring pythonPackages.keyring: 12.0.2 -> 12.2.1 (#41142) 2018-05-27 19:58:52 +02:00
keyrings-alt pythonPackages.keyrings-alt: run tests 2018-05-27 19:30:53 +02:00
keyutils pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
kitchen maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
kiwisolver python.pkgs.kiwisolver: init at 1.0.1 2018-04-08 11:34:57 +02:00
klein pythonPackages.klein: 15.3.1 -> 17.10.0 2018-03-20 17:32:48 +01:00
koji maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
konfig Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
kubernetes pythonPackages.kubernetes: init at 5.0.0 2018-02-26 16:27:06 +01:00
langcodes pythonPackages.langcodes: init at 1.4.1 2018-04-05 00:10:14 +02:00
lark-parser python.pkgs.lark-parser: 2017-12-10 -> 2017-12-18 2018-01-02 09:59:43 +01:00
latexcodec pythonPackages.latexcodec: init at 1.0.5 2018-03-08 12:14:36 +00:00
ldap python.pkgs.ldap: fix build 2018-04-08 11:36:06 +02:00
ldap3 python.ldap3: 2.4 -> 2.4.1 2018-01-22 10:13:13 -08:00
ldappool pythonPackages.ldappool: 1.0 -> 2.2.0 2018-03-02 02:19:38 +01:00
ldaptor python.pkgs.ldaptor: init at 16.0.1 2018-01-07 10:20:35 +01:00
leather pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
ledgerblue python: ledgerblue: 0.1.16 -> 0.1.17 2018-04-08 11:34:54 +02:00
libagent python: libagent: 0.9.7 -> 0.9.8 2018-02-18 20:07:42 +01:00
libais pythonPackages.libais: 0.16 -> 0.17 (#37876) 2018-04-11 17:25:47 +02:00
libarcus libarcus: 3.0.3 -> 3.2.1 2018-02-25 22:24:08 +03:00
libasyncns Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
libgpuarray libgpuarray: add nvidia_x11 as dependency when cudaSupport 2018-05-13 14:19:16 +02:00
libnacl pythonPackages.libnacl: 1.6.0 -> 1.6.1 2017-11-12 09:49:14 +01:00
libsexy misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs 2017-09-21 15:49:53 -04:00
libsoundtouch pythonPackages.libsoundtouch: 0.3.0 -> 0.4.0 2017-05-21 22:24:26 +01:00
libtmux python: libtmux: 0.7.7 -> 0.8.0 2018-04-08 11:34:54 +02:00
libusb1 python.pkgs.libusb1: fix build 2017-12-31 11:17:34 +01:00
libversion python3.pkgs.libversion: init at 1.0.0 2018-05-27 09:14:00 -07:00
libvirt libvirt: 4.1.0 -> 4.4.0 2018-06-08 11:21:22 +00:00
limits python: limits: 1.2.1 -> 1.3 2018-02-03 17:43:30 +01:00
line_profiler python: line_profiler: 2.0 -> 2.1.2 2017-12-31 10:55:08 +01:00
linode-api pythonPackages.linode-api: Enable tests 2018-03-30 12:55:58 +08:00
linuxfd pythonPackages.linuxfd: init at 1.4.4 2017-09-07 19:45:30 +00:00
livereload python.pkgs.livereload: enable tests 2017-10-01 11:00:26 +01:00
llfuse python: llfuse: 1.3.3 -> 1.3.4 2018-05-10 10:09:14 +02:00
llvmlite python: llvmlite: 0.21.0 -> 0.22.0 2018-02-26 19:03:27 +01:00
lmtpd pythonPackages.lmtpd: init at 6.0.0 2017-12-06 09:41:13 +02:00
locket pythonPackages.locket: Move to own file 2018-04-04 19:46:00 +02:00
locustio treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
logfury python.pkgs.logfury: fix build 2017-09-07 09:52:47 +02:00
logilab treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
logster python.pkgs.logster: 7475c53822 -> 1.0.1 2018-03-24 10:35:37 +01:00
luftdaten python3Packages.luftdaten: init at 0.1.4 2018-02-03 23:22:26 +01:00
lxml python: lxml: 4.1.1 -> 4.2.1 2018-04-08 11:34:54 +02:00
m2r python: m2r: 0.1.13 -> 0.1.14 2018-04-08 11:34:54 +02:00
magic-wormhole pythonPackages.magic-wormhole: patch the call to 'locale' 2018-02-27 16:09:28 +08:00
magic-wormhole-transit-relay python: magic-wormhole-transit-relay: 0.1.1 -> 0.1.2 2018-04-08 11:34:54 +02:00
mail-parser pythonPackages.mail-parser: init at 3.3.1 2018-05-17 12:22:22 +02:00
Mako python: Mako: 1.0.4 -> 1.0.7 2017-12-31 11:45:09 +01:00
marionette-harness python: mozrunner: 6.14 -> 6.15 2018-04-08 11:36:07 +02:00
marisa marisa-python: init at 1.3.40 2018-03-10 17:13:38 +03:00
marisa-trie python: marisa-trie: 0.7.4 -> 0.7.5 2018-05-10 10:09:14 +02:00
markdown python.pkgs.markdown: 2.6.8 -> 2.6.10 2017-12-31 11:41:24 +01:00
markdown2 python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
markdownsuperscript pythonPackage.markdownsuperscript: init at 2.0.0 2017-07-03 12:50:11 +02:00
marshmallow python: marshmallow: 2.15.0 -> 2.15.1 2018-05-10 10:09:14 +02:00
marshmallow-sqlalchemy python.pkgs: updates 2017-10-27 21:34:42 +02:00
matplotlib python: matplotlib: 2.1.2 -> 2.2.2 2018-04-08 11:34:54 +02:00
matrix-client pythonPackages.matrix-client: don't pass pythonPackages 2017-08-25 12:50:41 +01:00
maya python.pkgs.maya: init at 0.3.3 2018-01-20 12:05:21 +01:00
mccabe pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
mdp python.pkgs.MDP: fix expression 2018-01-20 12:59:03 +01:00
mecab-python3 pythonPackages.mecab-python3: init at 0.7 2018-04-05 00:02:56 +02:00
MechanicalSoup python3.pkgs.MechanicalSoup: 0.9.0.post4 -> 0.10.0 2018-02-26 19:23:58 +01:00
meinheld python.pkgs.meinheld: init at 0.6.1 2018-01-20 12:05:21 +01:00
meliae treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
metaphone python metaphone: init at 0.6 (#25868) 2017-05-20 10:30:10 +01:00
mezzanine pythonPackages.mezzanine: Fix template project 2016-10-31 16:38:45 +01:00
micawber micawber: init at 0.3.5 2018-02-14 17:07:37 +01:00
milksnake pythonPackages.milksnake: init at 0.1.5 2018-04-23 16:35:44 +09:00
miniupnpc pythonPackages.miniupnpc: init at 2.0.2 2018-03-04 23:43:06 +01:00
misaka python: misaka: init at 2.1.0 2018-04-15 08:41:04 +00:00
mistune python: mistune: 0.7.4 -> 0.8.3 2017-12-31 10:55:08 +01:00
mnemonic python.pkgs: updates 2017-10-27 21:34:42 +02:00
mock-open pythonPackages.mock-open: init at 1.3.1 2018-04-02 23:29:50 +02:00
moinmoin treewide: fix derivation names 2018-05-28 05:59:57 -07:00
more-itertools python.pkgs.more-itertools: move expression 2018-04-08 11:34:57 +02:00
moretools python.pkgs.moretools: 0.1a41 -> 0.1.8 2017-08-29 10:33:59 +01:00
moto python.pkgs.moto: fix build 2018-05-28 00:16:27 +02:00
mozterm python.pkgs.mozterm: disable on python 3 2018-04-08 11:36:07 +02:00
mpi4py mpi4py: disable test_spawn.py 2018-02-10 22:37:45 -08:00
mplleaflet Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
mpyq mpyq: init at 0.2.5 2017-11-14 14:37:53 -05:00
mrbob pythonPackages.mrbob: fix build 2018-03-30 18:42:40 +02:00
msgpack python: msgpack: 0.5.4 -> 0.5.6 2018-02-26 18:42:48 +01:00
msgpack-numpy python.pkgs.msgpack-numpy: replace msgpack-python by msgpack 2018-04-08 11:36:06 +02:00
mt-940 treewide: fix derivation names 2018-05-28 05:59:57 -07:00
multidict python3Packages.multidict: clean up dependencies 2018-02-10 11:06:57 +01:00
multipledispatch python: multipledispatch: 0.4.9 -> 0.5.0 2018-04-08 11:34:55 +02:00
murmurhash python.murmurhash: 0.26.4 -> 0.28.0 2018-03-14 20:29:09 +01:00
mutagen pythonPackages.mutagen: 1.36 → 1.40.0 2018-04-12 01:35:52 +02:00
mwoauth pythonPackages.mwoauth: init at 0.3.2 2018-02-03 11:55:04 +00:00
mygpoclient python.pkgs.mygpoclient: fix expression 2018-01-01 11:47:34 +01:00
mypy mypy: 0.600 -> 0.610 2018-06-09 18:26:27 +01:00
mysql-connector pythonPackages.mysql-connector: 8.0.6 -> 8.0.11 2018-04-19 22:45:07 +02:00
mysqlclient pythonPackages.mysqlclient: init at 1.3.12 2018-03-19 11:40:57 +01:00
natsort pythonPackages.natsort: fix tests 2018-03-03 19:33:41 +01:00
nbconvert pythonPackages.nbconvert: fix failing tests on darwin 2017-11-10 11:49:56 -05:00
nbformat python.pkgs.nbformat: enable tests 2017-10-24 15:31:51 +02:00
nbmerge python.pkgs.nbmerge: init at unstable-2017-10-23 2017-10-28 08:06:37 +02:00
nbxmpp nbxmpp: 0.6.5 -> 0.6.6 2018-06-08 20:26:04 +02:00
ncclient pythonPackages.junos-eznc: init at 2.1.7 2018-03-03 17:52:48 +01:00
neovim pythonPackages.neovim: 0.2.4 -> 0.2.6, gem-neovim & gem-msgpack 2018-05-02 08:48:21 -04:00
netcdf4 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
netdisco python3.pkgs.netdisco: 1.3.1 -> 1.4.0 2018-04-10 13:22:07 +02:00
networkx Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
neurotools pythonPackages.neurotools: Move to own file 2018-04-04 19:46:00 +02:00
nevow pythonPackages.nevow: fix build, 0.14.2->0.14.3 2018-03-14 19:05:47 +01:00
nibabel pythonPackages.{nibabel,nipype,prov,pydotplus,xvfbwrapper}: Remove name 2018-01-20 11:32:55 +01:00
Nikola python: Nikola: 7.8.14 -> 7.8.15 2018-05-10 10:09:13 +02:00
nilearn python: nilearn: 0.4.0 -> 0.4.1 2018-04-08 11:34:55 +02:00
nimfa python: nimfa: 1.3.2 -> 1.3.4 2018-01-20 12:05:26 +01:00
nipype python: nipype: 1.0.2 -> 1.0.3 2018-05-10 10:09:14 +02:00
nltk Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
node-semver conan: Locally pin deps, enable tests 2018-03-15 13:48:58 +01:00
noise pythonPackages.noise: Move to own file 2018-04-04 19:45:57 +02:00
nose-exclude python.pkgs.nose-exclude: move expression 2017-10-29 13:42:12 +01:00
nose_warnings_filters python.pkgs.nose_warnings_filters: init at 0.1.5 2017-10-24 15:31:50 +02:00
notebook python2Packages.notebook: fix tests 2018-03-22 20:48:09 +08:00
notify2 python-notify2: init at 0.3.1 2018-02-21 04:14:08 -05:00
ntlm-auth Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4" 2017-06-06 14:48:42 +02:00
numba python: numba: 0.36.2 -> 0.37.0 2018-02-26 19:03:28 +01:00
numexpr python: numexpr: 2.6.4 -> 2.6.5 2018-05-10 10:09:14 +02:00
numpy python: numpy: 1.14.2 -> 1.14.3 2018-05-10 10:09:14 +02:00
numpy-stl python: numpy-stl: 2.3.2 -> 2.4.1 2018-04-08 11:34:55 +02:00
numpydoc python: numpydoc: 0.7.0 -> 0.8.0 2018-04-08 11:34:55 +02:00
numtraits python.pkgs.numtraits: move expression 2017-10-29 13:42:12 +01:00
nwdiag python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
oauth2client python: oauth2client: 1.4.12 -> 4.1.2 2018-04-08 11:36:05 +02:00
oauthenticator python: oauthenticator: 0.7.2 -> 0.7.3 2018-02-18 20:07:42 +01:00
odfpy python2Packages.odfpy: disable tests 2018-01-04 09:54:52 +01:00
odo pythonPackages.odo: mark as broken 2018-03-18 12:37:39 +01:00
ofxclient pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3 2017-10-30 12:06:07 +08:00
ofxhome pythonPackages.ofxhome: 0.3.1 -> 0.3.3 2017-10-10 07:52:56 -05:00
olefile python: olefile: 0.44 -> 0.45.1 2018-02-03 17:43:30 +01:00
onkyo-eiscp python: onkyo-eiscp: 1.2.4 -> 1.2.5 2018-05-10 10:09:14 +02:00
openidc-client python: openidc-client: 0.2.0 -> 0.5.0 2018-04-08 11:34:55 +02:00
openpyxl python: openpyxl: 2.5.2 -> 2.5.3 2018-05-10 10:09:14 +02:00
opentimestamps pythonPackages.opentimestamps: 0.2.1 -> 0.3.0 2018-04-27 23:09:55 +02:00
oset pythonPackages.oset: init at 0.1.3 2018-03-08 12:14:40 +00:00
outcome pythonPackages.outcome: init at 0.1.0a0 2018-05-11 16:38:04 +00:00
ovh python.pkgs.ovh: 0.4.5 -> 0.4.8 2018-02-03 17:43:31 +01:00
packaging python: packaging: 16.8 -> 17.1 2018-04-08 11:34:55 +02:00
packet-python python.pkgs.packet-python: 1.33 -> 1.37.1 2018-02-03 17:43:31 +01:00
pafy python: pafy: 0.5.3.1 -> 0.5.4 2018-02-18 20:07:42 +01:00
pandas pandas: fix check with the current pytest 2018-06-02 18:36:41 +00:00
papis-python-rofi papis-python-rofi: init at 1.0.2 2018-02-10 09:23:01 +01:00
parameterized pythonPackages.nose-parameterized: create parameterized alias 2018-02-05 13:55:52 +01:00
paramz python: paramz: 0.8.5 -> 0.9.1 2018-02-26 19:03:28 +01:00
parse parse: 1.6.6 -> 1.8.2 2018-03-07 11:02:22 -06:00
parse-type parse-type: 0.3.4 -> 0.4.2 2018-03-07 11:03:01 -06:00
parso python.pkgs.parso: 0.1.1 -> 0.2.0 2018-05-25 10:59:46 +01:00
partd python.pkgs.partd: 0.3.7 -> 0.3.8 2018-01-01 16:35:10 +01:00
passlib passlib: build with argon2_cffi 2017-12-05 13:31:55 +01:00
patator pythonPackages.patator: init at 0.7 2018-03-19 11:40:57 +01:00
path.py python: path.py: 11.0 -> 11.0.1 2018-04-08 11:34:55 +02:00
pathlib2 pythonPackages.pathlib2: fix build by removing obsolete test removal 2018-05-27 22:45:41 +02:00
pathspec python: pathspec: 0.5.5 -> 0.5.6 2018-04-08 11:36:07 +02:00
patsy pythonPackages.patsy: 0.3.0 -> 0.5.0 2018-04-28 22:57:56 +02:00
paypalrestsdk pythonPackages.paypalrestsdk: 0.7.0 -> 1.13.1 2018-03-17 17:08:11 +01:00
pbkdf2 pythonPackages.pbkdf2: Move to own file 2018-04-04 19:45:59 +02:00
pbr python: pbr: 4.0.1 -> 4.0.2 2018-05-10 10:09:14 +02:00
pdfminer_six pythonPackages.pdfminer: replacing pdfminer with pdfminer_six 2018-05-29 13:33:23 +01:00
pecan treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
pelican pelican: Disable pandoc support for now 2017-12-29 18:13:11 +01:00
pendulum python: pendulum: 1.4.2 -> 1.4.4 2018-04-08 11:34:55 +02:00
pep257 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
periodictable Remove lint from Sasview package 2018-03-22 17:44:27 +00:00
persistent pythonPackages.persistent: 4.0.8 -> 4.2.4.2 2017-07-28 16:13:28 +02:00
pexpect python: pexpect: 4.3.1 -> 4.4.0 2018-02-18 20:07:42 +01:00
phonenumbers pythonPackages.phonenumbers: 8.9.3 -> 8.9.5 2018-05-07 19:53:08 +02:00
phpserialize Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
piexif python.pkgs: updates 2017-10-27 21:34:42 +02:00
pika-pool pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pillow python: Pillow: 5.0.0 -> 5.1.0 2018-04-08 11:34:55 +02:00
pip python.pkgs.pip: 9.0.3 -> 10.0.1 2018-04-21 08:10:24 +02:00
pip-tools python: pip-tools: 2.0.1 -> 2.0.2 2018-05-10 10:09:14 +02:00
pkginfo python: pkginfo: 1.3.2 -> 1.4.2 2018-04-08 11:34:55 +02:00
plac plac: init at 0.9.6 2017-08-13 22:41:30 +02:00
plaster python.pkgs: updates 2017-10-27 21:34:42 +02:00
plaster-pastedeploy python: plaster_pastedeploy: 0.4.2 -> 0.5 2018-04-08 11:34:55 +02:00
plone-testing python: plone.testing: 5.1.1 -> 6.0.0 2018-02-18 20:07:42 +01:00
plotly python: plotly: 2.4.1 -> 2.5.1 2018-04-08 11:34:55 +02:00
pluggy python.pkgs.pluggy: 0.3.1 -> 0.6.0 2017-12-31 11:01:52 +01:00
pluginbase pythonPackages.pluginbase: init at 0.5 2017-04-13 03:10:10 +02:00
plumbum python: plumbum: 1.6.5 -> 1.6.6 2018-02-18 20:07:43 +01:00
ply python.pkgs.ply: 3.8 -> 3.11 2018-05-12 10:32:53 +02:00
plyfile treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03:00
Pmw pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
podcastparser python.pkgs.podcastparser: 0.6.1 -> 0.6.2 2017-11-02 17:15:19 +00:00
podcats treewide: fix derivation names 2018-05-28 05:59:57 -07:00
poezio poezio: 0.10 -> 0.11 2017-02-12 15:57:39 +01:00
polib python: polib: 1.0.4 -> 1.1.0 2018-04-08 11:34:55 +02:00
pomegranate Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
poppler-qt5 pythonPackages.poppler-qt5: init at 0.24.2 2018-03-31 17:02:32 +02:00
portend python.pkgs.portend: actually run tests 2018-04-20 13:00:23 +02:00
portpicker portpicker: init at 1.2.0 2017-11-14 14:37:53 -05:00
powerline pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
praw python.pkgs.praw: drop upper bound of prawcore requirement 2018-04-17 16:04:06 +02:00
prawcore python.pkgs.prawcore: 0.12.0 -> 0.15.0 2018-04-08 11:36:06 +02:00
premailer python.pkgs: updates 2017-10-27 21:34:42 +02:00
preshed preshed: init at 1.0.0 2017-08-13 22:41:30 +02:00
pretend python: pretend: 1.0.8 -> 1.0.9 2018-05-10 10:09:14 +02:00
proboscis proboscis: move to own file and fix homepage 2018-03-10 09:12:12 +01:00
progressbar python.pkgs.progressbar: disable on python 3 2018-04-08 11:36:07 +02:00
progressbar2 pythonPackages.pytestrunner: 2.6.2 -> 3.0 2018-01-20 13:37:43 +01:00
progressbar33 pythonPackages.progressbar33: init at 2.4 2018-04-10 12:48:43 +01:00
progressbar231 pythonPackages.progressbar231: init at 2.3.1 2018-04-10 12:47:52 +01:00
prometheus_client pythonPackages.prometheus_client: init at 0.2.0 2018-05-11 18:31:48 +02:00
prompt_toolkit Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
protobuf pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
prov Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
psd-tools pythonPackages.psd-tools: init at 1.4 2017-09-07 09:28:03 +02:00
psutil python: psutil: 5.4.3 -> 5.4.5 2018-05-10 10:09:14 +02:00
ptpython ptpython: 0.35 -> 0.41 2017-09-14 20:48:36 -04:00
ptyprocess python.pkgs.ptyprocess: 0.5 -> 0.5.2 2018-02-01 10:55:17 +01:00
publicsuffix publicsuffix: move to own file and fix homepage 2018-03-10 12:07:11 +01:00
pulp pulp: init at 1.6.0 2018-01-30 08:56:09 +09:00
pushbullet pythonPackages.pushbullet: 0.10.0 -> 0.11.0 and fix build 2018-03-17 16:53:31 +01:00
pushover python.pkgs.pushover: tests exists, but require network 2018-03-18 10:05:24 +00:00
pvlib pythonPackages.pvlib: init at 0.5.2 2018-06-06 14:03:25 +03:00
pwntools pwntools: 3.11.0 -> 3.12.0 2018-02-28 09:06:06 +00:00
py python: py: 1.5.2 -> 1.5.3 2018-04-08 11:34:55 +02:00
py3exiv2 pythonPackages.py3exiv2: init at 0.2.1 2017-11-03 20:01:55 +01:00
py3status python.pkgs.py3status: move to python-modules 2018-04-09 06:56:32 +01:00
py4j pythonPackages.py4j: Init at 0.10.6. 2018-03-17 09:17:48 -04:00
py_scrypt python: scrypt: 0.8.0 -> 0.8.6 2018-02-18 20:07:43 +01:00
py_stringmatching pythonPackages.py_stringmatching: init at 0.4.0 2018-02-25 17:49:30 +00:00
pyaes Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pyairvisual python3Packages.pyairvisual: init at 1.0.0 2018-05-22 14:29:57 +02:00
pyamf pythonPackages.pyamf: disable for Python 3 2018-03-17 16:57:00 +01:00
pyaml python: pyaml: 15.02.1 -> 17.12.1 2017-12-31 11:01:57 +01:00
pyarrow python.pkgs.pyarrow: fix for python3 2018-04-08 19:59:38 -04:00
pyasn1 python: pyasn1: 0.3.4 -> 0.4.2 2017-12-31 10:55:12 +01:00
pyasn1-modules python: pyasn1-modules: 0.1.5 -> 0.2.1 2017-12-31 10:55:12 +01:00
pyatspi python3.pkgs.pyatspi: 2.18.0 → 2.26.0 2018-04-24 21:53:11 +02:00
pyaxmlparser pythonPackages.gplaycli: 0.1.2 -> 3.21 2018-03-11 00:24:28 +01:00
pybase64 python: pybase64: 0.2.1 -> 0.3.1 2018-04-08 11:34:55 +02:00
pybfd python.pkgs.pybfd: use pname and version 2018-02-26 19:33:55 +01:00
pybindgen pybindgen: init at 0.18.0 2018-04-05 19:15:58 +09:00
pyblake2 python: pyblake2: 1.1.1 -> 1.1.2 2018-05-10 10:09:14 +02:00
pybtex pythonPackages.pybtex: init at 0.21 2018-03-08 12:14:37 +00:00
pybtex-docutils pythonPackages.pybtex-docutils: init at 0.2.1 2018-03-08 12:14:39 +00:00
pycairo python.pkgs.pycairo: 1.15.4 → 1.16.3 2018-04-12 11:53:48 +02:00
pycangjie python.pkgs.pycangjie: use buildPythonPackage 2018-01-01 11:48:31 +01:00
pycassa Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
pychart pychart: move to own file 2018-03-10 12:00:12 +01:00
pychromecast python: PyChromecast: 2.0.0 -> 2.1.0 2018-04-08 11:34:55 +02:00
pycodestyle pycodestyle: 2.0.0 -> 2.3.1 2017-07-13 00:32:27 +00:00
pycollada python: pycollada: 0.5 -> 0.6 2017-12-31 11:01:57 +01:00
pycontracts python: PyContracts: 1.7.9 -> 1.8.3 2018-04-08 11:34:55 +02:00
pycosat python.pkgs.pycosat: 0.6.0 -> 0.6.3 2017-12-31 13:03:38 +01:00
pycparser python: pycparser: 2.14 -> 2.18 2018-04-08 11:34:55 +02:00
pycrypto pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pycryptodome python: pycryptodome: 3.4.9 -> 3.5.1 2018-04-08 11:34:55 +02:00
pycryptodomex python: pycryptodomex: 3.4.9 -> 3.5.1 2018-04-08 11:34:55 +02:00
pycuda pycuda: fix boost_python3 link 2017-12-23 16:02:47 -05:00
pycups pythonPackages.pycups: fix on Darwin 2018-03-02 02:38:48 +01:00
pycurl python3Packages.pycurl: fix darwin build 2018-03-18 23:37:20 +01:00
pydbus Make less known wayland compositors usable (#32285) 2017-12-21 16:16:19 +00:00
pydocstyle pythonPackages.pydocstyle: depend on pathlib for python<3.4 only 2018-03-01 14:43:12 +01:00
pydot python: pydot: 1.2.3 -> 1.2.4 2017-12-31 10:55:14 +01:00
pydotplus pythonPackages.{nibabel,nipype,prov,pydotplus,xvfbwrapper}: Remove name 2018-01-20 11:32:55 +01:00
pydub python: pydub: 0.20.0 -> 0.21.0 2018-02-26 19:03:28 +01:00
pyechonest python: pyechonest: 8.0.2 -> 9.0.0 2018-04-08 11:34:55 +02:00
pyemd python: pyemd: 0.4.4 -> 0.5.1 2018-02-03 17:43:30 +01:00
pyev pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyexiv2 Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pyext pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pyezminc python2Packages.pyezminc: init at 1.2.01 2018-05-26 12:51:10 -04:00
pyfakefs python.pkgs.pyfakefs: run tests 2018-04-08 11:36:06 +02:00
pyfftw pythonPackages.pyfftw : move to separate expression 2017-08-31 21:18:39 +07:00
pyfiglet pythonPackages.pyfiglet : move to separate expression 2017-08-31 21:18:39 +07:00
pyflakes python.pkgs: updates 2017-10-27 21:34:42 +02:00
pyftgl treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
pygame pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pygame_sdl2 Renpy and pygame_sdl2 update - 6.99.14 (#33943) 2018-03-21 21:26:29 -05:00
pygccxml pygccxml: init at 1.9.1 2018-04-05 19:15:58 +09:00
pygeoip pythonPackages.pygeoip : move to separate expression 2017-08-31 21:18:40 +07:00
pygit2 python: pygit2: 0.26.3 -> 0.26.4 2018-05-10 10:09:14 +02:00
pyGithub PyGithub: update to 1.3.6 2018-02-21 14:11:48 +01:00
pyglet python: pyglet: 1.3.1 -> 1.3.2 2018-05-10 10:09:14 +02:00
Pygments Remove nckx as a maintainer for all packages 2018-01-16 23:00:49 +01:00
pygobject Merge #32034: pygobject: 3.24.1 -> 3.26.1 2017-12-01 08:00:24 +01:00
pygpgme pythonPackages.pygpgme : move to separate expression 2017-08-31 21:18:41 +07:00
pygraphviz Remove maintainership 2018-04-06 10:57:19 +02:00
pygtail python.pkgs.pygtail: init at 0.8.0 2018-03-24 10:34:57 +01:00
pygtk pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pygtksourceview pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyhamcrest pythonPackages.pyhamcrest: init at 1.9.0 2017-09-07 09:28:03 +02:00
pyhomematic pythonPackages.pyhomematic: 0.1.42 -> 0.1.43 2018-05-22 12:09:46 +02:00
pyjade pyjade: move to own file and fix homepage 2018-03-10 12:03:57 +01:00
pyjwkest python.pkgs: updates 2017-10-27 21:34:42 +02:00
pykde4 tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
pykdtree pythonPackages.pykdtree: init at 1.3.0 (#41355) 2018-06-06 00:50:28 +02:00
pylama pythonPackages.pylama: init at 7.4.3 2018-03-01 14:43:12 +01:00
pylast python: pylast: 2.0.0 -> 2.1.0 2018-01-20 12:05:27 +01:00
PyLD pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
pylibacl pythonPackages.pylibacl: 0.5.1 -> 0.5.3 2017-10-30 11:55:47 +08:00
pylibconfig2 pythonPackages.pylibconfig2: 0.2.4 -> 0.2.5 (#40985) 2018-05-23 17:25:44 +02:00
pylibgen pylibgen: init at 1.3.1 2018-02-10 09:23:02 +01:00
pylibmc pythonPackages.pylibmc: fix runtime dependency on libsasl2.so, by way of cyrus_sasl 2018-06-09 17:35:12 -05:00
pylint python: pylint: 1.8.3 -> 1.8.4 2018-04-08 11:36:07 +02:00
pylru python.pkgs.pylru: move to a separate file 2018-02-25 22:24:10 +03:00
pyls-isort python.pkgs.pyls-isort: init at 0.1.2 2018-05-25 11:00:13 +01:00
pyls-mypy python.pkgs.pyls-mypy: init at 0.1.2 2018-05-25 11:00:10 +01:00
pylti python.pkgs.PyLTI: 0.4.1 -> 0.5.1 2018-01-20 12:47:22 +01:00
pymacaroons-pynacl pythonPackages.pymacaroons-pynacl: move expression 2018-02-18 19:19:04 +01:00
pymc3 pythonPackages.pymc3: init at 3.2 2018-04-28 22:57:57 +02:00
pymetar python.pkgs.pymetar: modernize 2018-03-02 16:12:08 +00:00
pymongo python: pymongo: 3.6.0 -> 3.6.1 2018-03-03 11:58:50 +01:00
pymvglive pythonPackages.PyMVGLive: init at 1.1.4 2018-05-07 21:37:46 +02:00
pynacl pythonPackages.pynacl: use system libsodium 2018-02-18 18:02:18 +01:00
pynmea2 pythonPackages.pynmea2: init at 1.12.0 (#40757) 2018-05-24 01:08:37 +02:00
pyobjc python: pyobjc: 4.1 -> 4.2.1 2018-04-08 11:34:55 +02:00
pyocr pythonPackages.pyocr: disable on python2 2018-04-12 23:04:05 +02:00
pyodbc python: pyodbc: 4.0.22 -> 4.0.23 2018-04-08 11:34:55 +02:00
pyogg pyogg: init at 0.6.2a1 2018-05-22 09:26:26 +02:00
pyopencl python: pyopencl: 2018.1 -> 2018.1.1 2018-02-26 18:42:48 +01:00
pyopenssl python: pyOpenSSL: 17.2.0 -> 17.5.0 2018-02-03 17:43:30 +01:00
pyowm pythonPackages.pyowm: init at 2.8.0 2018-05-07 21:37:46 +02:00
pypandoc pythonPackages.pypandoc: mark as broken 2018-02-19 23:09:19 +01:00
pyparser pyparser: init at 1.0 2018-02-10 09:23:01 +01:00
pyparsing pythonPackages.pyparsing: 2.1.10 -> 2.2.0 2017-07-17 14:23:48 +02:00
pypcap pythonPackages.pypcap: 1.2.0 -> 1.2.2 (#40882) 2018-05-21 21:53:50 +02:00
pyperclip python: pyperclip: 1.5.27 -> 1.6.0 2018-04-08 11:36:05 +02:00
pyphen pythonPackages.pyphen: init at 0.9.4 2017-09-16 09:23:17 +01:00
pyproj Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
pyqt Merge pull request #37639 from Twey/plover-4.0.0.dev6 2018-05-02 12:49:02 -05:00
pyramid_beaker python.pkgs.pyramid_beaker: fix tests 2017-08-28 12:21:13 +01:00
pyro pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyroute2 python: pyroute2: 0.4.21 -> 0.5.0 2018-04-08 11:34:55 +02:00
pyrr pythonPackages.pyrr : move to separate expression 2017-08-31 21:18:41 +07:00
pyrtlsdr pythonPackages.pyrtlsdr: use m2r instead of pypandoc 2018-02-19 23:09:25 +01:00
pysam pysam: init at 0.13.0 2018-02-06 00:53:32 +01:00
pysc2 python.pkgs.pysc2: fix expression 2018-01-01 11:49:28 +01:00
pyscard yubikey-manager: 3.1 -> 4.0 2017-09-09 23:07:14 -04:00
pysdl2 pythonPackages.pysdl2: init at 0.9.6 2018-05-21 09:50:08 +02:00
pysensors pysensors: init at 2017-07-13 2018-04-21 17:03:30 +02:00
pyserial python.pyserial: 2.7 -> 3.4 2017-10-02 07:20:23 +00:00
pysha3 pythonPackages.pysha3: init at 1.0.2 2018-03-07 12:22:11 +01:00
pyshp Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pyside python.pkgs.pysideShiboken: fix gcc6 build 2017-08-26 09:15:49 +01:00
pysigset pysigset: init at 0.3.2 2017-12-31 20:40:03 +03:00
pyslurm pythonPackages.pyslurm: 20170302 -> 20180427 2018-04-30 11:28:50 -04:00
pysmbc pysmbc: clarify license 2017-10-01 23:51:23 +00:00
pysoundfile python: PySoundFile: 0.8.1 -> 0.9.0.post1 2017-12-31 10:55:16 +01:00
pyspark pythonPackages.pyspark: Init at 2.3.0 2018-03-17 09:54:12 -04:00
pyspf python.pkgs.pyspf: move to a separate file 2018-02-25 22:24:09 +03:00
pyspread python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
pysrt Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pytaglib pytaglib: init at 1.4.3 (#39498) 2018-04-26 17:19:52 +01:00
pyte pyte: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
pytest python: pytest: 3.5.0 -> 3.5.1 2018-05-10 10:09:14 +02:00
pytest-aiohttp pythonPackages.pytest-aiohttp: disable tests 2018-02-02 15:44:44 +01:00
pytest-asyncio python.pkgs: updates 2017-10-27 21:34:42 +02:00
pytest-catchlog pythonPackages.pytest-catchlog: Move to own file 2018-04-04 19:46:00 +02:00
pytest-cov python: pytest-cov: 2.4.0 -> 2.5.1 2018-04-08 11:34:55 +02:00
pytest-cram pythonPackages.pytest-cram: 0.1.1 -> 0.2.0 2018-02-06 21:49:44 +02:00
pytest-datafiles treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
pytest-django python.pkgs.pytest-django: fix patch hash 2017-09-01 08:56:08 +01:00
pytest-expect pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pytest-fixture-config python.pkgs.pytest-fixture-config: fix build 2018-04-08 11:36:06 +02:00
pytest-flake8 pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1 2018-05-01 17:13:37 +03:00
pytest-flakes python: pytest-flakes: 1.0.1 -> 2.0.0 2018-04-08 11:34:56 +02:00
pytest-forked python.pkgs.pytest-forked: init at 0.2 2017-08-25 19:36:15 +02:00
pytest-httpbin pythonPackages.pytest-httpbin: actually run tests 2018-02-09 20:37:56 +01:00
pytest-isort python.pkgs.pytest-isort: init at 0.1.0 2018-04-08 11:36:06 +02:00
pytest-localserver python: pytest-localserver: 0.3.7 -> 0.4.1 2017-12-31 10:55:16 +01:00
pytest-mock python: pytest-mock: 1.7.1 -> 1.8.0 2018-04-08 11:36:06 +02:00
pytest-pep8 pythonPackages.pytestpep8: Move to own file and add version 2018-04-04 19:46:00 +02:00
pytest-pep257 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pytest-quickcheck pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3 2017-12-20 17:30:09 +01:00
pytest-raisesregexp python: pytest-raisesregexp: 2.0 -> 2.1 2018-04-08 11:34:56 +02:00
pytest-rerunfailures python.pkgs.pytest-rerunfailures: improve expression 2018-01-10 18:17:13 +01:00
pytest-server-fixtures python.pkgs.pytest-server-fixtures: add future dependency 2018-04-08 11:36:06 +02:00
pytest-shutil python.pkgs.pytest-shutil: add termcolor dependency 2018-04-08 11:36:06 +02:00
pytest-subtesthack pythonPackages.python-subtesthack: Move to own file 2018-04-04 19:46:00 +02:00
pytest-sugar python.pkgs.pytest-sugar: mark as broken 2018-04-20 15:43:10 +02:00
pytest-timeout pytest-timeout: init at 1.2.1 2017-12-05 13:31:43 +01:00
pytest-tornado pythonPackages.pytest-tornado: init at 0.4.5 2018-02-03 11:55:04 +00:00
pytest-virtualenv python: pytest-virtualenv: 1.2.7 -> 1.3.0 2018-04-08 11:34:56 +02:00
pytest-warnings python.pkgs.pytest-warnings: fix homepage, fixes eval 2017-09-06 20:17:31 +02:00
pytest-xdist pythonPackages.pytest-xdist: 1.22.1 -> 1.22.2 2018-02-27 22:57:38 +01:00
pytestcache pythonPackages.pytestcache: Move to own file 2018-04-04 19:46:00 +02:00
pytestrunner python: pytest-runner: 4.0 -> 4.2 2018-04-08 11:34:56 +02:00
python-axolotl python.pkgs.python-axolotl: move to a separate file 2018-02-25 22:24:09 +03:00
python-axolotl-curve25519 python.pkgs.python-axolotl-curve25519: move to a separate file 2018-02-25 22:24:09 +03:00
python-ctags3 pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
python-daemon pythonPackages.pythondaemon: 2.1.1 -> 2.1.2 2018-02-28 01:18:56 +01:00
python-docx pythonPackages.python-docx: init at 0.8.6 (#38722) 2018-04-15 08:03:24 +02:00
python-editor python.pkgs.python-editor: fix by disabling tests 2017-08-25 19:36:16 +02:00
python-fontconfig pythonPackages.fontconfig: init at 0.5.1 2017-10-19 20:30:22 +02:00
python-fuse python.pkgs.fuse: fix expression 2018-01-01 11:49:07 +01:00
python-gnupg pythonPackages.python-gnupg: 0.4.1 -> 0.4.2 2018-04-02 03:53:32 -05:00
python-jose python.pkgs.python-jose: 1.3.2 -> 2.0.2 2018-04-08 11:36:06 +02:00
python-language-server python.pkgs.python-language-server: init at 0.18.0 2018-05-25 11:00:31 +01:00
python-ly pythonPackages.python-ly: init at 0.9.5 2018-03-31 17:01:39 +02:00
python-magic python: python-magic: 0.4.13 -> 0.4.15 2018-02-18 20:07:43 +01:00
python-oauth2 python: python-oauth2: 1.0.1 -> 1.1.0 2018-02-26 19:03:28 +01:00
python-openid python.pkgs.openid: init at 2.2.5/3.1.0 2018-05-24 16:40:56 +02:00
python-ptrace pythonPackages.python-ptrace: init at 0.9.3 2018-03-05 11:08:25 +00:00
python-simple-hipchat python.pkgs.python_simple_hipchat: move out of python-packages 2017-09-10 14:31:30 +01:00
python-slugify python: python-slugify: 1.2.4 -> 1.2.5 2018-04-08 11:34:56 +02:00
python-sql Python: many package updates 2017-05-27 14:25:08 +02:00
python-stdnum python: python-stdnum: 1.7 -> 1.8.1 2018-01-07 09:47:13 +01:00
python-telegram-bot python-telegram-bot: use urllib3 from nixpkgs, disable all tests properly 2018-01-20 18:03:35 -05:00
python-uinput pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
python-utils buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01:00
python3-openid python.pkgs.openid: init at 2.2.5/3.1.0 2018-05-24 16:40:56 +02:00
python_fedora maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
python_openzwave python36Packages.python_openzwave: init at 0.4.4 2018-04-09 16:45:18 +02:00
pythonix treewide: remove explicit overrides to gcc7 2018-02-17 16:29:31 +01:00
pythonnet pythonnet: Init at 2.3.0 2018-02-08 21:29:36 -05:00
pytimeparse Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
pytoml python.pkgs.pytoml: 0.1.11 -> 0.1.14 2017-12-31 11:01:58 +01:00
pytools python: pytools: 2018.1 -> 2018.3 2018-04-08 11:34:56 +02:00
pytorch pytorch: 0.3.1 -> 0.4.0 2018-05-13 14:02:08 -04:00
pytz pythonPackages.pytz: 2017.3 -> 2018.3 2018-02-09 17:56:19 +01:00
pytzdata python: pytzdata: 2017.3.1 -> 2018.3 2018-02-03 17:43:30 +01:00
pyudev Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
pyunifi pythonPackages.pyunifi: remove name 2018-03-01 12:21:10 +08:00
pyusb pythonPackages.pyusb: 1.0.0 -> 1.0.2 2017-10-29 22:35:16 +01:00
pywbem python.pkgs.pywbem: fix expression 2018-01-01 11:49:50 +01:00
pywebdav PyWebDAV: Fix src url 2017-09-15 10:31:56 +02:00
pywinrm python: pywinrm: 0.2.2 -> 0.3.0 2017-12-31 10:55:16 +01:00
pyxattr pythonPackages.pyxattr: 0.5.1 -> 0.6.0 2017-10-30 11:55:45 +08:00
pyxml treewide: fix derivation names 2018-05-28 05:59:57 -07:00
pyyaml pythonPackages.pyyaml: move derivation 2018-02-03 17:43:31 +01:00
pyzmq python: pyzmq: 16.0.2 -> 17.0.0 2018-04-08 11:34:57 +02:00
pyzufall pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
qtawesome pythonPackages.qtawesome: init at 0.4.4 2017-11-15 15:47:02 +00:00
qtconsole python.pkgs: many updates 2017-08-25 19:36:14 +02:00
qtpy python: QtPy: 1.4.0 -> 1.4.2 2018-05-10 10:09:14 +02:00
quandl pythonPackages.quandl: comment on why gitihub and not pypi (3.2.1) 2017-12-14 15:28:19 +01:00
quantities python.pkgs.quantities: 0.10.1 -> 0.12.1 2018-02-03 17:43:31 +01:00
radicale_infcloud radicale_infcloud: init 2017-09-19 08:20:39 -07:00
radio_beam radio_beam: init at 0.2 2018-05-28 13:30:42 +02:00
rainbowstream rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
ramlfications pythonPackages.ramlfications : move to separate expression 2017-08-31 21:18:38 +07:00
rarfile pythonPackages.rarfile: use free libarchive by default. 2017-05-31 05:53:29 +02:00
raven pythonPackages.raven: 6.8.0 -> 6.9.0 2018-05-31 15:45:59 +02:00
rcssmin pythonPackages.rcssmin: init at 1.0.6 2017-07-11 09:44:12 +02:00
rdflib python.pkgs.rdflib: move expression 2018-02-03 09:35:36 +01:00
readme_renderer python.pkgs.readme_renderer: correct dependencies 2018-04-08 11:36:06 +02:00
rebulk pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
recommonmark python.pkgs.recommonmark: move expression 2017-10-29 13:54:56 +01:00
recursive-pth-loader pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
redis pythonPackages.redis: 2.10.5 -> 2.10.6 2017-09-28 14:00:01 +02:00
rednose Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
regex Merge remote-tracking branch 'upstream/master' into staging 2018-03-13 23:04:18 +02:00
reikna treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
relatorio python: relatorio: 0.7.1 -> 0.8.0 2017-12-31 10:55:17 +01:00
reportlab python.pkgs.reportlab: 3.2.0 -> 3.4.0 2017-11-11 09:16:59 +01:00
requests python: remove name from some expressions 2018-02-28 10:10:05 +10:30
requests-cache pythonPackages.request-cache: Move to own file 2018-04-04 19:46:00 +02:00
requests-mock pythonPackages.requests-mock: 1.3.0 -> 1.4.0 2018-04-04 19:48:00 +02:00
requests-oauthlib Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
requests-toolbelt Remove maintainership 2018-04-06 10:57:19 +02:00
requests-unixsocket pythonPackages.requests-unixsocket: init at 0.1.5 2018-03-18 17:47:37 +00:00
requests_download treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
requests_ntlm python.pkgs: updates 2017-10-27 21:34:42 +02:00
requestsexceptions python: requestsexceptions: 1.3.0 -> 1.4.0 2018-02-03 17:43:30 +01:00
responses python: responses: 0.4.0 -> 0.9.0 2018-04-08 11:34:56 +02:00
restructuredtext_lint python: restructuredtext_lint: 1.1.2 -> 1.1.3 2018-02-26 18:42:48 +01:00
restview python: restview: 2.8.0 -> 2.8.1 2018-02-03 17:43:30 +01:00
rfc3986 python.pkgs: many updates 2017-08-25 19:36:14 +02:00
rhpl Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
rjsmin pythonPackages.rjsmin: init at 1.0.12 2017-07-11 09:43:30 +02:00
rlp pythonPackages.rlp: init at 0.6.0 2018-04-13 19:35:29 +02:00
robomachine pythonPackages.robomachine: fix build 2018-03-18 13:19:44 +01:00
robotframework python: robotframework: 3.0.3 -> 3.0.4 2018-05-10 10:09:14 +02:00
robotframework-ride pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
robotsuite Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
rocket-errbot rocket-errbot: fix hash 2018-05-02 22:06:08 +02:00
root_numpy pythonPackages.root_numpy: fix build 2018-03-30 20:26:26 +02:00
rootpy python27Packages.rootpy: fix build (tests) 2018-04-05 00:15:49 +02:00
rope pythonPackages.rope: 0.10.2 -> 0.10.7 2017-11-15 15:27:26 +00:00
ROPGadget pythonPackages.ROPGadget : move to separate expression 2017-08-31 21:18:39 +07:00
ropper python: ropper: 1.11.3 -> 1.11.6 2018-02-18 20:07:43 +01:00
rpkg maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
rply pythonPackages.rply: enable tests 2017-11-01 05:14:33 -05:00
rpmfluff rpmfluff: init at 0.5.3 2017-09-16 00:11:05 -04:00
rpy2 python: rpy2: 2.8.2 -> 2.8.6 2018-05-10 10:09:14 +02:00
Rtree pythonPackages.Rtree: init at 0.8.3 2018-04-04 18:39:01 +02:00
rubymarshal python.pkgs.rubymarshal: init at 1.0.3 2018-05-27 09:13:14 -07:00
rx pythonPackages.rx: disable check 2018-05-30 02:43:55 +00:00
s2clientprotocol s2clientprotocol: init at 3.19.1.58600.0 2017-11-14 14:37:53 -05:00
s3fs python: s3fs: 0.1.4 -> 0.1.5 2018-05-10 10:09:14 +02:00
s3transfer python: s3transfer: 0.1.12 -> 0.1.13 2018-02-18 20:07:43 +01:00
salmon-mail pythonPackages.salmon-mail: rename from salmon 2018-01-11 02:53:22 +02:00
sampledata pythonPackages.sampledata: init at 0.3.7 2017-09-07 09:28:03 +02:00
sarge python.pkgs.sarge: move to a separate file 2018-02-25 22:24:10 +03:00
sasmodels pythonPackages.sasmodels: fix build (#40381) 2018-05-12 23:17:03 +02:00
scandir python.pkgs.scandir: move to a separate file 2018-02-25 22:24:10 +03:00
scapy pythonPackages.scapy: remove name attribute (#39058) 2018-04-17 15:54:24 +02:00
schema python: schema: 0.6.6 -> 0.6.7 2018-01-20 12:05:28 +01:00
scikitlearn pythonPackages.scikitlearn: disable doctests 2018-03-17 19:35:03 +01:00
scipy python: scipy: 1.0.0 -> 1.0.1 2018-04-08 11:34:56 +02:00
scp pythonPackages.junos-eznc: init at 2.1.7 2018-03-03 17:52:48 +01:00
scrapy pythonPackages.scrapy: enable darwin build 2018-05-05 23:35:30 -05:00
seaborn python: seaborn: 0.7.1 -> 0.8.1 2017-12-31 10:55:18 +01:00
secp256k1 python.pkgs.secp256k1: 0.12.1 -> 0.13.2 2018-01-20 14:57:20 +01:00
secretstorage treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
selenium python-selenium: fix darwin build 2018-03-14 21:00:30 +01:00
semantic-version python: remove name from some expressions 2018-02-28 10:10:05 +10:30
semver python.pkgs.semver: run tests 2017-12-26 01:11:16 +01:00
send2trash python.pkgs.send2trash: configparser is a backport 2018-04-05 19:43:44 +02:00
seqdiag python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
serpy python: serpy: 0.2.0 -> 0.3.1 2017-12-31 10:55:18 +01:00
serversyncstorage pythonPackages.serversyncstorage: mark as broken 2018-04-12 23:04:05 +02:00
service_identity service_identity: cosmetic changes 2018-03-21 10:21:38 +09:00
setuptools python.pkgs.setuptools: 38.4.1 -> 39.0.1 2018-04-08 11:36:07 +02:00
setuptools_scm python: setuptools_scm: 1.15.6 -> 1.17.0 2018-04-08 11:34:56 +02:00
shapely pythonPackages.shapely: fix darwin build 2018-03-12 01:29:44 +01:00
simanneal python.pkgs.simanneal: enable tests 2017-09-24 15:57:49 +01:00
simpleeval pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
simplegeneric python.pkgs.simplegeneric: move expression 2018-02-03 17:43:31 +01:00
simplejson python: simplejson: 3.11.1 -> 3.13.2 2017-12-31 10:55:19 +01:00
sip python.pkgs.sip: 4.19.3 -> 4.19.6 2017-12-24 05:00:54 +00:00
six python.pkgs.six: disable tests to prevent infinite recursion 2017-12-31 11:01:52 +01:00
sleekxmpp pythonPackages.sleekxmpp: fix dnspython issue 2018-05-01 13:11:11 +02:00
slimit pythonPackages.slimit: init at 0.8.1 2018-03-20 10:59:37 +01:00
smart_open pythonPackages.smart_open: fix build, 1.5.6 -> 1.5.7 2018-03-30 23:02:01 +02:00
smmap smmap2: init at 2.0.3 2018-05-13 11:33:41 -04:00
smmap2 smmap2: init at 2.0.3 2018-05-13 11:33:41 -04:00
smugpy pythonPackages.smugpy : move to separate expression 2017-08-31 21:18:38 +07:00
snakeviz pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
sockjs-tornado python.pkgs.sockjs-tornado: move to a separate file 2018-02-25 22:24:10 +03:00
sounddevice python.pkgs: updates 2017-10-27 21:34:42 +02:00
spacy python.pkgs.spacy: clean up propagatedBuildInputs 2018-04-08 11:36:06 +02:00
spake2 pythonPackages.spake2: 0.7 -> 0.8 2018-02-23 14:56:25 +01:00
spambayes python.pkgs.spambayes: 1.1b1 -> 1.1b2 2017-10-07 22:28:38 +01:00
spectral-cube spectral-cube: init at 0.4.3 2018-05-28 13:30:51 +02:00
sphfile treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03:00
sphinx python: Sphinx: 1.7.2 -> 1.7.4 2018-05-10 10:09:14 +02:00
sphinx-navtree pythonPackages.sphinx-navtree: init at 0.3.0 (#36442) 2018-03-08 11:13:04 +01:00
sphinx-testing Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
sphinxcontrib-bibtex pythonPackages.sphinxcontrib-bibtex: init at 0.3.6 2018-03-08 12:14:41 +00:00
sphinxcontrib-websupport python.pkgs.sphinxcontrib-websupport: init at 1.0.1 2017-08-25 19:36:20 +02:00
splinter python.pkgs.splinter: init at 0.7.7 2018-01-01 15:49:54 +01:00
spotipy pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
sqlalchemy python: SQLAlchemy: 1.2.6 -> 1.2.7 2018-05-10 10:09:14 +02:00
sqlalchemy-migrate sqlalchemy-migrate: remove tempest-lib as checkDependency 2017-12-15 16:08:39 +01:00
sqlmap python: sqlmap: 1.2.4 -> 1.2.5 2018-05-10 10:09:14 +02:00
sseclient pythonPackages.sseclient: init at 0.0.19 2018-03-04 23:42:52 +01:00
statsmodels python.pkgs.statsmodels: disable tests 2017-09-07 09:48:54 +02:00
stem pythonPackages.stem: run unit tests 2018-03-20 17:32:47 +01:00
stevedore python: stevedore: 1.27.1 -> 1.28.0 2017-12-31 10:55:20 +01:00
stringtemplate pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
stripe python: stripe: 1.79.0 -> 1.79.1 2018-03-03 12:00:45 +01:00
structlog pythonPackages.structlog: patch to fix tests, build 2018-01-08 09:48:13 -06:00
subliminal Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
subprocess32 python.pkgs.subprocess32: 3.2.6 -> 3.2.7 2017-09-17 11:09:26 +02:00
supervise_api pythonPackages.supervise_api: 0.4.0 -> 0.5.3 2018-05-04 20:10:29 +00:00
supervisor squashme: fixes 2018-05-25 22:34:25 +01:00
svg-path pythonPackages.svg-path: 2.0b1 -> 2.2 2018-03-19 22:39:56 +01:00
sybase pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
sybil python: sybil: 1.0.7 -> 1.0.8 2018-04-08 11:36:06 +02:00
sympy python.pkgs.sympy: 1.0 -> 1.1.1 2018-02-03 17:43:31 +01:00
syncserver syncserver: move to python-modules 2018-02-03 09:51:42 +01:00
systemd pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
tables python: tables: 3.4.2 -> 3.4.3 2018-05-10 10:09:14 +02:00
tablib pythonPackages.tablib: fix build 2018-03-17 15:21:59 +01:00
tabulate python: remove name from some expressions 2018-02-28 10:10:05 +10:30
taskw
tblib python: tblib: 1.3.0 -> 1.3.2 2018-04-08 11:34:56 +02:00
tempora python.pkgs: updates 2017-10-27 21:34:42 +02:00
tensorflow pythonPackages.tensorflow: 1.5.0 -> 1.7.1 2018-05-31 22:21:54 +02:00
tensorflow-tensorboard python.pkgs.tensorflow-tensorboard: 0.1.5 -> 1.5.1 2018-02-20 23:37:50 +03:00
terminado python.pkgs.terminado: 0.6.0 -> 0.8.1 2018-01-17 00:10:07 +01:00
termstyle Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
testfixtures python: testfixtures: 6.0.0 -> 6.0.2 2018-05-10 10:09:14 +02:00
testtools pythonPackages.testtools: clean up dependencies 2018-02-10 15:24:55 +01:00
text-unidecode Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
textacy python: textacy: 0.6.0 -> 0.6.1 2018-05-10 10:09:14 +02:00
texttable python: texttable: 1.1.1 -> 1.2.1 2018-01-07 09:47:14 +01:00
Theano Theano: fix broken compiler; Add nvidia_x11 as dependency when cudaSupport 2018-05-13 14:23:12 +02:00
thespian python: thespian: 3.9.1 -> 3.9.2 2018-02-03 17:43:30 +01:00
thinc python.pkgs.thinc: loosen version constraints 2018-04-08 11:36:06 +02:00
thumbor pythonPackages.thumbor: mark as broken under Python 3 2018-03-19 17:12:17 +08:00
tifffile python: tifffile: 0.13.5 -> 0.14.0 2018-02-26 19:03:29 +01:00
timeout-decorator pythonPackages.timeout-decorator: 0.3.2 -> 0.4.0 (#40914) 2018-05-22 11:40:26 +02:00
tinycss2 python.pkgs.tinycss2: init at 0.6.1 2018-04-08 11:36:06 +02:00
tiros python: tiros: 1.0.42 -> 1.0.44 2018-04-08 11:34:56 +02:00
titlecase pythonPackages.titlecase: init at 0.12.0 2017-11-11 15:00:23 -05:00
tmdb3 pythonPackages.tmdb3: 0.6.17 -> 0.7.2 2018-02-27 23:34:41 +01:00
todoist pythonPackages.todoist: Init at 7.0.17. 2017-08-23 13:00:22 +02:00
tokenserver tokenserver: move to python-modules 2018-02-03 09:51:42 +01:00
toml toml: init at 0.9.4 2018-03-25 01:45:51 -05:00
toolz python: toolz: 0.8.2 -> 0.9.0 2017-12-31 10:55:21 +01:00
torchvision pythonPackages.torchvision: 0.1.9 -> 0.2.1 2018-05-23 18:35:18 -05:00
tornado python: tornado: 5.0.1 -> 5.0.2 2018-04-08 11:36:07 +02:00
tox python: tox: 2.9.1 -> 3.0.0 2018-04-08 11:34:56 +02:00
tqdm python: tqdm: 4.20.0 -> 4.21.0 2018-04-08 11:36:07 +02:00
traitlets python.pkgs.traitlets: fix build and don't include .pytest_cache 2018-05-10 07:17:37 +02:00
transaction python: transaction: 2.1.2 -> 2.2.1 2018-04-08 11:34:56 +02:00
transitions python.pkgs.transitions: 0.6.5 -> 0.6.8 2018-05-28 00:11:41 +02:00
treq Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
trezor pythonPackages.trezor: add required rlp dependency, fix build 2018-04-13 19:35:53 +02:00
trio pythonPackages.trio: init at 0.4.0 2018-05-11 17:00:42 +00:00
trollius python.pkgs.trollius: use optionals instead of optional, fixes eval for neovim 2017-11-24 20:14:28 +01:00
trustme python.pkgs.trustme: fix python2 build 2018-06-04 04:06:09 +00:00
tunigo pythonPackages.tunigo: fix tests 2018-02-27 23:04:17 +01:00
TurboCheetah python.pkgs.TurboCheetah: init at 1.0 2017-12-07 14:14:16 +01:00
tweepy python.pkgs.tweepy: fix build with pip 10 2018-04-26 08:53:27 +02:00
twilio twilio: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
twill Python: many package updates 2017-05-27 14:25:08 +02:00
twine twine: update 1.9.1 -> 1.11.0 2018-05-09 00:40:32 -04:00
twisted python.pkgs: updates 2017-10-27 21:34:42 +02:00
txaio python.pkgs.txaio: fix build 2018-04-08 11:36:06 +02:00
txtorcon pythonPackages.txtorcon: remove superfluous patch 2018-02-27 23:04:16 +01:00
typed-ast python.pkgs: updates 2017-10-27 21:34:42 +02:00
typeguard python: typeguard: 2.1.3 -> 2.1.4 2018-01-07 09:47:14 +01:00
typing python: typing: 3.5.3.0 -> 3.6.4 2018-02-03 17:43:31 +01:00
typing-extensions pythonPackages.typing-extensions: init at 3.6.5 (#40983) 2018-06-05 22:12:05 +02:00
tzlocal python: tzlocal: 1.4 -> 1.5.1 2017-12-31 10:55:23 +01:00
u-msgpack-python python: u-msgpack-python: 2.4.1 -> 2.5.0 2018-04-08 11:34:56 +02:00
ua-parser pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
ukpostcodeparser python.pkgs: updates 2017-10-27 21:34:42 +02:00
umemcache pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
uncertainties python: uncertainties: 3.0.1 -> 3.0.2 2018-01-20 12:09:08 +01:00
unicorn python.pkgs.unicorn: disable python3 2017-09-10 14:21:56 +01:00
unidecode python: Unidecode: 0.04.21 -> 1.0.22 2018-01-07 09:47:14 +01:00
unifi python.pkgs.unifi: move to separate expression 2017-07-15 17:40:54 +01:00
unittest-xml-reporting Remove lint from Sasview package 2018-03-22 17:44:27 +00:00
update_checker python.pkgs.update_checker: 0.11 -> 0.16 2017-11-07 13:15:49 +00:00
uproot pythonPackages.uproot: init at 2.8.23 2018-05-16 09:36:52 +02:00
uranium python36Packages.uranium: 3.2.1 -> 3.3.0 2018-05-16 23:31:23 -07:00
uritemplate python.pkgs.uritemplate: update expression 2018-04-08 11:36:05 +02:00
uritools pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
urlgrabber urlgrabber: 3.9.1 -> 3.10.2 2017-09-16 00:11:06 -04:00
urllib3 urllib3: revert multiple outputs 2017-09-27 17:11:14 +02:00
urwid python3.pkgs.urwid: remove several tests 2017-11-25 09:03:32 +01:00
us pythonPackages.us: init at 1.0.0 (#34076) 2018-01-20 12:19:13 +00:00
usbtmc pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
user-agents pythonPackages.user-agents: init at 1.1.0 2018-01-14 14:10:01 +01:00
vcrpy python.pkgs.vcrpy: 1.11.0 -> 1.11.1 2017-06-01 18:24:57 +02:00
vcversioner treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
vega python.pkgs: many updates 2017-08-25 19:36:14 +02:00
versioneer pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
vine python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
virtkey python.pkgs.virtkey: move to a separate file 2018-02-25 22:24:10 +03:00
virtual-display pythonPackages.virtual-display: 0.1.5 -> 0.2.1 and disable tests 2018-02-27 23:04:16 +01:00
virtualenv python: virtualenv: 15.1.0 -> 15.2.0 2018-04-08 11:34:56 +02:00
vobject python.pkgs.vobject: move expression 2018-04-08 11:36:05 +02:00
voluptuous python: voluptuous: 0.10.5 -> 0.11.1 2018-02-18 20:07:43 +01:00
voluptuous-serialize python36Packages.voluptuous-serialize: init at 1.0.0 2018-06-05 09:11:12 +02:00
vowpalwabbit python: vowpalwabbit: 8.4.0 -> 8.5.0 2018-04-08 11:34:56 +02:00
vxi11 pythonPackages.vxi11: fix tests by fetching from GitHub 2018-04-04 09:44:52 +02:00
waitress-django pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
wakeonlan python.pkgs.wakeonlan: fix build 2018-04-08 11:36:05 +02:00
Wand treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
warrant pythonPackages.warrant: init at 0.6.1 2018-04-16 07:58:28 +02:00
webassets python.pkgs.webassets: move to a separate file 2018-02-25 22:24:10 +03:00
webcolors python: webcolors: 1.7 -> 1.8.1 2018-02-18 20:07:43 +01:00
webencodings pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
weboob weboob: Disable doctests requiring networking 2018-04-27 20:39:14 +02:00
websockets python: websockets: 3.4 -> 4.0.1 2017-12-31 10:55:23 +01:00
websockets_client pythonPackages.websocket_client: 0.40.0 -> 0.47.0 2018-02-26 16:27:06 +01:00
werkzeug werkzeug: disable one test on darwin. 2018-01-16 21:32:35 +01:00
wheel python: wheel: 0.30.0 -> 0.31.0 2018-04-08 11:34:56 +02:00
whichcraft python.pkgs.whichcraft: run tests 2018-04-08 11:36:05 +02:00
whitenoise python.pkgs.whitenoise: init at 4.0b4 2018-01-20 12:05:21 +01:00
whoosh Whoosh: fix python3.6 2017-05-12 20:37:48 +01:00
widgetsnbextension python: widgetsnbextension: 3.2.0 -> 3.2.1 2018-05-10 10:09:14 +02:00
wordfreq pythonPackages.wordfreq: init at 2.0 2018-04-05 00:10:20 +02:00
wptserve pythonPackages.wptserve: make python2-only (upstream uses relative import in the latest release) 2017-09-06 13:46:16 +02:00
wrapt python: wrapt: 1.10.5 -> 1.10.11 2018-02-27 16:35:57 +01:00
ws4py python: ws4py: 0.4.3 -> 0.5.1 2018-04-08 11:34:56 +02:00
WSME pythonPackages.WSME: 0.8.0 -> 0.9.2 2018-03-20 17:32:49 +01:00
wsproto pythonPackages.wsproto: init at 0.11.0 2018-03-05 18:06:30 +01:00
wxPython wxPython: enable headers 2017-12-13 22:01:27 +01:00
xarray python: xarray: 0.10.2 -> 0.10.3 2018-05-10 10:09:14 +02:00
xcffib python: xcffib: 0.5.1 -> 0.6.0 2018-04-08 11:34:56 +02:00
xdot xdot: disable for python 2.x 2018-04-22 08:55:10 +01:00
xgboost xgboost: Enable building on Darwin (#37046) 2018-03-15 04:17:55 +03:00
XlsxWriter python: XlsxWriter: 1.0.2 -> 1.0.4 2018-05-10 10:09:13 +02:00
xlwt python.pkgs: many updates 2017-08-25 19:36:14 +02:00
xmltodict python.pkgs.xmltodict: 0.9.2 -> 0.11.0 2017-12-09 14:07:24 +01:00
xmpppy pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
xstatic pythonPackages.xstatic: move to python-modules 2018-02-28 08:32:18 +01:00
xstatic-bootbox pythonPackages.xstatic-bootbox: move to python-modules 2018-02-28 08:32:47 +01:00
xstatic-bootstrap pythonPackages.xstatic-bootstrap: move to python-modules 2018-02-28 08:32:50 +01:00
xstatic-jquery pythonPackages.xstatic-jquery: move to python-modules 2018-02-28 08:32:51 +01:00
xstatic-jquery-file-upload pythonPackages.xstatic-jquery-file-upload: move to python-modules 2018-02-28 08:32:52 +01:00
xstatic-jquery-ui pythonPackages.xstatic-jquery-ui: move to python-modules 2018-02-28 08:32:53 +01:00
xstatic-pygments pythonPackages.xstatic-pygments: move to python-modules 2018-02-28 08:32:53 +01:00
xvfbwrapper python.pkgs.xvfbwrapper: add missing test dependency 2018-01-20 14:09:53 +01:00
yahooweather pythonPackages.yahooweather: init at 0.10 2018-03-04 23:43:05 +01:00
yamllint python.pkgs: updates 2017-10-27 21:34:42 +02:00
yapf python: yapf: 0.20.2 -> 0.21.0 2018-04-08 11:34:56 +02:00
yarl pythonPackages.yarl: 1.1.0 -> 1.1.1 2018-02-18 12:07:13 +01:00
yenc pythonPackages.yenc: init at 0.4.0 2017-01-11 18:12:32 +01:00
yolk tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers" 2018-04-19 10:41:12 -05:00
yowsup python3Packages.yowsup: 2.5.2 -> 2.5.7 2018-05-04 09:09:59 +02:00
zc_lockfile zpl*: Fix the attribute name of the license 2017-08-06 13:49:18 +02:00
zconfig Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
zeep python: zeep: 2.4.0 -> 2.5.0 2018-01-07 09:47:14 +01:00
zeroconf python: zeroconf: 0.19.1 -> 0.20.0 2018-02-26 19:03:29 +01:00
zetup python: zetup: 0.2.42 -> 0.2.43 2018-05-10 10:09:14 +02:00
zict python: zict: 0.1.1 -> 0.1.3 2018-04-08 11:34:56 +02:00
zipfile36 tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers" 2018-04-19 10:41:12 -05:00
zipstream pythonPackages: Move my libraries to python-modules 2017-10-31 17:28:59 +01:00
zodb python: ZODB: 5.3.0 -> 5.4.0 2018-04-08 11:34:56 +02:00
zodbpickle python: zodbpickle: 0.7.0 -> 1.0 2018-02-18 20:07:43 +01:00
zope_copy pythonPackages.zope_copy: 4.0.2 -> 4.1.0 2018-03-20 17:32:47 +01:00
zope_interface python.pkgs: updates 2017-10-27 21:34:42 +02:00
zope_testrunner python.pkgs.zope_testrunner: 4.7.0 -> 4.8.1 2017-11-28 02:03:24 +00:00
zxcvbn-python python: zxcvbn-python: 4.4.22 -> 4.4.24 2018-05-10 10:09:14 +02:00
fedpkg-buildfix.diff
pyacoustid-py3.patch
pyhepmc_export_edges.patch pythonPackages.pyhepmc: init at 0.5.0 2017-03-01 22:53:40 -05:00
pyhepmc_export_flow.patch pythonPackages.pyhepmc: init at 0.5.0 2017-03-01 22:53:40 -05:00
pypoppler-0.39.0.patch pythonPackages.pypoppler: init at 0.12.2 2016-10-01 11:10:02 +02:00
pypoppler-poppler.c.patch pythonPackages.pypoppler: init at 0.12.2 2016-10-01 11:10:02 +02:00
pyuv-external-libuv.patch
suds-0.4-CVE-2013-2217.patch