nixpkgs/pkgs/development/python-modules
John Ericson b9acfb4ecf treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile

(cherry picked from commit ba52ae5048)
2018-04-25 15:50:41 -04: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.7 -> 0.1.9 2018-01-20 12:05:23 +01:00
acme python.pkgs.acme: move to separate expression 2017-07-15 17:40:55 +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.4.7 -> 0.5.0 2018-02-03 17:43:29 +01:00
aenum python: aenum: 2.0.9 -> 2.1.0 2018-02-18 20:07:42 +01:00
affinity pythonPackages.affinity: init at 0.1.0 2017-10-28 08:55:13 -07:00
agate agate: refactor 2017-05-03 11:58:29 -07: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 python3Packages.aiohttp: 2.3.10 -> 3.0.1 2018-02-16 14:20:24 +01:00
aioimaplib python3Packages.aioimaplib: init at 0.7.13 2018-02-04 22:47:01 +01:00
alabaster python.pkgs: maintenance updates 2017-07-28 16:56:33 +02:00
alembic python: alembic: 0.9.7 -> 0.9.8 2018-02-18 20:07:42 +01:00
altair python.pkgs: updates 2017-10-27 21:34:42 +02:00
amqplib Update default.nix 2017-07-29 08:27:14 +00:00
aniso8601 python: aniso8601: 1.3.0 -> 2.0.0 2018-01-07 09:00:06 +01: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
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
APScheduler python: APScheduler: 3.5.0 -> 3.5.1 2018-01-20 12:05:23 +01:00
apsw python.pkgs.apsw: move to separate expression 2017-07-28 16:07:32 +07: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 python: asana: 0.6.7 -> 0.7.0 2018-02-18 20:07:42 +01:00
asgi_ipc Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
asgi_redis Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
asgiref Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01: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 pythonPackages.astral: 1.4 -> 1.5 2018-02-10 23:16:48 +01:00
astroid python: astroid: 1.6.0 -> 1.6.1 2018-02-03 17:43:29 +01:00
astropy python: astropy: 2.0.3 -> 3.0 2018-02-18 20:07:42 +01:00
async_timeout python3Packages.async-timeout: clean up 2018-02-10 11:07:03 +01:00
asynctest python3Packages.asynctest: init at 0.11.1 2018-02-04 22:13:11 +01: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.pkgs: updates 2017-10-27 21:34:42 +02:00
automat Python: many package updates 2017-05-27 14:25:08 +02:00
autopep8 python: autopep8: 1.3.3 -> 1.3.4 2018-02-03 17:43:29 +01:00
awesome-slugify python.pkgs.awesome-slugify: fix build (#34764) 2018-02-09 16:02:23 +00:00
aws-xray-sdk python.pkgs.aws-xray-sdk: init at 0.95 2017-12-31 11:01:57 +01: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
bayespy python.pkgs: updates 2017-10-27 21:34:42 +02:00
bcrypt Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
beautifulsoup4 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
behave python.pkgs.behave: init at 1.2.5 2017-09-07 09:28:03 +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 Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
biopython python: biopython: 1.68 -> 1.70 2017-12-31 12:13:32 +01: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
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
blaze python.pkgs.blaze: 0.11.0 -> 0.11.3 2018-01-01 16:35:26 +01:00
bleach python.pkgs.bleach: relax test requirement 2018-01-20 14:51:09 +01:00
blessed python.pkgs.blessed: fix tests 2017-12-14 16:33:54 -06: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: bokeh: 0.12.13 -> 0.12.14 2018-02-18 20:07:42 +01:00
bootstrapped-pip bootstrapped-pip: fix for cross (nativeBuildInputs) 2018-01-22 17:19:03 -06:00
boto3 python.pkgs.boto3: move expression 2017-12-31 11:01:57 +01:00
botocore python: botocore: 1.8.36 -> 1.8.45 2018-02-18 20:07:42 +01: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
bugzilla
buildout-nix python: zc.buildout: 2.10.0 -> 2.11.0 2018-02-03 17:43:29 +01:00
bz2file make my maintainer handle match my github username 2017-09-12 15:17:18 +02:00
cached-property python: cached-property: 1.3.0 -> 1.3.1 2017-12-31 12:24:48 +01:00
cachetools pythonPackages.cachetools: Add version 2.0.1 2017-09-16 09:23:15 +01:00
cairocffi pythonPackages.cairocffi: 0.7.2 → 0.8.0 2018-02-27 19:29:56 +01:00
can python-can: init at 2.0.0 2018-02-03 07:31:53 +01:00
canmatrix python-canmatrix: init at 0.6 2018-02-03 09:55:08 +01:00
canopen python-canopen: init at 0.5.1 2018-02-03 09:55:08 +01:00
cccolutils python.pkgs.cccolutils: run tests on python3 2017-12-26 01:11:16 +01:00
celery pythonPackages.celery: 4.0.2 -> 4.1.0 2018-02-11 09:00:18 +01:00
cement python: remove name from some expressions 2018-02-28 10:10:05 +10:30
certifi python: certifi: 2017.7.27.1 -> 2018.1.18 2018-01-20 12:05:24 +01:00
cffi python-cffi: disable tests on musl :3 2018-02-13 09:44:52 -06: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.2.0 -> 3.3.0 2018-02-03 17:43:29 +01: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
cheetah python.pkgs.cheetah: move and update expression 2017-12-07 14:14:16 +01:00
cheroot python.pkgs.cheroot: 5.8.3 -> 6.0.0 2017-12-24 04:41:15 +00:00
cherrypy python: CherryPy: 13.1.0 -> 14.0.0 2018-02-18 20:07:42 +01:00
cld2-cffi pythonPackages.clld-cffi: init at 0.1.4 2017-09-16 09:23:17 +01: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
cmd2 [RDY] pythonPackages.cmd2: 0.7.7 -> 0.8.0 (#35162) 2018-02-28 13:55:02 +00:00
codecov pythonPackages.codecov: init at 2.0.9 (#27018) 2017-07-03 20:12:46 +02:00
colorama python: remove name from some expressions 2018-02-28 10:10:05 +10:30
colorlog pythonPackages.colorlog: 2.6.1 -> 3.1.2 2018-01-26 13:27:59 +01:00
colorlover python.pkgs.colorlover: init at 0.2.1 2017-10-19 16:43:11 +02: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
configparser pythonPackages.configparser: fix with namespace packages 2017-03-14 16:43:46 +01:00
confluent-kafka python.pkgs: many updates 2017-08-25 19:36:14 +02:00
constantly Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
construct pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
contextlib2 python.pkgs.contextlib2: fix tests 2017-12-07 14:14:16 +01:00
coverage python: coverage: 4.4.2 -> 4.5.1 2018-02-18 20:07:42 +01:00
coveralls pythonPackages.coveralls: Add missing dependencies to fix build 2017-09-07 09:28:02 +02:00
cram Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
crayons python.pkgs.crayons: init at 0.1.2 2018-01-20 12:05:20 +01:00
credstash python: credstash: 1.13.4 -> 1.14.0 2017-12-30 17:06:32 +01:00
cryptography python: cryptography: 2.0.3 -> 2.1.4 2018-02-03 17:43:30 +01:00
cryptography_vectors python.pkgs.cryptography_vectors: 2.0.3 -> 2.1.4 2018-02-03 17:43:31 +01:00
csscompressor python: csscompressor: 0.9.4 -> 0.9.5 2017-12-30 17:06:32 +01:00
csvkit csvkit: refactor 2017-05-03 11:58:29 -07:00
cufflinks python.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
cupy python: cupy: 2.2.0 -> 2.3.0 2018-02-03 17:43:29 +01:00
curtsies Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
cx_freeze python: cx_Freeze: 5.0.2 -> 5.1.1 2017-12-30 17:06:32 +01: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
Cython treewide: isArm -> isAarch32 2018-04-25 15:50:41 -04:00
cytoolz python.pkgs.cytoolz: fix build 2018-01-07 10:02:48 +01:00
d2to1 pythonPackages.d2to1: 0.2.11 -> 0.2.12 2018-02-28 08:28:56 +01:00
daphne Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
dask python: dask: 0.16.1 -> 0.17.0 2018-02-18 20:07:42 +01:00
datashape python.pkgs.datashape: 0.5.2 -> 0.5.4 2018-01-07 09:51:20 +01:00
dateparser pythonPackages.dateparser: 0.6.0 -> 0.7.0 2018-02-09 19:57:22 +01:00
dateutil Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
dbf Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01: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
decorator python: decorator: 4.1.2 -> 4.2.1 2018-01-20 12:05:24 +01: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
descartes pythonPackages.descartes: init at 1.1.0 2017-09-04 22:23:40 +02:00
devpi-common python: devpi-common: 3.2.0 -> 3.2.1 2018-01-20 12:05:24 +01: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 diff_cover: init at 1.0.2 2018-01-19 19:46:56 +03:00
dill Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
discid python.pkgs: maintenance updates 2017-07-28 16:56:33 +02: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 python: distro: 1.0.4 -> 1.2.0 2017-12-30 17:06:32 +01:00
distutils-cfg
django Merge pull request #33618 from lsix/django_1_11_9 2018-01-17 09:46:47 +01: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-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: 1.1.6 -> 2.0.1 2018-01-20 12:05:24 +01: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-polymorphic python: django-polymorphic: 2.0 -> 2.0.2 2018-02-18 20:07:42 +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.pkgs: updates 2017-10-27 21:34:42 +02:00
django_tagging python.pkgs: updates 2017-10-27 21:34:42 +02:00
djangorestframework python: djangorestframework: 3.7.3 -> 3.7.7 2017-12-30 17:06:32 +01: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 python: remove name from some expressions 2018-02-28 10:10:05 +10:30
docker_compose python: docker-compose: 1.18.0 -> 1.19.0 2018-02-18 20:07:42 +01:00
dogpile.cache Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
dpkt pythonPackages.dpkt: 1.8 -> 1.9.1 2017-10-29 22:35:16 +01:00
ds4drv Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
dulwich python.pkgs: maintenance updates 2017-11-24 20:36:20 +01: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
ecpy Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01: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
elasticsearch python: elasticsearch: 6.0.0 -> 6.1.1 2018-01-20 12:05:25 +01:00
elasticsearch-curator python-modules: removed unnecessary name attributes 2018-01-12 10:17:51 +01: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 pythonPackages.emoji: 0.3.9 -> 0.4.5 2017-05-25 17:12:37 +02:00
entrypoints Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02:00
enum-compat python.pkgs.enum-compat: move to a separate file 2018-02-25 22:24:10 +03: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.pkgs.evdev: 0.6.4 -> 0.7.0 2018-01-03 01:12:23 +00:00
eve python: Eve: 0.7.6 -> 0.7.8 2018-02-18 20:07:42 +01: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
faker Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
fastimport python.pkgs.fastimport: fix expression 2018-01-01 11:46:58 +01:00
fastrlock pythonPackages.fastrlock: init at 0.3 2017-12-28 17:46:59 +01:00
faulthandler pythonPackages.faulthandler: fix tests 2018-02-19 01:41:02 +01: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 -> 1.7.11.post1 2018-02-18 20:07:42 +01: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 python: flake8-debugger: 3.0.0 -> 3.1.0 2018-02-18 20:07:42 +01:00
flake8-future-import flake8-future-import: Add patch to fix tests. 2017-09-28 15:12:44 +02:00
flake8-import-order pythonPackages.flake8-import-order: init at 0.17 2018-03-01 14:43:12 +01:00
flask python.pkgs.flask: disable tests 2017-09-07 09:28:03 +02:00
flask-assets python.pkgs.flask_assets: move to a separate file 2018-02-25 22:24:10 +03: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 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +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 python.pkgs.flask_script: move to a separate file 2018-02-25 22:24:10 +03: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.11.4 -> 0.13 2017-12-31 11:01:58 +01: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.21.2 -> 3.22.0 2018-02-18 20:07:42 +01: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
fritzconnection pythonPackages.fritzconnection: init at 0.6.5 2018-01-18 12:30:53 +01:00
ftfy python: ftfy: 5.2.0 -> 5.3.0 2018-02-03 17:43:30 +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
gensim python: gensim: 3.2.0 -> 3.3.0 2018-02-03 17:43:30 +01:00
GeoIP Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +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 python3Packages.git-annex-adapter: init at 0.2.0 2017-11-24 20:18:04 +01:00
globus-sdk python: globus-sdk: 1.4.1 -> 1.5.0 2018-02-18 20:07:42 +01:00
google_api_core python: google-api-core: 0.1.3 -> 0.1.4 2018-01-20 12:05:25 +01:00
google_auth python: google-auth: 1.3.0 -> 1.4.1 2018-02-18 20:07:42 +01:00
google_cloud_core google_cloud_core: init at 0.28.0 2017-12-20 23:48:57 +01:00
google_cloud_speech python: google-cloud-speech: 0.31.0 -> 0.32.0 2018-02-18 20:07:42 +01:00
google_gax google_gax: init at 0.15.16 2017-12-20 23:49:56 +01:00
googleapis_common_protos googleapis_common_protos: init at version 1.5.3 2017-12-20 23:44:21 +01:00
gpy python: GPy: 1.8.4 -> 1.8.5 2017-12-31 10:55:05 +01:00
grammalecte grammalecte: 0.5.18 -> 0.6.1 2018-01-10 19:31:33 +01:00
graph-tool treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
grip grip: buildInputs -> checkInputs 2018-02-23 01:38:04 -06:00
grpcio python: grpcio: 1.9.0 -> 1.9.1 2018-02-18 20:07:42 +01:00
gssapi python: gssapi: 1.3.0 -> 1.4.1 2018-02-18 20:07:42 +01:00
gst-python gstreamer: update hashes 2017-12-11 09:21:20 +00:00
guessit Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +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 python.pkgs.h5py: fix for numpy 1.14 2018-02-18 20:07:43 +01:00
h11 pythonPackages.h11: init at 0.7.0 2018-03-05 18:06:29 +01:00
habanero habanero: init at 0.6.0 2018-02-10 09:23:01 +01:00
hbmqtt pythonPackages.hbmqtt: init at 0.9.1 2018-01-27 11:42:20 +01:00
hcs_utils python.pkgs.hcs_utils: fix tests; disable python2 2017-09-16 13:06:12 +01: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
hmmlearn treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03:00
html5-parser misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs 2017-09-21 15:49:53 -04: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
httpbin python.pkgs.httpbin: fix expression 2018-01-20 12:05:22 +01:00
httpretty
httpserver pythonPackages.httpserver: init at 1.1.0 2017-05-04 20:25:09 +02:00
hupper hupper: fix tests on Darwin 2017-11-20 09:08:50 -05: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 python.pkgs: maintenance updates 2017-11-24 20:36:20 +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 python: idna: 2.5 -> 2.6 2017-12-31 11:05:16 +01:00
idna-ssl pythonPackages.idna-ssl: init at 1.0.0 2018-02-02 15:42:08 +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
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 interruptingcow: 0.6 -> 0.7 2017-09-18 07:32:57 +02:00
intervaltree buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01:00
ipykernel python: ipykernel: 4.8.0 -> 4.8.1 2018-02-18 20:07:42 +01:00
ipyparallel python: ipyparallel: 6.0.2 -> 6.1.1 2018-02-18 20:07:42 +01:00
ipython python2.pkgs.ipython: 5.3.0 -> 5.5.0 2018-01-07 10:53:34 +01:00
ipython_genutils python.pkgs.ipython_genutils: move expression 2017-10-29 12:44:13 +01:00
ipywidgets python: ipywidgets: 7.1.1 -> 7.1.2 2018-02-18 20:07:42 +01: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
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
jdcal python.pkgs.jdcal: 1.0 -> 1.3 2017-12-31 14:01:16 +01:00
jedi python: jedi: 0.11.0 -> 0.11.1 2017-12-31 10:55:07 +01:00
jellyfish python: jellyfish: 0.5.2 -> 0.5.6 2018-01-01 16:00:47 +01: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
joblib python.pkgs.joblib: disable tests properly 2017-11-02 08:19:58 +00:00
JPype1 Add missing files 2018-02-15 13:17:40 -05: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.20 -> 1.21 2017-12-31 11:01:58 +01:00
jsonpickle python: jsonpickle: 0.9.5 -> 0.9.6 2018-02-18 20:07:42 +01:00
jsonref python.pkgs.jsonref: move to separate expression 2017-07-15 17:40:55 +01:00
jsonrpc-async pythonPackages.jsonrpc-async: remove name 2018-03-01 12:21:10 +08:00
jsonrpc-base pythonPackages.jsonrpc-base: remove name 2018-03-01 12:21:10 +08:00
jsonrpc-websocket pythonPackages.jsonrpc-websocket: remove name 2018-03-01 12:21:10 +08: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 treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05: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.1 -> 5.2.2 2018-02-03 17:43:30 +01: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
kafka-python fixup 2017-12-12 08:48:35 +01: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: Keras: 2.1.3 -> 2.1.4 2018-02-18 20:07:42 +01:00
keyring python: keyring: 10.6.0 -> 11.0.0 2018-02-03 17:43:30 +01: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
koji maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
kubernetes pythonPackages.kubernetes: init at 5.0.0 2018-02-26 16:27:06 +01:00
lark-parser python.pkgs.lark-parser: 2017-12-10 -> 2017-12-18 2018-01-02 09:59:43 +01:00
ldap python: python-ldap: 2.4.45 -> 2.5.2 2017-12-31 11:01:54 +01:00
ldap3 python.ldap3: 2.4 -> 2.4.1 2018-01-22 10:13:13 -08: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.pkgs: updates 2017-10-27 21:34:42 +02:00
libagent python: libagent: 0.9.7 -> 0.9.8 2018-02-18 20:07:42 +01:00
libais Python: add pname attributes to libraries 2017-05-27 11:30:21 +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 python.pkgs.libgpuarray: 0.6.9 -> 0.7.5 2018-02-25 22:24:09 +03: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.pkgs.libtmux: fix expression 2018-01-20 12:57:34 +01:00
libusb1 python.pkgs.libusb1: fix build 2017-12-31 11:17:34 +01:00
libvirt python.pkgs.libvirt: move to separate file 2017-12-09 10:10:05 +01: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 Python linode-api: 4.1.1b2 -> 4.1.2b0 2017-08-23 14:52:00 +01: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.0 -> 1.3.2 2017-12-31 10:55:08 +01:00
llvmlite python: llvmlite: 0.20.0 -> 0.21.0 2017-12-31 11:01:53 +01:00
lmtpd pythonPackages.lmtpd: init at 6.0.0 2017-12-06 09:41:13 +02:00
locustio pythonPackages.msgpack: renamed to msgpack-python 2018-02-10 14:47:19 +01:00
logfury python.pkgs.logfury: fix build 2017-09-07 09:52:47 +02:00
logilab fixes missing attributes 2017-09-19 00:39:35 +01:00
luftdaten python3Packages.luftdaten: init at 0.1.4 2018-02-03 23:22:26 +01:00
lxml python: lxml: 3.8.0 -> 4.1.1 2017-12-31 11:01:56 +01:00
m2r python: m2r: 0.1.12 -> 0.1.13 2018-02-18 20:07:42 +01:00
magic-wormhole pythonPackages.magic-wormhole: patch the call to 'locale' 2018-02-27 16:09:28 +08:00
magic-wormhole-transit-relay pythonPackages.magic-wormhole-transit-relay: init at 0.1.1 2018-02-24 10:53:13 +01:00
Mako python: Mako: 1.0.4 -> 1.0.7 2017-12-31 11:45:09 +01:00
marionette-harness pythonPackages.marionette_driver: 2.3.0 -> 2.5.0 2018-01-07 22:47:54 +01: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.14.0 -> 2.15.0 2017-12-31 10:55:08 +01:00
marshmallow-sqlalchemy python.pkgs: updates 2017-10-27 21:34:42 +02:00
matplotlib python: matplotlib: 2.1.1 -> 2.1.2 2018-02-03 17:43:30 +01: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
MechanicalSoup python: MechanicalSoup: 0.8.0 -> 0.9.0.post4 2017-12-31 11:01:55 +01:00
meinheld python.pkgs.meinheld: init at 0.6.1 2018-01-20 12:05:21 +01:00
meliae Merge pull request #31389 from xvapx/meliae 2017-11-08 17:42:30 +00: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
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
moinmoin moinmoin: refactor and fix build 2018-02-18 12:53:36 +03:00
moretools python.pkgs.moretools: 0.1a41 -> 0.1.8 2017-08-29 10:33:59 +01:00
moto python: moto: 1.1.25 -> 1.2.0 2018-01-20 12:05:26 +01: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
msgpack pythonPackages.msgpack: init at 0.5.4 2018-02-10 15:10:55 +01:00
multidict python3Packages.multidict: clean up dependencies 2018-02-10 11:06:57 +01:00
multipledispatch Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
murmurhash pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01: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
mysql-connector pythonPackages.mysql-connector: init at 8.0.6 2018-02-21 18:54:26 +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 python: nbxmpp: 0.6.2 -> 0.6.3 2018-02-03 17:43:30 +01:00
ncclient pythonPackages.junos-eznc: init at 2.1.7 2018-03-03 17:52:48 +01:00
neovim pythonPackages.neovim: 0.2.0 -> 0.2.1 2018-02-10 15:10:55 +01:00
netcdf4 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
netdisco pythonPackages.netdisco: 1.2.3 -> 1.2.4 2018-01-18 11:06:12 +01:00
networkx Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
nibabel pythonPackages.{nibabel,nipype,prov,pydotplus,xvfbwrapper}: Remove name 2018-01-20 11:32:55 +01:00
Nikola pythonPackages.Nikola: remove input pytest-mock 2018-02-12 14:22:40 +02:00
nilearn python: nilearn: 0.3.1 -> 0.4.0 2017-12-31 10:55:09 +01:00
nimfa python: nimfa: 1.3.2 -> 1.3.4 2018-01-20 12:05:26 +01:00
nipype python: nipype: 0.14.0 -> 1.0.0 2018-02-03 17:43:30 +01:00
nltk Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
node-semver python: node-semver: 0.2.0 -> 0.3.0 2018-01-20 12:05:27 +01: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 python: notebook: 5.3.1 -> 5.4.0 2018-02-03 17:43:30 +01: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.35.0 -> 0.36.2 2017-12-31 11:01:53 +01:00
numexpr python.pkgs.numexpr: 2.6.2 -> 2.6.4 2017-12-29 18:57:06 +01:00
numpy python: numpy: 1.13.3 -> 1.14.0 2018-02-18 20:07:42 +01:00
numpy-stl python.pkgs.numpy-stl: init at 2.3.2 2017-10-22 04:18:28 +03:00
numpydoc python.pkgs.numpydoc: 0.6.0 -> 0.7.0 2018-02-18 20:07:43 +01: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
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 python.pkgs.odo: move expression 2017-10-29 13:42:11 +01:00
ofxclient pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3 2017-10-30 12:06:07 +08:00
olefile python: olefile: 0.44 -> 0.45.1 2018-02-03 17:43:30 +01:00
onkyo-eiscp onkyo-eiscp: init at 1.2.4 2018-02-26 18:15:49 +08:00
openidc-client openidc-client: init at 0.2.0 2017-09-15 22:43:11 -04:00
openpyxl python: openpyxl: 2.4.9 -> 2.5.0 2018-02-03 17:43:30 +01:00
ovh python.pkgs.ovh: 0.4.5 -> 0.4.8 2018-02-03 17:43:31 +01:00
packaging python.pkgs.packaging: fix tests 2018-02-18 20:07:43 +01: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 python: pandas: 0.21.1 -> 0.22.0 2018-01-01 16:00:51 +01: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.pkgs: updates 2017-10-27 21:34:42 +02:00
parse pythonPackages.parse: init at 1.6.6 2017-09-07 09:28:03 +02:00
parse-type python.pkgs.parse-type: fix expression 2018-01-01 11:47:56 +01:00
parso python.pkgs: maintenance updates 2017-11-24 20:36:20 +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
path.py pathpy fixup 2018-02-18 20:07:42 +01:00
pathlib2 python2Packages.pathlib2: disable test that assumes /etc/passwd 2018-02-26 12:48:01 +01:00
pathspec python.pkgs: updates 2017-10-27 21:34:42 +02:00
pbr python.pkgs: many updates 2017-08-25 19:36:14 +02:00
pecan pythonPackages.pecan: remove superfluous patch 2018-02-08 15:10:01 +01:00
pelican pelican: Disable pandoc support for now 2017-12-29 18:13:11 +01:00
pendulum python: pendulum: 1.4.0 -> 1.4.1 2018-02-18 20:07:42 +01:00
pep257 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01: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 python: phonenumbers: 8.8.8 -> 8.8.9 2018-01-20 12:05:27 +01: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: 4.3.0 -> 5.0.0 2018-01-07 09:47:13 +01:00
pip-tools python: pip-tools: 1.10.2 -> 1.11.0 2017-12-31 11:01:54 +01: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.pkgs: maintenance updates 2017-11-24 20:36:20 +01:00
platformio platformio-python: add git 2018-02-11 09:20:13 +01:00
plone-testing python: plone.testing: 5.1.1 -> 6.0.0 2018-02-18 20:07:42 +01:00
plotly python: plotly: 2.3.0 -> 2.4.0 2018-02-18 20:07:42 +01: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
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
poezio poezio: 0.10 -> 0.11 2017-02-12 15:57:39 +01:00
pomegranate Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
portend python.pkgs: updates 2017-10-27 21:34:42 +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: 3.5.0 -> 5.2.0 2017-11-07 13:17:07 +00:00
prawcore python.pkgs.prawcore: init at 0.12.0 2017-11-07 13:16:42 +00: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
progressbar2 pythonPackages.pytestrunner: 2.6.2 -> 3.0 2018-01-20 13:37:43 +01: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 "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
psd-tools pythonPackages.psd-tools: init at 1.4 2017-09-07 09:28:03 +02:00
psutil python: psutil: 5.4.2 -> 5.4.3 2018-01-07 09:47:13 +01: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
pulp pulp: init at 1.6.0 2018-01-30 08:56:09 +09:00
pwntools pwntools: 3.11.0 -> 3.12.0 2018-02-28 09:06:06 +00:00
py python: py: 1.4.34 -> 1.5.2 2017-12-31 10:55:11 +01:00
py3exiv2 pythonPackages.py3exiv2: init at 0.2.1 2017-11-03 20:01:55 +01: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
pyamf pythonPackages.pyamf: init at 0.8.0 2017-11-19 15:50:56 +02:00
pyaml python: pyaml: 15.02.1 -> 17.12.1 2017-12-31 11:01:57 +01: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 tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
pybase64 pythonPackages.pybase64: init at 0.2.1 2018-02-05 13:55:53 +01:00
pybfd pybfd: 0.1.1 -> 0.1.1.2017-12-31 2017-12-31 15:20:51 +00:00
pyblake2 python: pyblake2: 0.9.3 -> 1.1.0 2017-12-31 10:55:12 +01:00
pycairo pythonPackages.pycairo: 1.10.0 → 1.15.4 2017-11-27 19:48:19 +01: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
pychromecast treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03: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
pycosat python.pkgs.pycosat: 0.6.0 -> 0.6.3 2017-12-31 13:03:38 +01:00
pycrypto pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pycryptodome python: pycryptodome: 3.4.7 -> 3.4.9 2018-02-03 17:43:30 +01:00
pycryptodomex python: pycryptodomex: 3.4.7 -> 3.4.9 2018-02-03 17:43:30 +01:00
pycuda pycuda: fix boost_python3 link 2017-12-23 16:02:47 -05: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 pydub 0.16.7 -> 0.20.0 2017-09-19 00:00:10 +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
pyfakefs pythonPackages.pyfakefs: init at 3.3 2018-01-08 14:09:18 +01: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 python.pkgs.pygame_sdl2: python3 tests are non-functional 2017-08-27 07:08:53 +01:00
pygeoip pythonPackages.pygeoip : move to separate expression 2017-08-31 21:18:40 +07:00
pygit2 python: pygit2: 0.26.0 -> 0.26.3 2017-12-31 10:55:14 +01:00
pyGithub PyGithub: update to 1.3.6 2018-02-21 14:11:48 +01:00
pyglet treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +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 python.pkgs: many updates 2017-08-25 19:36:14 +02: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 python3Packages.pyhomematic: 0.1.38 -> 0.1.39 2018-02-09 23:24:30 +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
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
pylibgen pylibgen: init at 1.3.1 2018-02-10 09:23:02 +01:00
pylibmc python.pkgs.pylibmc: use fetchPypi for src 2017-05-29 02:10:43 +01:00
pylint pythonPackages.pylint: add mccabe to propagatedBuildInputs 2018-03-01 14:43:12 +01:00
pylru python.pkgs.pylru: move to a separate file 2018-02-25 22:24:10 +03: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
pymetar python.pkgs.pymetar: modernize 2018-03-02 16:12:08 +00:00
pymongo python: pymongo: 3.5.1 -> 3.6.0 2017-12-31 10:55:15 +01:00
pynacl pythonPackages.pynacl: use system libsodium 2018-02-18 18:02:18 +01:00
pyobjc python: pyobjc: 4.0b1 -> 4.1 2017-12-31 10:55:16 +01:00
pyocr pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
pyodbc python: pyodbc: 4.0.21 -> 4.0.22 2018-01-20 12:05:27 +01:00
pyopencl python: pyopencl: 2017.2.2 -> 2018.1 2018-01-20 12:05:27 +01:00
pyopenssl python: pyOpenSSL: 17.2.0 -> 17.5.0 2018-02-03 17:43:30 +01: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 pypcap: 1.1.6 -> 1.2.0 2017-11-16 09:22:11 +01: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 python.pkgs.pyqt5: minor improvements 2018-02-04 10:16:46 +01: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 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +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
pyserial python.pyserial: 2.7 -> 3.4 2017-10-02 07:20:23 +00: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 pyslurm: bump to unbreak 2018-01-09 11:57:35 -05: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
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
pyte pyte: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
pytest python: pytest: 3.3.2 -> 3.4.0 2018-02-03 17:43:30 +01: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-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-flake8 buildPythonPackage: rename nix_run_setup.py to nix_run_setup 2018-01-20 13:31:14 +01: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-localserver python: pytest-localserver: 0.3.7 -> 0.4.1 2017-12-31 10:55:16 +01:00
pytest-mock pythonPackages.pytest-mock: 1.7.0 -> 1.7.1 2018-03-05 09:22:41 +01: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-rerunfailures python.pkgs.pytest-rerunfailures: improve expression 2018-01-10 18:17:13 +01:00
pytest-sugar pythonPackages.pytest-sugar: 0.9.0 -> 0.9.1 2018-02-08 15:35:41 +01: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-warnings python.pkgs.pytest-warnings: fix homepage, fixes eval 2017-09-06 20:17:31 +02:00
pytest-xdist Revert "Merge staging at '8d490ca9934d0' into master" 2018-02-26 22:53:18 +01:00
pytestrunner python: pytest-runner: 3.0 -> 4.0 2018-02-18 20:07:43 +01: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-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 python.pkgs.python-gnupg: disable failing test test_search_keys 2017-09-23 19:01:41 +02:00
python-jose pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
python-magic python: python-magic: 0.4.13 -> 0.4.15 2018-02-18 20:07:43 +01:00
python-oauth2 pythonPackage.python-oauth2: init at 1.0.1 2018-01-20 13:54:05 +00: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-slugify: refactor 2017-05-03 11:58:29 -07: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
python_fedora maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00: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.pkgs.pytools: 2017.4 -> 2017.6 2017-12-31 11:27:29 +01:00
pytorch pytorch: fix sha256 hash 2017-11-22 23:11:52 +01: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 Python: add pname attributes to libraries 2017-05-27 11:30:21 +02:00
pyyaml pythonPackages.pyyaml: move derivation 2018-02-03 17:43:31 +01: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 pythonPackages.qtpy: init at 1.3.1 2017-11-15 15:48:43 +00: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
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 raven: 6.5.0 -> 6.6.0 2018-02-21 20:41:37 +01: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: init at 17.2 2017-09-07 10:01: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
regex treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03: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-oauthlib Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
requests-toolbelt python.pkgs.requests-toolbelt: 0.7.1 -> 0.8.0 2017-09-28 10:21:48 +02: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
restructuredtext_lint python.pkgs: maintenance updates 2017-11-24 20:36:20 +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
robomachine python: robomachine: 0.6 -> 0.8.0 2017-12-31 10:55:17 +01:00
robotframework pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01: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
root_numpy root_numpy: init at 4.7.3 2017-10-25 00:55:29 -04:00
rootpy rootpy: 0.9.0 -> 1.0.1 2017-10-25 14:05:03 -04: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
rx pythonPackages.rx: init at 1.6.0 2018-01-23 10:03:17 -08:00
s2clientprotocol s2clientprotocol: init at 3.19.1.58600.0 2017-11-14 14:37:53 -05: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
scandir python.pkgs.scandir: move to a separate file 2018-02-25 22:24:10 +03:00
scapy pythonPackages.scapy: 2.2.0 -> 2.3.3 2018-02-15 22:43:17 +01:00
schema python: schema: 0.6.6 -> 0.6.7 2018-01-20 12:05:28 +01:00
scikitlearn scitkitlearn: disable doctests on darwin as they are known to be broken there for this version. 2018-01-16 21:31:51 +01:00
scipy python.pkgs: updates 2017-10-27 21:34:42 +02:00
scp pythonPackages.junos-eznc: init at 2.1.7 2018-03-03 17:52:48 +01:00
scrapy python: Scrapy: 1.4.0 -> 1.5.0 2017-12-31 10:55:17 +01: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 pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +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: fix on darwin 2018-02-23 16:52:27 +01: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 serversyncstorage: move to python-modules 2018-02-03 09:52:15 +01:00
service_identity python.pkgs.service_identity: add meta and run tests 2017-12-26 01:11:16 +01:00
setuptools python setuptools: fix for cross (nativeBuildInputs) 2018-01-22 17:19:02 -06:00
setuptools_scm pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6 2017-08-25 19:36:15 +02:00
shapely python: Shapely: 1.6.3 -> 1.6.4.post1 2018-02-03 17:43:30 +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
smart_open python: smart_open: 1.5.3 -> 1.5.6 2017-12-31 10:55:19 +01: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: remove private regex derivation 2018-01-01 11:56:00 +01: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
sphfile treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03:00
sphinx python: Sphinx: 1.6.6 -> 1.7.0 2018-02-18 20:07:43 +01:00
sphinx-testing Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +02: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.2 -> 1.2.3 2018-02-18 20:07:43 +01:00
sqlalchemy-migrate sqlalchemy-migrate: remove tempest-lib as checkDependency 2017-12-15 16:08:39 +01:00
sqlmap python: sqlmap: 1.2 -> 1.2.2 2018-02-18 20:07:43 +01:00
statsmodels python.pkgs.statsmodels: disable tests 2017-09-07 09:48:54 +02: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.77.1 -> 1.77.2 2018-02-18 20:07:43 +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.3.0 -> 0.4.0 2018-02-14 15:35:46 +00:00
sybase pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
sybil python: sybil: 1.0.6 -> 1.0.7 2018-02-03 17:43:30 +01: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 pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
tabulate python: remove name from some expressions 2018-02-28 10:10:05 +10:30
taskw
tempora python.pkgs: updates 2017-10-27 21:34:42 +02:00
tensorflow tensorflow: disable XLA without CUDA 2018-02-27 03:16:35 +03: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
testfixtures python: testfixtures: 5.3.1 -> 5.4.0 2018-02-03 17:43:30 +01:00
testtools pythonPackages.testtools: clean up dependencies 2018-02-10 15:24:55 +01:00
textacy python: textacy: 0.4.1 -> 0.5.0 2017-12-31 10:55:20 +01:00
texttable python: texttable: 1.1.1 -> 1.2.1 2018-01-07 09:47:14 +01:00
Theano python: Theano: 0.9.0 -> 1.0.1 2017-12-31 10:55:20 +01:00
thespian python: thespian: 3.9.1 -> 3.9.2 2018-02-03 17:43:30 +01:00
thinc pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
tifffile python: tifffile: 0.13.4 -> 0.13.5 2018-02-03 17:43:30 +01:00
tiros python: tiros: 1.0.40 -> 1.0.42 2018-01-20 12:09:08 +01:00
titlecase pythonPackages.titlecase: init at 0.12.0 2017-11-11 15:00:23 -05: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
toolz python: toolz: 0.8.2 -> 0.9.0 2017-12-31 10:55:21 +01:00
torchvision torchvision: init at 0.1.9 2017-08-21 20:43:28 +09:00
tornado python.pkgs.tornado: fix optional dependency 2018-01-24 14:18:19 +01:00
tox python.pkgs.tox: 2.4.1 -> 2.9.1 2017-12-31 11:01:54 +01:00
tqdm python: tqdm: 4.19.4 -> 4.19.5 2017-12-31 10:55:21 +01:00
traitlets python.pkgs.traitlets: move expression 2017-10-29 13:42:11 +01:00
transaction Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
transitions pythonPackages.transitions: init at 0.6.4 2018-01-27 11:42:13 +01:00
treq Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
trezor trezor: Add pyblake2, click, libusb1 and ecdsa as propagatedBuildInput 2018-02-22 11:15:43 +01:00
trollius python.pkgs.trollius: use optionals instead of optional, fixes eval for neovim 2017-11-24 20:14:28 +01:00
TurboCheetah python.pkgs.TurboCheetah: init at 1.0 2017-12-07 14:14:16 +01: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 treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
twisted python.pkgs: updates 2017-10-27 21:34:42 +02:00
txaio python.pkgs: updates 2017-10-27 21:34:42 +02:00
txtorcon pythonPackages.txtorcon: fix tests 2018-02-10 13:11:07 +02: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
tzlocal python: tzlocal: 1.4 -> 1.5.1 2017-12-31 10:55:23 +01:00
u-msgpack-python pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01: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
update_checker python.pkgs.update_checker: 0.11 -> 0.16 2017-11-07 13:15:49 +00:00
uranium uranium: 3.1.0 -> 3.2.1 2018-02-25 22:24:09 +03: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
virtualenv python.pkgs: many updates 2017-08-25 19:36:14 +02:00
voluptuous python: voluptuous: 0.10.5 -> 0.11.1 2018-02-18 20:07:43 +01:00
vowpalwabbit python: vowpalwabbit: 8.3.2 -> 8.4.0 2017-12-31 10:55:23 +01:00
waitress-django pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
wakeonlan pythonPackages.wakeonlan: remove name 2018-03-01 12:21:10 +08:00
Wand treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04: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 pythonPackages.weboob: 1.1 -> 1.3 2018-02-11 09:14:42 +01: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.pkgs.wheel: 0.29.0 -> 0.30.0 2017-09-13 09:03:09 +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.1.3 -> 3.1.4 2018-02-18 20:07:43 +01:00
wptserve pythonPackages.wptserve: make python2-only (upstream uses relative import in the latest release) 2017-09-06 13:46:16 +02:00
ws4py python: ws4py: 0.4.2 -> 0.4.3 2017-12-31 10:55:23 +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.pkgs.xarray: 0.9.6 -> 0.10.0 2017-12-31 14:15:22 +01:00
xcffib pythonPackages.xcffib: 0.3.2 -> 0.5.1 2018-02-01 09:04:13 +01:00
XlsxWriter pythonPackages.XlsxWriter: init at 1.0.2 2017-12-14 14:31:17 +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
yamllint python.pkgs: updates 2017-10-27 21:34:42 +02:00
yapf python: yapf: 0.20.1 -> 0.20.2 2018-02-18 20:07:43 +01: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 remove profpatsch from maintainer list of a few packages 2018-02-12 06:24:38 +01:00
yowsup pythonPackages.yowsup: disable python2 build 2017-11-11 09:46:11 +01: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 pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
zetup python.pkgs: updates 2017-10-27 21:34:42 +02:00
zipfile36 python.pkgs.zipfile36: move expression 2017-10-29 13:42:11 +01:00
zipstream pythonPackages: Move my libraries to python-modules 2017-10-31 17:28:59 +01:00
zodb Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
zodbpickle python: zodbpickle: 0.7.0 -> 1.0 2018-02-18 20:07:43 +01:00
zope_copy python.pkgs.zope_copy: move expr 2017-12-31 14:06:25 +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 Merge pull request #28884 from FRidh/python-fixes 2017-09-06 13:54:10 +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