Commit Graph
100 Commits
Author SHA1 Message Date
Lancelot SIX b8ef3d0727 screen: 4.6.2 -> 4.7.0
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00000.html
for release information.
2019-10-04 17:00:17 +02:00
Lancelot SIX 5b590f93e0 nano: 4.4 -> 4.5
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00001.html
for release information.
2019-10-04 16:48:30 +02:00
Lancelot SIX 51c6082a9f openscad: remove useless preBuild phase
The preBuild phase was introduced to follow a modification in qscintilla
build (76ad2796be) that forced the library
libqscintilla2_qt5.so to be called libqscintilla2.so. This has been
inproved in 4bf49d9417 so the preBuild
trick is not necessary anymore.
2019-10-04 15:24:16 +02:00
Lancelot SIX eb1cd0d27d qscintilla: Fix qt4 build 2019-10-04 14:12:07 +02:00
Lancelot SIX 5d8ec9b99b qgis: 3.8.0 -> 3.8.3 2019-10-02 10:03:06 +02:00
Lancelot SIX edc638c4b7 python3Packages.qscintilla-qt5: fix build 2019-09-30 17:52:40 +02:00
Lancelot SIX 4bf49d9417 qscintilla: Use both .so and _qt5.so suffix
Make sure that the both libqscintilla2_qt5.so and libqscintilla2.so are
present in `$out/lib` so all the dependant packages can find the most
appropriate library (some except the empty suffix, such as
sqlitebrowser, other expect the _qt5 suffix such as
python3Packages.qscintilla-qt5).

The mechanism would also work work for qt4 build, but it is broken at
the moment.

Also make sure python*Packages.qscintilla* are up to date
2019-09-30 17:52:31 +02:00
Lancelot SIX 6544f1ae92 libgcrypt: 1.8.4 -> 1.8.5
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00008.html
for release information
2019-08-31 12:33:21 +02:00
Lancelot SIX d168db6ece nano: 4.3 -> 4.4
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00006.html
for release information.
2019-08-25 15:37:22 +02:00
Lancelot SIX c15aff9fa4 python3Packages.pyowm: drop outdated patching
Version 2.10 relaxed the requirement for geojson from
`geojson>=2.3.0,<2.4` to `geojson>=2.3.0,<3`. Remove the postPatch hook
that adjusted this requirement when it broke in nixpkgs.
2019-08-22 15:01:34 +02:00
Lancelot SIX 2798da019f pythonPackages.pyowm: disable python2
- Python2 support has been deprecated in 2.9 (https://github.com/csparpa/pyowm/releases/tag/2.9.0)
- Python-3.3 support dropped in 2.10 (https://github.com/csparpa/pyowm/releases/tag/2.10)
2019-08-22 15:01:22 +02:00
Lancelot SIX 132c90aa96 freeipmi: 1.6.3 -> 1.6.4
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00005.html
for release information.
2019-08-22 09:40:29 +02:00
Lancelot SIX cb02fcafb8 gsl: 2.5 -> 2.6
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00004.html
for release announcement
2019-08-21 10:43:43 +02:00
Lancelot SIX 8791afb8e6 unifont_upper: 12.1.02 -> 12.1.03 2019-08-12 14:15:01 +02:00
Lancelot SIX f14b76634d unifont: 12.1.01 -> 12.1.03 2019-08-12 14:15:01 +02:00
Lancelot SIX 2e955ca4c5 motu_client: drop
This fork of cls-motu is unmaintained. Remove it from nixpkgs.
2019-08-05 14:32:25 +02:00
Lancelot SIX 34eca41af0 python3Packages.django_2_1: 2.1.10 -> 2.1.11
See https://docs.djangoproject.com/en/2.1/releases/2.1.11/ for release
notes.
2019-08-05 12:06:23 +02:00
Lancelot SIX 37c8c6371b pythonPackages.django_1_11: 1.11.22 -> 1.11.23
See https://docs.djangoproject.com/en/1.11/releases/1.11.23/ for release
note.
2019-08-05 12:05:36 +02:00
Lancelot SIX 8516717ecd Merge pull request #63367 from lsix/django_2_1_9
pythonPackages.django_2_1: 2.1.8 -> 2.1.9
2019-06-20 10:59:46 +02:00
Lancelot SIX 13859d3fd4 pythonPackages.django_2_1: 2.1.8 -> 2.1.9
See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
2019-06-17 20:54:41 +02:00
Lancelot SIX 1a3e3345d3 pythonPackages.django: 1.11.20 -> 1.11.21
See https://www.djangoproject.com/weblog/2019/jun/03/security-releases/
2019-06-17 20:48:23 +02:00
Lancelot SIX 56835a890f qgis: 3.4.7 -> 3.4.8 2019-05-27 16:26:59 +02:00
Lancelot SIX d2de73f42c python3Packages.django_2_2: init at 2.2.1
This introduces Django-2.2, the new LTR version of django.

For the time being, django-1.11 continues to be LTR in nixpkgs
django-2.2 is introduced to prepare the migration.
2019-05-20 11:52:45 +02:00
Lancelot SIX 2014975789 qgis: 3.4.6 -> 3.4.7 2019-04-26 15:11:28 +02:00
Lancelot SIX 37aebd002a qgis: 3.4.5 -> 3.4.6 2019-04-16 18:39:27 +02:00
Lancelot SIX 952d983e77 pythonPackages.django_2_1: 2.1.7 -> 2.1.8
See https://docs.djangoproject.com/en/2.2/releases/2.1.8/ for release
information
2019-04-09 15:50:39 +02:00
Lancelot SIX 3e81b4500e pythonPackages.django_1_11: 1.11.18 -> 1.11.20
See release notes:
- https://docs.djangoproject.com/en/dev/releases/1.11.19/
- https://docs.djangoproject.com/en/dev/releases/1.11.20/
2019-03-07 09:30:15 +01:00
Lancelot SIX 9bcdf81708 qgis: 2.18.28 -> 3.4.5 2019-03-05 09:39:58 +01:00
Lancelot SIX 9b5b39f3d6 octave: 4.4.1 -> 5.1.0 2019-03-04 20:43:11 +01:00
Lancelot SIX 029aba960a pythonPackages.qscintilla: fix build 2019-03-04 11:54:44 +01:00
Lancelot SIX b47f47ab10 pythonPackages.qscintilla-qt5: fix installation 2019-03-04 09:10:08 +01:00
Lancelot SIX a90cf49fa9 postgresql_10: 10.6 -> 10.7
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:43:07 +01:00
Lancelot SIX 70a31c2e00 postgresql_9_6: 9.6.11 -> 9.6.12
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:42:46 +01:00
Lancelot SIX 74c715e39c postgresql_9_5: 9.5.15 -> 9.5.16
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:42:10 +01:00
Lancelot SIX d1dd3a1f1a postgresql_9_4: 9.4.20 -> 9.4.21
See https://www.postgresql.org/about/news/1920/ for release information.
2019-02-25 15:40:42 +01:00
Lancelot SIX 6c2bb2a3d0 pythonPackages.qscintilla-qt5: init at 2.9.4 2019-01-30 22:37:26 +01:00
Lancelot SIX 76b1610a35 qgis: 2.18.22 -> 2.18.28 2019-01-24 22:23:52 +01:00
Lancelot SIX 12ab4c3303 libLAS: fix build 2019-01-24 22:23:22 +01:00
Lancelot SIX ce235f70ca postgresql_9_3: drop
Postgresql 9.3 reached end of life on november 11, 2018 (see
https://www.postgresql.org/about/news/1905/)

(Rebase of #52052. Closes #52052.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-31 08:44:57 -06:00
Lancelot SIX 6c3b9c359d nano: 3.1 -> 3.2
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00008.html for
release information
2018-11-12 10:28:20 +01:00
Lancelot SIX 3cbc20e8c4 postgresql_11: 11.0 -> 11.1
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:45 +01:00
Lancelot SIX 575151eb08 postgresql_10: 10.5 -> 10.6
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:45 +01:00
Lancelot SIX 1670fd115d postgresql_9_6: 9.6.10 -> 9.6.11
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:44 +01:00
Lancelot SIX f703ea62a0 postgresql_9_5: 9.5.14 -> 9.5.15
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:44 +01:00
Lancelot SIX 882c3b529c postgresql_9_4: 9.4.19 -> 9.4.20
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:44 +01:00
Lancelot SIX 5d37d63388 postgresql_9_3: 9.3.24 -> 9.3.25
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:37 +01:00
Lancelot SIX ace631b616 gnupg22: 2.2.10 -> 2.2.11
See http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00003.html for
release information
2018-11-06 15:59:38 +01:00
Lancelot SIX 93c7503adb pythonPackages.OWSLib: init at 0.17.0 2018-10-24 10:29:00 +02:00
Lancelot SIX 66a11d365c pythonPackages.django_2_1: 2.1.1 -> 2.1.2
See https://docs.djangoproject.com/en/2.1/releases/2.1.2/
2018-10-13 10:08:12 +02:00
Lancelot SIX b80f6ea733 pythonPackages.django_2_1: 2.0.8 -> 2.0.9
See https://docs.djangoproject.com/en/2.0/releases/2.0.9/
2018-10-13 10:08:12 +02:00
Lancelot SIX e79d93a848 pythonPackages.django: 1.11.15 -> 1.11.16
See https://docs.djangoproject.com/en/1.11/releases/1.11.16/
2018-10-13 10:08:12 +02:00
Lancelot SIX 7a72c4da1b pythonPakcages.django: 1.11.13 -> 1.11.15 2018-08-21 14:58:55 +02:00
Lancelot SIX 08a32ae34f pythonPakcages.django_2_1: init at 2.1 2018-08-16 17:48:30 +02:00
Lancelot SIX ff3aeada34 pythonPackages.django_2_0: 2.0.7 -> 2.0.8 2018-08-16 17:47:35 +02:00
Lancelot SIX 113e53554a gdbm: 1.15 -> 1.17
See release informatinos:
- http://lists.gnu.org/archive/html/info-gnu/2018-06/msg00013.html
- http://lists.gnu.org/archive/html/info-gnu/2018-07/msg00009.html
2018-08-01 09:43:13 +02:00
Lancelot SIX a0b2ce5102 libgcrypt: 1.8.2 -> 1.8.3
See http://lists.gnu.org/archive/html/info-gnu/2018-06/msg00006.html for
release information
2018-06-14 10:44:04 +02:00
Lancelot SIX 0dc563881a unifont: 10.0.06 -> 11.0.01
See https://lists.gnu.org/archive/html/info-gnu/2018-06/msg00003.html
for release information
2018-06-06 23:19:45 +02:00
Lancelot SIX 8733a3b932 pythonPackages.django: 1.11.12 -> 1.11.13
See https://docs.djangoproject.com/en/1.11/releases/1.11.13/ for release
information
2018-05-23 15:24:32 +02:00
Lancelot SIX 130aee566d gnupg: 2.2.6 -> 2.2.7
See http://lists.gnu.org/archive/html/info-gnu/2018-05/msg00004.html for
release informations.
2018-05-03 10:34:35 +02:00
Lancelot SIX 9b5793790e motuclient: 1.4.00 -> 1.5.00 2018-04-23 10:50:45 +02:00
Lancelot SIX 44b82c6a8e pythonPackages.django: 1.11.9 -> 1.11.12
Release notes and associated fixed CVEs:
- https://docs.djangoproject.com/en/2.0/releases/1.11.10/
  - CVE-2018-6188
- https://docs.djangoproject.com/en/2.0/releases/1.11.11/
  - CVE-2018-7536
  - CVE-2018-7537
- https://docs.djangoproject.com/en/2.0/releases/1.11.12/
2018-04-17 12:34:08 +02:00
Lancelot SIX ecc5a2bc15 gnupg: 2.2.5 -> 2.2.6
See http://lists.gnu.org/archive/html/info-gnu/2018-04/msg00005.html for
release information
2018-04-16 12:17:24 +02:00
Lancelot SIX 3a7854032a octave: 4.2.1 -> 4.2.2
See http://lists.gnu.org/archive/html/info-gnu/2018-03/msg00006.html
for release announcement
2018-03-21 09:59:18 +01:00
Lancelot SIX de63ff83a7 pythonPackages.svg-path: 2.0b1 -> 2.2 2018-03-19 22:39:56 +01:00
Lancelot SIX ddddca5c2f pythonPackages.daphne: 2.0.3 -> 2.1.0 2018-03-10 14:55:00 +01:00
Lancelot SIX 38753d52bc pythonPackages.asgiref: 2.1.5 -> 2.2.0 2018-03-10 14:55:00 +01:00
Lancelot SIX dadba1cce3 pythonPackages.asgi_redis: drop
This was part of django-channel-1.x. The current version (2) does not
use it anymore
2018-03-10 14:55:00 +01:00
Lancelot SIX 1347f90953 pythonPackages.asgi_ipc: drop
This wath used for django-channels-1.x. The current version (2) does
not use it anymore
2018-03-10 14:55:00 +01:00
Lancelot SIX 2653355a9c pgmanage: fix build
The configure script uses the `command` builtin command which is bash
specific while having a "#!/bin/sh" head.

This forces the use nix default shell (bash)

(cherry picked from commit 159a021bd83bc3e1bd385fe89522aea877eea29c)
2018-03-07 22:08:12 +01:00
Lancelot SIX 0b455cec93 gnupg: 2.2.4 -> 2.2.5
See http://lists.gnu.org/archive/html/info-gnu/2018-02/msg00005.html
for release information
2018-03-05 15:12:52 +01:00
Lancelot SIX 4aaf23a698 qgis: 2.18.16 -> 2.18.17 2018-03-04 22:04:38 +01:00
Lancelot SIX 51f65aa931 libunistring: 0.9.8 -> 0.9.9
See http://lists.gnu.org/archive/html/info-gnu/2018-02/msg00010.html
for release information
2018-03-02 09:41:29 +01:00
Lancelot SIX 95d59d4233 pythonPackages.kubernetes: init at 5.0.0 2018-02-26 16:27:06 +01:00
Lancelot SIX eaa94b29ee pythonPackages.websocket_client: 0.40.0 -> 0.47.0 2018-02-26 16:27:06 +01:00
Lancelot SIX e0c155e26b automake: 1.15.1 -> 1.16
See http://lists.gnu.org/archive/html/info-gnu/2018-02/msg00008.html
for release announcement and changes.
2018-02-26 09:42:57 +01:00
Lancelot SIX 4080c2ae8b postgresql100: 10.1 -> 10.2
See https://www.postgresql.org/docs/10/static/release-10-2.html for
release information
2018-02-23 11:02:55 +01:00
Lancelot SIX 67f892b08f postgresql96: 9.6.6 -> 9.6.7
See https://www.postgresql.org/docs/9.6/static/release-9-6-7.html for
release information
2018-02-23 11:02:50 +01:00
Lancelot SIX 67e45dfd58 postgresql95: 9.5.10 -> 9.5.11
See https://www.postgresql.org/docs/9.5/static/release-9-5-11.html for
release information.
2018-02-23 11:02:44 +01:00
Lancelot SIX 10ef07fd62 postgresql94: 9.4.15 -> 9.4.16
See https://www.postgresql.org/docs/9.4/static/release-9-4-16.html for
release information
2018-02-23 11:02:36 +01:00
Lancelot SIX 104dfd6f85 postgresql93: 9.3.20 -> 9.3.21
See https://www.postgresql.org/docs/9.3/static/release-9-3-21.html for
release information
2018-02-23 11:02:24 +01:00
Lancelot SIX 9fee1b55d4 ddrescue: 1.22 -> 1.23
See https://lists.gnu.org/archive/html/info-gnu/2018-02/msg00004.html
for release information
2018-02-19 21:51:50 +01:00
Lancelot SIX 45b9cf2659 pythonPackages.celery: 4.0.2 -> 4.1.0 2018-02-11 09:00:18 +01:00
Lancelot SIX c0aa35a217 nano: 2.9.2 -> 2.9.3 2018-01-29 16:02:35 +01:00
Lancelot SIX e47fa2a92b gdbm: 1.13 -> 1.14
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00000.html
for release information
2018-01-11 14:07:52 +01:00
Lancelot SIX 31eedb3084 gzip: 1.8 -> 1.9
See http://lists.gnu.org/archive/html/info-gnu/2018-01/msg00004.html
for release informations.
2018-01-11 11:17:18 +01:00
Lancelot SIX 40de82611b pythonPackages.django: 1.11.8 -> 1.11.9
See https://docs.djangoproject.com/en/2.0/releases/1.11.9/ for release
information
2018-01-08 17:39:37 +01:00
Lancelot SIX 133869e7f4 pythonPackages.django_2_0 -> 2.0 -> 2.0.1
See https://docs.djangoproject.com/en/2.0/releases/2.0.1/ for release
information
2018-01-08 12:08:30 +01:00
Lancelot SIX 8cd2ee91ef coreutils: 8.28 -> 8.29
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00016.html
for release announcement
2017-12-29 02:18:23 +01:00
Lancelot SIX 2beb8389df gnupg: 2.2.3 -> 2.2.4
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00013.html
for release information
2017-12-21 11:57:54 +01:00
Lancelot SIX f32821b270 libgcrypt: 1.8.1 -> 1.8.2 2017-12-21 11:57:23 +01:00
Lancelot SIX e09a0faacd libassuan: 2.4.3 -> 2.5.1 2017-12-21 11:13:17 +01:00
Lancelot SIX dd853e846c pythonPackages.pytest-quickcheck: 0.8.2 -> 0.8.3 2017-12-20 17:30:09 +01:00
Lancelot SIX cf58ab88a9 qgis: 2.18.14 -> 2.18.15 2017-12-12 13:21:37 +01:00
Lancelot SIX 13d46963fc pythonPackages.django_hijack_admin: init at 2.1.5 2017-12-12 09:17:16 +01:00
Lancelot SIX b6ab3a56c2 pythonPackages.django-hijack: 2.1.4 -> 2.1.5 2017-12-08 12:20:00 +01:00
Lancelot SIX fe127535b0 pythonPackages.django: 1.11.7 -> 1.11.8
Release notes: https://docs.djangoproject.com/en/1.11/releases/1.11.8/
2017-12-08 12:07:38 +01:00
Lancelot SIX 97372a7bd3 libmicrohttpd: 0.9.57 -> 0.9.58
This is a bugfix release.
See https://lists.gnu.org/archive/html/info-gnu/2017-12/msg00005.html
for release information.
2017-12-07 22:58:57 +01:00
Lancelot SIX 11f6566b31 glpk: 4.63 -> 4.64
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00002.html
for release information
2017-12-05 20:51:08 +01:00
Lancelot SIX 4c9f27c9ab libunistring: 0.9.7 -> 0.9.8
See http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00001.html
for release information
2017-12-04 14:03:44 +01:00
Lancelot SIX 858ed1fc30 libmicrohttpd: 0.9.55 -> 0.9.57
See http://lists.gnu.org/archive/html/info-gnu/2017-11/msg00011.html
for release information
2017-11-29 11:30:51 +01:00