-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump min python to 3.8, bump cython in tests, and various skel update…
…s. Also docs theme switch to furo.
- Loading branch information
Showing
15 changed files
with
131 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher) | ||
|
||
default_context: | ||
allow_tests_inside_package: 'no' | ||
c_extension_function: '-' | ||
c_extension_module: '-' | ||
c_extension_optional: 'yes' | ||
c_extension_support: cython | ||
codacy: 'no' | ||
|
@@ -17,17 +14,19 @@ default_context: | |
email: [email protected] | ||
formatter_quote_style: single | ||
full_name: Ionel Cristian Mărieș | ||
function_name: compute | ||
github_actions: 'yes' | ||
github_actions_osx: 'yes' | ||
github_actions_windows: 'yes' | ||
license: BSD 2-Clause License | ||
module_name: core | ||
package_name: hunter | ||
pre_commit: 'yes' | ||
project_name: Hunter | ||
project_short_description: Hunter is a flexible code tracing toolkit, not for measuring coverage, but for debugging, logging, inspection and other nefarious purposes. It has a simple Python API and a convenient terminal API (see `Environment variable activation <env-var-activation_>`_). | ||
pypi_badge: 'yes' | ||
pypi_disable_upload: 'no' | ||
release_date: '2022-09-27' | ||
release_date: '2023-04-26' | ||
repo_hosting: github.com | ||
repo_hosting_domain: github.com | ||
repo_main_branch: master | ||
|
@@ -38,10 +37,11 @@ default_context: | |
sphinx_docs: 'yes' | ||
sphinx_docs_hosting: https://python-hunter.readthedocs.io/ | ||
sphinx_doctest: 'no' | ||
sphinx_theme: sphinx-py3doc-enhanced-theme | ||
sphinx_theme: furo | ||
test_matrix_separate_coverage: 'yes' | ||
version: 3.5.1 | ||
tests_inside_package: 'no' | ||
version: 3.6.1 | ||
version_manager: bump2version | ||
website: https://blog.ionelmc.ro | ||
year_from: '2015' | ||
year_to: '2023' | ||
year_to: '2024' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
sphinx>=1.3 | ||
sphinx-py3doc-enhanced-theme>=2.3.2 | ||
furo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.