Commit Graph
279 Commits
Author SHA1 Message Date
Joe Rickerby 2c7c2c8fc7 'Bump version: v1.10.1' 2021-05-01 18:23:18 +01:00
Henry Schreiner 22d473acc0 fix: drop Python 2.7 on Windows using 2008 compiler 2021-04-25 00:55:16 -04:00
Henry Schreiner 4b5e9d8e88 docs: add PyPI field and a few more projects (#606)
* docs: add PyPI field and a few more projects

* chore: run ./bin/projects.py
2021-03-04 08:54:42 -05:00
Arnav JindalandYannick Jadoul bc93615baa docs: add polaroid to docs/data/projects.yml (#613)
* Update projects.yml

* Update docs/data/projects.yml

Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>

* Update README.md through bin/project.py

Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>
2021-03-03 10:54:22 -05:00
Joe Rickerby 84f82a5898 Bump version: v1.10.0 2021-02-23 21:07:56 +00:00
Joe Rickerby 985389d5ee Fix a few version increment-related issues 2021-02-22 22:39:04 +00:00
Adam JohnsonandHenry Schreiner b5b825783f docs: add time-machine as working example (#604)
* Add time-machine as working example

* docs: rerun projects.py

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
2021-02-20 15:04:56 -05:00
Henry Schreiner bd3bc981a5 docs: fix a few more markdown spaces missing (#586)
Followup to #581 fixing two more release notes. The fence should be fixed by #576.
2021-02-12 10:39:20 -05:00
pre-commit-ci[bot] ca7db28ec4 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2021-02-07 01:53:09 +00:00
Henry Schreiner 0eb29ef19b docs: fix bullets in 1.6.0 release notes 2021-02-06 20:52:03 -05:00
Joe Rickerby 5514dd28f0 Bump version: v1.9.0 2021-02-05 21:44:41 +00:00
Joe Rickerby c5912134d5 Some release notes 2021-02-05 21:18:21 +00:00
Joe Rickerby 3940d38b4d Fix GHA example syntax 2021-02-05 20:17:53 +00:00
Joe Rickerby c7ad0c7654 Review tweaks from henryiii 2021-02-05 19:43:19 +00:00
Joe Rickerby 566754fdba README: add Apple Silicon and emulation references + a few minor tweaks 2021-02-05 19:20:11 +00:00
Henry Schreiner 160d1db6be docs: add GHA badge, normalize CircleCI badge 2021-02-05 08:48:35 -05:00
Henry Schreiner 3163743cba docs: some README touchup 2021-02-04 22:35:42 -05:00
Henry Schreiner 0c30df5c96 docs: update msg about running on a development machine 2021-02-04 22:22:35 -05:00
Henry Schreiner 49738c0cee docs: Github -> GitHub, and ensure it doesn't happen again 2021-02-04 22:13:56 -05:00
Henry Schreiner 70d9e1d969 feat: auto32/auto64 (#553)
* feat: auto32/auto64

* refactor: cleanup from @joerick

* refactor: spelling fix
2021-01-31 20:41:18 -05:00
Henry Schreiner eb700a164c feat: requires-python (#536)
* feat: requires-python

refactor: updating to current proposal

fix: add tests and fix a few issues

docs: Update mostly from @joerick

docs: update README from readthedocs

* refactor: pull out config file reading

* fix: always assume highest Python patch version

* refactor: try new design

* refactor: function and bump MyPy to 0.800

* fix: tighten AST to call only, add docs

* fix: address review points from @joerick
2021-01-31 17:14:15 -05:00
Joe Rickerby 96e3964972 Bump version: v1.8.0 2021-01-22 19:18:49 +00:00
Henry Schreiner da19ac30e6 docs: fix build info 2021-01-21 12:29:02 -05:00
Henry Schreiner 98b5ff447d docs: update for some new packages 2021-01-21 12:02:58 -05:00
Henry SchreinerandJoe Rickerby fba65a6008 feat: CIBW_TEST_SKIP (#537)
* feat: CIBW_TEST_SKIP

* refactor: adjust a bit and add docs

* fix: typo in name

* docs: Update docs/options.md

Co-authored-by: Joe Rickerby <joerick@mac.com>

* docs: add README line from markdown

Co-authored-by: Joe Rickerby <joerick@mac.com>
2021-01-20 21:22:48 -05:00
Joe Rickerby 6d92dbc555 docs: massive props! (#549)
Adding some long overdue 'props' to the README to thank @Czaki and @mattip for their contributions to the project!

(thanks @henryiii for the reminder!)
2021-01-20 19:30:47 -05:00
Henry SchreinerandJoe Rickerby b627134e16 docs: normalize CI list (#532)
* docs: normalize CI list

Closes #531

* Apply suggestions from code review

Co-authored-by: Joe Rickerby <joerick@mac.com>

Co-authored-by: Joe Rickerby <joerick@mac.com>
2021-01-12 23:34:47 +00:00
Henry SchreinerandJoe Rickerby 8b22048dea docs: drop double install and add a few projects (#520)
* docs: project update

* docs: pyproject.toml mention

* Apply suggestions from code review

Co-authored-by: Joe Rickerby <joerick@mac.com>

* docs: one more change from @joerick, dropped double install example

Co-authored-by: Joe Rickerby <joerick@mac.com>
2021-01-09 15:41:41 -05:00
Joe Rickerby 4be9285fc7 Bump version: v1.7.4 2021-01-02 11:47:05 +00:00
Joe Rickerby eed12cf4c9 Bump version: v1.7.3 2021-01-01 13:21:29 +00:00
Henry Schreiner 02f3849738 chore: update projects based on Discussion #485 (#498) 2020-12-27 22:22:34 -05:00
Joe Rickerby ed8a9533c5 Bump version: v1.7.2 2020-12-21 13:20:45 +00:00
Henry SchreinerandJoe Rickerby d83daa3958 docs: use GitHub example in readme (#479)
* docs: use GitHub example in readme

* Apply suggestions from code review

Co-authored-by: Joe Rickerby <joerick@mac.com>

* Copy/style tweaks

Co-authored-by: Joe Rickerby <joerick@mac.com>
2020-12-14 19:10:30 -05:00
Joe Rickerby 4f4dae27fb Merge pull request #474 from henryiii/docs/stars
docs: table and add stars
2020-12-13 16:53:37 +00:00
Joe Rickerby c217d5963d Add working examples and changelog docs pages 2020-12-12 18:29:46 +00:00
Joe Rickerby 84a4b0518f Add our own versions of the icons, generated from script 2020-12-12 14:47:14 +00:00
Joe Rickerby dbb65f94bd Run script to update readme 2020-12-12 12:42:43 +00:00
Joe Rickerby 2e165c3e7a Add back the options section 2020-12-12 12:40:04 +00:00
Joe Rickerby 4ac5feb6bb Add note about generated content, update paths 2020-12-12 12:38:01 +00:00
Henry SchreinerandMatthieu Darbois 044a5dab37 docs: pybase64 moved
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
2020-12-08 17:57:04 -05:00
Henry Schreiner 318e768292 docs: minor wording change for multibuild 2020-12-07 20:16:29 -05:00
Henry Schreiner 9bfd0f7956 fix: drop stars, fix a few more projects 2020-12-07 09:31:08 -05:00
Henry Schreiner 3ac943b754 chore: run bin/projects.py 2020-12-04 16:52:08 -05:00
Henry Schreiner b3bb527584 feat: PyGithub and direct writing 2020-12-04 16:43:01 -05:00
Henry Schreiner bf011b51f9 feat: CI info 2020-12-04 14:51:17 -05:00
Henry Schreiner d1ba5b8419 docs: sort by stars 2020-12-03 17:34:14 -05:00
Henry Schreiner 64a093756c docs: repo table with stars 2020-12-03 17:16:51 -05:00
Joe Rickerby 49077c2a36 Bump version: v1.7.1 2020-12-03 18:02:15 +00:00
Ned Batchelder 0f459d378c Add coverage.py to the repos list
I wish I could say I was doing something interesting with cibuildwheel, but the thing I love about it is that it just worked right out of the box! Thanks so much for building it!!
2020-11-29 07:01:47 -05:00
Joe Rickerby 0fb2ead6fb Bump version: v1.7.0 2020-11-26 23:29:34 +00:00