summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
10 daysUpdate to v0.18.0Bruno Santos
2023-12-17Update to v0.17.0Bruno Santos
2023-12-17Fix check stage to test the new versionBruno Santos
In a new install this would simply fail by not being able to import the module, but it could silently fail if a compatible version was installed already. Either way the check stage would not test the actual new package.
2023-10-28Add check() stageBruno Santos
2023-10-28Update to v0.16.0Bruno Santos
2023-04-22Update to v0.14.0Bruno Santos
2022-12-27Fix build dependenciesBruno Santos
2022-12-27Update to v0.12.0Bruno Santos
2022-10-17Update to v0.11.0Bruno Santos
2021-09-30Update to v0.9.0Bruno Santos
2021-09-28Fix v0.8.0 buildBruno Santos
2021-09-27Bump to 0.8.0 versionBruno Santos
2021-03-13Bump to 0.7.0 versionBruno Santos
2020-04-26Use setup.py now that it's availableBruno Santos
2020-04-26Fix installation directoryBruno Santos
2020-04-26Update for v0.5Bruno Santos
2019-02-03Fix installation directoryBruno Santos
Module import was obviously broken requiring the full name of the package instead of the actual module name.
2019-01-30Update to 0.3Bruno Santos
2019-01-29Fix packaging pathsBruno Santos
2019-01-29Rename and transition to tagged releasesBruno Santos
2018-12-09Swap source for the real upstreamBruno Santos
Now that some patches have landed, we can start following upstream.
2018-12-09Remove optional dependencyBruno Santos
The RTD theme is indeed used for building documentation, but we don't do so and, even if we did, it would be a make dependency anyway. This patch simply removes the dependency. No need for rebuilding the package.
2018-12-06Initial commitBruno Santos