summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2016-10-19gnu: python-dateutil, python-dateutil-2: Update to new home-page.Hartmut Goebel
* gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
2016-10-17Merge branch 'master' into core-updatesMark H Weaver
2016-10-17gnu: python-requests-toolbelt: Fix build failure by adding missing dependencies.Leo Famulari
* gnu/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add python-betamax, python-mock and python-pytest.
2016-10-17gnu: Add python-betamax.Leo Famulari
* gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
2016-10-17gnu: python-vobject: Disable the test suite.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-vobject build to fail. * gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable the tests.
2016-10-17gnu: python-wsgi-intercept: Fix build failure with Python 3.5.Leo Famulari
* gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]: Add python-urllib3.
2016-10-17gnu: wrap-python3: Use a bash wrapper for 'python3-config'.宋文武
See <http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00008.html> for details. * gnu/packages/python.scm (wrap-python3)[arguments]: Use a bash wrapper instead of a symlink for python3-config.
2016-10-16gnu: python-dnspython: Update to 0.15.0.Leo Famulari
* gnu/packages/python.scm (python-dnspython, python2-dnspython): Update to 0.15.0.
2016-10-16gnu: python-werkzeug: Update to 0.11.11.Leo Famulari
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): Update to 0.11.11.
2016-10-16gnu: python-pyopenssl: Update to 16.1.0.Leo Famulari
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 16.1.0 [source]: Use pypi-uri.
2016-10-16gnu: python-pyasn1: Update to 0.1.9.Leo Famulari
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.1.9. [source]: Use pypi-uri.
2016-10-16gnu: Add python-whoosh.Ricardo Wurmus
* gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables.
2016-10-15gnu: python-ndg-httpsclient: Disable tests.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-ndg-httpsclient build to fail. * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests.
2016-10-15gnu: python-execnet: Disable tests.Leo Famulari
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-execnet build to fail. * gnu/packages/python.scm (python-execnet, python2-execnet)[arguments]: Disable tests.
2016-10-15gnu: python2-file: Build with setuptools.Leo Famulari
* gnu/packages/python.scm (python-file)[properties]: New field. (python2-file): Use strip-python2-variant. [native-inputs]: Add python2-setuptools.
2016-10-14gnu: python-cryptography: Ignore spurious test failure.Leo Famulari
* gnu/packages/python.scm (python-cryptography, python2-cryptography)[arguments]: Add 'disable-failing-test' phase.
2016-10-13gnu: python-pathlib: Update description.Hartmut Goebel
* gnu/packages/python.scm (python-pathlib, python2-pathlib): Update description.
2016-10-13gnu: python-keyring: Update home-page url.Hartmut Goebel
* gnu/packages/python.scm (python-keyring, python2-keyring): Update home-page url.
2016-10-13gnu: python-pylockfile: Update home-page url.Hartmut Goebel
* gnu/packages/python.scm (python-pylockfile, python2-pylockfile): Update home-page url.
2016-10-13gnu: python-zope-testing: Strip byte-code and backup-files from source.Hartmut Goebel
* gnu/package/python.scm (python-zope-testing, python2-zope-testing)[source]: Add snippet to strip byte-code and backup-files.
2016-10-13gnu: python-pytest-xdist: Remove python byte-code files from source.Hartmut Goebel
* gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist)[source]: Add snippet.
2016-10-13gnu: python2-pytest-runner, python2-msgpack: Remove duplicate definitions.Hartmut Goebel
* gnu/packages/python.scm (python2-pytest-runner): Was defined twice, remove duplicate definition. (python2-msgpack): Was defined twice, but differently, remove the obviously wrong second definition.
2016-10-12gnu: python-celery: Update to 3.1.24.Leo Famulari
* gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24. [arguments]: Disable some tests with break with Python 3.5.
2016-10-12gnu: python-billiard: Update to 3.3.0.23.Leo Famulari
* gnu/packages/python.scm (python-billiard, python2-billiard): Update to 3.3.0.23.
2016-10-12gnu: python-kombu: Update to 3.0.37.Leo Famulari
* gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37. [propagated-inputs]: Add python-redis.
2016-10-12Merge branch 'master' into core-updatesMark H Weaver
2016-10-09gnu: Add python-socksipy-branch.ng0
* gnu/packages/python.scm (python-socksipy-branch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-08gnu: python-xlrd: Update source location.Efraim Flashner
* gnu/packages/python.scm (python-xlrd)[source]: Use 'pypi-uri' syntax.
2016-10-08gnu: python-xlrd: Update to 1.0.0.Ben Woodcroft
* gnu/packages/python.scm (python-xlrd, python2-xlrd): Update to 1.0.0.
2016-10-05Merge branch 'master' into core-updatesLeo Famulari
2016-10-04gnu: python-pathlib: Disable tests.Ricardo Wurmus
* gnu/packages/python.scm (python-pathlib)[arguments]: Disable tests.
2016-09-30Merge branch 'master' into core-updatesLudovic Courtès
2016-09-27gnu: Add python-q.Stefan Reichoer
* gnu/packages/python.scm (python-q, python2-q): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-27gnu: Add python-termcolor.Ben J Woodcroft
* gnu/packages/python.scm (python-termcolor, python2-termcolor): New variables.
2016-09-25gnu: python-virtualenv: Update to 15.0.3.Ricardo Wurmus
* gnu/packages/python.scm (python-virtualenv): Update to 15.0.3. [arguments]: Disable failing test.
2016-09-22gnu: python-fake-factory: Update to 0.7.2.Efraim Flashner
* gnu/packages/python.scm (python-fake-factory): Update to 0.7.2. [arguments]: Remove phase disabling failing test. [home-page]: Use https.
2016-09-21gnu: python-click: Use 'pypi-uri'.Ben Woodcroft
* gnu/packages/python.scm (python-click, python2-click)[source]: Use 'pypi-uri'.
2016-09-21gnu: python-click: Hardlink path to 'locale'.Ben Woodcroft
* gnu/packages/python.scm (python-click, python2-click)[arguments]: New field.
2016-09-20gnu: Add python-requests-oauthlib.Dylan Jeffers
* gnu/packages/python.scm (python-requests-oauthlib, python2-requests-oauthlib): New variables. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-09-19gnu: python2-cov-core: Use strip-python2-variant.Efraim Flashner
* gnu/packages/python.scm (python-cov-core)[properties]: New field, declare python2-variant. (python2-cov-core): Use strip-python2-variant.
2016-09-18gnu: Add python-nautilus.Efraim Flashner
* gnu/packages/python.scm (python-nautilus): New variable.
2016-09-18gnu: Add python-nose2.Efraim Flashner
* gnu/packages/python.scm (python-nose2): New variable.
2016-09-18gnu: Add python-cov-core.Efraim Flashner
* gnu/packages/python.scm (python-cov-core): New variable.
2016-09-18gnu: Add python-consul.Efraim Flashner
* gnu/packages/python.scm (python-consul): New variable.
2016-09-18gnu: Add python-graphene.Efraim Flashner
* gnu/packages/python.scm (python-graphene): New variable.
2016-09-18gnu: Add python-sqlalchemy-utils.Efraim Flashner
* gnu/packages/python.scm (python-sqlalchemy-utils): New variable.
2016-09-18gnu: Add python-graphql-relay.Efraim Flashner
* gnu/packages/python.scm (python-graphql-relay): New variable.
2016-09-18gnu: Add python-graphql-core.Efraim Flashner
* gnu/packages/python.scm (python-graphql-core): New variable.
2016-09-18gnu: Add python-pytest-mock.Efraim Flashner
* gnu/packages/python.scm (python-pytest-mock): New variable.
2016-09-18gnu: Add python-promise.Efraim Flashner
* gnu/packages/python.scm (python-promise): New variable.