Movatterモバイル変換


[0]ホーム

URL:


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

Commit395368b

Browse files
authored
Merge pull requestfastapi-mvc#259 from fastapi-mvc/bump_copier-project
Bump copier-project from 0.5.0 to 0.6.0
2 parents1f0da0a +ddc38e8 commit395368b

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

‎CHANGELOG.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This file documents changes to [fastapi-mvc](https://github.com/fastapi-mvc/fast
66

77
###Generators
88

9+
* Bump copier-project from 0.5.0 to 0.6.0. PR[#259](https://github.com/fastapi-mvc/fastapi-mvc/pull/259)
10+
* Bump copier-generator from 0.3.0 to 0.4.1. PR[#258](https://github.com/fastapi-mvc/fastapi-mvc/pull/258)
911
* Bump copier-controller from 0.2.1 to 0.2.2.[952bf68](https://github.com/fastapi-mvc/fastapi-mvc/commit/952bf68d6361de0c94ed81dc39ed1a5e7fcbb494)
1012
* Bump copier-script from 0.1.1 to 0.1.2.[af51059](https://github.com/fastapi-mvc/fastapi-mvc/commit/af51059b4c1dd4e4a270c791aede1a66ac719eb7)
1113

@@ -42,7 +44,7 @@ This file documents changes to [fastapi-mvc](https://github.com/fastapi-mvc/fast
4244

4345
###Generators
4446

45-
* Bump copier-generator from 0.1.0 to 0.2.0. PR[#241](https://github.com/fastapi-mvc/fastapi-mvc/pull/241)
47+
* Bump copier-generator from 0.1.0 to 0.2.0. PR[#242](https://github.com/fastapi-mvc/fastapi-mvc/pull/242)
4648
* Bump copier-controller from 0.2.0 to 0.2.1.[16acea1](https://github.com/fastapi-mvc/fastapi-mvc/commit/16acea1b8281bd7e295c51c6052088dc4b1d1bf2)
4749
* Bump copier-script from 0.1.0 to 0.1.1.[96a46d8](https://github.com/fastapi-mvc/fastapi-mvc/commit/96a46d85728ec1202dea23764e23c97b4a69bcd6)
4850

‎fastapi_mvc/constants.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Template=namedtuple("Template","template vcs_ref")
1212
VERSION="0.27.0"
1313
ANSWERS_FILE=".fastapi-mvc.yml"
14-
COPIER_PROJECT=Template("https://github.com/fastapi-mvc/copier-project.git","0.5.0")
14+
COPIER_PROJECT=Template("https://github.com/fastapi-mvc/copier-project.git","0.6.0")
1515
COPIER_CONTROLLER=Template(
1616
"https://github.com/fastapi-mvc/copier-controller.git","0.2.2"
1717
)

‎tests/integration/cli/test_update.py‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ def dirhash(path):
4747
classTestCliUpdateCommand:
4848

4949
@pytest.mark.parametrize("old, target", [
50-
("0.1.0","0.5.0"),
51-
("0.1.1","0.5.0"),
52-
("0.2.0","0.5.0"),
53-
("0.3.0","0.5.0"),
54-
("0.4.0","0.5.0"),
50+
("0.1.0","0.6.0"),
51+
("0.1.1","0.6.0"),
52+
("0.2.0","0.6.0"),
53+
("0.3.0","0.6.0"),
54+
("0.4.0","0.6.0"),
55+
("0.5.0","0.6.0"),
5556
])
5657
deftest_should_update_outdated_project_to_given_version(self,tmp_path,monkeypatch,new_copy,update_copy,cli_runner,reference_projects,old,target):
5758
# given

‎tests/integration/conftest.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"0.3.0",
1515
"0.4.0",
1616
"0.5.0",
17+
"0.6.0",
1718
}
1819

1920

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp