Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed4b036

Browse files
committed
Drop support for old pythons and switch to github actions.
1 parent 7dccb19 commit ed4b036

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+954
-2137
lines changed

‎.appveyor.yml‎

Lines changed: 0 additions & 255 deletions
This file was deleted.

‎.bumpversion.cfg‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ tag = True
77
search = version='{current_version}'
88
replace = version='{new_version}'
99

10-
[bumpversion:file:README.rst]
10+
[bumpversion:file (badge):README.rst]
1111
search = /v{current_version}.svg
1212
replace = /v{new_version}.svg
1313

14+
[bumpversion:file (link):README.rst]
15+
search = /v{current_version}...main
16+
replace = /v{new_version}...main
17+
1418
[bumpversion:file:docs/conf.py]
1519
search = version = release = '{current_version}'
1620
replace = version = release = '{new_version}'

‎.cookiecutterrc‎

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,57 @@
11
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
22

33
default_context:
4-
allow_tests_inside_package: no
5-
appveyor: yes
4+
allow_tests_inside_package: 'no'
5+
appveyor: 'no'
66
c_extension_function: '-'
77
c_extension_module: '-'
8-
c_extension_optional: no
9-
c_extension_support: no
10-
c_extension_test_pypi: no
8+
c_extension_optional: 'no'
9+
c_extension_support: 'no'
10+
c_extension_test_pypi: 'no'
1111
c_extension_test_pypi_username: ionelmc
12-
codacy: no
12+
codacy: 'no'
1313
codacy_projectid: '-'
14-
codeclimate: no
15-
codecov: yes
16-
command_line_interface: no
14+
codeclimate: 'no'
15+
codecov: 'yes'
16+
command_line_interface: 'no'
1717
command_line_interface_bin_name: '-'
18-
coveralls: yes
19-
coveralls_token: mHSWktPkrw65WSlziG8NnK9m1xj2k1kOQ
18+
coveralls: 'yes'
2019
distribution_name: aspectlib
2120
email: contact@ionelmc.ro
2221
full_name: Ionel Cristian Mărieș
23-
legacy_python: yes
22+
github_actions: 'yes'
23+
github_actions_osx: 'no'
24+
github_actions_windows: 'no'
25+
legacy_python: 'no'
2426
license: BSD 2-Clause License
2527
linter: flake8
2628
package_name: aspectlib
27-
pre_commit: yes
29+
pre_commit: 'yes'
30+
pre_commit_formatter: black
2831
project_name: Aspectlib
2932
project_short_description: '``aspectlib`` is an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing'
30-
pypi_badge: yes
31-
pypi_disable_upload: no
33+
pypi_badge: 'yes'
34+
pypi_disable_upload: 'no'
3235
release_date: '2020年11月15日'
3336
repo_hosting: github.com
3437
repo_hosting_domain: github.com
38+
repo_main_branch: main
3539
repo_name: python-aspectlib
3640
repo_username: ionelmc
37-
requiresio: yes
38-
scrutinizer: no
39-
setup_py_uses_setuptools_scm: no
40-
setup_py_uses_test_runner: no
41-
sphinx_docs: yes
41+
requiresio: 'yes'
42+
scrutinizer: 'no'
43+
setup_py_uses_pytest_runner: 'no'
44+
setup_py_uses_setuptools_scm: 'no'
45+
sphinx_docs: 'yes'
4246
sphinx_docs_hosting: https://python-aspectlib.readthedocs.io/
43-
sphinx_doctest: yes
47+
sphinx_doctest: 'yes'
4448
sphinx_theme: sphinx-py3doc-enhanced-theme
45-
test_matrix_configurator: yes
46-
test_matrix_separate_coverage: no
47-
test_runner: pytest
48-
travis: yes
49-
travis_osx: no
49+
test_matrix_configurator: 'no'
50+
test_matrix_separate_coverage: 'yes'
51+
travis: 'no'
52+
travis_osx: 'no'
5053
version: 1.5.2
54+
version_manager: bump2version
5155
website: http://blog.ionelmc.ro
5256
year_from: '2014'
53-
year_to: '2021'
57+
year_to: '2022'

‎.coveragerc‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[paths]
2-
source =
3-
src
4-
*/site-packages
2+
source = src
53

64
[run]
75
branch = true
86
source =
9-
aspectlib
7+
src
108
tests
119
parallel = true
1210

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /