Commit graph

168 commits

Author SHA1 Message Date
Robert Sparks 8e71f4113a Remove oic patch - 1.3.0 contains the fix. Commit ready for merge.
- Legacy-Id: 19214
2021-07-14 18:31:45 +00:00
Robert Sparks ccf33c323c Hold Unidecode before 1.2.0 for awhile before adjusting patch to match changed __init__.py
- Legacy-Id: 18831
2021-02-16 16:40:02 +00:00
Robert Sparks 6697a131cc Bump the required setuptools to at least the 51 releases to avoid issues with some python3.6 -mvenv installed ssetuptools.
- Legacy-Id: 18818
2021-02-01 21:23:13 +00:00
Robert Sparks 8a8202d757 constrain python-libmagic to at most 0.4.18. .20 breaks, .19 is not reflected at Pypi.
- Legacy-Id: 18811
2021-02-01 16:01:40 +00:00
Robert Sparks c0a1d4e2c8 Allow setuptools to progress past py27
- Legacy-Id: 18779
2020-12-17 16:55:17 +00:00
Robert Sparks ee600c76b8 Don't allow mysqlclient 2.0.2 due to compilation issues.
- Legacy-Id: 18762
2020-12-11 22:02:13 +00:00
Henrik Levkowetz f41fd1867d Upgraded the required versions of mypy and django-stubs to the latest that support Django 2.2. Fixed some issues found by after the upgrades.
- Legacy-Id: 18717
2020-11-22 21:13:36 +00:00
Robert Sparks 30ac9833c5 Provide a management command to inform github backups. Commit ready for merge.
- Legacy-Id: 18445
2020-08-28 15:34:25 +00:00
Henrik Levkowetz 4b937c9565 Updated the requirements on Django and tastypie
- Legacy-Id: 18412
2020-08-25 13:30:31 +00:00
Robert Sparks f4fd4b1921 Gather actual repos to backup takinging user and organizational owners into account, iterating through owner repos when necessary using the github api.
- Legacy-Id: 18384
2020-08-19 19:07:29 +00:00
Henrik Levkowetz bbcbc365e5 The factory-boy module now has a 3.0 release, which is backwards incompatible with 2.x. Updated the requirements file accordingly.
- Legacy-Id: 18364
2020-08-13 12:03:07 +00:00
Henrik Levkowetz 0edf58c0a2 Explicitly listed lxml in our requirements.
- Legacy-Id: 18145
2020-07-11 16:52:51 +00:00
Henrik Levkowetz 6170ebd64a Merged in the final part of the automatic scheduler from sasha@dashcare.nl.
- Legacy-Id: 18100
2020-06-29 16:54:51 +00:00
Henrik Levkowetz 472584b1f8 Updated requirements for Django 2.2.
- Legacy-Id: 18083
2020-06-27 17:18:14 +00:00
Henrik Levkowetz a9348f129a Updated requirements for Django 2.1
- Legacy-Id: 18055
2020-06-24 20:42:39 +00:00
Henrik Levkowetz 3e6837a3b5 Updated version requirements for django-bootstrap3
- Legacy-Id: 18025
2020-06-22 13:35:56 +00:00
Henrik Levkowetz 6c9ba652da Updated the requirements on django-markup.
- Legacy-Id: 18000
2020-06-16 20:55:21 +00:00
Sasha Romijn 6e026926f0 Rebase automatic-scheduler-2 onto 7.3.2.dev0
- Legacy-Id: 17990
2020-06-15 12:29:39 +00:00
Henrik Levkowetz fabc6f8f04 Changed the required version of pyflakes to one that supports ANNASSIGN (python annotated assignments, now used in the code)
- Legacy-Id: 17982
2020-06-13 21:37:07 +00:00
Henrik Levkowetz 65c6c3eddd Added logging_tree to the requirements list.
- Legacy-Id: 17978
2020-06-13 21:27:43 +00:00
Henrik Levkowetz 48d1cd8bb6 Increased the required version of request-profiler and updated its patch file.
- Legacy-Id: 17922
2020-06-06 21:15:10 +00:00
Henrik Levkowetz 65c919b325 Added OpenID support through django-oidc-provider, with tests using the certified python oic module.
- Legacy-Id: 17919
2020-06-06 21:01:21 +00:00
Sasha Romijn 2f8dfe8c78 Removed Python 2 compatibility for schedule builder as it's obsolete
- Legacy-Id: 17896
2020-05-29 12:49:51 +00:00
Sasha Romijn 1aad1bee48 Add Python 2 compatibility for schedule builder with functools32
- Legacy-Id: 17895
2020-05-29 12:14:51 +00:00
Henrik Levkowetz eaa3b9797d Updated minimum requirement for django-widget-tweaks.
- Legacy-Id: 17825
2020-05-19 04:18:09 +00:00
Henrik Levkowetz 986b43b234 Updated minimum requirement for Tastypie.
- Legacy-Id: 17824
2020-05-19 03:28:37 +00:00
Henrik Levkowetz 6d7c5b52ee Django 2.0 conversion. Test suite passes, except for javascript tests.
- Legacy-Id: 17762
2020-05-08 13:07:07 +00:00
Henrik Levkowetz 82ea433dd3 Upped the required version of selenium (Minimum Libs test-run failure).
- Legacy-Id: 17705
2020-04-29 11:53:11 +00:00
Henrik Levkowetz e920337c69 Moved minimum version up for python-magic, due to a Py3 issue with earlier versions.
- Legacy-Id: 17679
2020-04-23 18:50:30 +00:00
Henrik Levkowetz 493f393217 Updated another minimum versions for required packages.
- Legacy-Id: 17672
2020-04-21 07:05:41 +00:00
Henrik Levkowetz 5c0f15c9a7 Updated some minimum versions for required packages.
- Legacy-Id: 17671
2020-04-20 21:16:49 +00:00
Henrik Levkowetz a99a4a3d3a Added an explicit dependency on svn. Under py3 it can be installed with pip, and doesn't need OS packages for python-subversion (it still needs libsvn1, though).
- Legacy-Id: 17664
2020-04-20 17:49:34 +00:00
Henrik Levkowetz 78963ecdef Added request profiler and a management command to purge profiler records.
- Legacy-Id: 17648
2020-04-15 20:48:08 +00:00
Henrik Levkowetz f10ddadc0e Merged in changes from trunk up to r17584.
- Legacy-Id: 17593
2020-04-07 16:02:52 +00:00
Henrik Levkowetz 24ffd57c9e Updated requirements for Py27 compatibility, until fully removed.
- Legacy-Id: 17546
2020-03-27 13:46:45 +00:00
Henrik Levkowetz e9a37d8ac8 Removed six.text_type(), changed six.moves.urllib to plain urllib, and removed now unused six imports.
- Legacy-Id: 17385
2020-03-05 14:41:41 +00:00
Henrik Levkowetz ffcce20e9f Requirements adjustments
- Legacy-Id: 17329
2020-02-23 16:19:29 +00:00
Henrik Levkowetz fa9427769a Added cleaning of the session request form's 'comments' field, to convert any html entered to text. Related to [17322].
- Legacy-Id: 17324
Note: SVN reference [17322] has been migrated to Git commit eb88abc394
2020-02-21 21:36:18 +00:00
Henrik Levkowetz 6adc707a64 jsonfield 3.0 and higher is not compatible with Django 1.11. Changed the version requirements accordingly.
- Legacy-Id: 17296
2020-02-16 15:46:48 +00:00
Henrik Levkowetz 8c94e41c5f Added a requirement limitation for the coverage module.
- Legacy-Id: 17152
2019-12-16 13:44:53 +00:00
Henrik Levkowetz 2749759216 Fixed a backwards compatibiltiy issue for the factoryboy lib and updated a dependency requirement.
- Legacy-Id: 17115
2019-11-30 13:15:44 +00:00
Robert Sparks bc8f449aa1 Added typing to requirements.txt. Commit ready for merge.
- Legacy-Id: 16965
2019-11-05 19:23:51 +00:00
Henrik Levkowetz 97973959ba Changed requirements to permit pyang 2.0 and greater.
- Legacy-Id: 16663
2019-08-20 19:52:04 +00:00
Henrik Levkowetz 2b1dd0f3e8 Merged in [16590] from rjsparks@nostrum.com:
Example of using webtest. The full testcase was not converted because the add_rule form is modified in-flight by javascript when a control value is changed.
 - Legacy-Id: 16609
Note: SVN reference [16590] has been migrated to Git commit e89f200abc0d9af7609e4bff3592f87eddee1359
2019-08-01 15:09:51 +00:00
Henrik Levkowetz 0170657cf1 Disallowed a broken version of docutils
- Legacy-Id: 16572
2019-07-21 21:25:23 +00:00
Henrik Levkowetz 1cc7929999 Restored Trac to the requirements list, for installation under Py2
- Legacy-Id: 16567
2019-07-21 14:39:50 +00:00
Henrik Levkowetz fae97ed7d9 Merged in ^/personal/henrik/6.98.2-py3@16468, containing code converted to work with both Python-2.7 and Python-3.7.
- Legacy-Id: 16470
2019-07-16 18:01:00 +00:00
Henrik Levkowetz bdc73e771a Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
- Legacy-Id: 16461
2019-07-16 13:20:05 +00:00
Henrik Levkowetz 0679eaa8d4 Removed unused imports.
- Legacy-Id: 16402
2019-07-04 21:06:57 +00:00
Henrik Levkowetz f480799af9 Undid unintentional bulk commit
- Legacy-Id: 16401
2019-07-04 21:04:46 +00:00