Skip to content

Commit bd2c628

Browse files
committed
Update project skel. Drop python 3.7 and add 3.12.
1 parent c56c68b commit bd2c628

15 files changed

+389
-340
lines changed

.bumpversion.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ replace = version = release = '{new_version}'
2222
[bumpversion:file:src/lazy_object_proxy/__init__.py]
2323
search = __version__ = '{current_version}'
2424
replace = __version__ = '{new_version}'
25+
26+
[bumpversion:file:.cookiecutterrc]
27+
search = version: {current_version}
28+
replace = version: {new_version}

.cookiecutterrc

+3-13
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
default_context:
44
allow_tests_inside_package: 'no'
5-
appveyor: 'no'
65
c_extension_function: '-'
76
c_extension_module: '-'
87
c_extension_optional: 'yes'
98
c_extension_support: 'yes'
10-
c_extension_test_pypi: 'no'
11-
c_extension_test_pypi_username: '-'
129
codacy: 'no'
1310
codacy_projectid: 862e7946eabb4112be6503a667381b71
1411
codeclimate: 'no'
@@ -18,39 +15,32 @@ default_context:
1815
coveralls: 'yes'
1916
distribution_name: lazy-object-proxy
2017
18+
formatter_quote_style: single
2119
full_name: Ionel Cristian Mărieș
2220
github_actions: 'yes'
2321
github_actions_osx: 'yes'
2422
github_actions_windows: 'yes'
25-
legacy_python: 'no'
2623
license: BSD 2-Clause License
27-
linter: flake8
2824
package_name: lazy_object_proxy
2925
pre_commit: 'yes'
30-
pre_commit_formatter: black
3126
project_name: lazy-object-proxy
3227
project_short_description: A fast and thorough lazy object proxy.
3328
pypi_badge: 'yes'
3429
pypi_disable_upload: 'no'
35-
release_date: '2021-12-15'
30+
release_date: '2023-01-04'
3631
repo_hosting: github.com
3732
repo_hosting_domain: github.com
3833
repo_main_branch: master
3934
repo_name: python-lazy-object-proxy
4035
repo_username: ionelmc
41-
requiresio: 'yes'
4236
scrutinizer: 'no'
43-
setup_py_uses_pytest_runner: 'no'
4437
setup_py_uses_setuptools_scm: 'yes'
4538
sphinx_docs: 'yes'
4639
sphinx_docs_hosting: https://python-lazy-object-proxy.readthedocs.io/
4740
sphinx_doctest: 'no'
4841
sphinx_theme: sphinx-py3doc-enhanced-theme
49-
test_matrix_configurator: 'no'
5042
test_matrix_separate_coverage: 'yes'
51-
travis: 'no'
52-
travis_osx: 'no'
53-
version: 1.7.1
43+
version: 1.9.0
5444
version_manager: bump2version
5545
website: https://blog.ionelmc.ro
5646
year_from: '2014'

0 commit comments

Comments
 (0)