Commit Graph

55 Commits

Author SHA1 Message Date
Lauréline Guérin 5070746b0d
cmis: upgrade cmislib 0.6 (#18407) 2019-10-15 10:48:52 +02:00
Lauréline Guérin 57c124de38
csvdatasource: upgrade pyexcel requirements to 0.5+ (#18330) 2019-10-14 14:54:26 +02:00
Frédéric Péters 21e455341d misc: limit to jsonschema < 3.1 (#36819) 2019-10-10 09:08:41 +02:00
Frédéric Péters 652bc03715 cartads_cs: check CERFA uploads are PDF with embedded forms (#35794) 2019-09-04 08:47:46 +02:00
Frédéric Péters 4e372e3ab7 build: limit to django-jsonfield<1.3, for Python 2 support 2019-08-18 11:36:16 +02:00
Emmanuel Cazenave e44604fb1d remove python-magic dependency (#33869) 2019-06-19 16:37:58 +02:00
Benjamin Dauvergne d5352aec67 add utilities to access SFTP servers (#32655)
Disclaimer: paramiko does not work with recent OpenSSH key format (PKCS8
or RFC4716), only the legacy PEM format is supported.
2019-04-29 11:26:23 +02:00
Benjamin Dauvergne f2e7add34b actesweb: work-around not latin15 encodable characters (fixes #30995) 2019-03-01 15:58:02 +01:00
Frédéric Péters 81690434be add connector for Cart@DS CS (#27144) 2019-02-20 13:36:32 +01:00
Emmanuel Cazenave ced979f0ae handle possible failure of git describe (#24646) 2018-09-19 18:24:33 +02:00
Josue Kouka 1ee0895fa5 dpark: don't use zeep settings module (#25065) 2018-07-05 10:26:29 +02:00
Emmanuel Cazenave c16687197f create iws connector (#24567) 2018-07-02 15:50:19 +02:00
Emmanuel Cazenave 2cc36d68aa start a SOAP common infrastructure (#16104) 2018-07-02 10:21:36 +02:00
Emmanuel Cazenave 9bbd1f2ccc compat with old and new python-magic (#21980) 2018-05-03 18:28:38 +02:00
Thomas NOËL 685e947efd solis: try to convert files to PDF (#21997) 2018-02-21 14:29:04 +01:00
Benjamin Dauvergne 94b4f5a32e Revert "tox: use python-magic from pypi now (#21980)"
This reverts commit 80dd8b2d50.
2018-02-20 11:18:36 +01:00
Benjamin Dauvergne 80dd8b2d50 tox: use python-magic from pypi now (#21980)
See https://lists.debian.org/debian-devel/2018/01/msg00449.html for
reference.
2018-02-20 11:12:17 +01:00
Thomas NOËL 2b66bc8862 update dependances, accepting django 1.11 (#19890) 2017-11-29 01:07:58 +01:00
Frédéric Péters 937eb95926 opengis: add tile endpoint (calls GetMap) (#19603) 2017-10-23 09:15:44 +02:00
Frédéric Péters 3dbb768db7 misc: declare missing python-dateutil dependency (#15883) 2017-09-21 14:06:33 +02:00
Josue Kouka 002e266bae cityweb: add cityweb connector (#15883) 2017-09-19 23:17:20 +02:00
Frédéric Péters 9c674c99ec misc: limit cmislib to version 0.5 (#18405) 2017-09-01 18:02:03 +02:00
Frédéric Péters 0875256817 misc: limit pyexcel to version 0.4 (#18328) 2017-08-31 14:47:15 +02:00
Frédéric Péters 2bf3babd4e general: add connector for atom/rss/etc. feeds (#17263) 2017-06-30 10:02:23 +02:00
Jean-Baptiste Jaillet be2c2681d1 cmis: add cmis connector to upload file (#12876) 2017-06-19 14:45:45 +02:00
Frédéric Péters 0e2b08e699 misc: allow django-jsonfield 1.0 (#11189) 2017-04-24 14:26:09 +02:00
Frédéric Péters 7a901cac1d build: limit to django 1.8 2017-04-03 14:39:12 +02:00
Jean-Baptiste Jaillet 303b3cd922 csvdatasource: add field to precise sheet in file and xlsx, xls, ods support (#12738) 2016-11-18 17:27:08 +01:00
Frédéric Péters 2360978330 build: limit to django 1.8
STATICFILES_FINDERS = global_settings.STATICFILES_FINDERS + ('gadjo.finders.XStaticFinder',)
TypeError: can only concatenate list (not "tuple") to list
2016-07-28 16:26:49 +02:00
Benjamin Dauvergne c273208b07 setup.py: allow running with Django >= 1.8 2016-06-09 16:37:30 +02:00
Serghei Mihai d1eb6536b7 setup.py: require django-jsonfield lower than 1.0.0 (#11180) 2016-06-03 12:48:29 +02:00
Frédéric Péters 15a9f0c61a misc: declare more dependencies in setup.py (#9844) 2016-05-02 15:09:06 +02:00
Serghei Mihai 9ba00c7024 embed jsonresponse into the package (#10283) 2016-04-13 18:02:42 +02:00
Benjamin Dauvergne fa5491ec40 setup.py: use sdist from setuptools 2016-03-10 14:03:38 +01:00
Frédéric Péters 30c08aae53 misc: build and install locale files 2015-09-05 18:54:16 +02:00
Frédéric Péters 778bb3d72c misc: force Django 1.7 for now
Running with 1.8 yields "ImproperlyConfigured: Creating a ModelForm without
either the 'fields' attribute or the 'exclude' attribute is prohibited; form
ApiUserForm needs updating.".
2015-04-03 22:30:50 +02:00
Benjamin Dauvergne 5f5d74d630 remove passerelle.__version__ (fixes #6868)
Version is computed using `git describe` or reading a file named VERSION
at the root of the project (for tarballs). The fallback is 0.
2015-04-01 10:53:06 +02:00
Thomas NOËL cee3a3cd8c use django 1.7 (#6719) 2015-03-12 17:20:23 +01:00
Thomas NOËL b776e3b6f7 requirements: works with South 1.0 2014-10-23 20:39:38 +02:00
Thomas NOËL 1ba9d419f1 setup.py: add requests in install_requires 2014-10-02 23:30:03 +02:00
Thomas NOËL a2c0a0ac88 passerelle_manage.py -> manage.py 2014-10-02 10:08:49 +02:00
Frédéric Péters 7a61843cc4 mention new jsonfield dependency 2014-09-16 19:59:26 +02:00
Benjamin Dauvergne bc4791de4c Add correct dependency on jsonresponse 0.10 (fixes #5376) 2014-09-04 16:15:56 +02:00
Benjamin Dauvergne 8faaa9f61b Add gadjo to dependencies (fixes #5368) 2014-09-02 11:14:16 +02:00
Jérôme Schneider c40e956c43 setup.py: fix getèversion to support new tags 2014-05-20 10:49:36 +02:00
Jérôme Schneider 3b5aa541c5 setup.py sdist: store version into the archive 2013-08-13 17:49:54 +02:00
Thomas NOËL f42346df81 south 0.8.x in setup.py and requirements.txt 2013-06-18 11:07:13 +02:00
Thomas NOËL 855649ed2d passerelle_manage.py installed by setup.py 2013-05-16 10:45:15 +02:00
Thomas NOËL a9b2dd743e setup.py: version number build from git describe 2013-05-15 15:52:05 +02:00
Thomas NOËL f74d98269b use named urls in settings.py (fix #2870)
need Django >= 1.5
2013-05-15 10:33:26 +02:00