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

Commit5a12252

Browse files
committed
bumpversion; remove Dockerfile from make
1 parent7030596 commit5a12252

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

‎.bumpversion.cfg‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[bumpversion]
2+
current_version = 2.1.0
3+
commit = True
4+
tag = True
5+
[bumpversion:file:etherscan/version.py]
6+
search =__version__ ="{current_version}"
7+
replace =__version__ ="{new_version}"
8+
[bumpversion:file:VERSION]
9+
search = {current_version}
10+
replace = {new_version}
11+

‎make/version.mk‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ version-update:
4444
[-f .bumpversion.cfg ]|| {echo"$$BUMPVERSION_CFG">.bumpversion.cfg; git add .bumpversion.cfg; }
4545
$(MAKE) requirements.txt requirements-dev.txt requirements-docs.txt
4646
git add requirements*.txt
47-
$(MAKE) Dockerfile
48-
git add Dockerfile
4947
sed -E -i$(module)/version.py -e"s/(.*__timestamp__.*=).*/\1\"$$(date --rfc-3339=seconds)\"/"
5048
git add$(module)/version.py
5149
@echo"Updated version.py timestamp and requirements.txt"

‎requirements-dev.txt‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
black
2+
bump2version
3+
coverage
4+
flake8
5+
flake8-length
6+
flit
7+
isort
8+
pdbpp
9+
pyrate-limiter
10+
pytest
11+
pytest-datadir

‎requirements-docs.txt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
m2r2
2+
sphinx
3+
sphinx-click
4+
sphinx-rtd-theme

‎requirements.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp