summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* ci: disable Windows till ~ProgressReporter is exportedJames R. Barlow2022-09-11
|
* ci: Disable macos build till qpdf 11 is ready in homebrewJames R. Barlow2022-09-11
|
* ci: build sdist against qpdf masterJames R. Barlow2022-09-10
|
* Fix pre-commit and clang-formatJames R. Barlow2022-08-24
|
* Enable GHA pre-commitJames R. Barlow2022-08-21
|
* Fix sdist since setuptools/pip broke --coverageJames R. Barlow2022-08-20
|
* Use cibuildwheel 2.9.0 but disable Python 3.11James R. Barlow2022-08-20
| | | | Our dependencies aren't ready Python 3.11, but maybe cibuildwheel 2.9 is ready.
* Redo licensing info with SPDXJames R. Barlow2022-07-27
| | | | | | Resolving everything except: -debian/copyright can be deleted -some public domain items aren't SPDX compliant
* build: trigger rtd well after uploading rtd-wheels since there seems to be a ↵James R. Barlow2022-07-26
| | | | timing issue
* Simplify rtd wheel nameJames R. Barlow2022-07-23
|
* typoJames R. Barlow2022-07-22
|
* Revert "Trigger RTD with action instead of fragile scripting"James R. Barlow2022-07-22
| | | | This reverts commit ec857696690c34d6f5978cb6a9abd636b76aafd9.
* Upgrade to cibuildwheel 2.8.1, fix secrets with RTDJames R. Barlow2022-07-22
|
* use macos11James R. Barlow2022-07-22
|
* Fix (hopefully) RTDS build settingsJames R. Barlow2022-07-17
|
* Trigger RTD with action instead of fragile scriptingJames R. Barlow2022-07-13
|
* build(deps): bump joerick/cibuildwheel from 2.7.0 to 2.8.0dependabot[bot]2022-07-05
| | | | | | | | | | | | | | | Bumps [joerick/cibuildwheel](https://github.com/joerick/cibuildwheel) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/joerick/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/joerick/cibuildwheel/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: joerick/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Exclude PyPy-aarch64 from build -- too many dependencies missingJames R. Barlow2022-07-03
|
* Set up self-hosted ARM runner to build Linux aarch64James R. Barlow2022-07-03
|
* build: ubuntu-22.04 is unstable, use 20.04James R. Barlow2022-06-22
|
* build: also install popplerJames R. Barlow2022-06-21
|
* build: run sdist on ubuntu-22.04 and add libexempi for better coverageJames R. Barlow2022-06-21
|
*-. Merge commit 'aa2ddf00'; commit 'af387714'James R. Barlow2022-06-21
|\ \
| | * build(deps): bump codecov/codecov-action from 1 to 3dependabot[bot]2022-06-21
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| * build(deps): bump docker/setup-qemu-action from 1 to 2dependabot[bot]2022-06-21
|/ | | | | | | | | | | | | | Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* dependabot: setup for GitHub ActionsJames R. Barlow2022-06-21
|
* build: version bumpsJames R. Barlow2022-06-20
|
* Update note about muslJames R. Barlow2022-04-18
|
* Use cibuildwheel 2.4.0James R. Barlow2022-04-17
|
* Switch to tomliMichał Górny2022-02-04
| | | | | | The original "toml" package is no longer maintained and is not compliant with TOML 1.0.0. Use "tomli" instead, following other projects. "tomli" will most likely also serve as the base for stdlib TOML support.
* build: run apt-get for sdistJames R. Barlow2022-01-25
|
* docs: RTD version consistencyJames Barlow2022-01-06
|
* Update binary wheel support matrix and cibuildwheel versionJames R. Barlow2021-12-15
|
* ci: Replace explicit setup.py with buildJames R. Barlow2021-11-21
|
* Add but disable musllinux until Alpine catches upJames R. Barlow2021-10-29
|
* Change to manylinux2014 wheels and require C++17James R. Barlow2021-10-29
|
* Use cibuildwheel 2.2.2James R. Barlow2021-10-29
|
* Build: library path changes and ldconfigJames R. Barlow2021-08-25
| | | | As suggested by @QuLogic
* ci: fix RTD triggerJames R. Barlow2021-08-14
| | | | Convert from GitHub webhook to generic.
* Modernize cibuildwheel settings to allow local testingJames R. Barlow2021-08-13
|
* ci: use cibuildwheel 2.1.1James R. Barlow2021-08-12
| | | | This release drops Python 2.7 and 3.5 so they do not need to be explicitly skipped anymore.
* ci: test for x64James R. Barlow2021-08-12
|
* ci: improve github-rtd integrationJames R. Barlow2021-08-12
|
* Set minimum qpdf version to 10.3.2 and drop test shims for older versionsJames R. Barlow2021-08-12
|
* Create FUNDING.ymljbarlow832021-07-21
|
* setup.cfg: fix sdist harderJames R. Barlow2021-06-21
|
* setup.cfg change: ci fixesJames R. Barlow2021-06-21
|
* Migrate to setup.cfg based project configurationJames R. Barlow2021-06-21
|
* Enable Linux PyPy wheelsJames R. Barlow2021-06-05
| | | | | | | -Also update docs to reflect change. -Tried aarch64 again but it's too slow/times out. -Added remark about win32/win64 status. -macOS universal is possible but without brew.
* Update qpdf, cibuildwheel versionsJames R. Barlow2021-06-02
|