Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates from upstream master (December 2023) #114

Closed
wants to merge 17 commits into from

Conversation

Zeitsperre
Copy link
Collaborator

Overview

Changes:

  • Merges most recent changes from upstream

jackton1 and others added 17 commits May 25, 2021 22:42
* Remove deprecated setup requires and pytest-runner

* Update test_bake_project.py

* Update setup.cfg

* Update requirements_dev.txt
* Step 5 and Step 8 links updated.

Step 5: Change link to travis.ci.com and remove travis.ci.org
Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on. 

Step 8
Release on PyPi checklist link was 404.  Updated the link to to point to the pypi_release_checklist in docs.

* Step 5 remove missing internal link

One of the travis links deleted in the last commit had not been completely removed.
Adding waynerv/cookiecutter-pypackage to list of similar templates. Main differences:

- Using Poetry to manage packaging and dependencies.
- Run test, staging and release workflows with GitHub Actions.
- Added Pre-commit hooks to automatically run format, lint and static type check before every git commit.
Git(hub) changed the default `master` branch name to `main`, so a newly created project should follow this current naming policy.
Replace collect_ignore with adopts as the former is not available anymore.
From https://blog.readthedocs.com/migrate-configuration-v2/

.readthedocs.yaml file will be required in September 2023
Use current git branch naming scheme in tutorial
@Zeitsperre Zeitsperre added the enhancement New feature or request label Dec 20, 2023
@Zeitsperre Zeitsperre self-assigned this Dec 20, 2023
@Zeitsperre Zeitsperre closed this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet