summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Collapse)Author
2016-03-13gnu: Add python-vobject.Leo Famulari
* gnu/packages/python.scm (python-vobject, python2-vobject): New variables.
2016-03-13gnu: Split python2-pyicu into python-pyicu and python2-pyicu.Leo Famulari
* gnu/packages/python.scm (python2-pyicu): Split variable into... (python-pyicu, python2-pyicu): ...both Python variants. (python-pyicu)[arguments]: Enable tests.
2016-03-13gnu: python2-pyicu: Update to 1.9.2.Leo Famulari
* gnu/packages/python.scm (python2-pyicu): Update to 1.9.2.
2016-03-13gnu: Add python2-atomicwrites.Leo Famulari
* gnu/packages/python.scm (python2-atomicwrites): New variable.
2016-03-13gnu: python-hypothesis: Update to 3.1.0.Leo Famulari
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): Update to 3.1.0.
2016-03-04gnu: python-cryptography, python-cryptography-vectors: Update to 1.2.3.Leo Famulari
These packages should be updated together. * gnu/packages/python.scm (python-cryptography): Update to 1.2.3. (python-cryptography-vectors): Update to 1.2.3.
2016-03-03gnu: python-pysam, python2-pysam: Move to bioinformatics.scm.Ricardo Wurmus
* gnu/packages/python.scm (python-pysam, python2-pysam): Move to... * gnu/packages/bioinformatics.scm (python-pysam, python2-pysam): ...here.
2016-02-29gnu: Remove python2-pil.Christopher Allan Webber
python2-pil is vulnerable to several security issues (CVE-2016-0740, CVE-2016-0775, and CVE-2016-2533). Fortunately, python2-pillow provides equivalent functionality, so this package can be cleanly removed. * gnu/packages/python.scm (python2-pil): Remove variable.
2016-02-28gnu: python-tornado: Update to 4.3.Efraim Flashner
* gnu/packages/python.scm (python-tornado): Update to 4.3. [native-inputs]: Add python-backports-abc. (python2-tornado)[inputs]: Add python2-singledispatch.
2016-02-28gnu: Add python-backports-abc.Efraim Flashner
* gnu/packages/python.scm (python-backports-abc): New variable.
2016-02-27gnu: Fix misplaced commas (unquote).Mark H Weaver
Fix many occurrences of comma (unquote) being placed immediately after the previous list item, e.g. ("ncurses", ncurses) in the inputs. * gnu/packages/base.scm (patch, gnu-make), gnu/packages/bioinformatics.scm (hmmer), gnu/packages/bittorrent.scm (aria2), gnu/packages/compression.scm (pbzip2), gnu/packages/databases.scm (recutils), gnu/packages/fonts.scm (font-terminus), gnu/packages/freedesktop.scm (xdg-utils, elogind), gnu/packages/games.scm (gnujump), gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit), gnu/packages/gnunet.scm (gnunet), gnu/packages/gnuzilla.scm (mozjs, nspr), gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf), gnu/packages/lua.scm (lua), gnu/packages/openstack.scm (python-swiftclient), gnu/packages/perl.scm (perl-json-any), gnu/packages/polkit.scm (polkit-qt), gnu/packages/python.scm (wrap-python3, python-oauthlib) (python-mccabe-0.2.1, python-contextlib2, python2-rauth), gnu/packages/qt.scm (qtkeychain), gnu/packages/ruby.scm (ruby-nokogiri), gnu/packages/screen.scm (screen), gnu/packages/ssh.scm (libssh), gnu/packages/video.scm (ffmpeg, mplayer), gnu/packages/vim.scm (vim), gnu/packages/xdisorg.scm (redshift), gnu/packages/xfce.scm (xfce4-panel, xfce4-settings), gnu/packages/xnee.scm (xnee), gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi), gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
2016-02-25gnu: Add python-psycopg2.Danny Milosavljevic
* gnu/packages/python.scm (python-psycopg2, python2-psycopg2): New variables.
2016-02-25gnu: python-decorator: Update to 4.0.9.Efraim Flashner
* gnu/packages/python.scm (python-decorator): Update to 4.0.9.
2016-02-25gnu: python-traitlets: Update to 4.1.0.Efraim Flashner
* gnu/packages/python.scm (python-traitlets): Update to 4.1.0. [native-inputs]: Add python-mock.
2016-02-25gnu: python-mccabe: Update to 0.4.0.Efraim Flashner
* gnu/packages/python.scm (python-mccabe): Update to 0.4.0. [inputs]: Add python-pytest, python-pytest-runner. (python-mccabe-0.2.1)[inputs]: Only use python-setuptools.
2016-02-25gnu: python-flake8: Update to 2.5.4.Efraim Flashner
* gnu/packages/python.scm (python-flake8): Update to 2.5.4. [inputs]: Use recent python-pep8, python-pyflakes.
2016-02-25gnu: python-pep8: Update to 1.7.0.Efraim Flashner
* gnu/packages/python.scm (python-pep8): Update to 1.7.0.
2016-02-25gnu: python-networkx: Update to 1.11.Efraim Flashner
* gnu/packages/python.scm (python-networkx): Update to 1.11.
2016-02-25gnu: python-hypothesis: Update to 3.0.4.Efraim Flashner
* gnu/packages/python.scm (python-hypothesis): Update to 3.0.4. [native-inputs]: Remove python-setuptools. (python2-hypothesis): Use 'strip-python2-variant'. [native-inputs]: Add python2-enum34, python2-setuptools.
2016-02-25gnu: python-html5lib: Update to 1.0b8.Efraim Flashner
* gnu/packages/python.scm (python-html5lib): Update to 1.0b8.
2016-02-25gnu: python-isodate: Update to 0.5.4.Efraim Flashner
* gnu/packages/python.scm (python-isodate): Update to 0.5.4.
2016-02-25gnu: python-wsgi-intercept: Update to 1.1.2.Efraim Flashner
* gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2. [native-inputs]: Add python-six.
2016-02-25gnu: python-pytest-localserver: Update to 0.3.5.Efraim Flashner
* gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
2016-02-25gnu: python-requests-toolbelt: Update to 0.6.0.Efraim Flashner
* gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.
2016-02-25gnu: python-requests: Update to 2.9.1.Efraim Flashner
* gnu/packages/python.scm (python-requests): Update to 2.9.1.
2016-02-25gnu: python-wheel: Update to 0.29.0.Efraim Flashner
* gnu/packages/python.scm (python-wheel): Update to 0.29.0.
2016-02-25gnu: Add python-pastescript.Christopher Allan Webber
* gnu/packages/python.scm (python-pastescript, python2-pastescript): New variables.
2016-02-25gnu: Add python-paste.Christopher Allan Webber
* gnu/packages/python.scm (python-paste, python2-paste): New variables. * gnu/packages/patches/python-paste-remove-timing-test.patch: New file. * gnu/packages/patches/python-paste-remove-website-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
2016-02-22gnu: Add python-sphinx-repoze-autointerface.Leo Famulari
* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface): New variables.
2016-02-22gnu: Add python-sphinxcontrib-programoutput.Leo Famulari
* gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput): New variables.
2016-02-21gnu: python-apipkg: Remove unzip dependency.Christopher Allan Webber
Unzip was never used for this package. * gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
2016-02-21gnu: Add python-editor.Christopher Allan Webber
* gnu/packages/python.scm (python-editor, python2-editor): New variables.
2016-02-21gnu: Add python-translitcodec.Christopher Allan Webber
* gnu/packages/python.scm (python-translitcodec, python2-translitcodec): New variables.
2016-02-21gnu: Add python-celery.Christopher Allan Webber
* gnu/packages/python.scm (python-celery, python2-celery): New variables.
2016-02-21gnu: Add python-billiard.Christopher Allan Webber
* gnu/packages/python.scm (python-billiard, python2-billiard): New variables.
2016-02-21gnu: Add python-kombu.Christopher Allan Webber
* gnu/packages/python.scm (python-kombu, python2-kombu): New variables.
2016-02-21gnu: Add python-amqp.Christopher Allan Webber
* gnu/packages/python.scm (python-amqp, python2-amqp): New variables.
2016-02-21gnu: Add python-anyjson.Christopher Allan Webber
* gnu/packages/python.scm (python-anyjson, python2-anyjson): New variables.
2016-02-21gnu: Add python-webtest.Christopher Allan Webber
* gnu/packages/python.scm (python-webtest, python2-webtest): New variables.
2016-02-21gnu: Add python-pyquery.Christopher Allan Webber
* gnu/packages/python.scm (python-pyquery, python2-pyquery): New variables.
2016-02-21gnu: Add python-pastedeploy.Christopher Allan Webber
* gnu/packages/python.scm (python-pastedeploy, python2-pastedeploy): New variables.
2016-02-21gnu: Add python-wsgiproxy2.Christopher Allan Webber
* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2): New variables.
2016-02-21gnu: Add python-waitress.Christopher Allan Webber
* gnu/packages/python.scm (python-waitress, python2-waitress): New variables.
2016-02-21gnu: Add python-beautifulsoup4.Christopher Allan Webber
* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4): New variables.
2016-02-21gnu: Add python-pytest-xdist.Christopher Allan Webber
* gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist): New variables.
2016-02-21gnu: Add python2-execnet.Christopher Allan Webber
* gnu/packages/python.scm (python2-execnet): New variable.
2016-02-21gnu: Add python2-apipkg.Christopher Allan Webber
* gnu/packages/python.scm (python2-apipkg): New variable.
2016-02-21gnu: Add python-alembic.Christopher Allan Webber
* gnu/packages/python.scm (python-alembic, python2-alembic): New variables.
2016-02-21Update all sources from freedesktop.org to use httpsAndy Wingo
* gnu/packages/xorg.scm: * gnu/packages/xdisorg.scm: * gnu/packages/video.scm: * gnu/packages/tls.scm: * gnu/packages/python.scm: * gnu/packages/pulseaudio.scm: * gnu/packages/polkit.scm: * gnu/packages/pdf.scm: * gnu/packages/libcanberra.scm: * gnu/packages/gtk.scm: * gnu/packages/gstreamer.scm: * gnu/packages/gnome.scm: * gnu/packages/glib.scm: * gnu/packages/ghostscript.scm: * gnu/packages/freedesktop.scm: * gnu/packages/fontutils.scm: Update all sources hosted on freedesktop to fetch tarballs via https. freedesktop.org appears to have updated recently to redirect all http to https. As an exception, we leave pkg-config like it is, because pkg-config is needed to build gnutls, and without gnutls we can't download https URLs.
2016-02-21gnu: python-enum34: Remove python-setuptools from inputs.Leo Famulari
* gnu/packages/python.scm (python-enum34)[inputs]: Remove python-setuptools.