nixpkgs/pkgs/development/python-modules
Samuel Dionne-Riel f9b16e60da pythonPackages.protobuf: apply patch for python 3.7 only when building with it
Change introduced in #50672.

The patch does not apply on older protobuf like protobuf3_1

```
$ nix-build -E 'with import ./. { }; python3Packages.protobuf.override { protobuf = protobuf3_1; }'
unpacking sources
unpacking source archive /nix/store/1zdyl0cxaa8ha2v1zp75zzdjd6j99d0m-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/util/python/BUILD
patching sources
applying patch /nix/store/yagx7hvylnnjq7lxbcia0y5lq1r736w3-0a59054c30e4f0ba10f10acfc1d7f3814c63e1a7.patch
patching file google/protobuf/pyext/descriptor.cc
Hunk #1 succeeded at 55 (offset -1 lines).
patching file google/protobuf/pyext/descriptor_containers.cc
patching file google/protobuf/pyext/descriptor_pool.cc
Hunk #1 succeeded at 47 (offset -1 lines).
patching file google/protobuf/pyext/extension_dict.cc
Hunk #1 FAILED at 53.
1 out of 1 hunk FAILED -- saving rejects to file google/protobuf/pyext/extension_dict.cc.rej
patching file google/protobuf/pyext/message.cc
Hunk #1 succeeded at 82 (offset 3 lines).
Hunk #2 succeeded at 1425 (offset -104 lines).
```

Since the patch isn't necessary on python versions older than 3.7, let's
only apply it for version 3.7. This means that most things using older
protobuf implementation will now be able to build when using an older
pythonPackage set (as is most probably the case anyway).

This still leaves protobuf 3.1 using packages hanging, but the errors
will be localized to those that would be breaking anyway with the
upgrade to 3.7 as default python.
2018-12-11 11:30:52 +01:00
..
3to2 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
aafigure pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
absl-py python: absl-py: 0.4.0 -> 0.4.1 2018-09-01 10:41:37 +02:00
acme python.pkgs.acme: add meta 2018-08-03 14:16:54 +02:00
acme-tiny pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
acoustics pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
actdiag pythonPackages.actdiag: run tests 2018-08-03 17:40:56 +02:00
adal python36Packages.adal: 1.0.2 -> 1.2.0 2018-10-24 10:58:40 -07:00
aenum pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
affine pythonPackages.affine: init at 2.2.1 2018-11-26 13:47:38 +01:00
affinity pythonPackages.affinity: disable for Python 3 2018-03-02 02:46:11 +01:00
agate python.pkgs.agate: fix tests 2018-07-06 16:22:51 +02:00
agate-dbf pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
agate-excel pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
agate-sql pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
aioamqp pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
aioconsole python: aioconsole: 0.1.9 -> 0.1.10 2018-07-26 13:08:50 +02:00
aiodns pythonPackages: remove traces of Python 2.6 2018-06-25 10:50:44 +02:00
aioeventlet pythonPackages.aioeventlet: refactor move to python-modules 2018-10-27 09:07:18 +02:00
aiofiles python: aiofiles: 0.3.2 -> 0.4.0 2018-08-25 07:38:21 +02:00
aioh2 python3Packages.aioh2: init at 0.2.2 2018-10-31 17:47:24 +00:00
aiohttp python36Packages.aiohttp: 3.3.2 -> 3.4.4 (#49024) 2018-10-27 14:31:32 +02:00
aiohttp-jinja2 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
aiohttp-remotes python3Packages.aiohttp_remotes: init at 0.1.2 2018-10-31 13:08:40 +00:00
aiohue python: aiohue: 1.6.0 -> 1.7.0 2018-08-25 07:42:15 +02:00
aioimaplib python.pkgs.aioimaplib: 0.7.13 -> 0.7.14 2018-06-30 12:02:07 +02:00
aioprocessing pythonPackages.aioprocessing: init at 1.0.1 (#49170) 2018-10-29 13:24:24 +01:00
ajpy python: ajpy: 0.0.2 -> 0.0.4 2018-04-08 11:34:52 +02:00
alabaster python: alabaster: 0.7.11 -> 0.7.12 2018-10-13 09:50:15 +02:00
alembic python: alembic: 0.9.10 -> 1.0.0 2018-07-22 16:52:34 +02:00
alerta alerta: init at 6.3.2 2018-11-08 22:32:31 +01:00
alerta-server alerta: init at 6.3.2 2018-11-08 22:32:31 +01:00
allpairspy python: allpairspy: 2.4.0 -> 2.4.1 2018-08-25 07:42:23 +02:00
alot pythonPackages.alot: install zsh completion 2018-09-04 02:22:58 +09:00
altair python.pkgs.altair: fix build 2018-07-15 15:41:23 +02:00
amazon_kclpy pythonPackage.amazon_kclpy: fix licence name asl -> amazonsl 2018-05-31 12:57:50 +01:00
amqp python: amqp: 2.2.2 -> 2.3.2 2018-06-21 07:42:51 +02:00
amqplib pythonPackages.amqplib: 0.6.1 -> 1.0.2 2018-10-13 10:00:34 +02:00
aniso8601 python36Packages.aniso8601: 3.0.2 -> 4.0.1 (#49181) 2018-10-27 14:33:42 +02:00
ansi python.pkgs.ansi: add meta 2018-08-03 14:21:52 +02:00
ansicolor pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ansicolors python.pkgs.ansicolors: 1.0.2 -> 1.1.8 2018-01-20 12:05:22 +01:00
ansiconv pythonPackages.ansiconv: init at 1.0.0 2018-06-08 12:28:43 +01:00
antlr4-python3-runtime pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
anyjson python.pkgs.anyjson: update meta 2018-08-03 14:23:41 +02:00
apipkg python.pkgs.apipkg: fix build 2018-07-26 12:43:14 +02:00
appdirs pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
application python.pkgs.application: add meta 2018-08-03 14:29:14 +02:00
appnope python.pkgs.appnope: move expression 2018-07-22 12:00:03 +02:00
APScheduler python: APScheduler: 3.5.2 -> 3.5.3 2018-08-25 07:42:30 +02:00
apsw pythonPackages.apsw: 3.9.2-r1 -> 3.22.0-r1 2018-04-13 12:25:24 +02:00
area53 python.pkgs.area53: add meta 2018-08-03 14:34:41 +02:00
arelle pythonPackages.arelle: 2017-08-24 -> 18.3 2018-12-04 21:11:05 +01:00
argcomplete pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
argh pythonPackages.argh: refactor move to python-modules 2018-10-30 00:50:45 -04:00
argon2_cffi python: argon2_cffi: 18.1.0 -> 18.3.0 2018-08-25 07:42:37 +02:00
args pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
arpeggio python: Arpeggio: 1.8.0 -> 1.9.0 2018-07-22 16:52:34 +02:00
arrow python: arrow: 0.12.0 -> 0.12.1 2018-01-20 12:05:23 +01:00
arxiv2bib treewide: random cleanups 2018-08-10 12:56:31 +00:00
asana pythonPackages.asana: 0.7.0 -> 0.7.1 (#44561) 2018-08-06 22:24:24 +02:00
ase pythonPackage.ase: init at 3.16.2 2018-08-10 16:49:06 -04:00
asgiref python.pkgs.asgiref: disable for python < 3.5 2018-08-06 21:31:48 +02:00
asn1ate pythonPackages.asn1ate: unstable -> 0.6 2018-02-12 19:43:01 +01:00
asn1crypto pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
aspy.yaml pythonPackages.aspy-yaml: init at 1.1.1 2018-07-31 13:58:01 +02:00
astor python: astor: 0.6.2 -> 0.7.1 2018-07-22 16:52:34 +02:00
astral python36Packages.astral: 1.6.1 -> 1.7.1 2018-11-09 00:10:00 -08:00
astroid python: astroid: 2.0.4 -> 2.1.0 2018-12-06 22:12:09 +02:00
astropy python36Packages.astropy: 3.0.4 -> 3.0.5 2018-10-24 20:02:15 +02:00
astroquery astroquery: init at 0.3.8 (#50360) 2018-11-15 23:11:41 +00:00
astunparse pythonPackages.astunparse: 1.5.0 -> 1.6.1 2018-11-27 20:31:12 -05:00
async_generator python3Packages.async_generator: fix build on python3.5 2018-11-20 12:34:20 -05:00
async_timeout home-assistant: 0.80.3 -> 0.81.0 (#49251) 2018-10-27 09:11:53 -04:00
asyncio pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
asyncssh python.pkgs.asyncssh: 1.13.3 -> 1.14.0 2018-09-16 04:48:14 -04:00
asynctest pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
atom pythonPackages.atom: init at 0.4.1 2018-10-09 21:02:27 -04: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
atomman pythonPackages.atomman: init at 1.2.3 2018-10-30 13:38:59 -04:00
atsim_potentials pythonPackages.atsim_potentials: init at 0.2.1 2018-10-13 09:53:02 +02:00
attrdict pythonPackages.attrdict: Move to own file 2018-04-04 19:45:57 +02:00
attrs python: attrs: 17.4.0 -> 18.1.0 2018-06-21 07:42:51 +02:00
audioread pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
audiotools python.pkgs.audiotools: move expression 2018-07-22 12:00:03 +02:00
augeas python36Packages.augeas: 1.0.2 -> 1.0.3 2018-10-24 20:06:30 +02:00
authres python36Packages.authres: 1.1.0 -> 1.1.1 2018-11-09 02:04:09 -08:00
autobahn Revert "autobahn: 18.8.2 -> 18.9.2, txaio: 18.7.1 -> 18.8.1" (#49345) 2018-10-28 14:51:58 +01:00
autograd pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
autologging pythonPackages.autologging: init at 1.2.1 2018-11-07 15:28:06 +00:00
automat pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
autopep8 python: autopep8: 1.3.5 -> 1.4.2 2018-11-11 09:48:24 +01:00
av pythonPackages.av: 0.4.1 -> 0.5.3 2018-10-08 17:01:12 -04: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
awkward pythonPackages.awkward: init at 0.3.0 2018-10-26 16:37:52 +02:00
aws-adfs python: aws-adfs: 0.12.0 -> 0.12.1 2018-09-01 10:41:37 +02:00
aws-sam-translator python: aws-sam-translator: 1.6.0 -> 1.6.1 2018-07-22 16:52:34 +02:00
aws-xray-sdk python: aws-xray-sdk: 1.1.1 -> 1.1.2 2018-07-22 16:52:35 +02:00
azure pythonPackages.azure: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-common pythonPackages.azure-common: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-mgmt-common pythonPackages.azure-mgmt-common: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-mgmt-compute pythonPackages.azure-mgmt-compute: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-mgmt-network pythonPackages.azure-mgmt-network: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-mgmt-nspkg pythonPackages.azure-nspkg: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-mgmt-resource pythonPackages.azure-mgmt-resource: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-mgmt-storage pythonPackages.azure-mgmt-storage: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-nspkg pythonPackages.azure-nspkg: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-servicemanagement-legacy pythonPackages.azure-servicemanagement-lagacy: refactor move to python-modules 2018-10-13 10:07:50 +02:00
azure-storage pythonPackages.azure-storage: refactor move to python-modules 2018-10-13 10:07:50 +02:00
Babel python: Babel: 2.5.3 -> 2.6.0 2018-06-21 07:42:50 +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 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
backports_functools_lru_cache python: backports.functools_lru_cache: 1.4 -> 1.5 2018-02-18 20:07:42 +01:00
backports_lzma Merge branch 'master' into staging-next 2018-08-30 21:56:13 +02:00
backports_os pythonPackages.backports_os: init at 0.1.1 2018-10-14 09:26:04 -04:00
backports_shutil_get_terminal_size pythonPackages.backports_shutil_get_terminal_size: 1.0 -> 2016-02-21 (#42840) 2018-07-02 18:03:05 +02:00
backports_ssl_match_hostname python.pkgs.backports_ssl_match_hostname: move expression 2018-07-15 01:29:39 +02:00
backports_tempfile pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
backports_unittest-mock python: backports.unittest_mock: 1.3 -> 1.4 2018-07-22 16:52:35 +02:00
backports_weakref pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
backports-shutil-which pythonPackage.backports-shutil-which: enable tests 2018-09-12 09:04:36 +03:00
bap pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
base58 pythonPackages.base58: init at 1.0.0 2018-09-11 15:16:51 +02:00
basemap pythonPAckages.basemap: refactor move to python-modules 2018-10-30 00:51:15 -04:00
bash_kernel pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
basiciw python.pkgs.basiciw: move expression 2018-08-04 13:30:24 +02:00
batinfo python: batinfo: 0.3 -> 0.4.2 2018-04-08 11:34:52 +02:00
bayespy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
bcdoc python: bcdoc: 0.14.0 -> 0.16.0 2018-04-08 11:34:53 +02:00
bcrypt pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
beaker python.pkgs.beaker: move expression 2018-08-04 13:33:32 +02:00
beancount beancount: fix build 2018-10-30 21:01:02 +01:00
beautifulsoup4 python: beautifulsoup4: 4.6.0 -> 4.6.3 2018-08-25 07:38:21 +02:00
bedup pythonPackages.bedup: refactor move to python-modules 2018-10-17 07:46:55 +02:00
behave pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
betamax pythonPackages.betamax: Move to own file 2018-04-04 19:45:58 +02:00
betamax-matchers
betamax-serializers
bibtexparser Merge branch 'master' into bump-behave-version 2018-03-29 10:43:36 -05:00
billiard python: billiard: 3.5.0.3 -> 3.5.0.4 2018-07-22 16:52:35 +02:00
binaryornot Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
binwalk pythonPackages.binwalk: refactor move to python-modules 2018-10-17 07:46:55 +02:00
biopython python: biopython: 1.71 -> 1.72 2018-07-22 16:52:35 +02:00
bitarray pythonPackages.bitarray: init at 0.8.3 2018-10-22 17:23:05 -04:00
bitbucket-api python: bitbucket-api: 0.4.4 -> 0.5.0 2018-04-08 11:34:53 +02:00
bitbucket-cli bitbucket-cli: add license 2018-08-05 15:58:32 +02:00
bitcoin-price-api pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
bitcoinlib pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
bitmath python: bitmath: 1.3.1.2 -> 1.3.3.1 2018-08-25 08:07:32 +02:00
bitstring pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
bjoern python36Packages.bjoern: 2.2.2 -> 2.2.3 2018-10-24 20:06:52 +02:00
bkcharts pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
black black: 18.6b4 -> 18.9b0 (#47914) 2018-10-06 15:19:38 +02:00
blaze python.pkgs.blaze: use FetchFromGitHub 2018-02-26 19:24:16 +01:00
bleach python: bleach: 2.1.3 -> 2.1.4 2018-08-25 08:07:32 +02:00
blessed pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
blessings pythonPackages.blessings: refactor move to python-modules 2018-10-30 00:50:46 -04:00
blinker treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
blinkstick pythonPackages.BlinkStick: patch for newer pyusb version 2018-02-27 23:04:06 +01:00
blist pythonPackages.blist: refactor move to python-modules 2018-10-30 00:51:12 -04:00
blivet blivet: fix reference to selinux python modules 2018-10-16 17:05:13 +02:00
block-io pythonPackages.block-io: init at 1.1.8 2018-09-11 15:16:51 +02:00
blockdiag
bokeh python36Packages.bokeh: 0.13.0 -> 1.0.0 2018-10-27 01:38:57 +02:00
boltztrap2 pythonPackages.BoltzTraP2: init at 18.9.1 2018-10-21 14:37:22 +02:00
bootstrapped-pip python.pkgs.bootstrapped-pip: wheel 0.32.1 -> 0.32.2 2018-10-24 20:05:44 +02:00
boto pythonPackages.boto: 2.47.0 -> 2.49.0 2018-10-13 10:07:09 +02:00
boto3 Python: fix botocore/boto3/awscli mess 2018-09-01 10:41:37 +02:00
botocore Python: fix botocore/boto3/awscli mess 2018-09-01 10:41:37 +02:00
bottle python: bottle: 0.12.11 -> 0.12.13 2018-04-08 11:34:53 +02:00
bottleneck pythonPackages.bottleneck: get rid of warnings during tests 2018-09-01 10:41:37 +02:00
box2d pythonPackages.box2d: 2.3b0 -> 2.3.2 2018-10-17 07:46:55 +02:00
bpython python: bpython: 0.17 -> 0.17.1 2018-02-18 20:07:42 +01:00
branca pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
breathe python36Packages.breathe: 4.10.0 -> 4.11.0 2018-11-18 15:55:30 -08:00
broadlink pythonPackages.broadlink: init at 0.9 2018-11-02 18:12:07 +08:00
brotli python36Packages.brotli: 1.0.5 -> 1.0.7 (#50169) 2018-11-10 15:04:14 +01:00
brotlipy python: brotlipy: 0.6.0 -> 0.7.0 2018-01-01 17:03:05 +01:00
browser-cookie3 pythonPackages.browser-cookie3: init at 0.6.4 (#44562) 2018-08-13 14:47:06 +02:00
browsermob-proxy pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
bsddb3 python.pkgs.bsddb3: enable python3 and tests 2018-11-03 12:40:03 +01:00
bt-proximity pythonPackages.bt_proximity: init at 0.0.20180217 2018-11-13 10:49:13 +08:00
btchip btchip: init at 0.1.28 2018-10-01 18:13:03 -04:00
btrees pythonPackages.BTrees: fix build (#46588) 2018-09-13 02:32:37 +02:00
bugwarrior python: bugwarrior: 1.5.1 -> 1.6.0 2018-08-25 08:07:32 +02:00
bugz pythonPackages.bugz: 0.9.3 -> 0.13 2018-10-17 07:46:55 +02:00
bugzilla python-bugzilla: update from version 1.1.0 to 2.2.0 2018-11-28 17:24:13 +01:00
buildbot buildbot: add Python 3 support 2018-10-11 21:39:11 -04:00
buildout python: zc.buildout: 2.12.1 -> 2.12.2 2018-10-13 09:50:15 +02:00
buildout-nix python: zc.buildout: 2.12.1 -> 2.12.2 2018-10-13 09:50:15 +02:00
bumps python: bumps: 0.7.10 -> 0.7.11 2018-10-13 09:50:15 +02:00
bunch pythonPackages.bunch: Move to own file 2018-04-04 19:45:58 +02:00
bz2file pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
cachecontrol pythonPackages.CacheControl: init at 0.12.5 2018-10-14 16:10:47 +02:00
cached-property python.pkgs.cached-property: 1.4.0 -> 1.4.2 2018-04-09 14:50:00 +02:00
cachetools pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
cairocffi python.pkgs.cairocffi: remove superfluous patch 2018-09-01 10:41:37 +02:00
cairosvg pythonPackages.CairoSVG: 2.1.3 -> 2.2.1 2018-12-04 22:21:43 -05:00
caldavclientlibrary-asynk pythonPackages.caldavclientlibrary-asynk: refactor move to python-modules 2018-10-17 07:46:55 +02:00
can python.pkgs.can: fix build 2018-07-26 12:43:18 +02:00
canmatrix pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
canonicaljson python: canonicaljson: 1.1.3 -> 1.1.4 2018-06-02 13:44:38 +02:00
canopen pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
capstone pythonPackages.capstone: refactor move to python-modules 2018-10-17 07:46:55 +02:00
carbon python: carbon: 1.1.3 -> 1.1.4 2018-10-13 09:50:15 +02:00
carrot pythonPackages.carrot: Move to own file 2018-04-04 19:45:58 +02:00
cartopy pythonPackages.cartopy: init at 0.17.0 2018-11-26 14:58:37 +01:00
case python: case: 1.5.2 -> 1.5.3 2018-04-08 11:34:53 +02:00
cassandra-driver python36Packages.cassandra-driver: 3.6.0 -> 3.15.1 (#49018) 2018-10-30 17:07:48 +01:00
cccolutils pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
cddb pythonPackages.CDDB: refactor move to python-modules 2018-10-17 07:46:55 +02:00
cdecimal pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
celery python36Packages.celery: 4.2.0 -> 4.2.1 2018-10-24 20:11:38 +02:00
cement pythonPackages.cement: disable Python 2 2018-09-01 10:41:37 +02:00
cerberus python: Cerberus: 1.1 -> 1.2 2018-06-21 07:49:04 +02:00
certifi python: certifi: 2018.8.13 -> 2018.8.24 2018-08-25 08:07:33 +02:00
cffi python.pkgs.cffi: disable a test 2018-11-04 10:20:06 +01:00
cfgv pythonPackages.cfgv: init at 1.1.0 2018-07-31 13:58:01 +02:00
cftime python36Packages.cftime: 1.0.1 -> 1.0.2.1 2018-11-08 22:32:41 -08:00
cgkit
cgroup-utils
chai pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
chainer python: chainer: 4.3.1 -> 4.4.0 2018-08-25 08:07:33 +02:00
chainmap pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
chameleon python36Packages.chameleon: 2.25 -> 3.5 2018-10-24 10:37:08 -07:00
channels python: channels: 2.1.2 -> 2.1.3 2018-08-25 08:07:33 +02:00
characteristic pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
chardet pythonPackages.chardet: clean up 2018-02-10 11:07:03 +01:00
check-manifest python: check-manifest: 0.36 -> 0.37 2018-06-21 07:49:05 +02:00
cheetah
cheroot python.pkgs.cheroot: fix setup patch URL (#47320) (#47354) 2018-09-25 20:20:57 +02:00
cherrypy python: CherryPy: 17.0.0 -> 17.3.0 2018-08-25 18:02:26 +02:00
circus pythonPackages.circus: fix build, add meta (#47066) 2018-09-21 00:18:13 +02:00
cjson python: python-cjson: 1.1.0 -> 1.2.1 2018-04-08 11:34:53 +02:00
cld2-cffi pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
clf python: clf: 0.5.2 -> 0.5.7 2018-04-08 11:34:53 +02:00
cli-helpers pythonPackages.cli-helpers: init at 1.0.2 2018-08-06 23:43:56 -07:00
cliapp pythonPackages.cliapp: refactor move to python-modules 2018-10-30 00:51:05 -04:00
click click: fix error 2018-06-19 13:01:04 -04:00
click-completion python36Packages.click-completion: 0.4.1 -> 0.5.0 2018-11-09 00:49:04 -08:00
click-didyoumean pythonPackages.click-didyoumean: init at 0.0.3 2018-09-22 09:52:48 +02:00
click-log python: click-log: 0.2.1 -> 0.3.2 2018-07-22 16:52:37 +02:00
click-plugins python: click-plugins: 1.0.3 -> 1.0.4 2018-10-13 09:50:15 +02:00
click-repl pythonPackages.click-repl: init at 0.1.6 2018-11-07 15:29:04 +00:00
click-threading python: click-threading: 0.4.2 -> 0.4.4 2018-02-03 17:43:29 +01:00
cligj pythonPackages.cligj: 0.4.0 -> 0.5.0 (#48584) 2018-10-17 01:18:46 +02:00
clint pythonPackages.clint: refactor move to python-modules 2018-10-30 00:50:45 -04:00
clize pythonPackages.clize: refactor move to python-modules 2018-10-30 00:51:21 -04:00
closure-linter pythonPackages.closure-linter: refactor move to python-modules 2018-10-17 07:46:55 +02:00
cloudpickle python: cloudpickle: 0.5.5 -> 0.5.6 2018-10-13 09:50:15 +02:00
clustershell pythonPackages.clustershell: init at 1.8 2018-06-18 23:10:45 -05:00
cmarkgfm python: cmarkgfm: 0.4.0 -> 0.4.2 2018-05-10 10:09:13 +02:00
cmd2 python3Packages.cmd2: 0.9.4 -> 0.9.6 2018-10-15 19:11:08 +09:00
cmdline python: cmdline: 0.1.6 -> 0.1.8 2018-04-08 11:34:53 +02:00
cmdtest pythonPackages.cmdtest: refactor move to python-modules 2018-10-30 00:51:05 -04:00
cntk pythonPackages.cntk: refactor move to python-modules 2018-10-17 07:46:55 +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 pythonPackages.pythondaemon: rename to pythonPackages.python-daemon 2018-10-30 21:09:34 +01:00
coinmarketcap pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
colander python36Packages.colander: 1.4 -> 1.5.1 2018-10-27 01:52:13 +02:00
colanderalchemy pythonPackages.ColanderAlchemy: refactor move to python-modules 2018-10-17 07:46:55 +02: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
colored python36Packages.colored: 1.1.5 -> 1.3.93 2018-10-24 16:27:44 +02:00
colorlog python: colorlog: 3.1.2 -> 3.1.4 2018-05-10 10:09:13 +02:00
colorlover pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
configobj pythonPackages.configobj: enable tests 2018-05-11 12:10:12 +09:00
configparser pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
configshell python.pkgs.configshell: init at 1.1.fb25 2018-11-26 11:11:43 -08:00
confluent-kafka python36Packages.confluent-kafka: 0.11.5 -> 0.11.6 2018-11-18 14:25:15 -08:00
constantly pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
construct python.pkgs.construct: 2.8.16 -> 2.9.45 2018-09-12 03:35:26 +02:00
consul python: python-consul: 1.0.1 -> 1.1.0 2018-07-22 16:52:37 +02:00
contexter python: contexter: 0.1.3 -> 0.1.4 2018-04-08 11:34:53 +02:00
contextlib2 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
contextvars pythonPackages.contextvars: 2.2 -> 2.3 (#44234) 2018-07-30 19:16:37 +02: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
cornice pythonPackages.cornice: 1.2.1 -> 3.4.1 2018-10-17 07:46:55 +02:00
cov-core pythonPackages.covCore: Move to own file 2018-04-04 19:45:59 +02:00
coverage pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
coveralls python: coveralls: 1.3.0 -> 1.4.0 2018-08-25 18:02:27 +02:00
cozy pythonPackages.cozy: Disable on python2 (#46436) 2018-09-09 21:33:45 +02:00
cram pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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 credstash: add standalone Python application (#51807) 2018-12-11 10:49:27 +01:00
cryptacular pythonPackages.cryptacular: disable on the current Pythons 2018-05-30 11:08:02 +00:00
cryptography pythonPackages.cryptography: ignore pytest warnings 2018-11-11 08:55:35 +01:00
cryptography_vectors python: cryptography_vectors: 2.3 -> 2.3.1 2018-08-25 18:02:27 +02:00
csscompressor pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02: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 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
cupy python: cupy: 4.4.0 -> 4.4.1 2018-10-13 09:50:15 +02:00
curtsies pythonPackages.curtsies: fix build 2018-12-04 23:01:45 -05:00
cvxopt pythonPackages.cvxopt: mark as broken on darwin 2018-11-20 13:20:29 +01:00
cx_freeze pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
cx_oracle python: cx_Oracle: 6.3.1 -> 6.4.1 2018-07-22 16:52:38 +02:00
cycler pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
cymem pythonPackages.cymem: 1.31.2 -> 2.0.2 2018-10-20 12:20:30 +02:00
cypari2 Revert "pythonPackages.cypari2: 1.3.1 -> 2.0.1 (#49446)" (#51414) 2018-12-03 00:44:33 +01:00
cysignals pythonPackages.cysignals: 1.7.1 -> 1.7.2 (#43382) 2018-07-11 22:25:08 +02:00
Cython pythonPackages.cython: don't test codestyle (#50432) 2018-11-18 10:33:42 +01:00
cytoolz python: cytoolz: 0.9.0 -> 0.9.0.1 2018-04-08 11:34:53 +02:00
d2to1 python36Packages.d2to1: 0.2.12 -> 0.2.12.post1 2018-10-24 16:27:20 +02:00
daemonize pythonPackages.daemonize: refactor move to python-modules 2018-10-30 00:51:12 -04:00
daphne pythonPackages.daphne: 2.1.0 -> 2.2.2 2018-09-13 16:45:27 +02:00
darcsver pythonPackages.darcsver: Move to own file 2018-04-04 19:46:00 +02:00
dask python: dask: 0.18.1 -> 0.18.2 2018-07-26 13:09:10 +02:00
dask-glm pythonPackages.dask-glm: init at 0.1.0 2018-09-13 16:40:58 -04:00
dask-image python: dask-image: 0.1.1 -> 0.1.2 2018-10-13 09:50:15 +02:00
dask-jobqueue pythonPackages.dask-jobqueue: init at 0.4.0 2018-09-13 16:40:58 -04:00
dask-ml pythonPackages.dask-ml: init at 0.10.0 2018-09-13 16:40:58 -04:00
dask-xgboost pythonPackages.dask-xgboost: init at 0.1.5 2018-09-13 16:42:25 -04:00
dataclasses python: dataclasses: 0.5 -> 0.6 2018-06-21 07:49:06 +02:00
datadiff pythonPackages.datadiff: refactor move to python-modules 2018-10-30 00:51:13 -04:00
datadog python.pkgs.datadog: 0.20.0 -> 0.23.0 2018-10-30 16:45:36 +01:00
datamodeldict pythonPackages.DataModelDict: init at 0.9.4 2018-10-30 13:38:59 -04:00
datashape python.pkgs.datashape: disable several tests 2018-03-10 12:36:27 +01:00
dateparser pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
dateutil remove unused file 2018-07-21 15:34:08 +02:00
datrie python3Packages.datrie: fix build (#51250) 2018-11-30 09:17:56 +01:00
dbf python: dbf: 0.97.7 -> 0.97.11 2018-07-22 16:52:38 +02:00
dbfread pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
dbus pythonPackages.dbus-python: use checkInputs 2018-08-11 09:35:26 +00:00
ddt pythonPackages.ddt: refactor move to python-modules 2018-10-17 07:46:58 +02:00
deap pythonPackages.deap: init at 1.2.2 2018-06-11 12:21:52 -07:00
debian python: python-debian: 0.1.32 -> 0.1.33 2018-08-25 18:07:10 +02:00
decorator python: decorator: 4.2.1 -> 4.3.0 2018-06-21 07:49:06 +02:00
deform python: deform: 2.0.5 -> 2.0.6 2018-09-01 10:41:37 +02:00
defusedxml pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
deluge-client python: deluge-client: 1.4.0 -> 1.6.0 2018-06-21 07:49:06 +02:00
demjson pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
dendropy pythonPackages.dendropy: fix build 2018-09-16 17:37:28 +02:00
dependency-injector pythonPackages.dependency-injector: 3.13.1 -> 3.13.2 (#47139) 2018-09-21 20:08:02 +02:00
deprecation python: deprecation: 2.0.5 -> 2.0.6 2018-10-13 09:50:15 +02:00
derpconf python: derpconf: 0.4.9 -> 0.8.2 2018-04-08 11:34:53 +02:00
descartes pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
deskcon pythonPackages.deskcon: refactor move to python-modules 2018-10-17 07:46:55 +02:00
detox python: detox: 0.12 -> 0.13 2018-08-25 18:07:10 +02:00
devpi-common pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
dftfit python: dftfit: 0.4.11 -> 0.4.22 2018-09-01 10:41:37 +02:00
dictionaries pythonPackages.dictionaries: init at 0.0.1 2018-07-28 07:26:07 -07:00
dicttoxml python.pkgs.dicttoxml: 1.6.4 -> 1.7.4 2018-02-03 17:43:31 +01:00
diff_cover pythonPackages.diff_cover: fix build 2018-03-14 19:43:44 +01:00
diff-match-patch pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
digitalocean python: python-digitalocean: fix build 2018-04-16 01:00:20 +02:00
dill python: dill: 0.2.8.1 -> 0.2.8.2 2018-07-22 16:52:38 +02:00
discid pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
discogs_client pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
discordpy pythonPackages.discordpy: Mark as broken 2018-01-29 18:45:38 +01:00
distorm3 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
distributed python36Packages.distributed: 1.24.0 -> 1.24.1 2018-11-18 23:20:15 +01:00
distro python: distro: 1.2.0 -> 1.3.0 2018-06-21 07:49:07 +02:00
distutils_extra Treewide: use https for launchpad.net 2018-11-24 23:47:52 +01:00
distutils-cfg
dj-database-url pythonPackages.dj-database-url: init at 0.5.0 2018-03-02 03:45:24 +01:00
dj-email-url pythonPackages.dj-email-url: init at 0.1.0 2018-10-26 16:37:52 +02:00
dj-search-url pythonPAckages.dj-search-url: init at 0.1 2018-10-26 16:37:52 +02:00
django python36Packages.django_2_1: 2.1.2 -> 2.1.3 2018-11-09 00:18:56 -08:00
django_appconf pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django_classytags pythonPackages.django_classytags: clarify why tests are disabled 2018-10-29 23:44:34 +01:00
django_colorful pythonPackages.django_colorful: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django_compressor pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django_contrib_comments pythonPackages.django_contrib_comments: init at 1.9.0 2018-10-18 11:02:23 +02:00
django_environ python36Packages.django_environ: 0.4.0 -> 0.4.4 2018-10-24 20:14:25 +02:00
django_evolution pythonPackages.django_evolution: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django_guardian pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django_modelcluster pythonPakcages.django_modelcluster: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django_nose python36Packages.django_nose: 1.4.5 -> 1.4.6 2018-11-18 11:27:33 -08:00
django_redis pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django_reversion pythonPackages.django_reversion: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django_silk pythonPackages.django_silk: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django_tagging pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
django_taggit pythonPackages.django_taggit: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django_treebeard pythonPackages.django_treebeard: refactor move to python-modules 2018-10-17 07:46:59 +02:00
django-allauth python-openid: remove, only keep python3-openid 2018-06-29 21:37:45 +02:00
django-cache-url pythonPackages.django-cache-url: init at 3.0.0 2018-10-26 16:37:52 +02:00
django-compat pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-configurations pythonPackages.django-configurations: init at 2.1 2018-10-26 16:37:52 +02:00
django-discover-runner pythonPackages.django-discover-runner: init at 1.0 2018-10-26 16:37:52 +02:00
django-extensions python36Packages.django_extensions: 2.0.7 -> 2.1.3 2018-10-24 08:46:06 -07:00
django-gravatar2 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-haystack python.pkgs.django-haystack: 2.4.1 -> 2.8.1 2018-06-22 13:09:48 +02:00
django-hijack python36Packages.django_hijack: 2.1.5 -> 2.1.9 2018-10-24 20:07:15 +02:00
django-hijack-admin pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-ipware pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-jinja2 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-multiselectfield pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-pglocks pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-picklefield python36Packages.django-picklefield: 1.0.0 -> 1.1.0 2018-10-24 08:42:51 -07:00
django-pipeline pythonPackages.django_pipeline: 1.5.1 -> 1.6.14 2018-03-20 17:32:17 +01:00
django-polymorphic python36Packages.django_polymorphic: 2.0.2 -> 2.0.3 2018-10-24 16:34:24 +02:00
django-raster pythonPackages.django-raster: Improve django version support (#47484) 2018-10-01 22:02:11 +02:00
django-sampledatahelper pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
django-sites python: django-sites: 0.9 -> 0.10 2018-07-22 16:52:38 +02:00
django-sr pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
djangorestframework python36Packages.djangorestframework: 3.8.2 -> 3.9.0 (#49172) 2018-10-27 14:45:36 +02:00
djmail python3.pkgs.djmail: fix build 2018-07-14 13:47:08 +02:00
dkimpy python36Packages.dkimpy: 0.8.1 -> 0.9.0 2018-11-09 03:05:44 -08:00
dlib pythonPackages.dlib: move expression 2018-10-29 18:57:19 +01:00
dmenu dmenu-python: init at 0.2.1 2018-02-21 00:42:36 +01:00
dnspython pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
doc8 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
docker python: docker: 3.4.1 -> 3.5.0 2018-08-25 07:38:21 +02:00
docker-pycreds python: docker-pycreds: 0.2.3 -> 0.3.0 2018-06-21 07:49:08 +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
docrep pythonPackages.docrep: init at 0.2.3 (#44665) 2018-08-08 10:53:28 +02:00
doctest-ignore-unicode pythonPackages.doctest-ignore-unicode: Move to own file 2018-04-04 19:46:01 +02:00
docutils Merge master into staging-next 2018-12-03 12:18:43 +01:00
dogpile.cache python: dogpile.cache: 0.6.6 -> 0.6.7 2018-08-25 07:38:21 +02:00
dogpile.core pythonPackages.dogpile_core: Move to own file 2018-04-04 19:46:01 +02:00
dogtail gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
dominate python: dominate: 2.3.1 -> 2.3.4 2018-10-13 09:50:15 +02:00
dopy pythonPackages.dopy: refactor move to python-modules 2018-10-14 09:07:13 -04:00
dot2tex pythonPackages.dot2tex: refactor move to python-modules 2018-10-30 00:51:17 -04:00
dpath pythonPackages.dpath: init at 1.4.2 2018-10-24 12:15:27 -04:00
dpkt pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
dropbox python36Packages.dropbox: 9.0.0 -> 9.1.0 2018-11-08 23:58:47 -08:00
ds4drv pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
dtopt pythonPackages.dtopt: refactor move to python-modules 2018-10-17 07:46:59 +02:00
dugong pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
dulwich python: dulwich: 0.19.5 -> 0.19.6 2018-08-25 07:38:21 +02:00
dyn python: dyn: 1.8.0 -> 1.8.1 2018-01-07 09:00:28 +01:00
dynd pythonPackages.dynd: refactor move to python-modules 2018-10-18 11:02:23 +02:00
easy-thumbnails pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
easydict python: easydict: 1.7 -> 1.8 2018-08-25 18:07:10 +02:00
easygui pythonPackages.easygui: init at 0.98.1 2018-07-14 20:32:56 +02:00
easyprocess pythonPackages.EasyProcess: Move to own file 2018-04-04 19:46:01 +02:00
ecdsa pythonPackages.ecdsa: refactor move to python-modjules 2018-10-17 07:46:59 +02:00
ecpy python.pkgs.ecpy: 0.9.0 -> 0.9.1 2018-08-31 15:56:52 +02:00
ed25519 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
editorconfig pythonPackages.editorconfig: refactor join with EditorConfig attr 2018-10-18 11:02:23 +02:00
edward python: edward: 1.3.4 -> 1.3.5 2018-02-03 17:43:29 +01:00
effect pythonPackages.effect: 0.11.0 -> 0.12.0 2018-12-02 11:41:20 -05:00
eggdeps pythonPackages.eggdeps: refactor move to python-modules 2018-10-30 00:50:54 -04:00
elasticsearch python: elasticsearch: 6.3.0 -> 6.3.1 2018-08-25 07:38:21 +02:00
elasticsearch-curator elasticsearch-curator: explain why we disable the test-suite 2018-08-26 01:20:15 +02:00
elasticsearch-dsl pythonPackages.elasticsearch-dsl: 0.0.9 -> 6.2.1 2018-09-24 21:08:31 +02:00
elpy python36Packages.elpy: 1.25.0 -> 1.26.0 2018-11-18 13:00:17 -08:00
email-validator pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
emcee pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
emoji pythonPackages.emoji: 0.5.0 -> 0.5.1 2018-10-15 10:32:48 +02:00
entrypoints pythonPackages.entrypoints: fix python2 build 2018-10-30 20:44:18 +01:00
enum python27Packages.enum: 0.4.4 -> 0.4.7 2018-10-24 16:34:46 +02:00
enum34 pythonPackages.enum34: refactor move to python-modules 2018-10-17 07:46:59 +02:00
enum-compat pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
envs python.pkgs.envs: 1.2.4 -> 1.2.6 2018-06-07 11:32:40 +02:00
enzyme pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
epc pythonPackages.epc: refactor move to python-modules 2018-10-17 07:46:59 +02:00
ephem pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
eradicate pythonPackages.eradicate: init at 0.2.1 2018-10-13 12:44:59 +02:00
escapism pythonPackages.escapism: 0.0.1 -> 1.0.0 move to python-modules 2018-10-10 13:10:47 -04:00
et_xmlfile pythonPackages.et_xmlfile: refactor move to python-modules 2018-10-17 07:46:59 +02:00
etcd pythonPackages.etcd: refactor move to python-modules 2018-10-17 07:46:55 +02:00
eth-hash pythonPackages.eth-hash: init at 0.1.14 2018-09-11 17:49:48 +03:00
eth-typing pythonPackages.eth-typing: init at 1.1.0 2018-09-12 08:44:18 +03:00
eth-utils pythonPackages.eth-utils: init at 1.2.0 2018-09-12 08:44:18 +03:00
evdev python36Packages.evdev: 1.0.0 -> 1.1.2 2018-10-24 09:54:42 -07:00
eve python: Eve: 0.8 -> 0.8.1 2018-10-13 09:50:15 +02:00
eventlet pythonPackages.eventlet: refactor move to python-modules 2018-10-17 07:46:59 +02:00
eventlib pythonPackages.eventlib: refactor move to python-modules 2018-10-17 07:46:55 +02:00
events python.pkgs.events: 0.2.1 -> 0.3 2018-07-14 13:47:08 +02:00
evernote pythonPackages.evernote: refactor move to python-modules 2018-10-30 00:51:15 -04:00
ewmh pythonPackages.ewmh: init at 0.1.6 2018-04-07 11:53:49 +02:00
exchangelib python36Packages.exchangelib: 1.11.4 -> 1.12.0 2018-11-09 01:58:44 -08:00
execnet pythonPackages.execnet: refactor move to python-modules 2018-10-17 07:46:55 +02:00
exifread pythonPackages.exifread: refactor move to python-modules 2018-10-17 07:46:59 +02:00
extras python: extras: 0.0.3 -> 1.0.0 2017-12-31 11:01:55 +01:00
eyed3 python.pkgs.eyeD3: 0.7.8 -> 0.8.7 2018-11-18 00:18:22 +00:00
ezdxf python36Packages.ezdxf: 0.8.1 -> 0.8.8 2018-10-24 15:21:13 +02:00
Fabric pythonPackages.Fabric: 1.13.2 -> 2.4.0 refactor move to python-modules 2018-10-13 10:02:33 +02:00
face_recognition python.pkgs.face_recognition: remove tox from checkInputs 2018-07-26 12:43:15 +02:00
face_recognition_models pythonPackages.face_recognition: init at 1.2.1 2018-03-21 23:22:45 +01:00
facebook-sdk pythonPackages.facebook-sdk: 0.3.0 -> 3.0.0 refactor move to python-modules 2018-10-10 13:32:38 -04:00
factory_boy pythonPackages.factory_boy: refactor move to python-modules 2018-10-17 07:46:55 +02:00
fake_factory pythonPackages.fake_factory: refactor move to python-modules 2018-10-17 07:46:55 +02:00
faker python: Faker: 0.8.17 -> 0.8.18 2018-09-01 10:41:37 +02:00
falcon pythonPackages.falcon: refactor move to python-modules 2018-10-18 11:02:23 +02:00
fastcache pythonPackages.fastcache: init at 1.0.2 (#45048) 2018-08-15 11:02:55 +02:00
fasteners pythonPackages.fasteners: refactor move to python-modules 2018-10-27 09:07:18 +02:00
fastimport python: fastimport: 0.9.6 -> 0.9.8 2018-05-10 10:09:13 +02:00
fastpair pythonPackages.fastpair: init at 2016-07-05 (#43722) 2018-08-01 00:05:21 +02:00
fastpbkdf2 pythonPackages.fastpbkdf2: init at 0.2 (#47988) 2018-11-03 15:41:16 +01:00
fastrlock python: fastrlock: 0.3 -> 0.4 2018-08-25 18:07:10 +02:00
faulthandler pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
fdint pythonPackages.fdint: init at 2.0.2 2018-10-13 10:08:39 +02:00
fdroidserver pythonPackages.fdroidserver: refactor move to python-modules 2018-10-17 07:46:59 +02:00
feedgen pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
feedgenerator pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
feedparser pythonPackages.feedparser: refactor move to python-modules 2018-10-17 07:46:59 +02:00
fido2 python36Packages.fido2: 0.3.0 -> 0.4.0 2018-10-24 09:03:33 -07:00
filebrowser_safe pythonPackages.mezzanine: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
filebytes python36Packages.filebytes: 0.9.17 -> 0.9.18 (#50607) 2018-11-18 17:42:05 +01:00
filelock python36Packages.filelock: 3.0.9 -> 3.0.10 (#49993) 2018-11-10 15:44:34 +01:00
filterpy pythonPackages.filterpy: init at 1.4.5 2018-10-11 15:37:27 -04:00
fiona pythonPackages.fiona: Fix darwin build (#46435) 2018-09-09 22:40:49 +02:00
fire pythonPackages.fire: init at 0.1.3 (#44493) 2018-08-06 21:33:34 +02:00
first
fixtures pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flake8 python.pkgs.flake8: remove no longer used patch 2018-07-26 12:43:17 +02:00
flake8-blind-except pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flake8-debugger pythonPackages.flake8-debugger: fix build 2018-03-18 16:12:48 +01:00
flake8-future-import pythonPackages.flake8-future-import: fix build on Python 3.7 2018-12-05 19:37:06 -05:00
flake8-import-order python: flake8-import-order: 0.17.1 -> 0.18 2018-07-22 16:52:40 +02:00
flaky pythonPacakges.flaky: refactor move to python-modules 2018-10-17 07:46:59 +02:00
flask pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-api pythonPackages.flask-api: init at 1.0 2018-08-20 00:14:56 +02:00
flask-assets pythonPackages.flask_assets: fix tests (#47203) 2018-09-23 10:02:51 +02:00
flask-autoindex python: Flask-AutoIndex: 0.6.1 -> 0.6.2 2018-10-13 09:50:15 +02:00
flask-babel python36Packages.flask-babel: 0.11.2 -> 0.12.2 2018-10-26 12:21:31 -07:00
flask-bootstrap pythonPackages.flask-bootstrap: init at 3.3.7.1 2018-08-20 00:14:56 +02:00
flask-caching python.pkgs.flask-caching: init at 1.4.0 2018-06-29 19:27:28 +02:00
flask-common python.pkgs.flask-common: use flask-caching 2018-06-29 19:27:34 +02:00
flask-compress pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-cors python36Packages.flask-cors: 3.0.6 -> 3.0.7 2018-11-18 13:42:30 -08:00
flask-elastic pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-jwt-extended pythonPackages.flask-jwt-extended: init at 3.13.1 2018-09-28 11:54:06 +02:00
flask-ldap-login pythonPackages.flask_ldap_login: Disable on python3 2018-09-09 21:48:54 +02:00
flask-limiter python.pkgs.flask-limiter: init at 1.0.1 2018-01-20 12:05:20 +01:00
flask-login pythonPackages.flask_login: fetch from PyPi so we can override the version 2018-12-06 12:40:42 +08:00
flask-mail pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-marshmallow pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-migrate python36Packages.flask_migrate: 2.2.1 -> 2.3.0 (#49020) 2018-10-29 12:04:29 +01:00
flask-oauthlib python36Packages.flask_oauthlib: 0.9.3 -> 0.9.5 2018-10-24 20:11:58 +02:00
flask-paginate pythonPackages.flask-paginate: init at 0.5.1 2018-08-20 00:14:56 +02:00
flask-principal pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
Flask-PyMongo python36Packages.flask-pymongo: 2.1.0 -> 2.2.0 2018-11-09 01:46:03 -08:00
flask-restful python.pkgs.flask-restful: fix tests 2018-07-05 18:59:25 +02:00
flask-restplus pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-script treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
flask-silk pythonPackages.flask-silk: 0.2 -> 2018-06-28 2018-06-30 01:20:46 +02:00
flask-socketio python3.pkgs.flask-socketio: init at 3.1.0 2018-12-01 14:13:46 +00:00
flask-sqlalchemy pythonPackages.flask_sqlalchemy: 2.1 -> 2.3.2 2018-09-28 11:55:36 +02:00
flask-testing pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flask-wtf pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
flaskbabel pythonPackages.flaskbabel: refactor move to python-modules 2018-10-30 00:51:10 -04:00
flit pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
flowlogs_reader pythonPackages.flowlogs_reader: refactor move to python-modules 2018-10-17 07:46:55 +02:00
fluent-logger pythonPackages.fluent-logger: init at 0.9.3 (#44236) 2018-07-30 22:46:03 +02:00
flup pythonPackages.flup: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
fn pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
folium pythonPackages.folium: add missing numpy runtime dependency 2018-09-01 10:41:37 +02:00
fonttools python36Packages.fonttools: 3.29.1 -> 3.32.0 2018-11-09 01:03:14 -08:00
foolscap python36Packages.foolscap: 0.12.6 -> 0.13.1 (#49012) 2018-10-29 12:28:15 +01:00
forbiddenfruit pythonPackages.forbiddenfruit: refactor move to python-modules 2018-10-18 11:02:23 +02:00
FormEncode pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
fpdf pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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
freezegun pythonPackages.freezegun: refactor move to python-modules 2018-10-30 00:50:52 -04: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
fs pythonPackages.fs: 0.5.4 -> 2.1.1 refactor move to python-modules 2018-10-14 09:26:05 -04:00
fs-s3fs pythonPackages.fs-s3fs: init at 1.0.0 2018-11-29 02:01:22 +01:00
ftfy python36Packages.ftfy: 4.4.3 -> 5.3.0 2018-10-24 08:34:22 -07:00
ftputil pythonPackages.ftputil: 3.3 -> 3.4 and fix tests 2018-03-02 03:45:35 +01:00
fudge python27Packages.fudge: 1.1.0 -> 1.1.1 2018-10-24 15:10:54 +02:00
funcparserlib pythonPackages.funcparserlib: refactor move to python-modules 2018-10-17 07:46:56 +02:00
funcsigs pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
functools32 pythonPackages.functools32: refactor move to python-modules 2018-10-17 07:46:56 +02:00
funcy pythonPackages.funcy: refactor move to python-modules 2018-10-30 00:51:11 -04:00
fuse-python pythonPackages.fuse: 0.2.1 -> 0.3.1 | refactor | python3 support 2018-09-18 19:05:34 +02:00
fusepy python36Packages.fusepy: 2.0.4 -> 3.0.1 2018-10-24 07:00:51 -07:00
future pythonPackages: remove traces of Python 2.6 2018-06-25 10:50:44 +02:00
futures python.futures: disable tests on darwin 2018-07-31 22:11:32 -04:00
gast python.packages.gast: init at 0.2.0 2018-06-08 15:38:01 +02:00
gateone pythonPackages.gateone: refactor move to python-modules 2018-10-17 07:46:56 +02:00
gcovr pythonPackages.gocovr: refactor move to python-modules 2018-10-18 11:02:23 +02:00
gcutil pythonPackages.gcutil: refactor fix broken move to python-modules 2018-10-17 07:46:56 +02:00
gdata pythonPackages.gdata: refactor move to python-modules 2018-10-30 00:51:09 -04:00
gdrivefs pythonPackages.gdrivefs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
geeknote pythonPackages.geeknote: refactor move to python-modules 2018-10-30 00:51:16 -04:00
genanki python: genanki: 0.6.0 -> 0.6.3 2018-10-13 09:50:15 +02:00
genshi pythonPackages.genshi: refactor move to python-modules 2018-10-18 11:02:23 +02:00
gensim pythonPackages.gensim: use checkInputs 2018-08-11 09:35:26 +00:00
gentools pythonPackages.gentools: init at 1.1.0 2018-11-26 13:49:43 +01:00
genzshcomp pythonPackages.genzshcomp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
geoalchemy2 pythonPackages.geoalchemy2: refactor move to python-modules 2018-10-27 09:07:23 +02:00
GeoIP pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
geojson python36Packages.geojson: 2.4.0 -> 2.4.1 2018-10-24 15:10:36 +02:00
geopandas pythonPackages.geopandas: 0.3.0 -> 0.4.0 2018-09-06 18:50:11 +02:00
geopy pythonPackages.geopy: refactor move to python-modules 2018-10-27 09:07:23 +02:00
gevent python: gevent: 1.3.5 -> 1.3.6 2018-08-25 18:07:11 +02:00
gevent-socketio pythonPackages.gevent-socketio: refactor move to python-modules 2018-10-18 11:02:23 +02:00
gevent-websocket python27Packages.gevent-websocket: 0.9.3 -> 0.10.1 (#49010) 2018-10-29 12:30:22 +01:00
geventhttpclient pythonPackages.geventhttpclient: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
gflags python.pkgs.gflags: fix expression 2018-01-01 11:47:13 +01:00
ghdiff pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
gidgethub pythonPackages.gidgethub: init at 2.5.0 2018-10-17 08:02:16 +02:00
gin-config s/propogatedBuildInputs/propagatedBuildInputs 2018-11-11 08:39:19 +01:00
gipc python27Packages.gipc: 0.5.0 -> 0.6.0 (#49005) 2018-10-29 12:11:16 +01:00
git-annex-adapter python3Packages.git-annex-adapter: fix build 2018-08-16 10:20:20 +02:00
git-sweep pythonPackage.git-sweep: refactor move to python-modules 2018-10-18 11:02:23 +02:00
gitdb gitdb2: init at 2.0.3 2018-05-13 11:33:41 -04:00
gitdb2 python: gitdb2: 2.0.3 -> 2.0.4 2018-07-22 16:52:40 +02:00
github3_py pythonPackages.github3_py: refactor move to python-modules 2018-10-18 11:02:23 +02:00
github-webhook pythonPackages.github-webhook: refactor move to python-modules 2018-10-18 11:02:23 +02:00
GitPython python: GitPython: 2.1.9 -> 2.1.11 2018-07-22 16:52:41 +02:00
glances pythonPackages.glances: Enable the tests (skip the failing ones) 2018-09-29 20:47:05 +02:00
globus-sdk python: globus-sdk: 1.4.1 -> 1.5.0 2018-02-18 20:07:42 +01:00
gmpy pythonPackages.gmpy: update homepage 2018-09-18 14:25:28 +02:00
gmpy2 pythonPackages.gmpy2: update homepage 2018-09-18 14:29:48 +02:00
gmusicapi pythonPackages.gmusicapi: refactor move to python-modules 2018-10-17 07:46:57 +02:00
gnureadline python36Packages.gnureadline: 6.3.3 -> 6.3.8 2018-10-24 20:07:34 +02:00
gnutls python27Packages.gnutls: 3.0.0 -> 3.1.1 2018-10-24 10:10:54 +02:00
goobook pythonPackages.goobook: refactor move to python-modules 2018-10-18 11:02:23 +02:00
goocalendar gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
google_api_core python36Packages.google_api_core: 1.5.0 -> 1.5.2 2018-11-18 15:09:04 -08:00
google_apputils pythonPackages.google_apputils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
google_auth python: google-auth: 1.5.0 -> 1.5.1 2018-08-25 07:38:21 +02:00
google_cloud_asset pythonPackages.google_cloud_asset: init at 0.1.1 2018-11-20 14:12:11 -05:00
google_cloud_automl pythonPackages.google_cloud_automl: init at 0.1.1 2018-11-20 14:12:11 -05:00
google_cloud_bigquery pythonPackages.google_cloud_bigquery: init at 1.6.0 2018-11-20 14:12:10 -05:00
google_cloud_bigquery_datatransfer pythonPackages.google_cloud_bigquery_datatransfer: init at 0.1.1 2018-11-20 14:12:10 -05:00
google_cloud_bigtable pythonPackages.google_cloud_bigtable: init at 0.31.0 2018-11-20 14:12:11 -05:00
google_cloud_container pythonPackages.google_cloud_container: init at 0.1.1 2018-11-20 14:12:11 -05:00
google_cloud_core python: google-cloud-core: 0.28.0 -> 0.28.1 2018-03-03 11:58:31 +01:00
google_cloud_dataproc pythonPAckages.google_cloud_dataproc: init at 0.2.0 2018-11-20 14:12:12 -05:00
google_cloud_datastore pythonPackages.google_cloud_datastore: init at 1.7.1 2018-11-20 14:12:12 -05:00
google_cloud_dlp pythonPackages.google_cloud_dlp: init at 0.9.0 2018-11-20 14:12:12 -05:00
google_cloud_dns pythonPackages.google_cloud_dns: init at 0.29.0 2018-11-20 14:12:12 -05:00
google_cloud_error_reporting pythonPackages.google_cloud_error_reporting: init at 0.30.0 2018-11-20 14:12:13 -05:00
google_cloud_firestore pythonPackages.google_cloud_firestore: init at 0.30.0 2018-11-20 14:12:14 -05:00
google_cloud_iot pythonPackages.google_cloud_iot: init at 0.1.0 2018-11-20 14:12:14 -05:00
google_cloud_kms pythonPackages.google_cloud_kms: init at 0.2.0 2018-11-20 14:12:09 -05:00
google_cloud_language pythonPackages.google_cloud_language: init at 1.1.0 2018-11-20 14:12:14 -05:00
google_cloud_logging pythonPackages.google_cloud_logging: init at 1.8.0 2018-11-20 14:12:13 -05:00
google_cloud_monitoring pythonPackages.google_cloud_monitoring: init at 0.30.1 2018-11-20 14:12:15 -05:00
google_cloud_pubsub pythonPackages.google_cloud_pubsub: init at 0.38.0 2018-11-20 14:12:15 -05:00
google_cloud_redis pythonPacakges.google_cloud_redis: init at 0.2.0 2018-11-20 14:12:15 -05:00
google_cloud_resource_manager pythonPackages.google_cloud_resource_manager: init at 0.28.1 2018-11-20 14:12:15 -05:00
google_cloud_runtimeconfig pythonPackages.google_cloud_runtimeconfig: init at 0.28.1 2018-11-20 14:12:16 -05:00
google_cloud_securitycenter pythonPAckages.google_cloud_securitycenter: init at 0.1.0 2018-11-20 14:12:16 -05:00
google_cloud_spanner pythonPackages.google_cloud_spanner: init at 1.6.0 2018-11-20 14:12:16 -05:00
google_cloud_speech pythonPackages.google_cloud_speed: refactor enable tests 2018-11-20 14:12:17 -05:00
google_cloud_storage pythonPackages.google_cloud_storage: init at 1.13.0 2018-11-20 14:12:10 -05:00
google_cloud_tasks pythonPackages.google_cloud_tasks: init at 0.3.0 2018-11-20 14:12:17 -05:00
google_cloud_testutils pythonPackages.google_cloud_testutils: init at unstable-36ffa923c7037e8b4fdcaa76272cb6267e908a9d 2018-11-20 14:12:10 -05:00
google_cloud_texttospeech pythonPAckages.google_cloud_texttospeech: init at 0.2.0 2018-11-20 14:12:17 -05:00
google_cloud_trace pythonPackages.google_cloud_trace: init at 0.19.0 2018-11-20 14:12:18 -05:00
google_cloud_translate pythonPackages.google_cloud_translate: init at 1.3.1 2018-11-20 14:12:18 -05:00
google_cloud_videointelligence pythonPackages.google_cloud_videointelligence: init at 1.5.0 2018-11-20 14:12:18 -05:00
google_cloud_vision pythonPackages.google_cloud_vision: init at 0.34.0 2018-11-20 14:12:19 -05:00
google_cloud_websecurityscanner pythonPackages.google_cloud_websecurityscanner: init at 0.1.0 2018-11-20 14:12:19 -05:00
google_resumable_media pythonPackages.google_resumeable_media: init at 0.3.1 2018-11-20 14:12:09 -05:00
google-api-python-client python: google-api-python-client: 1.7.3 -> 1.7.4 2018-07-22 16:52:41 +02:00
google-auth-httplib2 python.pkgs.google-auth-httplib2: init at 0.0.3 2018-06-22 13:09:48 +02:00
googleapis_common_protos python.pkgs.protobuf: use 3.5 by default 2018-04-08 11:36:07 +02:00
gpapi python: gpapi: 0.4.2 -> 0.4.3 2018-10-13 09:50:15 +02:00
gphoto2 python36Packages.gphoto2: 1.8.3 -> 1.8.5 2018-11-09 00:15:32 -08:00
gplaycli python3Packages.gplaycli: 3.21 -> 3.25 (#49521) 2018-10-31 18:47:41 +01:00
gpsoauth pythonPackages.gpsoauth: refactor move to python-modules 2018-10-17 07:46:57 +02:00
gpy python: GPy: 1.9.2 -> 1.9.5 2018-10-13 09:50:15 +02:00
grammalecte pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
graph-tool gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
graphite_beacon graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276) 2018-08-02 16:39:57 +02:00
graphite-api pythonPackages.graphite_api: move expression 2018-07-19 01:26:35 +02:00
graphite-web python: graphite-web: 1.1.3 -> 1.1.4 2018-10-13 09:50:15 +02:00
graphitepager graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276) 2018-08-02 16:39:57 +02:00
graphviz pythonPackages.graphviz: refactor move to python-modules 2018-10-18 11:02:23 +02:00
grappelli_safe pythonPackages.mezzanine: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
green pythonPackages.green: 2.12.0 -> 2.12.1 2018-02-27 01:14:21 +01:00
greenlet python: greenlet: 0.4.14 -> 0.4.15 2018-10-13 09:50:15 +02:00
grequests pythonPackages.grequests: refactor move to python-modules 2018-10-30 00:51:10 -04:00
grip python36Packages.grip: 4.4.0 -> 4.5.2 (#49050) 2018-10-27 15:08:45 +02:00
grpc_google_iam_v1 pythonPackages.grpc_google_iam_v1: init at 0.11.4 2018-11-20 14:12:09 -05:00
grpcio pythonPackages.grpcio: 1.15.0 -> 1.16.1 2018-11-27 12:02:55 -05:00
grpcio-gcp pythonPackages.grpcio-gcp: init at 0.2.2 2018-11-20 14:12:16 -05:00
grpcio-tools pythonPackages.grpcio-tools: 1.14.2 -> 1.16.1 2018-11-27 12:02:55 -05:00
gsd python36Packages.gsd: 1.5.2 -> 1.5.4 2018-10-24 20:07:55 +02:00
gspread pythonPackages.gspread: refactored move to python-modules 2018-10-18 11:02:23 +02:00
gssapi python: gssapi: 1.5.0 -> 1.5.1 2018-07-22 16:52:41 +02:00
gst-python gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
gtimelog gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
guessit python36Packages.guessit: 3.0.0 -> 3.0.3 2018-11-18 12:29:39 -08:00
gunicorn python: gunicorn: 19.8.1 -> 19.9.0 2018-07-22 16:52:42 +02:00
gurobipy [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
guzzle_sphinx_theme guzzle_sphinx_theme: don't set name attribute anymore 2018-01-20 13:48:23 +01:00
gyp pythonPackages.gyp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
h2 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
h5py python.pkgs.h5py: disable tests 2018-09-01 10:41:37 +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
hawkauthlib pythonPackages.hackauthlib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
hbmqtt python.pkgs.hbmqtt: fix for websockets 5.0 2018-06-24 17:39:00 +02:00
hcs_utils
hdbscan python: hdbscan: 0.8.15 -> 0.8.18 2018-10-13 09:50:15 +02:00
hdmedians pythonPackages.hdmedians: init at 0.13 2018-10-14 16:10:47 +02:00
heapdict pythonPackages.heapdict: Move to own file 2018-04-04 19:46:00 +02:00
helper Merge staging-next into staging 2018-10-17 08:36:28 +02:00
hetzner pythonPackages.hetzner: refactor move to python-modules 2018-10-18 11:02:23 +02:00
hg-git pythonPackages.hg-git: Update to 0.8.12 and unbreak. 2018-11-16 08:54:34 +01:00
hglib pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
hgsvn pythonPAckages.hgsvn: refactor move to python-modules 2018-10-30 00:51:04 -04:00
hidapi pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
hieroglyph pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
hiro python: hiro: 0.1.9 -> 0.5 2018-06-22 13:09:17 +02:00
histbook pythonPackages.histbook: init at 1.2.3 2018-10-13 10:14:44 +02:00
hkdf pythonPackages.hkdf: refactor move to python-modules 2018-10-18 11:02:23 +02:00
hmmlearn treewide: unquote homepage in my packages 2018-02-25 22:24:08 +03:00
homeassistant-pyozw python3.pkgs.homeassistant-pyozw: init at 0.1.0 2018-11-12 11:10:12 +01:00
hoomd-blue hoomd-blue: init at 2.3.4 2018-10-30 14:20:31 -04:00
hopcroftkarp pythonPackages.hopcroftkarp: init at 1.2.4 2018-11-27 20:45:40 -05:00
howdoi python: howdoi: 1.1.7 -> 1.1.13 2018-07-22 16:52:42 +02:00
hpack pythonPackages.hpack: refactor move to python-modules 2018-10-18 11:02:23 +02:00
hsaudiotag pythonPackages.gmusicapi: refactor move to python-modules 2018-10-17 07:46:57 +02:00
hsaudiotag3k pythonPackages.gmusicapi: refactor move to python-modules 2018-10-17 07:46:57 +02:00
html2text pythonPAckages.html2text: refactor move to python-modules 2018-10-30 00:51:14 -04:00
html5-parser treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
html5lib python: html5lib: 0.999999999 -> 1.0.1 2017-12-31 11:54:24 +01:00
htmllaundry pythonPackages.htmllaundry: refactor move to python-modules 2018-10-18 11:02:23 +02:00
htmlmin pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
htmltreediff treewide: fix derivation names 2018-05-28 05:59:57 -07:00
httmock pythonPackages.httmock: init at 1.2.6 2018-11-04 12:47:22 +01:00
http_signature pythonPackages.http_signature: refactor move to python-modules 2018-10-18 11:02:23 +02:00
httpauth pythonPackages.gmusicapi: refactor move to python-modules 2018-10-17 07:46:57 +02: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 pythonPackages.httpretty: refactor move to python-modules 2018-10-18 11:02:23 +02:00
httpserver pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
httpsig pythonPackages.httpsig: init at 1.2.0 2018-08-30 20:46:54 -07:00
hug pythonPackages.hug: refactor move to python-modules 2018-10-18 11:02:23 +02:00
humanize humanize: loosen platform restriction to include OSX 2018-11-07 10:29:06 +11:00
hupper python: hupper: 1.3 -> 1.3.1 2018-10-13 09:50:15 +02:00
hvac python: hvac: 0.6.3 -> 0.6.4 2018-10-13 09:50:15 +02:00
hypchat pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
hyperframe pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
hyperlink pythonPackages.hyperlink: don't create .pytest_cache 2018-10-11 18:15:16 -04:00
hypothesis python.pkgs.hypothesis: 3.66.2 -> 3.79.3 2018-10-24 20:05:44 +02:00
i3-py pythonPackages.i3-py: refactor move to python-packages 2018-10-17 07:46:57 +02:00
i3ipc python36Packages.i3ipc: 1.4.0 -> 1.5.1 2018-10-24 08:11:25 -07:00
ibmquantumexperience python36Packages.IBMQuantumExperience: 2.0.3 -> 2.0.4 2018-10-24 20:08:38 +02:00
icalendar python36Packages.icalendar: 3.9.0 -> 4.0.3 2018-10-24 09:16:15 -07:00
identify python: identify: 1.1.4 -> 1.1.7 2018-10-13 09:50:15 +02:00
idna python: idna: 2.6 -> 2.7 2018-06-22 13:09:17 +02:00
idna-ssl python: idna-ssl: 1.0.1 -> 1.1.0 2018-07-22 16:52:42 +02:00
ifaddr pythonPackages.ifaddr: init at 0.1.4 2018-10-26 16:37:52 +02:00
ijson pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
image-match pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
imageio pythonPackages.imageio: 1.6 -> 2.4.1 (#49147) 2018-11-04 18:32:33 +01:00
imagesize pythonPackages.imagesize: refactor move to python-modules 2018-10-17 07:46:57 +02:00
imapclient pythonPackages.IMAPClient: refactor move to python-modules 2018-10-30 00:51:09 -04: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
imgaug pythonPackages.imgaug: init at 0.2.6 (#43720) 2018-08-03 14:39:55 +02:00
immutables python: immutables: 0.5 -> 0.6 2018-06-22 13:09:17 +02:00
importmagic pythonPackages.importmagic: refactor move to python-modules 2018-10-30 00:51:19 -04:00
imread pythonPackages.imread: refactor move to python-modules 2018-10-17 07:46:57 +02:00
imutils pythonPackages.imutils: init at 0.5.1 2018-10-13 10:10:39 +02:00
incremental pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
inflect python: inflect: 1.0.0 -> 1.0.1 2018-10-13 09:50:16 +02:00
inflection
influxdb python36Packages.influxdb: 4.0.0 -> 5.2.0 2018-10-24 09:06:38 -07:00
influxgraph graphite: 1.0.2 -> 1.1.3 & moved dependencies to python-modules (#44276) 2018-08-02 16:39:57 +02:00
infoqscraper pythonPackages.infoqscaper: refactor move to python-modules 2018-10-18 11:02:23 +02:00
inifile pythonPackages.inifile: refactor move to python-modules 2018-10-18 11:02:23 +02:00
iniparse pythonPackages.iniparse: refactor move to python-modules 2018-10-17 07:46:57 +02:00
intelhex pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
internetarchive internetarchive: 1.7.2 -> 1.8.1 2018-11-18 01:29:14 +00:00
interruptingcow pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
intervaltree pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
invoke invoke: 1.1.1 -> 1.2.0 (#48408) 2018-10-14 17:42:59 +02:00
iowait pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
ipaddr python27Packages.ipaddr: 2.1.11 -> 2.2.0 2018-10-24 10:48:46 -07:00
ipaddress pythonPackages.ipaddress: refactor move to python-modules 2018-10-17 07:46:56 +02:00
ipdb pythonPackages.ipdb: refactor move to python-modules 2018-10-17 07:46:56 +02:00
ipdbplugin pythonPackages.ipdbplugin: refactor move to python-modules 2018-10-17 07:46:56 +02:00
ipfsapi pythonPackages.ipfsapi: refactor move to python-modules 2018-10-17 07:46:57 +02:00
iptools pythonPackages.iptools: refactor move to python-modules 2018-10-18 11:02:23 +02:00
IPy pythonPackages.ipy: 0.74 -> 0.83 2018-03-19 11:40:16 +01:00
ipykernel python36Packges.ipykernel: 4.8.2 -> 5.1.0 2018-11-21 12:38:54 +01:00
ipyparallel python36Packages.ipyparallel: 6.2.2 -> 6.2.3 2018-10-24 15:57:05 +02:00
ipython python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
ipython_genutils pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ipywidgets python: ipywidgets: 7.4.0 -> 7.4.2 2018-10-13 09:50:16 +02:00
irc python.pkgs.irc: 14.2.2 -> 16.4 2018-09-03 01:25:03 +01:00
iso3166 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
iso8601 python: iso8601: 0.1.11 -> 0.1.12 2017-12-31 11:48:14 +01:00
iso-639 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
isodate pythonPackages.isodate: refactor move to python-modules 2018-10-27 09:07:23 +02:00
isort pythonPackages.isort: 4.2.5 -> 4.3.4 2018-04-29 20:35:26 +02:00
itsdangerous pythonPackages.itsdangerous: refactor move to python-modules 2018-10-17 07:46:57 +02:00
j2cli pythonPackages.j2cli: refactor move to python-modules 2018-10-17 07:46:56 +02:00
jabberbot pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
jaraco_classes python.pkgs.jaraco.classes: 1.4 -> 1.5 2018-09-03 01:25:01 +01:00
jaraco_collections python.pkgs.jaraco.collections: 1.3.2 -> 1.5.3 2018-09-03 01:25:02 +01:00
jaraco_functools python.pkgs.jaraco_functools: 1.15.1 -> 1.20 2018-07-26 12:43:16 +02:00
jaraco_itertools python.pkgs.jaraco.itertools: 1.7.1 -> 2.4 2018-09-03 01:25:02 +01:00
jaraco_logging python.pkgs.jaraco_logging: 1.5 -> 1.5.2 2018-09-03 01:25:03 +01:00
jaraco_stream python.pkgs.jaraco.stream: 1.1.1 -> 1.2 2018-09-03 01:25:01 +01:00
jaraco_text python.pkgs.jaraco_text: 1.7 -> 1.10.1 2018-09-03 01:25:02 +01:00
JayDeBeApi Add missing files 2018-02-15 13:17:40 -05:00
jdatetime python: jdatetime: 3.0.0 -> 3.0.2 2018-10-13 09:50:16 +02:00
jdcal python: jdcal: 1.3 -> 1.4 2018-06-22 13:09:18 +02:00
jedi python: jedi: 0.12.0 -> 0.12.1 2018-07-22 16:52:43 +02:00
jellyfish python: jellyfish: 0.5.6 -> 0.6.1 2018-06-22 13:09:18 +02:00
jenkins-job-builder pythonPackages.jenkins-job-builder: refactor move to python-modules 2018-10-30 00:51:17 -04:00
jenkinsapi pythonPackages.jenkinsapi: refactor move to python-modules 2018-10-30 00:51:17 -04:00
jieba pythonPackages.jieba: init at 0.39 2018-04-05 00:10:20 +02:00
jinja2 pythonPackages.jinja2: disable tests 2018-08-25 07:38:34 +02:00
jinja2_pluralize jinja2_pluralize: init at 0.3.0 2018-01-19 19:46:56 +03:00
jinja2_time pythonPackages.jinja2_time: refactor move to python-modules 2018-10-17 07:46:56 +02:00
jira python: jira: 1.0.15 -> 2.0.0 2018-08-25 07:38:22 +02:00
jmespath pythonPackages.jmespath: refactor move to python-modules 2018-10-17 07:46:56 +02:00
joblib pythonPackages.joblib: Disable flaky test (#46439) 2018-09-09 22:42:17 +02:00
josepy python: josepy: 1.0.1 -> 1.1.0 2018-06-22 13:09:18 +02:00
JPype1 python.pkgs.JPype1: disable tests 2018-07-26 12:43:19 +02:00
jsbeautifier pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
jsmin pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
jsondate
jsondiff python: jsondiff: 1.1.1 -> 1.1.2 2018-06-22 13:09:18 +02:00
jsonpatch pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
jsonpath_rw pythonPackages.jsonpath_rw: refactor move to python-modules 2018-10-17 07:46:56 +02:00
jsonpickle python: jsonpickle: 0.9.5 -> 0.9.6 2018-02-18 20:07:42 +01:00
jsonpointer python36Packages.jsonpointer: 1.9 -> 2.0 2018-10-24 15:18:46 +02:00
jsonref python36Packages.jsonref: 0.1 -> 0.2 2018-11-18 12:12:20 -08:00
jsonrpc-async python: jsonrpc-async: 1.0.0 -> 1.0.1 2018-08-25 18:07:11 +02:00
jsonrpc-base python: jsonrpc-base: 1.0.1 -> 1.0.2 2018-08-25 18:07:11 +02:00
jsonrpc-websocket python: jsonrpc-websocket: 1.0.0 -> 1.0.1 2018-08-25 18:07:11 +02:00
jsonrpclib Merge staging-next into staging 2018-10-17 08:36:28 +02:00
jsonrpclib-pelix pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
jsonschema pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
jsonwatch pythonPackages.jsonwatch: refactor move to python-modules 2018-10-17 07:46:57 +02:00
jug pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
junos-eznc python: junos-eznc: 2.1.8 -> 2.1.9 2018-08-25 07:38:22 +02:00
jupyter pythonPackages.jupyter: refactor move to python-modules 2018-10-17 07:46:57 +02:00
jupyter_client python: jupyter_client: 5.2.2 -> 5.2.3 2018-04-08 11:34:54 +02:00
jupyter_console python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
jupyter_core pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
jupyter-repo2docker pythonPackages.jupyter-repo2docker: init at 0.6.0 2018-10-14 12:25:38 +02:00
jupyterhub pythonPackages.jupyterhub: 0.8.1 -> 0.9.4 2018-11-21 12:38:54 +01:00
jupyterhub-ldapauthenticator python: jupyterhub-ldapauthenticator: 1.2.1 -> 1.2.2 2018-06-22 13:09:42 +02:00
jupyterlab pythonPackages.jupyterlab: 0.34.12 -> 0.35.4 2018-11-21 12:38:54 +01:00
jupyterlab_launcher pythonPackages.jupyterlab_launcher: refactor (#46178) 2018-09-06 20:40:43 +02:00
jupyterlab_server pythonPackages.jupyterlab_server: init at 0.2.0 2018-11-21 12:38:54 +01:00
kaa-base pythonPackages.kaa-base: refactor move to python-modules 2018-10-27 09:07:20 +02:00
kaa-metadata pythonPackages.kaa-metadata: refactor move to python-modules 2018-10-27 09:07:20 +02:00
kafka-python pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
kaitaistruct pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
kajiki pythonPackages.Kajiki: refactor move to python-modules 2018-10-18 11:02:23 +02:00
kaptan pythonPackages.kaptan: refactor move to python-modules 2018-10-17 07:46:59 +02:00
kazoo python36Packages.kazoo: 2.2.1 -> 2.5.0 2018-10-24 10:10:07 +02:00
keepalive pythonPackages.keepalive: refactor move to python-modules 2018-10-17 07:46:59 +02:00
keepkey python36Packages.keepkey: 4.0.0 -> 4.0.2 2018-10-24 15:15:14 +02:00
keras python: Keras: 2.2.2 -> 2.2.4 2018-10-13 09:50:16 +02:00
keras-applications python: Keras_Applications: 1.0.5 -> 1.0.6 2018-10-13 09:50:16 +02:00
keras-preprocessing python: Keras_Preprocessing: 1.0.3 -> 1.0.5 2018-10-13 09:50:16 +02:00
kerberos python36Packages.kerberos: 1.2.4 -> 1.3.0 2018-10-24 16:52:34 +02:00
keyring python: keyring: 12.2.1 -> 13.2.1 2018-07-22 16:52:44 +02:00
keyrings-alt python.pkgs.keyrings-alt: fix tests 2018-09-01 10:41:37 +02:00
keyutils pythonPackages.keyutils: fix build 2018-07-04 13:09:40 +02:00
kitchen pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
kiwisolver Fix the problem of it not compling in macOS 2018-06-16 02:00:33 +08:00
klaus klaus: fix hash 2018-07-08 21:40:07 +02:00
klein pythonPackages.klein: 15.3.1 -> 17.10.0 2018-03-20 17:32:48 +01:00
koji pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
kombu python.pkgs.kombu: 4.0.2 -> 4.2.1 2018-07-14 13:47:08 +02:00
konfig Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
kubernetes pythonPackages.kubernetes: add missing dependency (#46179) 2018-09-07 11:25:53 +02:00
lammps-cython pythonPackages.lammps-cython: init at 0.5.7 2018-08-10 16:49:06 -04:00
langcodes treewide: http -> https 2018-06-29 17:18:27 -07:00
larch pythonPackages.larch: refactor move to python-modules 2018-10-30 00:51:07 -04:00
lark-parser lark-parser: 2017-12-18 -> 0.6.5 2018-11-07 11:11:33 +01:00
lasagne pythonPackages.Lasagne: refactor move to python-modules 2018-10-30 00:51:21 -04:00
latexcodec pythonPackages.latexcodec: init at 1.0.5 2018-03-08 12:14:36 +00:00
lazy-object-proxy pythonPackages.lazy-object-proxy: refactor move to python-modules 2018-10-17 07:46:56 +02:00
ldap treewide: disable some tests broken on darwin 2018-08-16 22:44:07 -05:00
ldap3 python: ldap3: 2.5 -> 2.5.1 2018-08-25 07:38:22 +02:00
ldappool Revert "python: ldappool: 2.2.0 -> 2.3.0" 2018-09-24 13:35:05 +02:00
ldaptor python.pkgs.ldaptor: init at 16.0.1 2018-01-07 10:20:35 +01:00
le pythonPackages.le: refactor move to python-modules 2018-10-17 07:46:56 +02:00
leather pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ledgerblue python: ledgerblue: 0.1.19 -> 0.1.20 2018-10-13 09:50:16 +02:00
lektor pythonPackages.lektor: refactor move to python-modules 2018-10-17 07:46:56 +02:00
libagent pythonPackages.pythondaemon: rename to pythonPackages.python-daemon 2018-10-30 21:09:34 +01:00
libais pythonPackages.libais: 0.16 -> 0.17 (#37876) 2018-04-11 17:25:47 +02:00
libarchive-c pythonPackages.libarchive-c: refactor move to python-modules 2018-10-30 00:51:06 -04:00
libarcus pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
libasyncns pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
libcloud pythonPackages.libcloud: refactor move to python-modules 2018-10-17 07:46:56 +02:00
libgpuarray pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
libkeepass pythonPackages.libkeepass: init at 0.3.0 (#45528) 2018-08-24 09:54:12 +02:00
libmr pythonPackages.libmr: init at 0.1.9 2018-11-06 05:43:20 -08:00
libnacl pythonPackages.libnacl: fix build on darwin 2018-09-16 06:24:49 +00:00
librosa pythonPackages.librosa: refactor move to python-modules 2018-10-17 07:46:58 +02:00
libsexy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
libsoundtouch
libthumbor pythonPackages.libthumbor: refactor move to python-modules 2018-10-17 07:46:57 +02:00
libtmux python: libtmux: 0.7.7 -> 0.8.0 2018-04-08 11:34:54 +02:00
libusb1 pythonPackages.libusb1: Disable flaky test 2018-09-09 22:09:34 +02:00
libversion python36Packages.libversion: 1.0.0 -> 1.1.2 2018-11-08 18:38:41 -08:00
libvirt libvirt: 4.5.0 -> 4.7.0 (#46502) 2018-09-29 22:33:38 +02:00
lightblue pythonPackages.lightblue: refactor move to python-modules 2018-10-17 07:46:57 +02:00
lightning pythonPackages.lightning: refactor move to python-modules 2018-10-17 07:46:57 +02:00
limits python: limits: 1.2.1 -> 1.3 2018-02-03 17:43:30 +01:00
limnoria python36Packages.limnoria: 2016.05.06 -> 2018.09.09 2018-10-24 15:19:28 +02:00
line_profiler pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
linecache2 pythonPackages.linecache2: refactor move to python-modules 2018-10-30 00:50:57 -04:00
linode pythonPackages.linode: refactor move to python-modules 2018-10-17 07:46:56 +02:00
linode-api pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
linuxfd pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
livereload pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
livestreamer pythonPackages.livestreamer: refactor move to python-modules 2018-10-18 11:02:23 +02:00
livestreamer-curses pythonPackages.livestreamer-curses: refactor move to python-modules 2018-10-18 11:02:23 +02:00
llfuse python: llfuse: 1.3.4 -> 1.3.5 2018-10-13 09:50:16 +02:00
llvmlite python: llvmlite: 0.23.2 -> 0.24.0 2018-07-22 16:52:44 +02:00
lmdb python36Packages.lmdb: 0.92 -> 0.94 2018-10-24 12:32:17 +02:00
lmtpd pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
locket pythonPackages.locket: Move to own file 2018-04-04 19:46:00 +02:00
lockfile pythonPackages.lockfile: init at 0.12.2 2018-10-14 16:10:47 +02:00
locustio pythonPackages.locustio: 0.8.1 -> 0.9.0 (#46191) 2018-09-07 08:38:41 +02:00
Logbook python36Packages.Logbook: 1.4.0 -> 1.4.1 2018-11-08 20:41:45 -08:00
logfury pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
logilab python: logilab-common: 1.4.1 -> 1.4.2 2018-07-22 16:52:44 +02:00
logilab_astng pythonPackages.lpod: refactor move to python-modules 2018-10-17 07:46:57 +02:00
logster python.pkgs.logster: 7475c53822 -> 1.0.1 2018-03-24 10:35:37 +01:00
logutils pythonPackages.logutils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
lpod pythonPackages.lpod: refactor move to python-modules 2018-10-17 07:46:57 +02:00
lsi pythonPackages.lsi: refactor move to python-modules 2018-10-18 11:02:23 +02:00
luftdaten python: luftdaten: 0.1.4 -> 0.2.0 2018-06-22 13:09:20 +02:00
lxc pythonPackages.lxc: refactor move to python-modules 2018-10-17 07:46:56 +02:00
lxml python: lxml: 4.2.4 -> 4.2.5 2018-10-13 09:50:16 +02:00
lz4 pythonPackages.lz4: refactor move to python-modules 2018-10-27 09:07:18 +02:00
m2crypto pythonPackages.m2crypto: refactor move to python-modules 2018-10-17 07:46:56 +02:00
m2r python: m2r: 0.1.15 -> 0.2.0 2018-08-25 07:38:22 +02:00
magic pythonPackages.magic: refactor move to python-modules 2018-10-17 07:46:56 +02:00
magic-wormhole pythonPackages.magic-wormhole: 0.10.5 -> 0.11.2 2018-11-20 15:38:21 -05:00
magic-wormhole-mailbox-server pythonPackages.magic-wormhole-mailbox-server: init at 0.3.1 2018-11-20 15:38:21 -05:00
magic-wormhole-transit-relay python: magic-wormhole-transit-relay: 0.1.1 -> 0.1.2 2018-04-08 11:34:54 +02:00
mahotas python36Packages.mahotas: 1.4.2 -> 1.4.5 2018-10-24 10:24:07 +02:00
mail-parser python36Packages.mail-parser: 3.3.1 -> 3.4.1 (#48974) 2018-10-29 14:00:17 +01:00
mailcap-fix pythonPackages.mailcap-fix: refactor move to python-modules 2018-10-30 00:51:18 -04:00
mailchimp pythonPackages.mailchimp: refactor move to python-modules 2018-10-17 07:46:57 +02:00
maildir-deduplicate pythonPackages.maildir-deduplicate: refactor move to python-modules 2018-10-30 00:51:18 -04:00
Mako python: Mako: 1.0.4 -> 1.0.7 2017-12-31 11:45:09 +01:00
manuel pythonPackages.manuel: 1.8.0 -> 1.10.1 (#51029) 2018-11-26 12:29:46 +01:00
mapsplotlib pythonPackages.mapsplotlib: refactor move to python-modules 2018-10-17 07:46:56 +02:00
marionette-harness python: mozdevice: 1.0.0 -> 1.0.1 2018-08-25 18:07:12 +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 treewide: random cleanups 2018-08-10 12:56:31 +00:00
markdown2 python: markdown2: 2.3.5 -> 2.3.6 2018-10-13 09:50:16 +02:00
markdown-macros pythonPackages.markdown-macros: refactor move to python-modules 2018-10-17 07:46:56 +02:00
markdownsuperscript treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
markerlib pythonPackages.markerlib: init at 0.6.0 2018-09-07 14:08:35 -04:00
markupsafe pythonPackages.markupsafe: refactor move to python-modules 2018-10-17 07:46:56 +02:00
marshmallow python: marshmallow: 2.15.4 -> 2.15.6 2018-10-13 09:50:16 +02:00
marshmallow-sqlalchemy python36Packages.marshmallow-sqlalchemy: 0.14.1 -> 0.15.0 (#49978) 2018-11-18 17:12:24 +01:00
matchpy pythonPackages.matchpy: init at 0.4.6 2018-11-27 20:45:40 -05:00
mathics pythonPackages.mathics: refactor move to python-modules 2018-10-17 07:46:56 +02:00
matplotlib gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
matrix-client pythonPackages.matrix-client: 0.2.0 -> 0.3.2 (#42915) 2018-07-06 18:05:19 +02:00
maya python.pkgs.maya: init at 0.3.3 2018-01-20 12:05:21 +01:00
mccabe pythonPackages: remove name attribute` 2018-06-23 18:14:26 +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 python36Packages.MechanicalSoup: 0.10.0 -> 0.11.0 2018-10-24 15:12:40 +02:00
mechanize python27Packages.mechanize: 0.3.5 -> 0.3.7 2018-10-24 15:15:54 +02:00
meinheld python.pkgs.meinheld: init at 0.6.1 2018-01-20 12:05:21 +01:00
meld3 python36Packages.meld3: 1.0.0 -> 1.0.2 2018-10-24 15:18:20 +02:00
meliae pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
memcached pythonPackages.memcached: refactor move to python-modules 2018-10-17 07:46:56 +02:00
memory_profiler pythonPackages.memory_profiler: add plotting dependency, enable checks 2018-10-30 11:28:08 +01:00
metaphone python.pkgs.metaphone: fix pname 2018-11-21 12:50:56 +01:00
mezzanine pythonPackages.mezzanine: refactor move to pyhton-modules 2018-10-18 11:02:23 +02:00
micawber python: micawber: 0.3.5 -> 0.3.8 2018-10-13 09:50:16 +02:00
milksnake pythonPackages.milksnake: init at 0.1.5 2018-04-23 16:35:44 +09:00
minidb pythonPackages.minidb: 2.0.1 -> 2.0.2 2018-10-17 07:46:55 +02:00
minimock pythonPackages.minimock: refactor move to python-modules 2018-10-18 11:02:23 +02: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 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
mixpanel pythonPackages.mixpanel: refactor move to python-modules 2018-10-17 07:46:55 +02:00
mmpython Treewide: use HTTPS on SourceForge 2018-12-02 15:33:08 +01:00
mnemonic pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
mock pythonPacakges.mock: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mock-open pythonPackages.mock-open: init at 1.3.1 2018-04-02 23:29:50 +02:00
modestmaps pythonPackages.modestmaps: refactor move to python-modules 2018-10-18 11:02:23 +02:00
moinmoin treewide: fix derivation names 2018-05-28 05:59:57 -07:00
mongodict pythonPackages.mongodict: refactor move to python-modules 2018-10-27 09:07:19 +02:00
monotonic pythonPackages.monotonic: refactor move to python-modules 2018-10-18 11:02:23 +02:00
monty pythonPackages.monty: Add a short description 2018-06-22 14:46:51 +01:00
more-itertools pythonPackages.more-itertools: avoid doCheck on i686 2018-09-01 15:08:53 +02:00
moretools pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
moto python: moto: 1.3.5 -> 1.3.6 2018-10-13 09:50:16 +02:00
moviepy python36Packages.moviepy: 0.2.2.11 -> 0.2.3.5 2018-11-08 21:43:41 -08:00
mox pythonPackages.mox: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mox3 pythonPackages.mox3: refactor move to python-modules 2018-10-27 09:07:18 +02:00
mozsvc pythonPackages.mozsvc: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mozterm pythonPackages.mozterm: pass pythonPackages.six 2018-08-05 10:20:23 +03:00
mpd pythonPackages.mpd: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mpd2 pythonPackages.mpd2: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mpi4py mpi4py: Add patch to skip broken tests. 2018-09-26 23:39:18 +02:00
mplleaflet pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
mpmath pythonPackages.mpmath: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mps-youtube pythonPackages.mps-youtube: refactor move to python-modules 2018-10-30 00:51:18 -04:00
mpv pythonPackages.mpv: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mpyq pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
mrbob pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
msgpack python: msgpack: 0.5.4 -> 0.5.6 2018-02-26 18:42:48 +01:00
msgpack-numpy python: msgpack-numpy: 0.4.3.1 -> 0.4.4.1 2018-10-13 09:50:16 +02:00
msrplib pythonPackages.msrplib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mt-940 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
multi_key_dict pythonPackages.multi_key_dict: refactor move to python-modules 2018-10-17 07:46:58 +02:00
multidict python: multidict: 4.1.0 -> 4.3.1 2018-06-22 13:09:21 +02:00
multipledispatch python: multipledispatch: 0.5.0 -> 0.6.0 2018-08-25 07:38:22 +02:00
multiprocess pythonPackages.multiprocess: 0.70.4 -> 0.70.6.1 (#45047) 2018-08-15 11:01:32 +02:00
multiset pythonPackages.multiset: init at 2.1.1 2018-11-27 20:45:39 -05:00
munch pythonPackages.munch: refactor move to python-modules 2018-10-18 11:02:23 +02:00
munkres pythonPackage.munkres: refactor move to python-modules 2018-10-18 11:02:23 +02:00
murmurhash python36Packages.murmurhash: 0.28.0 -> 1.0.1 2018-11-08 22:13:54 -08:00
musicbrainzngs pythonPackages.musicbrainzngs: remove breaking tests 2018-11-17 14:30:48 +01:00
mutag pythonPackages.mutag: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mutagen python: mutagen: 1.41.0 -> 1.41.1 2018-08-25 07:38:22 +02:00
muttils pythonPackages.muttils: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mwclient python36Packages.mwclient: 0.9.1 -> 0.9.2 2018-11-08 20:59:31 -08:00
mwlib pythonPackages.mwlib: refactor move to python-modules 2018-10-17 07:46:57 +02:00
mwlib-ext pythonPackages.mwlib-ext: refactor move to python-modules 2018-10-17 07:46:57 +02:00
mwlib-rl pythonPackages.mwlib-rl: refactor move to python-modules 2018-10-17 07:46:57 +02:00
mwoauth pythonPackages.mwoauth: init at 0.3.2 2018-02-03 11:55:04 +00:00
mxnet pythonPackages.mxnet: refactor move to python-modules 2018-10-17 07:46:55 +02:00
mygpoclient treewide: disable some darwin checks 2018-06-10 20:31:06 -04:00
mypy python36Packages.mypy: 0.630 -> 0.641 2018-10-24 20:46:40 +02:00
mypy-protobuf mypy-protobuf: init at 1.6 2018-08-17 01:36:40 +02:00
mysql_python pythonPackages.MySQL_python: refactor move to python-modules 2018-10-18 11:02:23 +02:00
mysql-connector python36Packages.mysql-connector: 8.0.12 -> 8.0.13 2018-10-28 19:58:20 +01:00
mysqlclient python: mysqlclient: 1.3.12 -> 1.3.13 2018-07-22 16:52:46 +02:00
namebench pythonPackages.namebench: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nameparser python36Packages.nameparser: 1.0.1 -> 1.0.2 2018-11-18 08:53:10 -08:00
nanoleaf pythonPackages.nanoleaf: init at 0.4.1 2018-11-23 15:16:55 +01:00
natsort python.pkgs.natsort: no pyflakes and pep8 checks 2018-09-01 10:41:37 +02:00
nbconvert pythonPackages.nbconvert: 5.3.1 -> 5.4.0 2018-11-21 12:38:54 +01:00
nbformat pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
nbmerge pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
nbval pythonPackages.nbval: init at 0.9.1 2018-11-27 20:45:39 -05:00
nbxmpp python36Packages.nbxmpp: 0.6.6 -> 0.6.8 2018-10-30 21:11:19 +01:00
ncclient python: ncclient: 0.6.2 -> 0.6.3 2018-10-13 09:50:16 +02:00
ndg-httpsclient pythonPackages.ndg-httpsclient: refactor move to python-modules 2018-10-17 07:46:57 +02:00
neovim python36Packages.neovim: 0.2.6 -> 0.3.0 2018-11-08 20:50:50 -08:00
neovim_gui gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
nest-asyncio pythonPackages.nest-asyncio: init at 0.9.1 2018-10-13 10:09:28 +02:00
netaddr python37.pkgs.netaddr: skip failing test 2018-11-27 06:26:34 +00:00
netcdf4 python36Packages.netcdf4: 1.4.1 -> 1.4.2 (#49988) 2018-11-12 21:44:44 +01:00
netdisco python3.pkgs.netdisco: 2.0.0 -> 2.2.0 2018-10-29 13:44:00 +01:00
netifaces pythonPackages.netifaces: refactor move to python-modules 2018-10-18 11:02:23 +02:00
networkx pythonPackages.networkx: 2.1 -> 2.2 2018-11-07 20:15:37 +01:00
neuronpy pythonPackages.neuronpy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
neurotools pythonPackages.neurotools: Move to own file 2018-04-04 19:46:00 +02:00
nevow python: Nevow: 0.14.3 -> 0.14.4 2018-06-22 13:09:42 +02:00
nibabel python36Packages.nibabel: 2.3.0 -> 2.3.1 2018-11-08 20:03:14 -08:00
Nikola pythonPackages.Nikola: 7.8.15 -> 8.0.1 2018-10-02 19:01:17 +03:00
nilearn pythonPackages.nilearn: disable still failing tests (#46918) 2018-09-19 23:50:22 +02:00
nimfa python: nimfa: 1.3.2 -> 1.3.4 2018-01-20 12:05:26 +01:00
nine pythonPackages.nine: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nipy python36Packages.nipy: 0.4.0 -> 0.4.2 2018-10-24 15:17:34 +02:00
nipype python: nipype: 1.1.2 -> 1.1.3 2018-10-13 09:50:16 +02:00
nixpkgs pythonPackages.nixpkgs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nltk pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
node-semver python36Packages.node-semver: 0.4.2 -> 0.5.0 (#50609) 2018-11-18 21:16:51 +01:00
nodeenv pythonPackages.nodeenv: init at 1.3.2 2018-07-31 13:58:01 +02:00
noise pythonPackages.noise: Move to own file 2018-04-04 19:45:57 +02:00
nose pythonPackages.nose: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nose2 pythonPackages.nose2: 0.5.0 -> 0.8.0 2018-10-26 16:37:52 +02:00
nose_progressive pythonPackages.nose_progressive: refactor move to python-modules 2018-10-30 00:50:46 -04:00
nose_warnings_filters pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
nose-cov pythonPackages.nose-cov: init at 1.6 2018-11-16 21:41:06 +01:00
nose-cover3 pythonPackages.nose-cover3: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nose-cprof pythonPackages.nose-cprof: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nose-exclude pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
nose-focus pythonPackages.nose-focus: init at 0.1.3 2018-11-29 12:38:27 +01:00
nose-of-yeti pythonPackages.nose-of-yeti: init at 1.8 2018-11-29 12:38:27 +01:00
nose-pattern-exclude pythonPackages.nose-pattern-exclude: init at 0.1.3 2018-11-29 12:38:26 +01:00
nosejs pythonPackages.nosejs: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nosexcover pythonPackages.nosexcover: refactor move to python-modules 2018-10-18 11:02:23 +02:00
notebook pythonPackages.notebook: 5.6.0 -> 5.7.0 2018-11-21 12:38:54 +01:00
notify Treewide: use https for src.fedoraproject.org 2018-11-24 23:53:27 +01:00
notify2 python-notify2: init at 0.3.1 2018-02-21 04:14:08 -05:00
notmuch pythonPackages.notmuch: refactor move to python-modules 2018-10-18 11:02:23 +02:00
ntlm-auth pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ntplib pythonPackages.ntplib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
nuitka Merge master into staging-next 2018-11-19 09:55:32 +01:00
numba python: numba: 0.38.1 -> 0.39.0 2018-07-22 16:52:46 +02:00
numericalunits pythonPackages.numericalunits: init at 1.16 2018-10-30 13:38:59 -04:00
numexpr pythonPackages.{numpy,scipy,numexpr}: support MKL as BLAS 2018-10-20 11:50:37 +02:00
numpy python: numpy: 1.15.2 -> 1.15.3 2018-10-24 20:05:44 +02:00
numpy-stl python: numpy-stl: 2.4.1 -> 2.7.0 2018-07-22 16:52:47 +02:00
numpydoc python: numpydoc: 0.7.0 -> 0.8.0 2018-04-08 11:34:55 +02:00
numtraits pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
nvchecker pythonPackages.nvchecker: 1.1 -> 1.2.7 2018-11-25 15:49:04 -05:00
nwdiag
nxt-python pythonPackages.nx-python: refactor move to python-modules 2018-10-17 07:46:57 +02:00
oauth pythonPackages.oauth: refactor move to python-modules 2018-10-18 11:02:23 +02:00
oauth2 pythonPackages.oauth2: refactor move to python-modules 2018-10-18 11:02:23 +02:00
oauth2client python: oauth2client: 4.1.2 -> 4.1.3 2018-10-13 09:50:16 +02:00
oauthenticator python: oauthenticator: 0.7.3 -> 0.8.0 2018-08-25 07:38:22 +02:00
oauthlib pythonPackages.oauthlib: refactor move to python-modules 2018-10-18 11:02:23 +02:00
obfsproxy pythonPackages.obfsproxy: refactor move to python-modules 2018-10-18 11:02:23 +02:00
objgraph pythonPackages.objgraph: refactor move to python-modules 2018-10-18 11:02:23 +02:00
odfpy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
odo pythonPackages.odo: mark as broken 2018-03-18 12:37:39 +01:00
offtrac pythonPackages.offtrac: refactor move to python-modules 2018-10-18 11:02:23 +02:00
ofxclient pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ofxhome pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ofxparse pythonPackages.ofxparse: refactor move to python-modules 2018-10-30 00:51:14 -04:00
ofxtools pythonPackages.ofxtools: refactor move to python-modules 2018-10-30 00:51:15 -04:00
olefile pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
onkyo-eiscp pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
openant pythonPackages.openant: refactor move to python-modules 2018-10-17 07:46:55 +02:00
openidc-client pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
openpyxl python: openpyxl: 2.5.6 -> 2.5.8 2018-10-13 09:50:16 +02:00
opentimestamps python.pkgs.opentimestamps: 0.3.0 -> 0.4.0 2018-06-22 13:09:36 +02:00
ordered-set python: ordered-set: 3.0.1 -> 3.0.2 2018-10-13 09:50:16 +02:00
ordereddict pythonPackages.ordereddict: refactor move to python-modules 2018-10-18 11:02:23 +02:00
orderedset python.pkgs.orderedset: fix ofborg checkMeta 2018-08-15 09:54:58 +02:00
osc pythonPackages.osc: refactor move to python-modules 2018-10-18 11:02:23 +02:00
oset pythonPackages.oset: init at 0.1.3 2018-03-08 12:14:40 +00:00
osmnx pythonPackages.osmnx: init at 0.8.2 2018-09-19 16:14:37 +01:00
outcome python36Packages.outcome: 0.1.0 -> 1.0.0 (#48978) 2018-10-24 12:20:43 +02:00
ovh pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
ovito pythonPackages.ovito: init at 3.0.0 2018-11-12 20:06:02 +01:00
owslib pythonPackages.OWSLib: init at 0.17.0 2018-10-24 10:29:00 +02: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 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pagerduty pythonPackages.pagerduty: refactor move to python-modules 2018-10-27 09:07:18 +02:00
paho-mqtt python.pkgs.paho-mqtt: 1.1 -> 1.4.0 2018-10-17 16:40:15 +02:00
palettable pythonPackages.palettable:init at 3.1.1 2018-08-01 10:57:14 +01:00
pamela pythonPackages.pamela: refactor move to python-modules 2018-10-17 07:46:57 +02:00
pamqp pythonPackages.pamqp: refactor move to python-modules 2018-10-27 09:07:18 +02:00
pandas pythonPackages.pandas: don't run tests on aarch64 2018-11-25 19:06:07 -05:00
pandocfilters pythonPackages.pandocfilters: refactor move to python-modules 2018-10-30 00:51:21 -04:00
paperspace pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02: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
paramiko pythonPackages.paramiko: 2.1.1 -> 2.4.2 refactor move to python-modules 2018-10-13 10:02:33 +02:00
paramz python: paramz: 0.9.2 -> 0.9.4 2018-10-13 09:50:16 +02:00
parse pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
parse-type pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
parsedatetime pythonPackages.parsedatetime: refactor move to python-modules 2018-10-27 09:07:18 +02:00
parsel pythonPackages.parsel: refactor move to python-modules 2018-10-27 09:07:18 +02:00
parsimonious pythonPackages.parsimonious: 0.7.0 -> 0.8.1 2018-12-05 12:05:17 -05:00
parso python: parso: 0.2.1 -> 0.3.1 2018-07-22 16:52:47 +02:00
parsy pythonPackages.parsy: init at 1.2.0 2018-07-17 00:14:49 +02:00
partd python.pkgs.partd: 0.3.7 -> 0.3.8 2018-01-01 16:35:10 +01:00
parver pipenv: 2018.5.18 -> 2018.7.1 2018-07-22 16:52:33 +02:00
passlib pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
paste pythonPackages.paste: refactor move to python-modules 2018-10-27 09:07:18 +02:00
pastedeploy pythonPackages.PasteDeploy: refactor move to python-modules 2018-10-27 09:07:18 +02:00
pastescript pythonPackages.pasteScript: refactor move to python-modules 2018-10-27 09:07:18 +02:00
patator pythonPackages.patator: init at 0.7 2018-03-19 11:40:57 +01:00
patch pythonPackages.paste: refactor move to python-modules 2018-10-27 09:07:18 +02:00
path-and-address pythonPackages.path-and-address: refactor move to python-modules 2018-10-17 07:46:57 +02:00
path.py python: path.py: 11.0 -> 11.0.1 2018-04-08 11:34:55 +02:00
pathlib pythonPackages.pathlib: init at 1.0.1 2018-08-10 16:49:06 -04:00
pathlib2 pythonPackages.pathlib2: remove unnecessary python version check 2018-10-18 11:07:02 +02:00
pathos pythonPackages.pathos: refactor move to python-modules 2018-10-27 09:07:18 +02:00
pathspec python: pathspec: 0.5.7 -> 0.5.9 2018-10-13 09:50:16 +02:00
pathtools pythonPackages.pathtools: refactor move to python-modules 2018-10-17 07:46:57 +02:00
patsy python36Packages.patsy: 0.5.0 -> 0.5.1 2018-11-08 18:08:29 -08:00
paver pythonPackages.paver: refactor move to python-modules 2018-10-17 07:46:57 +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.1.1 -> 4.2.0 2018-08-25 07:38:22 +02:00
pdf2image python: pdf2image: 0.1.13 -> 0.1.14 2018-06-22 13:09:43 +02:00
pdfkit pythonPackages.pdfkit: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pdfminer_six pythonPackages.pdfminer: replacing pdfminer with pdfminer_six 2018-05-29 13:33:23 +01:00
pdfx pythonPackages.pdfx: init at 1.3.1 (#42815) 2018-07-13 14:34:36 +02:00
pecan treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
peewee pythonPackages.peewee: init at 3.7.1 2018-10-14 02:13:25 +02:00
pelican pelican: 3.7.1 -> 4.0.1 2018-12-08 17:33:14 +01:00
pendulum python: pendulum: 2.0.2 -> 2.0.3 2018-08-25 07:38:22 +02:00
pep8 pythonPackages.pep8: refactor move to python-modules 2018-10-27 09:07:18 +02:00
pep257 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
peppercorn python36Packages.peppercorn: 0.5 -> 0.6 2018-11-08 19:32:20 -08:00
percol pythonPackages.percol: refactor move to python-modules 2018-10-27 09:07:18 +02:00
perf pythonPackages.perf: init at 1.5.1 2018-11-28 07:37:53 -05:00
periodictable Remove lint from Sasview package 2018-03-22 17:44:27 +00:00
persistent python36Packages.persistent: 4.4.2 -> 4.4.3 2018-10-24 15:16:54 +02:00
pex pythonPackages.pex: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pexif pythonPackages.pexif: refactor move to python-modules 2018-10-27 09:07:18 +02:00
pexpect pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pg8000 pythonPackages.pg8000: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pgpdump pythonPackages.pgpdump: refactor move to python-modules 2018-10-27 09:07:24 +02:00
pgspecial pythonPackages.pgspecial: 1.8.0 -> 1.11.2 2018-09-18 14:00:59 +03:00
phe phe: init at 1.4.0 2018-09-05 23:56:20 +02:00
phonenumbers python36Packages.phonenumbers: 8.9.16 -> 8.10.0 2018-11-18 05:50:03 -08:00
phonopy pythonPackages.phonopy: refactor (#46161) 2018-09-07 08:41:24 +02:00
phpserialize pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pickleshare pythonPackages.pickleshare: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pid pythonPackages.pid: refactor move to python-modules 2018-10-30 00:50:44 -04:00
piep pythonPackages.piep: refactor move to python-modules 2018-10-27 09:07:19 +02:00
piexif pythonPackages.piexif: 1.0.13 -> 1.1.2 2018-11-29 12:38:30 +01:00
pika pythonPackages.pika: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pika-pool pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pilkit pythonPackges.pilkit: refactor move to python-modules 2018-10-30 00:50:45 -04:00
pillow python: Pillow: 5.1.0 -> 5.2.0 2018-07-22 16:52:48 +02:00
pillowfight pythonPackages.pillowfight: refactor move to python-modules 2018-10-17 07:46:59 +02:00
pims pythonPackages.pims: init at 0.4.1 2018-09-13 16:41:13 -04:00
pint pythonPackages.pint: refactor move to python-modules 2018-10-18 11:02:23 +02:00
pip python.pkgs.pip: 18.0 -> 18.1 2018-10-13 09:50:17 +02:00
pip2nix pythonPackages.pip2nix: 0.3.0 -> 0.7.0 fix broken 2018-10-30 00:50:44 -04:00
pip-tools python36Packages.pip-tools: 2.0.2 -> 3.1.0 (#48986) 2018-10-29 16:09:24 +01:00
pivy pythonPackages.pivy: refactor move to python-modules 2018-10-30 00:51:23 -04:00
pkgconfig python: pkgconfig: 1.3.1 -> 1.4.0 2018-08-25 18:07:14 +02:00
pkginfo python: pkginfo: 1.3.2 -> 1.4.2 2018-04-08 11:34:55 +02:00
plac python: plac: 0.9.6 -> 1.0.0 2018-08-25 07:38:22 +02:00
plaid-python pythonPackages.plaid-python: 2.3.0 -> 2.3.3 (#43905) 2018-07-21 23:09:21 +02:00
plaster pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
plaster-pastedeploy python: plaster_pastedeploy: 0.5 -> 0.6 2018-07-22 16:52:48 +02:00
plone-testing python: plone.testing: 5.1.1 -> 6.0.0 2018-02-18 20:07:42 +01:00
plotly python36Packages.plotly: 3.3.0 -> 3.4.0 2018-11-18 08:05:02 -08:00
pluggy python: pluggy: 0.6.0 -> 0.7.1 2018-08-25 07:38:22 +02:00
pluginbase pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
plumbum python: plumbum: 1.6.6 -> 1.6.7 2018-08-25 07:38:22 +02:00
ply python.pkgs.ply: 3.8 -> 3.11 2018-05-12 10:32:53 +02:00
plyfile python: plyfile: 0.5 -> 0.6 2018-08-25 07:38:22 +02:00
plyplus python2Packages.plyplus: init at 0.7.5 2018-11-07 17:56:52 +00:00
plyvel plyvel: restrict to linux 2018-11-09 21:44:49 +00:00
Pmw pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pocket pythonPackages.pocket: refactor move to python-modules 2018-10-18 11:02:23 +02:00
podcastparser python36Packages.podcastparser: 0.6.2 -> 0.6.4 2018-10-24 02:09:26 -07:00
podcats treewide: fix derivation names 2018-05-28 05:59:57 -07: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 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
portend python.pkgs.portend: fix build 2018-06-22 13:09:51 +02:00
portpicker pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
posix_ipc pythonPackages.posix_ipc: refactor move to python-modules 2018-10-27 09:07:19 +02:00
potr pythonPackages.potr: 1.0.1 -> 1.0.2 (#44096) 2018-07-29 21:12:58 +02:00
power pythonPackages.power: refactor move to python-modules 2018-10-30 00:51:10 -04:00
powerline python36Packages.powerline: 2.6 -> 2.7 2018-10-24 15:20:05 +02:00
pox pythonPackages.pox: refactor move to python-modules 2018-10-27 09:07:19 +02:00
poyo python36Packages.poyo: 0.4.0 -> 0.4.2 2018-10-24 15:15:35 +02:00
ppft pythonPackages.ppft: refactor move to python-modules 2018-10-27 09:07:19 +02:00
praw python36Packages.praw: 5.4.0 -> 6.0.0 (#49166) 2018-10-27 14:47:50 +02:00
prawcore python36Packages.prawcore: 0.15.0 -> 1.0.0 2018-10-24 09:58:29 +02:00
preggy pythonPackages.preggy: init at 1.4.2 2018-11-29 12:38:28 +01:00
premailer pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
preshed pythonPackages.preshed: 1.0.1 -> 2.0.1 2018-10-20 12:20:37 +02:00
pretend python: pretend: 1.0.8 -> 1.0.9 2018-05-10 10:09:14 +02:00
prettytable prettytable: 0.7.1 -> 0.7.2 2018-11-21 19:36:50 +01:00
priority python3Packages.priority: init at 1.3.0 2018-10-29 12:28:20 +00:00
proboscis pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
process-tests pythonPackages.process-tests: refactor move to python-modules 2018-10-27 09:07:21 +02:00
progress pythonPackages.progress: init at 1.4 2018-10-13 10:10:39 +02:00
progressbar python: progressbar: 2.3 -> 2.5 2018-07-22 16:52:48 +02:00
progressbar2 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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 python: prometheus_client: 0.3.0 -> 0.3.1 2018-08-25 07:38:22 +02:00
prompt_toolkit pythonPackages.prompt_toolkit: init at 2.0.7 2018-11-10 10:06:56 -05:00
protobuf pythonPackages.protobuf: apply patch for python 3.7 only when building with it 2018-12-11 11:30:52 +01:00
prov Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
psd-tools pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
psutil python: psutil: 5.4.6 -> 5.4.7 2018-08-25 18:07:14 +02:00
psycopg2 pythonPackages.psycopg2: 2.7.1 -> 2.7.5 2018-09-07 15:40:34 +02:00
ptest pythonPackages.ptest: refactor move to python-modules 2018-10-27 09:07:21 +02:00
ptpython pythonPackages.ptpython: 0.41 -> 2.0.4 2018-11-10 23:45:52 +01:00
ptyprocess python: ptyprocess: 0.5.2 -> 0.6.0 2018-07-26 12:43:03 +02:00
publicsuffix publicsuffix: move to own file and fix homepage 2018-03-10 12:07:11 +01:00
pudb python36Packages.pudb: 2016.2 -> 2018.1 (#48975) 2018-10-24 12:25:02 +02:00
pulp pulp: init at 1.6.0 2018-01-30 08:56:09 +09:00
purepng pythonPackages.purepng: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pushbullet pythonPackages.pushbullet: 0.10.0 -> 0.11.0 and fix build 2018-03-17 16:53:31 +01:00
pushover python: python-pushover: 0.3 -> 0.4 2018-06-22 13:09:24 +02:00
pvlib pythonPackages.pvlib: 0.5.2 -> 0.6.0 2018-10-17 10:25:56 +02:00
pweave pythonPackages.Pweave: refactor move to python-modules 2018-10-30 00:50:50 -04:00
pwntools pwntools: 3.11.0 -> 3.12.0 2018-02-28 09:06:06 +00:00
py python: py: 1.5.4 -> 1.7.0 2018-10-24 20:05:44 +02:00
py3dns pythonPackages.py3dns: refactor move to python-modules 2018-10-30 00:50:45 -04:00
py3exiv2 Revert "treewide: for substituteAll: s/version/version_/" 2018-11-28 12:30:24 -06:00
py3status python.pkgs.py3status: 3.13 -> 3.14 2018-11-11 11:01:10 +01:00
py4j python36Packages.py4j: 0.10.7 -> 0.10.8.1 2018-11-18 06:43:46 -08:00
py_scrypt pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
py_stringmatching pythonPackages.py_stringmatching: init at 0.4.0 2018-02-25 17:49:30 +00:00
py-cpuinfo pythonPackages.py-cpuinfo: Fix darwin build (#47558) 2018-09-30 21:19:05 +02:00
pyacoustid pythonPackages.pyacoustid: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pyaes pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyairvisual python3Packages.pyairvisual: init at 1.0.0 2018-05-22 14:29:57 +02:00
pyalgotrade pythonPackages.pyalgotrade: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pyamf pythonPackages.pyamf: disable for Python 3 2018-03-17 16:57:00 +01:00
pyaml pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pyannotate pythonPackages.pyannotate: init at 1.0.6 2018-10-13 09:53:36 +02:00
pyarrow pyarrow: disable jvm test 2018-10-25 23:14:27 -04:00
pyasn1 python: pyasn1: 0.4.3 -> 0.4.4 2018-07-26 13:09:36 +02:00
pyasn1-modules python: pyasn1-modules: 0.2.1 -> 0.2.2 2018-07-26 12:43:03 +02:00
pyatspi python3.pkgs.pyatspi: 2.26.0 → 2.30.0 2018-11-30 21:35:14 +01:00
pyaudio pythonPackages.pyaudio: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pyaxmlparser python36Packages.pyaxmlparser: 0.3.11 -> 0.3.13 2018-11-08 18:42:37 -08:00
pybase64 python: pybase64: 0.3.1 -> 0.4.0 2018-06-22 13:09:24 +02:00
pybcrypt pythonPackages.pybcrypt: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pybfd python.pkgs.pybfd: use pname and version 2018-02-26 19:33:55 +01:00
pybindgen python: PyBindGen: 0.18.0 -> 0.19.0 2018-06-22 13:09:25 +02:00
pyblake2 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyblock Treewide: use https for src.fedoraproject.org 2018-11-24 23:53:27 +01:00
pyblosxom pythonPackages.pyblosxom: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pybluez pythonPackages.pybluez: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pybrowserid python.pkgs.pybrowserid: move expression and 0.9.2 -> 0.14.0 (#42814) 2018-06-30 15:01:07 +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
pycallgraph pythonPackages.pycallgraph: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pycangjie python.pkgs.pycangjie: use buildPythonPackage 2018-01-01 11:48:31 +01:00
pycapnp pythonPackages.pycapnp: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pycaption pythonPackages.pycaption: fix build (#46356) 2018-09-08 11:20:47 +02:00
pycarddav pythonPackages.pycarddav: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pycares python36Packages.pycares: 1.0.0 -> 2.3.0 (#48983) 2018-10-29 13:59:34 +01:00
pycassa pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pycdio Treewide: use HTTPS on GNU domains 2018-12-02 15:51:59 +01:00
pychart pychart: move to own file 2018-03-10 12:00:12 +01:00
pychef pythonPackages.PyChef: refactor move to python-modules 2018-10-30 00:50:44 -04:00
pychromecast python: PyChromecast: 2.1.0 -> 2.2.0 2018-06-22 13:09:25 +02:00
pycodestyle python.pkgs.pycodestyle: fix building with python37 2018-10-24 20:05:44 +02:00
pycollada pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pycontracts python36Packages.pycontracts: 1.8.6 -> 1.8.7 (#50585) 2018-11-18 16:40:49 +01:00
pycosat python.pkgs.pycosat: 0.6.0 -> 0.6.3 2017-12-31 13:03:38 +01:00
pycountry python36Packages.pycountry: 1.17 -> 18.5.26 2018-10-24 15:36:31 +02:00
pycparser python: pycparser: 2.14 -> 2.18 2018-04-08 11:34:55 +02:00
pycrc pythonPackages.pycrc: init at 1.21 2018-08-20 11:39:32 +02:00
pycrypto pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pycryptodome python: pycryptodome: 3.6.5 -> 3.6.6 2018-08-25 18:07:14 +02:00
pycryptodomex python: pycryptodomex: 3.6.5 -> 3.6.6 2018-08-25 18:07:14 +02:00
pycryptopp pythonPackages.pycryptopp: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pycuda python: pycuda: 2018.1 -> 2018.1.1 2018-10-13 09:50:16 +02:00
pycups pythonPackages.pycups: fix on Darwin 2018-03-02 02:38:48 +01:00
pycurl python: pycurl: 7.43.0.1 -> 7.43.0.2 2018-06-22 13:09:25 +02:00
pycurl2 pythonPackages.pycurl2: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pydbus pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pydenticon pythonPackages.pydenticon: refactor move to python-modules 2018-10-30 00:51:12 -04:00
pydispatcher pythonPackages.pydispatcher: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pydns pythonPackages.pydns: refactor move to python-modules 2018-10-30 00:50:45 -04:00
pydocstyle pythonPackages.pydocstyle: depend on pathlib for python<3.4 only 2018-03-01 14:43:12 +01:00
pydot pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pydot_ng pythonPackages.pydot_ng: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pydotplus pythonPackages.{nibabel,nipype,prov,pydotplus,xvfbwrapper}: Remove name 2018-01-20 11:32:55 +01:00
pydub python36Packages.pydub: 0.22.1 -> 0.23.0 2018-10-24 15:13:02 +02:00
pyechonest python: pyechonest: 8.0.2 -> 9.0.0 2018-04-08 11:34:55 +02:00
pyelftools pythonPackages.pyelftools: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyemd pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyenchant pythonPackages.pyenchant: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyepsg pythonPackages.pyepsg: init at 0.3.2 2018-11-26 13:49:35 +01:00
pyev
pyexcelerator pythonPackages.pyexcelerator: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyexiv2 Treewide: use https for launchpad.net 2018-11-24 23:47:52 +01:00
pyext
pyezminc python2Packages.pyezminc: init at 1.2.01 2018-05-26 12:51:10 -04:00
pyfakefs pythonPackages.pyfakefs: fix darwin build 2018-09-10 22:42:23 +02:00
pyfantom pythonPackages.pyfantom: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyfftw treewide: removed name from a few pythonpackages defining pname and version 2018-06-07 18:06:25 +02:00
pyfiglet python36Packages.pyfiglet: 0.7.5 -> 0.7.6 2018-11-08 21:26:15 -08:00
pyflakes python: pyflakes: 1.6.0 -> 2.0.0 2018-07-26 12:43:04 +02:00
pyfribidi pythonPackage.pyfribidi: refactor move to python-modules 2018-10-17 07:46:59 +02:00
pyftgl pythonPackages.pyftgl: fix build (#47232) 2018-09-23 22:39:21 +02:00
pyftpdlib pythonPackages.pyftpdlib: skip tests 2018-11-29 02:01:22 +01:00
pyfttt pythonPackages.pyfttt: init at 0.3.2 2018-11-12 20:55:33 +08:00
pyfxa python.pkgs.pyfxa: init at 0.6.0 2018-08-07 10:46:51 +02:00
pygal pythonPackages.pygal: refactor move to python-modules 2018-10-18 11:02:23 +02:00
pygame python: pygame: 1.9.3 -> 1.9.4 2018-07-26 12:43:04 +02:00
pygame_sdl2 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pygccxml pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pygdbmi python3.pkgs.pygdbmi: init at 0.9.0.0 2018-12-01 14:13:46 +00:00
pygeoip pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pygit2 pygit2: drop pycparser now, no longer needed at any version apparently 2018-11-21 15:44:25 -06:00
pyGithub pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pyglet python: pyglet: 1.3.1 -> 1.3.2 2018-05-10 10:09:14 +02:00
Pygments pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pygments-markdown-lexer pythonPAckages.pygments-markdown-lexer: refactor move to python-modules 2018-10-30 00:51:23 -04:00
pygmo pythonPackages.pygmo: init at 2.8 2018-08-10 16:49:06 -04:00
pygobject gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
pygpgme pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pygraphviz python.pkgs.pygraphviz: add graphviz path 2018-12-04 11:44:40 +01:00
pygtail python.pkgs.pygtail: init at 0.8.0 2018-03-24 10:34:57 +01:00
pygtk
pygtksourceview
pyhamcrest pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyhepmc pythonPackages.pyhepmc: refactor move to python-modules 2018-10-17 07:46:55 +02:00
pyhomematic python36Packages.pyhomematic: 0.1.50 -> 0.1.51 2018-11-18 07:29:00 -08:00
pyicu pythonPackages.PyICU: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyinotify pythonPackages.pyinotify: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyinputevent treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
pyinsane2 pythonPackages.pyinsane2: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyjade pyjade: move to own file and fix homepage 2018-03-10 12:03:57 +01:00
pyjet pyjet: init at 1.3.0 (#47243) 2018-09-23 22:40:29 +02:00
pyjwkest pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyjwt Revert "python: pyjwt: fix build" 2018-12-04 16:43:01 +01:00
pykde4 tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
pykdtree python: pykdtree: 1.3.0 -> 1.3.1 2018-07-26 12:43:04 +02:00
pykeepass python.pkgs.pykeepass: init at 3.0.2 2018-09-12 03:35:25 +02:00
pykerberos pythonPackages.pykerberos: init at 1.2.1 2018-07-27 19:04:20 +00:00
pykickstart Treewide: use https for src.fedoraproject.org 2018-11-24 23:53:27 +01:00
pykka pythonPackges.pykka: refactor move to python-modules 2018-10-30 00:51:09 -04:00
pylama python36Packages.pylama: 7.5.5 -> 7.6.5 2018-10-24 10:09:52 +02:00
pylast python: pylast: 2.3.0 -> 2.4.0 2018-08-25 07:38:23 +02:00
PyLD pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pylibacl
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
pyliblo pythonPackages.pyliblo: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pylibmc pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pylint python: pylint: 2.1.1 -> 2.2.2 2018-12-06 22:12:22 +02:00
pylru python: pylru: 1.0.9 -> 1.1.0 2018-07-26 12:43:05 +02:00
pyls-black python3.pkgs.pyls: 0.2.1 -> 0.3.0 2018-10-17 00:47:59 +01:00
pyls-isort python.pkgs.pyls-isort: fix url/description 2018-08-10 14:28:01 +02:00
pyls-mypy python3.pkgs.pyls-mypy: 0.1.2 -> 0.1.3 2018-08-10 14:22:59 +02:00
pylti python: PyLTI: 0.6.0 -> 0.7.0 2018-08-25 07:38:23 +02:00
pymacaroons-pynacl pythonPackages.pymacaroons-pynacl: move expression 2018-02-18 19:19:04 +01:00
pymaging treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
pymaging_png treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
pymatgen python: pymatgen: 2018.9.1 -> 2018.9.30 2018-10-13 09:50:16 +02:00
pymatgen-lammps pythonPackages.pymatgen-lammps: init at 0.4.5 2018-08-10 16:49:06 -04:00
pymc3 python: pymc3: 3.4.1 -> 3.5 2018-07-26 12:43:05 +02:00
pymediainfo python.pkgs.pymediainfo: fix test 2018-10-15 13:44:16 +02:00
pymetar pythonPackages.pymetar: enable tests 2018-09-05 23:08:47 +02:00
pymongo pythonPackages.pymongo_2_9_1: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pympler pythonPAckages.pympler: 0.4.3 -> 0.6 2018-10-26 16:37:52 +02:00
pymsgbox pythonPackage.pymsgbox: init at 1.0.6 2018-09-12 08:44:19 +03:00
pymssql pymssql: init at 2.1.4 2018-11-23 13:46:40 +01:00
pymvglive pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pymysql pythonPackages.pymysql: 0.6.6 -> 0.9.2; move to python-modules 2018-08-07 00:18:18 -07:00
pymysqlsa pythonPackages.pymysqlsa: refactor move to python-modules 2018-10-18 11:02:23 +02:00
pynac pythonPackages.pynac: refactor move to python-modules 2018-10-30 00:51:12 -04:00
pynacl pythonPackages.pynacl: 1.2.1 -> 1.3.0 2018-09-27 13:26:26 +02:00
pync pythonPackages.pync: refacotr move to python-modules 2018-10-30 00:51:13 -04:00
pynisher pythonPackages.pynisher: init at 0.4.2 2018-06-11 12:25:00 -07:00
pynmea2 pythonPackages.pynmea2: init at 1.12.0 (#40757) 2018-05-24 01:08:37 +02:00
pynzb pythonPackages.pynzb: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pyobjc pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyocr pythonPackages.{pyocr,pypillowfight}: fix homepage 2018-09-14 14:32:32 +02:00
pyodbc pythonPackages.pyodbc: fix build (#46703) 2018-09-15 23:13:51 +02:00
pyogg pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pyopencl python: pyopencl: 2018.1 -> 2018.1.1 2018-02-26 18:42:48 +01:00
pyopengl pythonPackages.pyopengl: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pyopenssl pyopenssl: Disable some tests, for libressl support. (#46072) 2018-09-06 11:02:48 +01:00
pyotp python36Packages.pyotp: 2.2.6 -> 2.2.7 (#49990) 2018-11-09 14:55:08 +01:00
pyowm python3Packages.pyowm: fix python3 build (#46549) 2018-09-12 01:23:36 +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 python: pyparsing: 2.2.0 -> 2.2.2 2018-10-13 09:50:16 +02:00
pyparted pythonPackages.pyparted: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pypcap pythonPackages.pypcap: 1.2.0 -> 1.2.2 (#40882) 2018-05-21 21:53:50 +02:00
pypdf pythonPackages.pyPdf: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pypdf2 pythonPackages.pypdf2: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pypeg2 pythonPackages.pypeg2: refactor move to python-modules 2018-10-30 00:51:17 -04:00
pyperclip python: pyperclip: 1.6.4 -> 1.6.5 2018-10-13 09:50:16 +02:00
pyphen python: Pyphen: 0.9.4 -> 0.9.5 2018-08-25 18:07:15 +02:00
pypillowfight pythonPackages.{pyocr,pypillowfight}: fix homepage 2018-09-14 14:32:32 +02:00
pyplatec pythonPackages.pyplatec: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pypoppler pythonPackages.pypopplar: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyprind pythonPackages.pyprind: init at 2.11.2 2018-07-14 20:42:00 +02:00
pyproj pythonPackages.pyproj: 1.9.5.1 -> unstable-2018-11-13 (#50982) 2018-11-25 12:47:19 +01:00
pyptlib pythonPackages.pyptlib: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pyqrcode python.pkgs.pyqrcode: init at 1.2.1 2018-08-31 19:07:35 +02:00
pyqt pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pyqtgraph pythonPackages.pyqtgraph: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pyquery pythonPackages.pyquery: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pyramid pythonPackages.pyramid: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyramid_beaker pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyramid_chameleon pythonPackages.pyamid_chameleon: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyramid_exclog pythonPackages.pyramid_exclog: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyramid_hawkauth pythonPackages.pyramid_hawkauth: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyramid_jinja2 pythonPacakges.pyramid_jinja2: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyramid_mako pythonPackages.pyramid_mako: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pyramid_multiauth python36Packages.pyramid_multiauth: 0.8.0 -> 0.9.0 2018-10-28 21:18:50 +01:00
pyreadability python.pkgs.pyreadability: init at 0.4.0 2018-09-12 03:23:04 +02:00
pyreport pythonPackages.pyreport: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pyres pythonPackages.pyres: ensure that redis 2.10.6 is used 2018-11-29 12:38:30 +01:00
pyrfc3339 python36Packages.pyRFC3339: 0.2 -> 1.1 2018-10-24 10:01:41 +02:00
pyro4 python.pkgs.Pyro4: new package (at version 4.74) 2018-10-29 11:20:03 +01:00
pyroute2 python: pyroute2: 0.5.2 -> 0.5.3 2018-10-13 09:50:16 +02:00
pyrr pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyrsistent pythonPackages.pyrsistent: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pyrss2gen pythonPackages.PyRSS2Gen: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pyrtlsdr pythonPackages.pyrtlsdr: use m2r instead of pypandoc 2018-02-19 23:09:25 +01:00
pysam python.pkgs.pysam: 0.13.0 -> 0.15.1 2018-09-21 22:48:56 +00:00
pysaml2 pythonPackages.pysaml2: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pysc2 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pyscard pcsclite: split package 2018-06-29 04:40:54 +02:00
pyscss pythonPackages.pyscss: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pysdl2 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pysendfile pythonPackages.pysendfile: refactor move to python-modules 2018-10-27 09:07:24 +02:00
pysensors pysensors: init at 2017-07-13 2018-04-21 17:03:30 +02:00
pyserial treewide: Remove usage of remaining redundant platform compatability stuff 2018-08-30 17:20:32 -04:00
pysftp pythonPackages.pysftp: refactor move to python-modules 2018-10-27 09:07:19 +02:00
pysha3 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyshp pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyside shiboken: add support for Python 3.7 2018-12-08 15:57:47 +02:00
pysigset pysigset: init at 0.3.2 2017-12-31 20:40:03 +03:00
pyslurm pyslurm: 20180908 -> 18.08.3 2018-10-27 22:17:56 +02:00
pysmbc pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pysmi pythonPackages.pysmi: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pysnmp pythonPackages.pysnmp: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pysocks pythonPackages.pysocks: refactor move to python-modules 2018-10-27 09:07:21 +02:00
pysolr python.pkgs.pysolr: 3.3.3 -> 3.7.0 2018-06-22 13:09:48 +02:00
pysoundfile python: PySoundFile: 0.8.1 -> 0.9.0.post1 2017-12-31 10:55:16 +01:00
pyspark python: pyspark: 2.3.1 -> 2.3.2 2018-10-13 09:50:16 +02:00
pyspf pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyspotify pythonPAckages.pyspotify: refactor move to python-modules 2018-10-30 00:51:09 -04:00
pyspread pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pysqlite pythonPackages.pysqlite: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pysrim python: pysrim: 0.5.8 -> 0.5.9 2018-10-13 09:50:16 +02:00
pysrt pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyssim pythonPackages.pyssim: init at 0.4 2018-11-29 12:38:28 +01:00
pystache pythonPackages.pystache: move to a seperate file 2018-10-13 10:35:18 -07:00
pystemd pythonPackages.pystemd: init at 0.5.0 (#47517) 2018-09-29 21:25:08 +02:00
pystemmer python.pkgs.pystemmer: fix compilation with python3.7 2018-07-26 12:43:15 +02:00
pysvn pythonPackages.pysvn: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pytaglib pytaglib: init at 1.4.3 (#39498) 2018-04-26 17:19:52 +01:00
pyte python: pyte: 0.7.0 -> 0.8.0 2018-06-22 13:09:27 +02:00
pytesseract pythonPackages.pytesseract: init at 0.2.5 2018-11-22 12:22:08 +01:00
pytest python: pytest_37: init at 3.7.4 2018-11-22 22:27:29 +01:00
pytest-aiohttp pythonPackages.pytest-aiohttp: disable tests 2018-02-02 15:44:44 +01:00
pytest-annotate pythonPackages.pytest-annotate: init at 1.0.2 2018-10-13 09:53:36 +02:00
pytest-ansible pythonPackages.pytest-ansible: init at 2.0.1 2018-10-13 09:53:36 +02:00
pytest-asyncio python3Packages.async_generator: fix build on python3.5 2018-11-20 12:34:20 -05:00
pytest-benchmark pythonPackages.pytest-benchmark: init at 3.1.1 2018-08-10 16:38:38 -04: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 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pytest-datafiles python36Packages.pytest-datafiles: 1.0 -> 2.0 2018-11-08 19:53:54 -08:00
pytest-django python36Packages.pytest-django: 3.4.3 -> 3.4.4 2018-11-18 07:10:28 -08:00
pytest-expect pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytest-faulthandler pythonPackages.pytest-faulthandler: init at 1.5.0 2018-09-05 23:46:28 -04:00
pytest-fixture-config python.pkgs.pytest-fixture-config: disable tests (#46021) 2018-09-05 01:02:06 +02:00
pytest-flake8 python.pkgs.pytest-flake8: 1.0.1 -> 1.0.2 (#44215) 2018-07-30 13:05:55 +02:00
pytest-flakes pythonPackages.pytestflakes: fix build (#46500) 2018-09-11 11:15:03 +02:00
pytest-forked pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytest-httpbin python.pkgs.pytest-httpbin: disable tests 2018-06-29 19:41:08 +02:00
pytest-isort python: pytest-isort: 0.2.0 -> 0.2.1 2018-10-13 09:50:16 +02:00
pytest-localserver pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytest-mock pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pytest-mypy pythonPackages.pytest-mypy: init at 0.3.2 2018-11-28 07:38:00 -05:00
pytest-pep8 pythonPackages.pytestpep8: Move to own file and add version 2018-04-04 19:46:00 +02:00
pytest-pep257 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytest-quickcheck pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytest-raisesregexp python: pytest-raisesregexp: 2.0 -> 2.1 2018-04-08 11:34:56 +02:00
pytest-relaxed pythonPackages.pytest-relaxed: init at 1.1.4 2018-10-13 10:02:33 +02:00
pytest-repeat python36Packages.pytest-repeat: 0.6.0 -> 0.7.0 2018-11-08 20:24:09 -08:00
pytest-rerunfailures pythonPackages.pytest-rerunfailures: fix build 2018-09-13 17:48:38 +02:00
pytest-server-fixtures python: pytest-server-fixtures: 1.3.0 -> 1.3.1 2018-07-26 12:43:05 +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 python36Packages.pytest-timeout: 1.3.2 -> 1.3.3 2018-11-18 07:48:10 -08:00
pytest-tornado python: pytest-tornado: 0.4.5 -> 0.5.0 2018-06-22 13:09:28 +02:00
pytest-virtualenv python: pytest-virtualenv: 1.2.7 -> 1.3.0 2018-04-08 11:34:56 +02:00
pytest-warnings pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytest-xdist python: pytest-xdist: 1.23.0 -> 1.23.2 2018-10-13 09:50:16 +02:00
pytestcache pythonPackages.pytestcache: Move to own file 2018-04-04 19:46:00 +02:00
pytestrunner pythonPackages.pytestrunner: failed attempt at enabling tests 2018-09-01 10:41:37 +02:00
python2-pythondialog pythonPackages.python2-pythondialog: refactor move to python-modules 2018-10-18 11:02:23 +02:00
python3-openid treewide: http -> https 2018-06-29 17:18:27 -07:00
python3pika pythonPackages.python3pika: refactor move to python-modules 2018-10-27 09:07:19 +02:00
python_fedora python: python-fedora: 0.9.0 -> 0.10.0 2018-07-26 12:43:06 +02:00
python_keyczar pythonPackages.python-keyczar: refactor move to python-modules 2018-10-27 09:07:21 +02:00
python_mimeparse pythonPackages.python_mineparse: refactor move to python-modules 2018-10-30 00:50:53 -04:00
python_openzwave python: python_openzwave: 0.4.9 -> 0.4.10 2018-10-13 09:50:16 +02:00
python_statsd pythonPackages.python-statsd: refactor move to python-modules 2018-10-30 00:50:50 -04:00
python-axolotl python.pkgs.python-axolotl: enable tests 2018-07-26 12:43:15 +02:00
python-axolotl-curve25519 python: python-axolotl-curve25519: 0.1 -> 0.4.1.post2 2018-07-26 12:43:06 +02:00
python-binance pythonPackages.python-binance: init at 0.7.0 2018-09-18 21:44:27 -04:00
python-ctags3 python: python-ctags3: 1.2.4 -> 1.3.0 2018-08-25 07:38:23 +02:00
python-daemon python: python-daemon: 2.1.2 -> 2.2.0 2018-08-25 18:07:15 +02:00
python-docx python: python-docx: 0.8.6 -> 0.8.7 2018-08-25 18:07:15 +02:00
python-editor pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
python-efl pythonefl: uses python.interpreter 2018-08-28 21:42:30 -03:00
python-engineio python3.pkgs.python-engineio: init at 3.0.0 2018-12-01 14:13:46 +00:00
python-etcd pythonPackages.python-etcd: refactor move to python-modules 2018-10-27 09:07:22 +02:00
python-fontconfig pythonPackages.python-fontconfig: regenerate sources using cython 2018-12-04 20:22:26 +03:00
python-forecastio pythonPackages.python-forecastio: init at 1.4.0 2018-06-26 18:35:04 +02:00
python-gitlab pythonPackages.python-gitlab: init at 1.6.0 2018-11-04 12:47:46 +01:00
python-gnupg python: python-gnupg: 0.4.2 -> 0.4.3 2018-06-22 13:09:45 +02:00
python-hosts pythonPakchages.python-hosts: init at 0.4.1 2018-06-10 11:04:20 -07:00
python-igraph pythonPackages.python-igraph: init at 0.7.1.post6 2018-07-28 07:26:07 -07:00
python-jenkins pythonPackages.python-jenkins: refactor move to python-modules 2018-10-27 09:07:19 +02:00
python-jose Revert "python.pkgs.python-jose: 2.0.2 -> 3.0.0" 2018-09-01 10:41:37 +02:00
python-json-logger pythonPackages.python-json-logger: init at 0.1.9 2018-10-14 12:25:38 +02:00
python-jsonrpc-server python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2 2018-10-23 21:21:45 -07:00
python-language-server python-language-server: 0.19.0 -> 0.21.2 2018-09-12 09:03:08 +01:00
python-ldap-test pythonPackages.python-ldap-test: init at 0.3.1 2018-10-16 14:33:48 -07:00
python-levenshtein pythonPackages.python-Levenshtein: refactor move to python-modules 2018-10-17 07:46:56 +02:00
python-libarchive pythonPackages.libarchive: refactor move to python-modules 2018-10-30 00:51:06 -04:00
python-ly pythonPackages.python-ly: init at 0.9.5 2018-03-31 17:01:39 +02:00
python-lz4 pythonPackages.python-lz4: init at 2.1.0 2018-09-05 23:46:28 -04:00
python-magic python: python-magic: 0.4.13 -> 0.4.15 2018-02-18 20:07:43 +01:00
python-mapnik pythonPackages.python-mapnik: refactor move to python-modules 2018-10-17 07:46:57 +02:00
python-mnist python-mnist: init at 0.6 2018-11-19 12:15:35 +11:00
python-oauth2 pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
python-otr pythonPackages.python-otr: refactor move to python-modules 2018-10-18 11:02:23 +02:00
python-packer python.pkgs.python-packer: remove dependency pinning 2018-10-29 14:15:45 +01:00
python-periphery pythonPackages.python-periphery: init at 1.1.1 2018-06-23 13:18:20 +02:00
python-prctl pythonPackages.python-prctl: init at 1.7 (#42353) 2018-07-04 11:54:00 +00:00
python-ptrace pythonPackages.python-ptrace: init at 0.9.3 2018-03-05 11:08:25 +00:00
python-rapidjson python3PAckages.python-rapidjson: init at 0.6.3 2018-10-26 16:37:52 +02:00
python-simple-hipchat pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
python-slugify python: python-slugify: 1.2.5 -> 1.2.6 2018-10-13 09:50:16 +02:00
python-socketio python3.pkgs.python-socketio: init at 2.1.0 2018-12-01 14:13:46 +00:00
python-sql python36Packages.python-sql: 0.9 -> 1.0.0 2018-10-24 10:25:10 +02:00
python-stdnum python27Packages.python-stdnum: 1.9 -> 1.10 2018-11-08 16:12:31 -08:00
python-telegram-bot pythonPackages.python-telegram-bot: 10.1.0 -> 11.1.0 2018-10-26 16:37:52 +02:00
python-u2flib-host pythonPackages.python-u2flib-host: init at 3.0.3 2018-09-12 08:44:19 +03:00
python-uinput pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
python-utils python36Packages.python-utils: 2.2.0 -> 2.3.0 2018-10-24 10:21:05 +02:00
python-wifi pythonPackages.python-wifi: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pythonirclib pythonPackages.pythonIRClib: refactor move to python-modules 2018-10-17 07:46:56 +02:00
pythonix treewide: remove "ninja test" checkPhase 2018-11-18 19:31:01 -06:00
pythonnet pythonnet: Init at 2.3.0 2018-02-08 21:29:36 -05:00
pytidylib python.pkgs.tidylib: 0.2.4 -> 0.3.2 2018-08-08 01:29:54 +02:00
pytimeparse pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pytoml python.pkgs.pytoml: 0.1.11 -> 0.1.14 2017-12-31 11:01:58 +01:00
pytools python: pytools: 2018.4 -> 2018.5.2 2018-07-26 12:43:06 +02:00
pytorch pytorch: disable distributed tests 2018-11-07 17:09:54 +00:00
pytun pythonPackages.pytun: refactor move to python-modules 2018-10-17 07:46:58 +02:00
pytz python: pytz: 2018.4 -> 2018.5 2018-07-26 12:43:06 +02:00
pytzdata python: pytzdata: 2018.3 -> 2018.5 2018-06-22 13:09:28 +02:00
pyudev pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyunifi python: pyunifi: 2.13 -> 2.14 2018-08-25 07:38:23 +02:00
pyupdate pythonPackages.pyupdate: init at 0.2.16 (#50817) 2018-11-26 15:54:08 +01:00
pyusb pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyutil pythonPackages.pyutil: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pyuv pythonPackages.pyuv: refactor move to python-modules 2018-10-30 00:50:58 -04:00
pyvoro python36Packages.pyvoro: init at 1.3.2 2018-10-13 10:09:00 +02:00
pywatchman pythonPackages.pywatchman: move to python-modules 2018-08-29 10:06:02 -05:00
pywavelets python.pkgs.pywavelets: init at 0.5.2 2018-07-20 07:48:38 +02:00
pywbem pythonPackages.pywbem: 0.10.0 -> 0.12.6 2018-11-29 17:22:02 -05:00
pywebdav pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pywebkitgtk pythonPackages.pywebkitgtk: refactor move to python-modules 2018-10-27 09:07:22 +02:00
pywinrm pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
pyx pythonPackages.pyx: refactor move to python-modules 2018-10-27 09:07:20 +02:00
pyxattr python: pyxattr: 0.6.0 -> 0.6.1 2018-07-26 13:10:02 +02:00
pyxdg pythonPackages.pyxdg: refactor move to python-modules 2018-10-17 07:46:59 +02:00
pyxml pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
pyyaml python.pkgs.pyyaml: 3.12 -> 3.13 2018-07-22 12:00:03 +02:00
pyzmq pythonPackages.pyzmq: use zeromq4 2018-10-31 19:15:55 +01:00
pyzufall pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
qasm2image pythonPackages.qasm2image: fix build 2018-12-04 22:23:34 -05:00
qiskit qiskit: 0.5.7 -> 0.6.1 2018-10-11 11:46:07 +09:00
qpid-python pythonPackages.qpid-python: refactor move to python-modules 2018-10-27 09:07:24 +02:00
qrcode pythonPackages.qrcode: refactor move to python-modules 2018-10-30 00:50:53 -04:00
qscintilla pythonPackages.qscintilla: refactor move to python-modules 2018-10-27 09:07:23 +02:00
qserve pythonPackages.qserve: refactor move to python-modules 2018-10-27 09:07:23 +02:00
qtawesome python36Packages.qtawesome: 0.5.1 -> 0.5.2 2018-11-18 23:49:30 +01:00
qtconsole python36Packages.qtconsole: 4.4.2 -> 4.4.3 2018-11-18 22:26:05 +01:00
qtpy python36Packages.qtpy: 1.4.2 -> 1.5.2 2018-10-24 10:16:49 +02:00
quandl
quantities python: quantities: 0.12.1 -> 0.12.2 2018-07-26 12:43:07 +02:00
queuelib pythonPackages.queuelib: refactor move to python-modules 2018-10-30 00:51:20 -04:00
qutip treewide: various version number fixes 2018-11-06 00:06:22 +01:00
rabbitpy pythonPackages.rabbitpy: refactor move to python-moduels 2018-10-27 09:07:22 +02:00
radicale_infcloud pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
radio_beam radio_beam: init at 0.2 2018-05-28 13:30:42 +02:00
rainbowstream pythonPackages.rainbowstream: refactor move to python-modules 2018-10-18 11:02:23 +02:00
ramlfications pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
random2 pythonPackages.random2: refactor move to python-modules 2018-10-17 07:46:58 +02:00
rarfile pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
rasterio pythonPackages.rasterio: init at 1.0.10 2018-11-26 14:58:37 +01:00
ratelimiter python.pkgs.ratelimiter: init at 1.2.0.post0 2018-08-31 08:57:28 -04:00
raven pythonPackages.raven: 6.8.0 -> 6.9.0 2018-05-31 15:45:59 +02:00
rawkit pythonPackages.rawkit: init at 0.6.0 2018-07-14 20:42:00 +02:00
rbtools treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
rcssmin pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
rdflib pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
readme pythonPackages.readme: refactor move to python-modules 2018-10-27 09:07:23 +02:00
readme_renderer python36Packages.readme_renderer: 22.0 -> 24.0 2018-11-18 08:15:37 -08:00
rebulk python36Packages.rebulk: 0.9.0 -> 1.0.0 2018-10-24 10:15:01 +02:00
recaptcha_client pythonPAckages.recaptcha_client: refactor move to python-modules 2018-10-27 09:07:22 +02:00
recommonmark pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
recursive-pth-loader
redis python36Packages.redis: 2.10.6 -> 3.0.1 2018-11-18 05:53:22 -08:00
rednose pythonPackages.rednose: fix build on darwin 2018-12-07 10:31:23 -05:00
regex python: regex: 2018.08.17 -> 2018.08.29 2018-09-01 10:41:37 +02:00
reikna python: reikna: 0.7.1 -> 0.7.2 2018-10-13 09:50:16 +02:00
relatorio python: relatorio: 0.8.0 -> 0.8.1 2018-10-13 09:50:16 +02:00
remotecv pythonPackages.remotecv: init at 2.2.2 2018-11-29 12:38:29 +01:00
rencode pythonPackages.rencode: refactor move to python-modules 2018-10-27 09:07:22 +02:00
repeated_test pythonPAckages.repeated_test: refactor move to python-modules 2018-10-30 00:51:21 -04:00
repocheck treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
reportlab python: reportlab: 3.5.6 -> 3.5.9 2018-10-13 09:50:17 +02:00
repoze_lru pythonPackages.repoze_lru: refactor move to python-modules 2018-10-17 07:46:58 +02:00
repoze_sphinx_autointerface pythonPackages.repoze_sphinx_atointerface: refactor move to python-modules 2018-10-17 07:46:58 +02:00
repoze_who pythonPackages.repoze_who: refactor move to python-modules 2018-10-27 09:07:19 +02:00
requests pythonPackages.requests: disable multiple outputs 2018-11-18 11:19:20 +01:00
requests_download python36Packages.requests_download: 0.1.1 -> 0.1.2 2018-10-28 21:09:55 +01:00
requests_ntlm pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
requests-aws4auth requests-aws4auth: only disable tests on python >= 3 2018-08-26 01:12:16 +02:00
requests-cache pythonPackages.request-cache: Move to own file 2018-04-04 19:46:00 +02:00
requests-file python.pkgs.requests-file: init at 1.4.3 2018-09-12 03:23:04 +02:00
requests-kerberos pythonPackages.requests-kerberos: init at 0.12.0 2018-07-27 19:04:21 +00:00
requests-mock python: requests-mock: 1.5.0 -> 1.5.2 2018-07-26 12:43:07 +02:00
requests-oauthlib pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
requests-toolbelt pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
requests-unixsocket pythonPackages.requests-unixsocket: init at 0.1.5 2018-03-18 17:47:37 +00:00
requestsexceptions pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
resampy pythonPackges.resampy: refactor move to python-modules 2018-10-27 09:07:23 +02:00
responses pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
restructuredtext_lint pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
restview pythonPackages.restview: fix tests 2018-09-13 11:21:19 +02:00
rethinkdb pythonPackages.rethinkdb: refactor move to python-modules 2018-10-17 07:46:58 +02:00
retry_decorator pythonPackages.retry_decotrator: refactor move to pyhton-modules 2018-10-27 09:07:22 +02:00
retrying pythonPackages.retrying: refactor move to python-modules 2018-10-27 09:07:18 +02:00
rfc3986 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
rfc7464 pythonPackages.rfc7464: Init at 17.7.0 2018-07-26 12:04:16 -04:00
rfc-bibtex rfc-bibtex: init at 2.2.1 2018-10-11 16:17:40 +09:00
rhpl pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
rjsmin pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
rlp python: rlp: 1.0.2 -> 1.0.3 2018-10-13 09:50:17 +02:00
robomachine pythonPackages.robomachine: fix build 2018-03-18 13:19:44 +01:00
robotframework pythonPackages.robotframework: enable python3 build 2018-08-08 02:20:55 +02:00
robotframework-requests pythonPackages.robotframework-requests: refactor move to python-modules 2018-10-27 09:07:23 +02:00
robotframework-ride
robotframework-selenium2library pythonPackages.robotframework-selenium2library: refactor move to python-modules 2018-10-27 09:07:23 +02:00
robotframework-tools pythonPackages.robotframework-tools: refactor move to python-modules 2018-10-27 09:07:23 +02:00
robotsuite pythonPackages.robotsuite: enable python3 build 2018-08-08 02:20:55 +02:00
rocket-errbot pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
roman pythonPackages.roman: refactor move to python-modules 2018-10-17 07:46:58 +02:00
root_numpy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
rootpy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
rope python37.pkgs.rope: ignore broken type hinting tests 2018-11-27 11:57:55 +00:00
ROPGadget pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ropper python: ropper: 1.11.3 -> 1.11.6 2018-02-18 20:07:43 +01:00
routes pythonPackages.routes: refactor move to python-modules 2018-10-27 09:07:23 +02:00
rpdb pythonPackages.rpdb: refactor move to python-modules 2018-10-30 00:51:09 -04:00
rpkg maintainers: remove mornfall from packages 2018-01-17 05:17:33 +00:00
rply python36Packages.rply: 0.7.5 -> 0.7.6 2018-10-24 10:14:40 +02:00
rpmfluff pythonPackages.rpmfluff: 0.5.3 -> 0.5.5 2018-10-26 16:37:52 +02:00
rpy2 pythonPackages.rpy2: various fixes (#51084) 2018-11-27 18:24:37 +01:00
rpyc pythonPackges.rpyc: refactor move to python-modules 2018-10-27 09:07:23 +02:00
rsa pythonPackages.rsa: refactor move to python-modules 2018-10-27 09:07:23 +02:00
Rtree pythonPackages.Rtree: init at 0.8.3 2018-04-04 18:39:01 +02:00
rtslib python.pkgs.rtslib: init at 2.1.fb69 2018-11-26 11:11:43 -08:00
ruamel_base pythonPackages.ruamel_base: refactor move to python-modules 2018-10-27 09:07:23 +02:00
ruamel_ordereddict pythonPackages.ruamel_ordereddict: refactor move to python-modules 2018-10-27 09:07:23 +02:00
ruamel_yaml pythonPackages.ruamel_yaml: 0.15.35 -> 0.15.80 2018-12-02 17:31:47 +01:00
rubymarshal pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
runsnakerun pythonPackages.runsnakerun: refactor move to python-modules 2018-10-27 09:07:23 +02:00
rx python36Packages.rx: 1.6.0 -> 1.6.1 2018-10-24 09:59:00 +02:00
s2clientprotocol pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
s3fs python: s3fs: 0.1.5 -> 0.1.6 2018-08-25 18:07:16 +02:00
s3transfer python: s3transfer: 0.1.12 -> 0.1.13 2018-02-18 20:07:43 +01:00
sabyenc pythonPackages.sabyenc: init at 2.3.3 2018-07-27 19:01:59 +01:00
safe pythonPackages.safe: refactor move to python-modules 2018-10-17 07:46:58 +02:00
salmon-mail pythonPackages.pythondaemon: rename to pythonPackages.python-daemon 2018-10-30 21:09:34 +01:00
sampledata pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
samplerate pythonPackages.samplerate: refactor move to python-modules 2018-10-17 07:46:58 +02:00
sandboxlib pythonPackages.sandboxlib: refactor move to python-modules 2018-10-30 00:50:46 -04:00
sarge python.pkgs.sarge: disable tests 2018-09-01 10:41:37 +02:00
sasmodels python.sasmodels: unstable -> 0.98 2018-10-17 14:36:04 +01:00
scales pythonPackages.scales: refactor move to python-modules 2018-10-30 00:50:46 -04:00
scandir pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
scapy pythonPackages.scapy: Add support for the manuf database from Wireshark 2018-08-07 19:14:10 +02:00
schedule python36Packages.schedule: 0.3.2 -> 0.5.0 2018-10-24 10:11:44 +02:00
schema pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
scikit-bio pythonPackages.scikit-bio: init at 0.5.4 2018-10-14 16:10:47 +02:00
scikit-image python: scikit-image: 0.14.0 -> 0.14.1 2018-10-13 09:50:17 +02:00
scikitlearn scikitlearn: disable tests on aarch64 2018-11-13 18:57:40 +01:00
scipy pythonPackages.{numpy,scipy,numexpr}: support MKL as BLAS 2018-10-20 11:50:37 +02:00
scour scour: call via python-packages.nix 2018-11-11 09:54:28 +01:00
scp python36Packages.scp: 0.11.0 -> 0.12.1 2018-10-24 10:13:15 +02:00
scrapy python: Scrapy: 1.5.0 -> 1.5.1 2018-07-26 12:43:08 +02:00
scripttest pythonPackages.scripttest: refactor move to python-modules 2018-10-27 09:07:24 +02:00
sdnotify pythonPackages.sdnotify: init at 0.3.2 2018-11-24 10:47:47 +01:00
seaborn python: seaborn: 0.8.1 -> 0.9.0 2018-07-26 12:43:08 +02:00
secp256k1 python.pkgs.secp256k1: 0.12.1 -> 0.13.2 2018-01-20 14:57:20 +01:00
secretstorage pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
seekpath python: seekpath: 1.8.2 -> 1.8.4 2018-10-13 09:50:17 +02:00
selectors2 pythonPackages.selectors2: init at 2.0.1 2018-09-07 10:22:22 -04:00
selectors34 python.pkgs.Pyro4: new package (at version 4.74) 2018-10-29 11:20:03 +01:00
selenium python36Packages.selenium: 3.14.1 -> 3.141.0 2018-11-08 15:30:23 -08:00
semantic pythonPackages.semantic: refactor move to python-modules 2018-10-30 00:50:46 -04:00
semantic-version python: remove name from some expressions 2018-02-28 10:10:05 +10:30
semver pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
send2trash python.pkgs.send2trash: configparser is a backport 2018-04-05 19:43:44 +02:00
seqdiag python: seqdiag: 0.9.5 -> 0.9.6 2018-07-26 13:10:15 +02:00
serpent python.pkgs.Pyro4: new package (at version 4.74) 2018-10-29 11:20:03 +01:00
serpy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
serversyncstorage pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
service_identity service_identity: cosmetic changes 2018-03-21 10:21:38 +09:00
setproctitle pythonPackages.setproctitle: refactor move to python-modules 2018-10-30 00:51:15 -04:00
setuptools python: setuptools: 40.2.0 -> 40.4.3 2018-10-24 20:05:44 +02:00
setuptools_scm python: setuptools_scm: 2.1.0 -> 3.1.0 2018-08-25 07:38:23 +02:00
setuptools-git pythonPackages.setuptools-git: refactor move to python-modules 2018-10-17 07:46:58 +02:00
setuptoolsdarcs pythonPackages.setuptoolsDarcs: refactor move to python-modules 2018-10-27 09:07:24 +02:00
setuptoolstrial pythonPackages.setuptoolsTrial: refactor move to python-modules 2018-10-27 09:07:24 +02:00
sexpdata pythonPackages.sexpdata: refactor move to python-modules 2018-10-30 00:50:47 -04:00
sh pythonPackages.sh: refactor move to python-modules 2018-10-30 00:50:47 -04:00
shapely python: Shapely: 1.6.4.post1 -> 1.6.4.post2 2018-07-26 12:43:09 +02:00
sharedmem pythonPackages.sharedmem: init at 0.3.5 2018-09-24 17:00:55 +02:00
shellingham python36Packages.shellingham: 1.2.6 -> 1.2.7 2018-10-24 10:15:30 +02:00
shippai python: shippai: 0.2.3 -> 0.2.4 2018-10-13 09:50:17 +02:00
shortuuid pythonPackages.shortuuid: refactor move to python-modules 2018-10-27 09:07:24 +02:00
should-dsl pythonPackages.should-dsl: init at 2.1.2 2018-11-29 12:38:26 +01:00
shouldbe pythonPackages.shouldbe: refactor move to python-modules 2018-10-27 09:07:24 +02:00
sievelib pythonPackages.sievelib: init at 1.1.1 (#48817) 2018-11-25 12:14:29 +01:00
signedjson pythonPackages.signedjson: refactor move to python-modules 2018-10-30 00:51:13 -04:00
sigtools pythonPackages.sigtools: refactor move to python-modules 2018-10-30 00:51:21 -04:00
simanneal pythonPackages.simanneal: 0.4.1 -> 0.4.1 2018-10-31 21:46:04 -04:00
simple-websocket-server simple-websocket-server: Init at 20180414 (#47567) 2018-10-02 00:40:10 +02:00
simpleai pythonPAckages.simpleai: refactor move to python-modules 2018-10-30 00:51:22 -04:00
simplebayes pythonPackages.simplebayes: refactor move to python-modules 2018-10-27 09:07:24 +02:00
simpleeval python36Packages.simpleeval: 0.9.6 -> 0.9.8 2018-10-24 10:21:34 +02:00
simplegeneric python.pkgs.simplegeneric: move expression 2018-02-03 17:43:31 +01:00
simplejson python: simplejson: 3.15.0 -> 3.16.0 2018-07-26 12:43:09 +02:00
simplekml pythonPackages.simplekml: Init at 1.3.1 (#50883) 2018-11-25 19:00:25 -05:00
simpleparse pythonPackages.simpleparse: refactor move to python-modules 2018-10-27 09:07:24 +02:00
simpy pythonPackages.simpy: init at 3.0.11. 2018-07-17 17:37:50 -04:00
singledispatch pythonPackages.singledispatch: move expression (#44654) 2018-08-08 22:35:46 +02:00
sip python.pkgs.sip: 4.19.6 -> 4.19.8 2018-07-22 12:00:03 +02:00
sipsimple pythonPackages.sipsimple: refactor move to python-modules 2018-10-30 00:50:47 -04:00
six python.pkgs.six: disable tests to prevent infinite recursion 2017-12-31 11:01:52 +01:00
sklearn-deap pythonPackages.sklearn-deap: dropping a comment 2018-06-25 12:06:33 +01:00
slackclient pythonPackages.slackclient:1.0.0 -> 1.2.1 | refactor 2018-08-01 12:05:32 +01:00
sleekxmpp pythonPackages.sleekxmpp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
slicerator pythonPackages.slicerator: init at 0.9.8 2018-09-13 16:41:34 -04:00
slimit pythonPackages.slimit: init at 0.8.1 2018-03-20 10:59:37 +01:00
slixmpp pythonPackages.slixmpp: refactor move to python-modules 2018-10-18 11:02:23 +02:00
slob pythonPackages.slob: refactor move to python-modules 2018-10-27 09:07:24 +02:00
slowaes pythonPackages.slowaes: refactor move to python-modules 2018-10-27 09:07:24 +02:00
smart_open python36Packages.smart_open: 1.6.0 -> 1.7.1 2018-10-24 10:22:37 +02:00
smartdc pythonPackages.smartdc: refactor move to python-modules 2018-10-30 00:50:47 -04:00
smartypants pythonPackages.smartypants: refactor move to python-modules 2018-10-30 00:51:16 -04:00
smmap smmap2: init at 2.0.3 2018-05-13 11:33:41 -04:00
smmap2 python: smmap2: 2.0.3 -> 2.0.4 2018-07-26 12:43:09 +02:00
smugline pythonPackages.smugline: refactor move to python-modules 2018-10-30 00:51:23 -04:00
smugpy
snakeviz python: snakeviz: 0.4.1 -> 1.0.0 2018-08-25 07:38:23 +02:00
snapcast pythonPackages.snapcast: init at 2.0.9 2018-11-05 20:45:08 +08:00
snappergui treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
sniffio pythonPackages.trio: fix build (#46342) 2018-09-08 01:02:55 +02:00
snowballstemmer python.pkgs.snowballstemmer: move out of python-packages.nix 2018-07-26 12:43:16 +02:00
snug pythonPackages.snug: init at 1.3.4 2018-11-26 14:58:32 +01:00
snuggs pythonPackages.snuggs: init at 1.4.2 2018-11-26 14:58:36 +01:00
sockjs-tornado python: sockjs-tornado: 1.0.3 -> 1.0.5 2018-09-01 10:41:37 +02:00
socksipy-branch pythonPackages.socksipy-branch: refactor move to python-modules 2018-10-30 00:50:47 -04:00
soco python: soco: 0.15 -> 0.16 2018-08-25 18:07:16 +02:00
sopel pythonPackages.sopel: refactor move to python-modules 2018-10-27 09:07:24 +02:00
sorl_thumbnail pythonPackages.sorl_thumbnail: refactor move to python-modules 2018-10-30 00:50:48 -04:00
sortedcollections python36Packages.sortedcollections: 0.4.2 -> 1.0.1 2018-10-24 10:20:40 +02:00
sortedcontainers python: sortedcontainers: 2.0.4 -> 2.0.5 2018-10-13 09:50:17 +02:00
sounddevice python: sounddevice: 0.3.11 -> 0.3.12 2018-10-13 09:50:17 +02:00
spacy pythonPackages.spacy: 2.0.12 -> 2.0.16 2018-10-20 12:20:42 +02:00
spake2 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
spambayes pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
spark_parser pythonPackages.spark_parser: 1.4.0 -> 1.8.7 2018-10-26 16:37:52 +02:00
sparqlwrapper pythonPackages.SPARQLWrapper: refactor move to python-modules 2018-10-17 07:46:59 +02:00
speaklater pythonPackages.speaklater: refactor move to python-modules 2018-10-30 00:51:10 -04:00
spectral-cube spectral-cube: init at 0.4.3 2018-05-28 13:30:51 +02:00
speedtest-cli speedtest-cli: move ot python-modules 2018-10-17 16:52:39 +02:00
spglib python: spglib: 1.10.4.1 -> 1.10.4.11 2018-08-25 07:38:23 +02:00
sphfile python: sphfile: 1.0.0 -> 1.0.1 2018-10-13 09:50:17 +02:00
sphinx python.pkgs.sphinx: fix pname 2018-11-21 12:52:35 +01:00
sphinx_pypi_upload pythonPackages.sphinx_pypi_upload: refactor move to python-modules 2018-10-30 00:50:49 -04:00
sphinx_rtd_theme pythonPackages.sphinx_rtd_theme: refactor move to python-modules 2018-10-30 00:50:48 -04:00
sphinx-jinja pythonPackages.sphinx-jinja: 0.2.1 -> 1.1.0, Python 3 support 2018-10-11 18:13:54 -04:00
sphinx-navtree pythonPackages.sphinx-navtree: init at 0.3.0 (#36442) 2018-03-08 11:13:04 +01:00
sphinx-testing pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
sphinxcontrib_httpdomain pythonPackages.sphinxcontrib_httpdomain: refactor move to python-modules 2018-10-30 00:50:48 -04:00
sphinxcontrib_newsfeed pythonPackages.sphinxcontrib_newsfeed: refactor move to ypthon-modules 2018-10-30 00:50:49 -04:00
sphinxcontrib_plantuml pythonPackages.sphinxcontrib_plantuml: refactor move to python-modules 2018-10-30 00:50:49 -04:00
sphinxcontrib-bibtex python: sphinxcontrib-bibtex: 0.3.6 -> 0.4.0 2018-06-22 13:09:31 +02:00
sphinxcontrib-blockdiag pythonPackages.sphinxcontrib-blockdiag: refactor move to python-modules 2018-10-30 00:50:48 -04:00
sphinxcontrib-openapi pythonPackages.sphinxcontrib-openapi: refactor move to python-modules 2018-10-30 00:50:48 -04:00
sphinxcontrib-spelling pythonPackages.sphinxcontrib-spelling: refactor move to python-modules 2018-10-30 00:50:49 -04:00
sphinxcontrib-websupport pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
splinter python36Packages.splinter: 0.8.0 -> 0.9.0 2018-11-08 17:33:53 -08:00
spotipy
sqlalchemy pythonPackages.sqlalchemy: 1.2.12 -> 1.2.13 2018-11-16 09:59:21 +01:00
sqlalchemy-imageattach pythonPackages.sqlalchemy-imageattach: refactor move to python-modules 2018-10-30 00:50:50 -04:00
sqlalchemy-migrate pythonPackages.sqlalchemy_migrate: patch backslash escapes 2018-10-11 18:15:16 -04:00
sqlite3dbm pythonPackages.sqlite3dbm: refactor move to python-modules 2018-10-27 09:07:24 +02:00
sqlmap python: sqlmap: 1.2.8 -> 1.2.10 2018-10-13 09:50:17 +02:00
sqlobject pythonPackages.sqlobject: refactor move to python-modules 2018-10-27 09:07:24 +02:00
sqlparse pythonPackages.sqlparse: refactor move to python-modules 2018-10-30 00:50:50 -04:00
squaremap pythonPackages.squaremap: refactor move to python-modules 2018-10-27 09:07:23 +02:00
ssdeep pythonPackages.ssdeep: refactor move to python-modules 2018-10-17 07:46:58 +02:00
sseclient python36Packages.sseclient: 0.0.19 -> 0.0.20 2018-11-18 05:46:54 -08:00
sslib pythonPackages.sslib: init at 0.2.0 (#47985) 2018-11-04 15:00:21 +01:00
statistics pythonPackages.statistics: init at 1.0.3.5 2018-08-10 16:37:45 -04:00
statsd python36Packages.statsd: 3.2.1 -> 3.3.0 2018-10-24 10:12:17 +02:00
statsmodels pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
stem python36Packages.stem: 1.6.0 -> 1.7.0 2018-10-24 10:24:41 +02:00
stevedore python36Packages.stevedore: 1.29.0 -> 1.30.0 2018-11-08 17:13:53 -08:00
stompclient pythonPackages.stompclient: refactor move to python-modules 2018-10-30 00:50:50 -04:00
stringtemplate pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
stripe python36Packages.stripe: 2.6.0 -> 2.10.1 (#50602) 2018-11-18 21:13:42 +01:00
structlog pythonPackages.structlog: 17.2.0 -> 18.2.0 2018-10-26 16:37:52 +02:00
subdownloader pythonPackages.subdownloader: refactor move to python-modules 2018-10-30 00:50:51 -04:00
subliminal pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
subprocess32 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
subunit pythonPackages.subunit: refactor move to python-modules 2018-10-30 00:50:51 -04:00
suds pythonPackages.suds: refactor move to python-modules 2018-10-30 00:51:17 -04:00
suds-jurko pythonPackages.suds-jurko: refactor move to python-modules 2018-10-30 00:51:18 -04:00
sumo pythonPackages.sumo:init at 1.0.9 2018-08-01 10:58:23 +01:00
supervise_api python: supervise_api: 0.5.3 -> 0.6.0 2018-06-22 13:09:32 +02:00
supervisor squashme: fixes 2018-05-25 22:34:25 +01:00
sure pythonPackages.sure: 1.2.24 -> 1.4.11 2018-11-27 18:36:59 -05:00
suseapi python.pkgs.suseapi: move expression 2018-07-22 12:00:03 +02:00
svg2tikz treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
svg-path python: svg.path: 2.2 -> 3.0 2018-08-25 18:07:17 +02:00
svgwrite pythonPackages.svgwrite: 1.1.6 -> 1.2.1 2018-12-04 21:41:08 -05:00
sybase
sybil pythonPackages.sybil: fix build (#51392) 2018-12-02 23:12:16 +01:00
sympy pythonPackages.sympy: 1.2 -> 1.3 2018-10-30 13:16:38 +01:00
syncserver pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
systemd
tables pythonPackages: remove name attribute` 2018-06-23 18:14:26 +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
tarman pythonPackages.tarman: refactor move to python-modules 2018-10-30 00:51:05 -04:00
taskw pythonPackges.taskw: refactor move to python-modules 2018-10-30 00:50:52 -04:00
tblib python: tblib: 1.3.0 -> 1.3.2 2018-04-08 11:34:56 +02:00
telegram pythonPackages.telegram: refactor move to python-modules 2018-10-30 00:51:23 -04:00
tempita pythonPackages.tempita: 0.5.2 -> 0.5.3-2016-09-28 2018-10-11 18:14:36 -04:00
tempora python.pkgs.tempora: update propagatedBuildInputs 2018-07-26 12:43:16 +02:00
tensorflow python.packages.tensorflow: 1.9.0 -> 1.11.0 2018-10-15 14:49:52 +02:00
tensorflow-tensorboard python.packages.tensorboard: 1.9.0 -> 1.11.0 2018-10-15 14:49:52 +02:00
termcolor pythonPackages.termcolor: refactor move to python-modules 2018-10-30 00:51:14 -04:00
terminado python.pkgs.terminado: 0.6.0 -> 0.8.1 2018-01-17 00:10:07 +01:00
terminaltables pythonPackages.terminaltables: refactor move to python-modules 2018-10-30 00:50:52 -04:00
termstyle Revert "Revert "Merge staging at '8d490ca9934d0' into master"" 2018-02-26 22:54:48 +01:00
testfixtures pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
testpath pythonPackages.testpath: refactor move to python-modules 2018-10-30 00:50:52 -04:00
testrepository pythonPackages.testrepository: refactor move to python-modules 2018-10-30 00:50:53 -04:00
testresources python: testresources: 0.2.7 -> 2.0.1 2018-07-26 12:43:16 +02:00
testscenarios pythonPackages.testscenarios: refactor move to python-modules 2018-10-30 00:50:52 -04: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.1 -> 0.6.2 2018-07-26 12:43:11 +02:00
texttable python36Packages.texttable: 1.4.0 -> 1.5.0 2018-11-08 16:01:14 -08:00
tflearn pythonPackages.tflearn: 0.2.1 -> 0.3.2 (#46102) 2018-09-05 17:38:23 +01:00
Theano python: Theano: 1.0.2 -> 1.0.3 2018-10-13 09:50:15 +02:00
thespian python: thespian: 3.9.2 -> 3.9.4 (#44857) 2018-08-10 12:28:49 +02:00
thinc pythonPackages.thinc: 6.11.2 -> 6.12.0 2018-10-20 12:20:41 +02:00
threadpool pythonPackages.threadpool: refactor move to python-modules 2018-10-30 00:51:23 -04:00
thrift pythonPackages.thrift: refactor move to python-modules 2018-10-30 00:51:16 -04:00
thumbor pythonPackages.piexif: 1.0.13 -> 1.1.2 2018-11-29 12:38:30 +01:00
thumborpexif pythonPackages.thumborPexif: refactor move to python-modules 2018-10-30 00:51:13 -04:00
tifffile pythonPackages.tifffile: fix python 2 build (#46415) 2018-09-09 12:13:36 +02:00
tilestache pythonPackages.tilestache: refactor move to python-modules 2018-10-30 00:50:43 -04:00
timelib pythonPackages.timelib: refactor move to python-modules 2018-10-30 00:50:44 -04:00
timeout-decorator pythonPackages.timeout-decorator: 0.3.2 -> 0.4.0 (#40914) 2018-05-22 11:40:26 +02:00
tinycss pythonPackages.tinycss: 0.3 -> 0.4 refactor move to python-modules (#48163) 2018-10-13 00:16:47 +02:00
tinycss2 python.pkgs.tinycss2: init at 0.6.1 2018-04-08 11:36:06 +02:00
tiros pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
tissue pythonPackages.tissue: refactor move to python-modules 2018-10-30 00:51:06 -04:00
titlecase pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
tkinter pythonPackages.tkinter: refactor move to python-modules 2018-10-30 00:50:53 -04:00
tldextract python.pkgs.tldextract: init at 2.2.0 2018-09-12 03:23:04 +02:00
tlsh pythonPackges.tlsh: refacotr move to python-modules 2018-10-30 00:51:10 -04:00
tlslite-ng pythonPackages.tlslite-ng: init at 0.7.5 2018-12-07 15:28:55 +01:00
tmdb3 pythonPackages.tmdb3: 0.6.17 -> 0.7.2 2018-02-27 23:34:41 +01:00
todoist pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
tokenlib pythonPakcages.tokenlib: refacotr move to python-modules 2018-10-30 00:51:05 -04:00
tokenserver python.pkgs.tokenserver: 1.2.27 -> 1.3.1 2018-08-07 10:46:51 +02:00
toml python36Packages.toml: 0.9.6 -> 0.10.0 2018-11-08 16:52:59 -08:00
toolz python: update documentation 2018-10-12 10:06:25 +02:00
toposort pythonPackages.toposort: refactor move to python-modules 2018-10-30 00:51:11 -04:00
torchvision treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
tornado salt: fix darwin build by specifying dependency on tornado 4 2018-09-15 10:09:36 +02:00
tox python: tox: 3.1.2 -> 3.2.1 2018-08-25 07:38:34 +02:00
tqdm python: tqdm: 4.24.0 -> 4.25.0 2018-08-25 18:07:17 +02:00
traceback2 pythonPackages.traceback2: refactor move to python-modules 2018-10-30 00:50:57 -04:00
tracing pythonPackages.ttystatus: refactor move to python-modules 2018-10-30 00:51:06 -04:00
traitlets pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
traits pythonPackages.traits: refactor move to python-modules 2018-10-30 00:50:54 -04:00
transaction python36Packages.transaction: 2.3.0 -> 2.4.0 2018-11-18 05:43:54 -08:00
transitions python.pkgs.transitions: 0.6.5 -> 0.6.8 2018-05-28 00:11:41 +02:00
translationstring pythonPAckages.translationstring: refactor move to python-modules 2018-10-30 00:51:06 -04:00
transmissionrpc pythonPackages.transmissionrpc: refactor move to python-modules 2018-10-30 00:50:54 -04:00
treq python: treq: 17.8.0 -> 18.6.0 2018-07-26 12:43:11 +02:00
trezor python: trezor: 0.9.1 -> 0.10.2 2018-07-26 12:43:11 +02:00
trezor_agent pythonPackages.trezor_agent: refactor move to python-modules 2018-10-30 00:51:20 -04:00
trio pythonPackages.trio: 0.7.0 -> 0.9.0 2018-10-26 16:37:52 +02:00
trollius pythonPackages.trollius: 1.0.4 -> 2.2 2018-10-11 18:15:16 -04:00
trueskill pythonPackages.trueskill: init at 0.4.5 (#49342) 2018-11-01 10:56:56 +01:00
trustme python.pkgs.trustme: fix python2 build 2018-06-04 04:06:09 +00:00
ttystatus pythonPackages.ttystatus: refactor move to python-modules 2018-10-30 00:51:06 -04:00
tunigo pythonPackages.tunigo: fix tests 2018-02-27 23:04:17 +01:00
TurboCheetah
tvdb_api pythonPAckages.tvdb_api: refactor move to python-modules 2018-10-30 00:51:22 -04:00
tvnamer pythonPackages.tvnamer: refactor move to python-modules 2018-10-30 00:51:22 -04:00
tweepy python.pkgs.tweepy: fix build with pip 10 2018-04-26 08:53:27 +02:00
twiggy pythonPackages.twiggy: refactor move to python-modules 2018-10-30 00:50:54 -04:00
twilio python36Packages.twilio: 6.19.1 -> 6.19.2 2018-11-18 03:33:27 -08:00
twill pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
twine pythonPackages.twine: 1.11.0 -> 1.12.1 2018-10-26 16:37:52 +02:00
twisted python.pkgs.twisted: update propagatedBuildInputs 2018-07-26 12:43:14 +02:00
twitter pythonPackages.twitter: refactor move to python-modules 2018-10-30 00:50:55 -04:00
twitter-common-collections pythonPakcages.twitter-common-collections: refactor move to python-modules 2018-10-30 00:50:55 -04:00
twitter-common-confluence pythonPackages.twitter-common-confluence: refactor move to python-modules 2018-10-30 00:50:55 -04:00
twitter-common-dirutil pythonPakcages.twitter-common-dirutil: refactor move to python-modules 2018-10-30 00:50:55 -04:00
twitter-common-lang pythonPackages.twitter-common-lang: refactor move to python-modules 2018-10-30 00:50:55 -04:00
twitter-common-log pythonPakcages.twitter-common-log: refactor move to python-modules 2018-10-30 00:50:56 -04:00
twitter-common-options pythonPackages.twitter-common-options: refactor move to python-modules 2018-10-30 00:50:56 -04:00
txaio Revert "autobahn: 18.8.2 -> 18.9.2, txaio: 18.7.1 -> 18.8.1" (#49345) 2018-10-28 14:51:58 +01:00
txamqp pythonPackages.txamqp: refactor move to python-modules 2018-10-30 00:51:08 -04:00
txgithub pythonPackages.txgithub: refactor move to python-modules 2018-10-30 00:51:07 -04:00
txrequests pythonPackages.txrequests: refactor move to python-modules 2018-10-30 00:51:08 -04:00
txtorcon python36Packages.txtorcon: 18.0.2 -> 18.3.0 2018-10-24 10:23:15 +02:00
typed-ast pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
typeguard python3.pkgs.typeguard: fix builds by applying utf-8 locales 2018-09-19 15:11:31 +01:00
typing python: typing: 3.6.4 -> 3.6.6 2018-09-01 10:41:37 +02:00
typing-extensions python36Packages.typing-extensions: 3.6.5 -> 3.6.6 2018-10-24 10:16:16 +02:00
typogrify pythonPackages.typogrify: refactor move to python-modules 2018-10-30 00:51:16 -04:00
tzlocal pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
u-msgpack-python pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
ua-parser python: ua-parser: 0.7.3 -> 0.8.0 2018-06-22 13:09:33 +02:00
uarray pythonPackages.uarray: init at 0.4 2018-11-27 20:45:41 -05:00
ujson pythonPAckages.ujson: refactor move to python-modules 2018-10-30 00:51:07 -04:00
ukpostcodeparser pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
umalqurra pythonPackages.umalqurra: refactor move to python-modules 2018-10-30 00:50:56 -04:00
umemcache
uncertainties python36Packages.uncertainties: 3.0.2 -> 3.0.3 2018-11-08 15:50:30 -08:00
uncompyle6 Reflect license changes in xdis, uncompyle6 metadata 2018-11-16 10:59:37 -06:00
unicodecsv pythonPackages.unicodecsv: refactor move to python-modules 2018-10-30 00:50:56 -04:00
unicorn python3.pkgs.unicorn: enable python3 2018-12-01 14:13:46 +00:00
unidecode pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
unifi pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
unittest2 pythonPackages.unittest2: refactor move to python-modules 2018-10-30 00:50:56 -04:00
unittest-xml-reporting pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
unpaddedbase64 pythonPAckages.unpaddedbase64: refactor move to python-modules 2018-10-30 00:51:13 -04:00
upass pythonPackages.upass: refactor move to python-modules 2018-10-30 00:50:57 -04:00
update_checker
uproot python36Packages.uproot: 3.2.6 -> 3.2.12 2018-11-18 03:48:12 -08:00
uproot-methods python36Packages.uproot-methods: 0.2.6 -> 0.2.7 2018-11-18 04:16:57 -08:00
uptime pythonPackages.uptime: refactor move to python-modules 2018-10-30 00:50:57 -04:00
uranium python36Packages.uranium: 3.4.1 -> 3.5.1 2018-11-18 04:36:12 -08:00
uritemplate python.pkgs.uritemplate: update expression 2018-04-08 11:36:05 +02:00
uritemplate_py pythonPackages.uritemplate_py: refactor move to python-modules 2018-10-30 00:50:57 -04:00
uritools python: uritools: 2.1.1 -> 2.2.0 2018-06-22 13:09:33 +02:00
urlgrabber treewide: Use http/https for homepages 2018-09-08 18:30:00 +02:00
urllib3 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
urwid pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
urwidtrees treewide: Fix packages using name where they should use pname 2018-11-06 00:06:17 +01:00
us pythonPackages.us: fix build 2018-09-10 17:06:54 +02:00
usbtmc
user-agents python.pkgs.user-agents: disable tests 2018-06-24 17:39:01 +02:00
uuid pythonPackages.uuid: init at 1.30 2018-08-09 16:53:30 +02:00
validictory python36Packages.validictory: 1.0.0a2 -> 1.1.2 2018-10-24 10:17:30 +02:00
vcrpy python36Packages.vcrpy: 1.13.0 -> 2.0.1 2018-10-24 10:10:34 +02:00
vcversioner pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
vega python: vega: 1.3.0 -> 1.4.0 2018-08-25 18:07:18 +02:00
vega_datasets python.pkgs.vega_datasets: init at 0.5.0 2018-07-15 15:41:23 +02:00
venusian pythonPackages.venusian: 1.0 -> 1.1.0 2018-10-17 07:46:55 +02:00
versioneer pythonPackages.versioneer: init at 0.18 2018-01-14 16:03:21 +02:00
versiontools pythonPackages.versiontools: refactor move to python-modules 2018-10-30 00:51:08 -04:00
veryprettytable pythonPackages.veryprettytable: refactor move to python-modules 2018-10-30 00:51:08 -04:00
vidstab pythonPackages.vidstab: init at 0.1.5 2018-10-13 10:10:39 +02:00
vine pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
virtkey pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
virtual-display pythonPackages.virtual-display: 0.1.5 -> 0.2.1 and disable tests 2018-02-27 23:04:16 +01:00
virtualenv pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
virtualenv-clone pythonPackages.virtualenv-clone: refactor move to python-modules 2018-10-30 00:50:58 -04:00
virtualenvwrapper pythonPackages.virtualenvwrapper: refactor move to python-modules 2018-10-30 00:50:58 -04:00
visitor pythonPackages.visitor: init at 0.1.3 2018-08-20 00:14:56 +02:00
vmprof pythonPackages.vmprof: refactor move to python-modules 2018-10-30 00:50:58 -04:00
vobject python: vobject: 0.9.6 -> 0.9.6.1 2018-07-26 12:43:13 +02:00
voluptuous python: voluptuous: 0.11.1 -> 0.11.5 2018-08-25 07:38:34 +02:00
voluptuous-serialize python3.pkgs.voluptuous-serialize: 2018-03-10 -> 2.0.0 2018-10-17 16:03:03 +02:00
vowpalwabbit vowpalwabbit: mark broken on aarch64. 2018-09-04 07:43:53 +02:00
vultr pythonPackages.vultr: refactor move to python-modules 2018-10-30 00:50:59 -04:00
vxi11 pythonPackages.vxi11: fix tests by fetching from GitHub 2018-04-04 09:44:52 +02:00
w3lib pythonPackages.w3lib: refactor move to python-modules 2018-10-30 00:51:20 -04:00
waitress pythonPackages.waitress: refactor move to python-modules 2018-10-30 00:50:59 -04:00
waitress-django treewide: various version number fixes 2018-11-06 00:06:22 +01:00
wakeonlan python.pkgs.wakeonlan: fix build 2018-04-08 11:36:05 +02:00
Wand pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
warlock python36Packages.warlock: 1.2.0 -> 1.3.0 2018-10-24 10:25:24 +02:00
warrant pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
watchdog pythonPackages.watchdog: refactor move to python-modules 2018-10-17 07:46:58 +02:00
WazeRouteCalculator pythonPackages.WazeRouteCalculator: init 0.6 2018-11-12 21:49:02 +08:00
wcwidth pythonPackages.wcwith: 0.1.6 -> 0.1.7 2018-06-14 10:25:14 +09:00
web pythonPackages.web: refactor move to python-modules 2018-10-30 00:50:59 -04:00
webapp2 pythonPAckages.webapp2: init at 2.5.2 2018-11-20 14:12:13 -05:00
webassets Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
webcolors python: webcolors: 1.7 -> 1.8.1 2018-02-18 20:07:43 +01:00
webencodings pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
webhelpers pythonPackages.webhelpers: refactor move to python-modules 2018-10-30 00:51:07 -04:00
webob pythonPackges.webob: refactor move to python-modules 2018-10-30 00:50:59 -04:00
weboob weboob: Disable doctests requiring networking 2018-04-27 20:39:14 +02:00
websockets python36Packages.websockets: 6.0 -> 7.0 2018-11-08 15:57:33 -08:00
websockets_client python: websocket_client: 0.48.0 -> 0.51.0 2018-08-25 18:07:18 +02:00
websockify pythonPackages.websockify: refactor move to python-modules 2018-10-30 00:51:00 -04:00
webtest pythonPackages.webtest: refactor move to python-modules 2018-10-30 00:51:00 -04:00
werkzeug pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
wheel python: wheel: 0.31.1 -> 0.32.2 2018-10-24 20:05:44 +02:00
whichcraft pythonPackages.whichcraft: 0.4.1 -> 0.5.2 resolve libcLocales issue 2018-10-26 16:37:52 +02:00
whisper Add mock to the list of whisper's test inputs. 2018-12-03 14:20:25 -08:00
whitenoise python: whitenoise: 4.0b4 -> 4.0 2018-08-25 07:38:34 +02:00
whoosh Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
widgetsnbextension python: widgetsnbextension: 3.4.0 -> 3.4.2 2018-10-13 09:50:17 +02:00
willow pythonPackage.willow: refactor move to python-modules 2018-10-30 00:51:19 -04:00
word2vec pythonPackages.word2vec: refactor move to python-modules 2018-10-30 00:51:22 -04:00
wordfreq pythonPackages.wordfreq: 2.0 -> 2.2.0, fix build 2018-09-13 18:16:34 +02:00
worldengine pythonPAckages.worldengine: refactor move to python-modules 2018-10-30 00:51:07 -04:00
wptserve pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
wrapt python: wrapt: 1.10.5 -> 1.10.11 2018-02-27 16:35:57 +01:00
ws4py pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
wsgiproxy pythonPAckages.WSGIProxy: refactor move to python-modules 2018-10-30 00:51:11 -04:00
wsgiproxy2 pythonPackages.wsgiproxy2: refactor move to python-modules 2018-10-30 00:51:00 -04:00
WSME python: WSME: 0.9.2 -> 0.9.3 2018-07-26 12:43:13 +02:00
wsproto pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
wtforms pythonPackges.wtforms: refactor move to python-modules 2018-10-17 07:46:59 +02:00
wxPython php: get rid of composableDerivation 2018-07-26 11:49:56 +02:00
x11_hash pythonPackages.x11_hash: refactor move to python-modules 2018-10-30 00:51:20 -04:00
xarray python36Packages.xarray: 0.10.9 -> 0.11.0 2018-11-18 04:03:23 -08:00
xattr pythonPackages.xattr: refactor move to python-modules 2018-10-27 09:07:24 +02:00
xcaplib pythonPackages.xcaplib: refactor move to python-modules 2018-10-30 00:51:00 -04:00
xcffib python: xcffib: 0.5.1 -> 0.6.0 2018-04-08 11:34:56 +02:00
xdis Reflect license changes in xdis, uncompyle6 metadata 2018-11-16 10:59:37 -06:00
xdot gobject-introspection: rename package 2018-12-02 12:42:29 +01:00
xgboost pythonPackages.xgboost: fix build 2018-07-19 13:32:25 +02:00
xkcdpass pythonPackages.xkcdpass: refactor move to python-modules 2018-10-30 00:51:19 -04:00
xlib pythonPackages.xlib: refactor move to python-modules 2018-10-30 00:51:00 -04:00
xlrd pythonPackages.xlrd: refactor move to python-modules 2018-10-27 09:07:18 +02:00
xlsx2csv pythonPackages.xlsx2csv: refactor move to python-modules 2018-10-30 00:51:19 -04:00
XlsxWriter python36Packages.XlsxWriter: 1.1.1 -> 1.1.2 2018-10-24 10:22:03 +02:00
xlwt pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
xml2rfc python: xml2rfc: 2.10.0 -> 2.10.3 2018-10-13 09:50:17 +02:00
xmltodict
xmpppy pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
xstatic xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
xstatic-bootbox xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
xstatic-bootstrap xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
xstatic-jquery xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
xstatic-jquery-file-upload xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
xstatic-jquery-ui xstatic-*: update to latest version 2018-10-16 00:46:42 +02:00
xstatic-pygments xstatic-*: update to latest version 2018-10-16 00:46:42 +02: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 python36Packages.yamllint: 1.12.1 -> 1.13.0 2018-11-18 04:23:30 -08:00
yanc pythonPackages.yanc: init at 0.3.3 2018-11-29 12:38:27 +01:00
yapf yapf: 0.22.0 -> 0.24.0 2018-10-04 10:34:55 +02:00
yapsy pythonPAckages.yapsy: refactor move to python-modules 2018-10-30 00:51:23 -04:00
yarl python: yarl: 1.2.5 -> 1.2.6 2018-06-22 13:09:46 +02:00
yattag pythonPackages.yattag: init at 1.10.1 (#51056) 2018-11-26 03:09:56 +01:00
yenc pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
yolk pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
yowsup python3Packages.yowsup: 2.5.2 -> 2.5.7 2018-05-04 09:09:59 +02:00
zake pythonPackages.zake: refactor move to python-modules 2018-10-18 11:02:23 +02:00
zbaemon pythonPackages.zdaemon: refactor move to python-modules 2018-10-30 00:51:01 -04:00
zbase32 pythonPackages.zbase32: refactor move to python-modules 2018-10-30 00:51:00 -04:00
zc_lockfile Merge older staging with added firefox-related updates 2018-06-29 21:06:39 +02:00
zconfig python3Packages.zconfig: remove test that relies on setlocale failing 2018-07-20 10:15:55 -05:00
zdaemon pythonPackages.zdaemon: refactor move to python-modules 2018-10-30 00:51:01 -04:00
zeep python: zeep: 3.0.0 -> 3.1.0 2018-08-25 07:38:34 +02:00
zerobin pythonPackages.zerobin: refactor move to python-modules 2018-10-30 00:51:22 -04:00
zeroconf python3Packages.zeroconf: 0.20.0 -> 0.21.3 removes python3 support 2018-10-26 16:37:52 +02:00
zetup python: zetup: 0.2.43 -> 0.2.45 2018-10-13 09:50:17 +02:00
zfec pythonPackages.zfec: refactor move to python-modules 2018-10-30 00:51:01 -04:00
zict python: zict: 0.1.1 -> 0.1.3 2018-04-08 11:34:56 +02:00
zipfile36 pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
zipstream pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
zodb pythonPackages.zodb: fix tests 2018-09-13 13:35:34 +02:00
zodbpickle python: zodbpickle: 1.0.1 -> 1.0.2 2018-08-25 07:38:34 +02:00
zope_broken pythonPackages.zope_broken: refactor move to python-mdoules 2018-10-30 00:51:01 -04:00
zope_component pythonPackages.zope_component: refactor move to python-modules 2018-10-30 00:51:01 -04:00
zope_configuration pythonPackages.zope_configuration: refactor move to python-modules 2018-10-30 00:51:02 -04:00
zope_contenttype pythonPackages.zope_contenttype: refactor move to python-modules 2018-10-30 00:51:02 -04:00
zope_copy pythonPackages.zope_copy: 4.0.2 -> 4.1.0 2018-03-20 17:32:47 +01:00
zope_deprecation pythonPackages.zope_deprecation: refactor move to python-modules 2018-10-17 07:46:58 +02:00
zope_dottedname pythonPackages.zope_dottedname: refactor move to python-modules 2018-10-30 00:51:02 -04:00
zope_event pythonPackages.zope_event: refactor move to python-modules 2018-10-30 00:51:02 -04:00
zope_exceptions pythonPackages.zope_exceptions: refactor move to python-modules 2018-10-30 00:51:02 -04:00
zope_filerepresentation pythonPackages.zope_filerepresentation: refactor move to python-modules 2018-10-30 00:51:03 -04:00
zope_i18n pythonPackages.zope_i18n: refactor move to python-modules 2018-10-30 00:51:03 -04:00
zope_i18nmessageid pythonPackages.zope_i18nmessageid: refactor move to python-modules 2018-10-30 00:51:03 -04:00
zope_interface pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00
zope_lifecycleevent pythonPackages.zope_lifecycleevent: refactor move to python-modules 2018-10-30 00:51:03 -04:00
zope_location pythonPackages.zope_location: refactor move to python-modules 2018-10-30 00:51:03 -04:00
zope_proxy pythonPAckages.zope_proxy: refactor move to python-modules 2018-10-30 00:51:04 -04:00
zope_schema pythonPAckages.zope_schema: refactor move to python-modules 2018-10-30 00:51:04 -04:00
zope_size pythonPAckages.zope_size: refactor move to python-modules 2018-10-30 00:51:04 -04:00
zope_testing pythonPackages.zope_testing: refactor move to python-modules 2018-10-30 00:51:04 -04:00
zope_testrunner pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
zstd pythonPackages.zstd: init at 1.3.5.1 (#49339) 2018-11-01 10:41:28 +01:00
zxcvbn-python pythonPackages: remove name attribute` 2018-06-23 18:14:26 +02:00