~ruther/guix-local

c6ebd40d — Efraim Flashner 10 years ago
gnu: python-mccabe: Update to 0.4.0.

* 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.
43789136 — Efraim Flashner 10 years ago
gnu: python-flake8: Update to 2.5.4.

* gnu/packages/python.scm (python-flake8): Update to 2.5.4.
[inputs]: Use recent python-pep8, python-pyflakes.
db251311 — Efraim Flashner 10 years ago
gnu: python-pep8: Update to 1.7.0.

* gnu/packages/python.scm (python-pep8): Update to 1.7.0.
a4d9609c — Efraim Flashner 10 years ago
gnu: python-networkx: Update to 1.11.

* gnu/packages/python.scm (python-networkx): Update to 1.11.
6f068e08 — Efraim Flashner 10 years ago
gnu: python-hypothesis: Update to 3.0.4.

* 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.
fee04c19 — Efraim Flashner 10 years ago
gnu: python-html5lib: Update to 1.0b8.

* gnu/packages/python.scm (python-html5lib): Update to 1.0b8.
b6785c2e — Efraim Flashner 10 years ago
gnu: python-isodate: Update to 0.5.4.

* gnu/packages/python.scm (python-isodate): Update to 0.5.4.
9d813ec1 — Efraim Flashner 10 years ago
gnu: python-wsgi-intercept: Update to 1.1.2.

* gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2.
[native-inputs]: Add python-six.
29f20168 — Efraim Flashner 10 years ago
gnu: python-pytest-localserver: Update to 0.3.5.

* gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
da8b011d — Efraim Flashner 10 years ago
gnu: python-requests-toolbelt: Update to 0.6.0.

* gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.
74a066f9 — Efraim Flashner 10 years ago
gnu: python-requests: Update to 2.9.1.

* gnu/packages/python.scm (python-requests): Update to 2.9.1.
40981b5c — Efraim Flashner 10 years ago
gnu: python-wheel: Update to 0.29.0.

* gnu/packages/python.scm (python-wheel): Update to 0.29.0.
a8f20f63 — Christopher Allan Webber 10 years ago
gnu: Add python-pastescript.

* gnu/packages/python.scm (python-pastescript, python2-pastescript):
  New variables.
c4a7904c — Christopher Allan Webber 10 years ago
gnu: Add python-paste.

* 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.
e62b5c69 — Mark H Weaver 10 years ago
Merge branch 'media-updates'
0767f6a6 — Ludovic Courtès 10 years ago
doc: Clarify the form of UUIDs we expect.

Fixes <http://bugs.gnu.org/22797>.
Reported by Alex Kost <alezost@gmail.com>.

* doc/guix.texi (File Systems): Clarify which UUIDs we're talking
about.
a4e7083d — Ludovic Courtès 10 years ago
http-client: 'http-client/cached' uses unique cache file names.

* guix/http-client.scm (cache-file-for-uri): New procedure.
(http-fetch/cached): Use it.  Remove 'directory' variable.
[update-cache]: Make the 'dirname' of FILE.
e72f50a7 — Ludovic Courtès 10 years ago
http-client: 'http-fetch/cached' updates the cache atomically.

* guix/http-client.scm (http-fetch/cached)[update-cache]: Use
'with-atomic-file-output' instead of 'call-with-output-file'.
736f9ffc — Ludovic Courtès 10 years ago
gnu: Add missing import in bioinformatics.scm.

This is a followup to 1baee94.

* gnu/packages/bioinformatics.scm: Add missing import.
cfd50320 — Ludovic Courtès 10 years ago
guix system: Restore load path after running the activation script.

Fixes <http://bugs.gnu.org/22753>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/system.scm (save-load-path-excursion): New variable.
(upgrade-shepherd-services): Add comment about the issue.
(switch-to-system): Use 'save-load-path-excursion' around
'primitive-load' call.
Next