Commit Graph

2818 Commits

Author SHA1 Message Date
Robin Gloster 5b67ed7c55 Merge pull request #12819 from Beauhurst/hg_crecord_revert
hg_crecord: revert changes adding mercurial crecord
2016-02-05 21:24:19 +01:00
Frederik Rietdijk a5c42e43f4 Merge pull request #12812 from kevinmarsh/master
django: update minor version numbers (to 1.9.2, 1.8.9, 1.7.11)
2016-02-05 08:56:45 +01:00
Robert Scott d192057519 hg_crecord: revert changes adding mercurial crecord
crecord is included in modern hg releases - I failed to realize this.
2016-02-04 15:13:24 +00:00
Kevin Marsh 46700df1c1 django: update minor version numbers (to 1.9.2, 1.8.9, 1.7.11) 2016-02-04 11:32:47 +00:00
Damien Cassou ee1a843371 Merge pull request #12774 from matthiasbeyer/update-vdirsyncer
Update vdirsyncer
2016-02-04 11:41:54 +01:00
Matthias Beyer b7a1564a5f Fixup toolbelt: Provide betamax 2016-02-03 18:21:14 +01:00
Franz Pletz 1a70f26d24 Merge pull request #12775 from mogorman/sopel
sopel: 6.2.1 -> 6.3.0
2016-02-02 21:58:03 +01:00
Franz Pletz 1831d74ec9 Merge pull request #12776 from mogorman/platformio
platformio: 2.8.1 -> 2.8.3
2016-02-02 21:57:09 +01:00
Matthew O'Gorman 593f8dba06
platformio: 2.8.1 -> 2.8.3 2016-02-02 15:31:43 -05:00
Matthias Beyer bb64f135b1 pythonPackages.requests_toolbelt: 0.4.0 -> 0.6.0 2016-02-02 21:13:49 +01:00
Matthew O'Gorman f5c82a0c28
sopel: 6.2.1 -> 6.3.0 2016-02-02 15:13:07 -05:00
Luca Bruno 35bea14bf0 Merge pull request #12747 from cleverca22/ftputil
ftputil init at 3.3
2016-02-02 10:33:51 +01:00
michael bishop c2fee6405f
ftputil init at 3.3 2016-02-02 05:27:37 -04:00
Tom Hunger 88ae75017e Fix boto3 for python3. 2016-02-01 11:59:43 +00:00
Franz Pletz 0792b02628 Merge pull request #12677 from datakurre/datakurre-afew
pythonPackages.afew: 3f1e5e9 -> 9744c18
2016-01-31 14:51:17 +01:00
Asko Soukka 28704a7363 afew: 3f1e5e9 -> git-2016-01-04 2016-01-31 15:32:12 +02:00
Frederik Rietdijk 4160cd350c Merge pull request #12714 from mkovacs/master
pythonPackages.svgwrite: init at 1.1.6
2016-01-31 12:06:12 +01:00
Frederik Rietdijk 0f80ba1fb4 Merge pull request #12530 from np/python-trezor
New/updated python packages related to the TREZOR hardware wallet
2016-01-31 11:26:27 +01:00
Mate Kovacs 279ad0f350 pythonPackages.svgwrite: init at 1.1.6 2016-01-31 01:52:06 -08:00
Franz Pletz 10b55ca486 Merge pull request #12593 from Beauhurst/crecord-fetchhg
hg-crecord: switch to same revision, but fetched properly using fetchhg
2016-01-30 17:55:05 +01:00
Robert Scott 9d46f027cb hg-crecord: switch to same revision, but fetched properly using fetchFromBitbucket
I was previously just fetching the bitbucket-generated tarball of this revision, but
this was vulnerable to breakage when bitbucket made micro-changes to the tarball
generation, causing the file hash to change. This should make mercurial-full buildable
again.
2016-01-30 16:43:28 +00:00
Nicolas Pouillard 11f948a89b
pythonPackages.pyjwt: 0.3.2 -> 1.4.0 2016-01-30 14:04:04 +01:00
Nicolas Pouillard c0fcb321e2
pythonPackages.x11_hash: init at 1.4 2016-01-30 14:04:04 +01:00
Nicolas Pouillard c8cf9455b7
pythonPackages.trezor_agent: init at 0.6.1 2016-01-30 14:04:04 +01:00
Nicolas Pouillard 9a547777e9
pythonPackages.semver: init at 2.2.1 2016-01-30 14:04:04 +01:00
Nicolas Pouillard aa10944813
pythonPackages.keepkey: init at 0.7.0 2016-01-30 14:04:04 +01:00
Nicolas Pouillard 50cc9421a2
pythonPackages.ed25519: init at 1.4 2016-01-30 14:04:04 +01:00
Nicolas Pouillard 4429139c72
pythonPackages.trezor: init at 0.6.11 2016-01-30 14:04:04 +01:00
Nicolas Pouillard ac69de8537
pythonPackages.ecdsa: 0.11 -> 0.13 2016-01-30 14:04:04 +01:00
Nicolas Pouillard a9f45a9cae
pythonPackages.mnemonic: init at 0.12 2016-01-30 14:04:04 +01:00
Nicolas Pouillard 3339ab31e5
pythonPackages.hidapi: init at 0.7.99.post12 2016-01-30 14:04:04 +01:00
Rok Garbas 8c66751672 pythonPackages.py3status: 2.7 -> 2.9 2016-01-29 18:33:19 +01:00
vbgl e89384aad0 Merge pull request #12669 from mogorman/platformio
platformio: 2.7.1 -> 2.8.1
2016-01-29 17:36:09 +01:00
aszlig 2a12e9dacc
python-packages/poezio: Fix tests
Poezio doesn't install the files required for running the tests, but
also while building with Nix we don't end up getting valid shared
objects within the temporary build directory.

So we now running "make test" (which does "py.test -v test/") with a
PYTHONPATH that adds the /poezio directory of the path in site-packages
to make sure that the test runner is able to import the shared objects.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @lancelotsix
2016-01-29 17:29:59 +01:00
Matthew O'Gorman afb8b091a2
platformio: 2.7.1 -> 2.8.1 2016-01-29 09:43:00 -05:00
Robert Scott 0e61e2a35f kombu 3.0.30 -> 3.0.33 2016-01-29 11:23:33 +00:00
Robert Scott a1566be54c amqp 1.4.7 -> 1.4.9 2016-01-29 11:23:33 +00:00
Dan Peebles 5da15c6b76 botocore/awscli: upgrade to 1.3.23/1.10.1
I'm upgrading both at once because they need to be upgraded in tandem
2016-01-28 21:26:32 -05:00
Frederik Rietdijk e366168d22 Merge pull request #12552 from NixOS/python-wip
pythonPackages: update setuptools, many updates and fixes
2016-01-27 13:19:00 +01:00
Frederik Rietdijk 93f62fcf0b pythonPackages.xkcdpass: disable tests 2016-01-27 13:11:21 +01:00
Frederik Rietdijk 57a2defad2 pythonPackages.aiodns: disable tests 2016-01-27 13:11:21 +01:00
Frederik Rietdijk 2ee23ca8f8 pythonPackages.bedup: disable tests 2016-01-27 13:11:21 +01:00
Frederik Rietdijk e78dcf77ef pythonPackages.sounddevice: init at 0.3.1 2016-01-27 13:11:21 +01:00
Frederik Rietdijk 38f83390b6 pythonPackages.pycparser: disable tests 3.5 2016-01-27 13:11:21 +01:00
Frederik Rietdijk 10478adc6b pythonPackages.aiodns: 1.0.0 -> 1.0.1, fix test runner 2016-01-27 13:11:20 +01:00
Tobias Geerinckx-Rice 0c25292648 vorbis-tools: rename from old-style vorbisTools 2016-01-26 01:35:55 +01:00
Arseniy Seroka e395cb0214 Merge pull request #12601 from tomberek/gateone_update
Gateone: fix cacerts dependency
2016-01-25 23:14:53 +03:00
Thomas Bereknyei 80d38d12b4 Gateone: fix cacerts dependency 2016-01-24 16:52:06 -05:00
Frederik Rietdijk 28b460cdaa pythonPackages.CommonMark: disable tests 2016-01-24 19:51:17 +01:00
Frederik Rietdijk 33c3e2e404 pythonPackages.xarray: fix test runner 2016-01-24 19:51:17 +01:00