Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-13 | Update jinja2 from 2.11.1 to 2.11.2 | pyup-bot | |
2020-03-30 | Update pyyaml from 5.3 to 5.3.1 | pyup-bot | |
2020-03-09 | Update pygments from 2.5.2 to 2.6.1 | pyup-bot | |
2020-02-02 | Recompile requirements | Florian Bruhin | |
2020-01-27 | [requires.io] dependency update | requires.io | |
2020-01-10 | Recompile requirements | Florian Bruhin | |
2020-01-04 | [requires.io] dependency update | requires.io | |
2019-12-03 | Update pygments from 2.4.2 to 2.5.2 | pyup-bot | |
2019-10-21 | Update attrs from 19.2.0 to 19.3.0 | pyup-bot | |
2019-10-07 | Update jinja2 from 2.10.1 to 2.10.3 | pyup-bot | |
2019-10-07 | Update attrs from 19.1.0 to 19.2.0 | pyup-bot | |
2019-08-05 | Update pyyaml from 5.1.1 to 5.1.2 | pyup-bot | |
2019-06-24 | Update pyyaml from 5.1 to 5.1.1 | pyup-bot | |
2019-06-24 | Update pygments from 2.4.0 to 2.4.2 | pyup-bot | |
2019-05-13 | Update pygments from 2.3.1 to 2.4.0 | pyup-bot | |
2019-04-08 | Update jinja2 from 2.10 to 2.10.1 | pyup-bot | |
2019-03-18 | Update pyyaml from 3.13 to 5.1 | pyup-bot | |
2019-03-11 | Update attrs from 18.2.0 to 19.1.0 | pyup-bot | |
2019-02-25 | Update markupsafe from 1.1.0 to 1.1.1 | pyup-bot | |
2018-12-24 | Update pygments from 2.3.0 to 2.3.1 | pyup-bot | |
2018-11-26 | Update pygments from 2.2.0 to 2.3.0 | pyup-bot | |
2018-11-26 | Update colorama from 0.4.0 to 0.4.1 | pyup-bot | |
2018-11-05 | Update markupsafe from 1.0 to 1.1.0 | pyup-bot | |
2018-10-15 | Update colorama from 0.3.9 to 0.4.0 | pyup-bot | |
2018-09-03 | Update attrs from 18.1.0 to 18.2.0 | pyup-bot | |
2018-07-10 | Go back to a release version of PyYAML | Florian Bruhin | |
There's 3.13 now which supports Python 3.7 | |||
2018-07-09 | Update pyyaml from 3.13b1 to 4.2b4 | pyup-bot | |
2018-07-03 | Use PyYAML 3.13b1 | Florian Bruhin | |
It seems to be finished except for a missing wheel we don't need, and it makes things work on Python 3.7 | |||
2018-06-28 | Downgrade and filter PyYAML 4.1 | Florian Bruhin | |
This reverts commit 96defc5dc275418c7753f93344066c68e13f69a3. With PyYAML 4.1 we don't have C extensions on Travis CI: https://github.com/yaml/pyyaml/issues/179 https://github.com/yaml/pyyaml/issues/182 Unfortunately, cython isn't in the APT whitelist either: https://github.com/travis-ci/apt-source-whitelist/issues/37 | |||
2018-06-27 | Update PyYAML to 4.1 | Florian Bruhin | |
2018-05-07 | Update attrs from 17.4.0 to 18.1.0 | pyup-bot | |
2018-01-01 | Update attrs from 17.3.0 to 17.4.0 | pyup-bot | |
2017-11-13 | Update jinja2 from 2.9.6 to 2.10 | pyup-bot | |
2017-11-13 | Update attrs from 17.2.0 to 17.3.0 | pyup-bot | |
2017-09-19 | Start using attrs | Florian Bruhin | |
Closes #1073 | |||
2017-07-27 | Use ctypes instead of PyOpenGL for QtWebEngine Nvidia workaround | Florian Bruhin | |
Fixes #2821 | |||
2017-06-20 | Make PyOpenGL a required dependency | Florian Bruhin | |
Looks like the "black screen" issue isn't the only thing going wrong, some people even report segfaults since the vendor check was added. | |||
2017-04-27 | Update colorama from 0.3.8 to 0.3.9 | pyup-bot | |
2017-04-23 | Update colorama from 0.3.7 to 0.3.8 | pyup-bot | |
2017-04-03 | Update jinja2 from 2.9.5 to 2.9.6 | pyup-bot | |
2017-03-07 | Update markupsafe from 0.23 to 1.0 | pyup-bot | |
2017-03-04 | Update cssutils from 1.0.1 to 1.0.2 | pyup-bot | |
2017-02-05 | Various requirements updates | Florian Bruhin | |
2017-01-22 | requirements: Update Pygments to 2.2.0 | Florian Bruhin | |
2017-01-10 | requirements: Update jinja to 2.9.4 | Florian Bruhin | |
2017-01-08 | requirements: Update jinja2 to 2.9.2 | Florian Bruhin | |
2016-12-29 | requirements: Update Jinja2 to 2.8.1 | Florian Bruhin | |
2016-08-29 | requirements: Update PyYAML to 3.12 | Florian Bruhin | |
- Wheel packages for Windows binaries. - Adding an implicit resolver to a derived loader should not affect the base loader. - Uniform representation for OrderedDict? across different versions of Python. - Fixed comparison to None warning. | |||
2016-06-07 | Also generate root requirements | Florian Bruhin | |
2016-05-13 | Get rid of the colorlog dependency | Florian Bruhin | |
colorlog was problematic for various reasons: - Not commonly packaged for Linux distributions - Calling colorama.init() automatically on import - Not supporting {foo} log formatting - Not supporting an easy way to turn colors off Instead we now do the log coloring by hand, which is simpler and means everyone will have colored logs. |