From 1472fd978d23c6569a4015e3b874ca2a668c9e2f Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 11:00:05 -0500 Subject: [PATCH 01/33] remove badges --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c47dc..f9d2ace 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Hatch Version Action Example -[![PyPI - Version](https://img.shields.io/pypi/v/hatch-version-action-example.svg)](https://pypi.org/project/hatch-version-action-example) -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-version-action-example.svg)](https://pypi.org/project/hatch-version-action-example) + ----- From 4c2fd069898872aaf7ed6e52c143d1847d5016ed Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 11:01:20 -0500 Subject: [PATCH 02/33] run on all branches --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b483680..cb1c1af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "*" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From e2c7e739d572d8f40c845a26c03b0029db48131d Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 16:06:59 +0000 Subject: [PATCH 03/33] =?UTF-8?q?Bump=20version:=200.0.1=20=E2=86=92=200.1?= =?UTF-8?q?.0.dev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index fe60eb5..fd2c7ed 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.0.1' +__version__ = '0.1.0.dev0' From 7160ef5eae09a2defccc0cca5424a2ecd9fd1f94 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 12:32:24 -0500 Subject: [PATCH 04/33] only install hatch in action --- .github/workflows/main.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb1c1af..5e15102 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +env: + HATCH_INDEX_USER: __token__ + HATCH_INDEX_AUTH: ${{ secrets.pypi_token }} + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" @@ -22,12 +26,4 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - - name: Setup Python - uses: actions/setup-python@v4.2.0 - with: - python-version: '3.10' - - - run: pip install hatch - - uses: waylonwalker/hatch-version-action@v1 From e9573692fc0cf4cbd233ee837b4e180447644763 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 17:33:13 +0000 Subject: [PATCH 05/33] =?UTF-8?q?Bump=20version:=200.1.0.dev0=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index fd2c7ed..f2980ed 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev0' +__version__ = '0.1.0.dev1' From 3d90a6464919df95fa2cf1283e287afac713e323 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 12:35:12 -0500 Subject: [PATCH 06/33] rename --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e15102..8034278 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Use hatch-version-action # Controls when the workflow will run on: From 472f0e8660d18d0d9af202d8ed830e3eb80acdc7 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 17:35:48 +0000 Subject: [PATCH 07/33] =?UTF-8?q?Bump=20version:=200.1.0.dev1=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index f2980ed..bd2aaf0 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev1' +__version__ = '0.1.0.dev2' From 881417634c5a683a4e8ed10c01d01468aa3b581f Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:01:46 -0500 Subject: [PATCH 08/33] run --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f9d2ace..aebb2ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Hatch Version Action Example - - ----- **Table of Contents** From 5ac8128c562bf80a7e0f816ece21cc9c4f933c23 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 18:02:37 +0000 Subject: [PATCH 09/33] =?UTF-8?q?Bump=20version:=200.1.0.dev2=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index bd2aaf0..3df9694 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev2' +__version__ = '0.1.0.dev3' From b721301da144e3c44ad73fe95479d1de155570e6 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:06:37 -0500 Subject: [PATCH 10/33] run --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aebb2ef..f9d2ace 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Hatch Version Action Example + + ----- **Table of Contents** From 52d82a1e66ff975f10cb62517485d467a10c3a01 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:08:29 -0500 Subject: [PATCH 11/33] run --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f9d2ace..12ff265 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Hatch Version Action Example - ----- **Table of Contents** From 6aa662c8463463ad20e0ec568e36d1e5c219a978 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 13:12:26 -0500 Subject: [PATCH 12/33] make a test file --- tests/test_me.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/test_me.py diff --git a/tests/test_me.py b/tests/test_me.py new file mode 100644 index 0000000..7adb7d4 --- /dev/null +++ b/tests/test_me.py @@ -0,0 +1,2 @@ +def test_me(): + assert True From 24bcf58b4253e3a70ecf9b44f5d82d1ea5b9e300 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 18:13:17 +0000 Subject: [PATCH 13/33] =?UTF-8?q?Bump=20version:=200.1.0.dev3=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .coverage | Bin 0 -> 53248 bytes hatch_version_action_example/__about__.py | 2 +- tests/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 128 bytes .../test_me.cpython-310-pytest-7.1.2.pyc | Bin 0 -> 477 bytes 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .coverage create mode 100644 tests/__pycache__/__init__.cpython-310.pyc create mode 100644 tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc diff --git a/.coverage b/.coverage new file mode 100644 index 0000000000000000000000000000000000000000..c0b84accb427f4c7732968af6c7a79f49a6e2518 GIT binary patch literal 53248 zcmeI)U2EG`7zc34a_l%SJsl;OE`*$$)(ws0y6v{MqwBIY7iAqIZ5V^Hsj__%tF5`{FHhn{{`nK?}U_o2B^1`He zTbsyzqKWq=-x1}BPbVwm_b1j1ACG^QzgB3`1}qSO00bZafk>dcJdrORJgDFLAhc>N z75Y|P`SJ7Q>z9@mSC-_;;%gU|WV}uu8I!b>%W_fr-c8w7zFf6iO4@G2u3Mq)uF0^e z(%79qHTZ}}>*$!r5f`HL95U?&r3%#=WzqI+$MQGjb+tJkMM(A*s*NySL76Cf&E**K zNRoU``f64A%B`y)F2xbMF*i1M`@^w(@xTH7j*9AJ`E~jqAE*tj=vU>!DrHpn{05i4 z=38#Pse*ZF^=er6sGJ*NTwC9BDxoJ^wi{K`4eZeNT&Xrxy%Va&t`(eTv~(f7?X{u2 zu5yL0#wnA1ZPV!|-X&!cJxRPug>$`>wV#l8O^Ks2yB()S&ZQE1o`}Yt$>% zMsTA=AG}Pf6ME5mlN#Tw($mC8&yD7bv$Oi08&OAL9MK5IMkcBkC{q}Vfj4Jq?bgbl0Mbm#)YLa$Xd&*4feID#{`N7 z2+aj)wAGGV=b;jC9qQh?@~t(skZg^og{R$-sOwY=OUO@ ze$L&#l!=ObCm-oMH0krh7$`EY=@NBM(HcUI3Aj~>;#on#Eg(~B9rRxb@4!>e=HDy00bZa0SG_< z0uX=z1Rwwb2<$xpL(k}WKL5||`%)9ezCZSTO93npfB*y_009U<00Izz00bZafoE7? zB5TZu^iGEA^M)~Xg0JKsKX&|h`Pk|5v8t?|I#WGyruve|7}Le%I{1qVCl^k3-`BG< zx9#*6hAXAYnjJPfwMx@-RAr&%)vZ<~Xwq#?6}q>e-mEBhy|QlmVTaa7YsyJ>Wh=Us zsH`?Dr`=NJ`uSz^%@Zr99vQ1rv)xL2GgLuXnwO<=nXdeoebx5-@NB4jr|j54K=%Ol zH_~k}tM=O2_Ga7nuBm#s5PD9lxA|;TBr_?J85hY+iqwzA`wL3%j!~Ot#XU{j6Mu?d z#E;K#6QgJlfB*y_009U<00Izz00bZa0SNR2CX5+9{URhgYE0?;J%}-GOzX*40-14R zrjUNy!Pox{aYGZ|iO=Z;3j`nl0SG_<0uX=z1Rwwb2tWV=PeR}oBdc}w^cI7go_{@P z)2|!Fw+IZmYF{x;+qFZ}q#rmqlrgmBoynui`4xUP9YxU&>xOoDShQ`~@%4X0_?qy= z_u`8uQ9ks^hpRn00Izz00bZa0SG_<0uX?}o)$3Z7J*5={;!LFH2TK^0SG_<0uX=z1Rwwb z2tWV=5P-lQ6flg*0$=~v_V2;Up-K>d00bZa0SG_<0uX=z1Rwwb2=oN_`ajP9dmIQr z00Izz00bZa0SG_<0uX=z1oor=U;odEuQc(u_)YvQeh}Z#8!Qlj00bZa0SG_<0uX=z z1Rwwb2t1<#qqz~ipzE2fOn!ty1qzL3<5iihyuqPDW-FH&DbTj9oKCNLVT-T-=fqt; z|Nm9|B<_l@#rVVUFp{p! zY-M>R{bja{(Hx)s>+~G~1t{hgU;j76@0xfZ{-PHw5P$##AOHafKmY;|fB*y_009W> R1p&jLU;Q^S{KUWi|1Szh5^?|l literal 0 HcmV?d00001 diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 3df9694..bf48ff9 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev3' +__version__ = '0.1.0.dev4' diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b95f3a29f01c56007d8b8958bc309ad4f0c6a2eb GIT binary patch literal 128 zcmd1j<>g`k0@H5-$;CkWF^Gc<7=auIATDMB5-AM944RC7D;bJF!U*D*vVMAINk(as yetCXTc5y*sa;knwYH>-ietdjpUS>&ryk0@&Ee@O9{FKt1R6CI7VkRKL!T7fvBJmnP6FXxt#+F8_Yc>bF=*2tkvbzK@(5N3GrN6YT zl|Nu%sc)!Nmw@9E7NGX*OAYV1fE7l#4@=Yzad&|$e8m^? zT9U6-?cYB)L#2e&M<=J*{LEK@Ye&h{d)ZtIrCBIVjj3=Xq{yUcUgz6UI=+=Mm1dWX zQkjIBiCGqh<51I$?*v=)niay`f)s1#A0R7~^yj$q5b4LspfgS7lgh%O=vX(EBTGa( zn;S3pPXyZk+0S-SR%!U2sSYMltfR3q+tz8#4p@=8U3gQNwiHttX<=&XBjf#@Nh_L5 W=AkygqYG2LOj16H#nn1M3w{AcI((V{ literal 0 HcmV?d00001 From 76ba3caa33bfca1f64674d332ce32c052fd5ba7a Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 15:30:18 -0500 Subject: [PATCH 14/33] run test lint --- .flake8 | 2 ++ .github/workflows/main.yml | 2 ++ hatch_version_action_example/__about__.py | 2 +- pyproject.toml | 34 +++++++++++++++++++++-- tests/__init__.py | 4 +++ 5 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..de5a4f9 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +ignore = E501, W503, F541, E203 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8034278..f2d0d37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,3 +27,5 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - uses: waylonwalker/hatch-version-action@v1 + args: + beforeCommand: "test-lint" diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index bf48ff9..22765e9 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = '0.1.0.dev4' +__version__ = "0.1.0.dev4" diff --git a/pyproject.toml b/pyproject.toml index 054c164..d71a104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,17 @@ classifiers = [ dependencies = [] dynamic = ["version"] +[project.optional-dependencies] +dev = [ + "black", + "isort", + "seed-isort-config", + "flake8", + "pytest", + "pytest-cov", + "pytest-mock", +] + [project.urls] Documentation = "https://github.com/unknown/hatch-version-action-example#readme" Issues = "https://github.com/unknown/hatch-version-action-example/issues" @@ -36,12 +47,27 @@ path = "hatch_version_action_example/__about__.py" [tool.hatch.envs.default] dependencies = [ - "pytest", - "pytest-cov", + "black", + "isort", + "seed-isort-config", + "flake8", + "pytest", + "pytest-cov", + "pytest-mock", ] [tool.hatch.envs.default.scripts] cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_version_action_example --cov=tests" no-cov = "cov --no-cov" +lint = "flake8 hatch_version_action_example" +format = "black --check hatch_version_action_example" +sort_imports = "isort hatch_version_action_example" +test-lint = [ + "lint", + "format", + "seed-isort-config", + "sort-imports", + "cov", +] [[tool.hatch.envs.test.matrix]] python = ["37", "38", "39", "310", "311"] @@ -59,3 +85,7 @@ exclude_lines = [ "if __name__ == .__main__.:", "if TYPE_CHECKING:", ] + +[tool.isort] +profile = "black" +known_third_party = [] diff --git a/tests/__init__.py b/tests/__init__.py index 8ecc75f..1e0fa64 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,7 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT + + +def test_me(): + assert True From d79a546421671caf1d0192863002313bbc9d69fe Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 15:30:58 -0500 Subject: [PATCH 15/33] fix sort-imports --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d71a104..247e013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=hatch_ no-cov = "cov --no-cov" lint = "flake8 hatch_version_action_example" format = "black --check hatch_version_action_example" -sort_imports = "isort hatch_version_action_example" +sort-imports = "isort hatch_version_action_example" test-lint = [ "lint", "format", From 5f19ff1901604090133ded14e46db89f0796b9ce Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Thu, 1 Sep 2022 15:34:21 -0500 Subject: [PATCH 16/33] its with not args --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2d0d37..ff3bd4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,5 +27,5 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - uses: waylonwalker/hatch-version-action@v1 - args: + with: beforeCommand: "test-lint" From f3a91ca4effd80e3a827623a4f6f3972474df30b Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 20:35:00 +0000 Subject: [PATCH 17/33] =?UTF-8?q?Bump=20version:=200.1.0.dev4=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .coverage | Bin 53248 -> 53248 bytes hatch_version_action_example/__about__.py | 2 +- tests/__pycache__/__init__.cpython-310.pyc | Bin 128 -> 225 bytes .../test_me.cpython-310-pytest-7.1.2.pyc | Bin 477 -> 477 bytes 4 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.coverage b/.coverage index c0b84accb427f4c7732968af6c7a79f49a6e2518..4c4c9a87f5b338f7078abddedbeece799a7e3d9f 100644 GIT binary patch delta 118 zcmZozz}&EadBZC`4kH6AV-qV=%gvwkL<;#%Fz|opf5-on|2F?6{u7%81-9@{KDAy= zjh%^=larB=?LRvsnDL*Di-CcGjsGx6{agOW{D=9^@!tTdU(Y}J=zc9>PBxHopn4__ MFpKj)+oA&k0L;)L # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev4" +__version__ = "0.1.0.dev5" diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc index b95f3a29f01c56007d8b8958bc309ad4f0c6a2eb..0755541cd1306ea728c0567617775a3331dcf0f0 100644 GIT binary patch delta 148 zcmZo*e8^~<&&$ij00dd$g2_{W^kWbQ8887k4nSPY10+%yQW#qpq8L(`f*CZKlP3y_ zFgj0EbMs^`Ni8mk&rM|mDFo?YVJu<>Qhu5cx`+|TK_Wm(ZgJS;=BJeAq}qWb!Mb=@ E0W@C~pa1{> delta 67 zcmaFJ*ubck&&$ij00gGr1d@w^^kWbQ888Al4ikgiL^y16^HWN5Qtdz@#Y{kgg#iF^ CqY4oK diff --git a/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc b/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc index 0d66a793f0fcbae3623fa821071ac7a26ee9fd5a..a1ad16211d93a2493d4588196f52f91da72fed5e 100644 GIT binary patch delta 20 acmcc1e3zL!pO=@50SL0h1vheEVgvv(r38Qg delta 20 acmcc1e3zL!pO=@50SHXL32fxP#0UU3X9Xz$ From 86f02b2485cabc7f6e649ccedaeede99673b7687 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:00:51 -0500 Subject: [PATCH 18/33] run --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 12ff265..289ad06 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ # Hatch Version Action Example - ------ - -**Table of Contents** - -- [Installation](#installation) -- [License](#license) - ## Installation ```console From 498455baf2f9edefabee2ce24a2671de0f1b4f38 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:01:56 -0500 Subject: [PATCH 19/33] rm coverage --- .coverage | Bin 53248 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .coverage diff --git a/.coverage b/.coverage deleted file mode 100644 index 4c4c9a87f5b338f7078abddedbeece799a7e3d9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53248 zcmeI*&5sjh90%~3PPg6e3lD~D8r%?`3zQAp?Un^27(|pk5H)6j7!#tyw0*iA=*)Cy zrpvC0F$EL;02BWM<5~X&E}T4YFsKI)#>9&z8lwkH*57Yl+AVAei6oHbJ8avhGtcwP z^L(C{>2xOL^4dFgsASXg9V?V8+I~&fwKt^HG_637S$d>Po&wqQ4ZZ5S!lQx(ZRzT% zS@FI$llwvwAI*Ls$}?ZiR;GWL*(`iM{Z;;Yp-mgGKmY;|fB*y{f!^9ozIgDUe(RIa zs~5eMe8i)5bj;(3OHq0bnRbIxg=(F$==io{`P=e_+FpzzBzp_hRv53KOq9Lu zatwJaNxmR`)l|N6>ney#am;QkOfB60bShswa6rGKqB>cAo&KhWYC|gqRk_%tjOw1> z;L_K8%dNLmuqds54eK72b1RH%>w8Wm^kmz1qiVW=9on8N)t0JvL)F-`f{TonE`+zc zHk8*juF$nOWwNhbI)lV}q)ehGiJMe7*GpLk33=C)I4ZN-b!tR@z3X(iaVSN+#P4(dD9oGCfCXq>9++8bTfZ~R3$NVynQ!}S&=SAu%Lk?CCV^Z{L? zUa7W%jW&JoGOcdtMej{&e6vbVGoQUQnJ*qbtl!y)ItufcH9HLYfx=Ly>8~Eqb$I*e ze#4_=xRdZGYPY4=jD`%SmT}`yZ{9s-Dk+BL^FWhc5|K*!TzeZAmdYS&ZLc=m*PkI%7o^deUAN9dCEz;Ly-np?>uM?48cz$)yCYH8sTOj@)x)E@PQMG7)qZfQcQBVP z&d=+&3Q;#oS}S?U4|SomCHI&{(@l=Dg07!VBu|@%-lf8U4U!0rMd+~_id5IqrLzUn)gCX$9f#B(j-?74$e7x+unhIW;$Q56k8&z;F zf?4I~-0e%5sK|Hnk-kHdK0l11BJ-L-k>6I^Pycp1~ z>_A4le*9o`ZjeW?&3UYEmZGAh#}uC3uh3XahZO}J$8sCVVTzBwajrDw^O)rQ#B&EF zlqDLA0gcQ@@=P;Lw(>-k=D*Y-3eMHB8u2LSw%C>9&6avByZ9hkkIVudtT@)2ihflu&t@lc~bED(SI1Rwwb z2tWV=5P$##AOHafjGus^XY@Ru|7Z8z(}c0_&wbxf01E^l009U<00Izz00bZa0SG|g z1s0ge8iz!BCqwmR!swHrIWpn z_3WYBc6tlL)ly~M4qM$?rR6!QvefqKR=X0k=r*Sc-CIy^Rg}9~*|hzzOY5UG&aIF znQ7xtA^o<4um2ljLlY0g*Ytt~0uX=z1Rwwb2tWV=5P$##AOL}9A@I79)p~k*i@{CL zzY%ok*Nx&^1V&u7ub8Io+M#LE4;&oH7~0z7$)n5p6@E4yMbVDxhIV;Wv|ZWp^?yV7 zn()Q<;+tntLF54e2tWV=5P$##AOHafKmY;|fPki*%l7pDasF={HP-e>{^W1Wp<20j Date: Thu, 1 Sep 2022 21:02:36 +0000 Subject: [PATCH 20/33] =?UTF-8?q?Bump=20version:=200.1.0.dev5=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .coverage | Bin 0 -> 53248 bytes hatch_version_action_example/__about__.py | 2 +- tests/__pycache__/__init__.cpython-310.pyc | Bin 225 -> 225 bytes .../test_me.cpython-310-pytest-7.1.2.pyc | Bin 477 -> 477 bytes 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .coverage diff --git a/.coverage b/.coverage new file mode 100644 index 0000000000000000000000000000000000000000..0298e97bf42d05d3342a55fe54d303d363683f8e GIT binary patch literal 53248 zcmeI*U5^u07zgl~PPg6e3kO3s4Q|Mu8z>vLTe^S|4B{$W5H)6DV@!w+)AsCkpfgiu zrpvC0F$EJofQjG0c&%T78?L}B2 zT1$n#RabueJp0zA3#;oFTKvRGXAV+qWId-;vkV&QcU1*;}Z#!*~T{qU=qV zW5}aP@2G?dHngH&m5UpcQQh+! zT>6@Cx%H+BmZa6IVcny0ZijJgeb1?co^07}R82RqL)&wu+E(>Ws2Y1#aEZ~D#hf>5l4!uz+ zN2LwDq_R)lHhZ*XzrI7wnUZsh#;H24eWRm#jlU%ODVL&ZxZaZFN>C3tJe@0^KA>yV zE7f*zqeUOQOsf-m(R-5`->lNp%x5o6=8Fpp`kfn5M`0ebW`{v9P#Eeoz11VS4sRdb zZ+MgpcM={&t(NpQq9MbnW!yN_n+L~CCB?9O9%#}_B2r18Yj5MiQW<2e<<*A!TGV3# zMFWK9f;8Gj$F1{F3Ahe*Z%g^srdm$6#?!*{?nu;is)bzf!osMo)9V6ewHKV~9?a#7 z^Yi+xLe!0t)=FOTLtQ9s$vvjgbd#g3pyQ_#$&)6@G(~@wOvgyFg{o7|=ZdTIqpFj{ zGpk8pvYXH5i*s{&Hy#l@FY#kys1m%UKLj2*5IlYH+g8|=kC&ZSQ^89Ux#DYcqYBPN zFsuBWyL~AW75Pp+(syXm=Z7&=WM0!R^4n^syk)g$HfdY7PeYdG;P?n2Iby@2$X3nk zgi-(Hw^8@xV^6=laR&YOsXfJ7jH1)yEm;9MQ65sz|ii-8<(Hq~R<#RsADR;WVTQIexXg^Bvp zO)HRfU(rT7gf5nhC$&B|l3C?vK1-hD4>H{aJzqR_Oz(D*F&IxTWt zjYl^2yUBYr&(epS!S2C!104J|-UH8RaSPUBg)~<35ocecw?43j`nl0SG_<0uX=z1Rwwb2teQk z7MRHzheUcOL-l3Dm^;B&@>hcW%=at$?nH` z_RwuRy@laQsj_K@%}%Y-^c+=LZh3X9RSBAOn^T4EEvPpu%H67L*?!oe_0gJgl3m$~ zZY3(KZOdu5RJneB&3yO7`m0ZjRjJu-rM(lXAS^A(Qn^f5{>#2>!|f z0Q(#1wwMij^K5&k?R(c$JzNewr`6khHY$>t6v>Q>WF|%G$Kw43r4Og5O|#;@Chm*B z#INF~7r2R0GzdTd0uX=z1Rwwb2tWV=5P$##dIB@XAwB&fBs*!$>HIy2F>TE2$yWlI zY2#2K{kDUz{~O|lCLV~d=>-b}AOHafKmY;|fB*y_009U<00PfK;B_Obb@lWXgPWdz zJ!sRf8^yN>jJRrFF-_aGL(`-mI5?a!w6({RN0;*}{A@akq8-rp{%;&H*7ivL==p!Bd4od*3S=f|lb+kn>rr4g$JhUJ z;x3>6|0aGGcg45j!5DC$3J`z*1Rwwb2tWV=5P$##AOL}J6PU{JnLnTU=L!^zz6F>_ zS7vszypsN9c8x-gx6 # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev5" +__version__ = "0.1.0.dev6" diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc index 0755541cd1306ea728c0567617775a3331dcf0f0..38f9a87c1d49e3059984578b3f44c1ce3aef1387 100644 GIT binary patch delta 18 YcmaFJ_>hq+pO=@50SKPRPUN}{04-Pq)c^nh delta 18 YcmaFJ_>hq+pO=@50SL0hCvsf}04m-DRR910 diff --git a/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc b/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc index a1ad16211d93a2493d4588196f52f91da72fed5e..38909b2311108707cdc47488da5664a019a14433 100644 GIT binary patch delta 19 Zcmcc1e3zLkpO=@50SKPRZsfYm2mmr#1nvL; delta 19 Zcmcc1e3zLkpO=@50SL0hH*#HO1OP8!1a1HT From cc2492bd1a6a00f6c51e17ff2b1d66275fce2bef Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:04:17 -0500 Subject: [PATCH 21/33] ignore things --- .gitignore | 959 ++++++++++++++++++ tests/__pycache__/__init__.cpython-310.pyc | Bin 225 -> 0 bytes .../test_me.cpython-310-pytest-7.1.2.pyc | Bin 477 -> 0 bytes 3 files changed, 959 insertions(+) create mode 100644 .gitignore delete mode 100644 tests/__pycache__/__init__.cpython-310.pyc delete mode 100644 tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..245ee8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,959 @@ +# Created by https://www.toptal.com/developers/gitignore/api/vim,node,data,emacs,python,pycharm,executable,sublimetext,visualstudio,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=vim,node,data,emacs,python,pycharm,executable,sublimetext,visualstudio,visualstudiocode + +### Data ### +*.csv +*.dat +*.efx +*.gbr +*.key +*.pps +*.ppt +*.pptx +*.sdf +*.tax2010 +*.vcf +*.xml + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +### Executable ### +*.app +*.bat +*.cgi +*.com +*.exe +*.gadget +*.jar +*.pif +*.vb +*.wsf + +### Node ### +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +### Node Patch ### +# Serverless Webpack directories +.webpack/ + +# Optional stylelint cache + +# SvelteKit build / generate output +.svelte-kit + +### PyCharm ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# AWS User-specific +.idea/**/aws.xml + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# SonarLint plugin +.idea/sonarlint/ + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### PyCharm Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr + +# Sonarlint plugin +# https://plugins.jetbrains.com/plugin/7973-sonarlint +.idea/**/sonarlint/ + +# SonarQube Plugin +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin +.idea/**/sonarIssues.xml + +# Markdown Navigator plugin +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced +.idea/**/markdown-navigator.xml +.idea/**/markdown-navigator-enh.xml +.idea/**/markdown-navigator/ + +# Cache file creation bug +# See https://youtrack.jetbrains.com/issue/JBR-2257 +.idea/$CACHE_FILE$ + +# CodeStream plugin +# https://plugins.jetbrains.com/plugin/12206-codestream +.idea/codestream.xml + +# Azure Toolkit for IntelliJ plugin +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij +.idea/**/azureSettings.xml + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ + +### SublimeText ### +# Cache files for Sublime Text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# Workspace files are user-specific +*.sublime-workspace + +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text +# *.sublime-project + +# SFTP configuration file +sftp-config.json +sftp-config-alt*.json + +# Package control specific files +Package Control.last-run +Package Control.ca-list +Package Control.ca-bundle +Package Control.system-ca-bundle +Package Control.cache/ +Package Control.ca-certs/ +Package Control.merged-ca-bundle +Package Control.user-ca-bundle +oscrypto-ca-bundle.crt +bh_unicode_properties.cache + +# Sublime-github package stores a github token in this file +# https://packagecontrol.io/packages/sublime-github +GitHub.sublime-settings + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# Support for Project snippet scope +.vscode/*.code-snippets + +# Ignore code-workspaces +*.code-workspace + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools + +# Local History for Visual Studio Code + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml + +### VisualStudio Patch ### +# Additional files built by Visual Studio + +# End of https://www.toptal.com/developers/gitignore/api/vim,node,data,emacs,python,pycharm,executable,sublimetext,visualstudio,visualstudiocode diff --git a/tests/__pycache__/__init__.cpython-310.pyc b/tests/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 38f9a87c1d49e3059984578b3f44c1ce3aef1387..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 225 zcmd1j<>g`kf+wX)PzmlW&A$7kkcmc+;F y6;$402MNXJrm}&I1G#~Pv4|N+`DsFEgn1AaNXab@o80`A(wtN~kd0tnJgfk^<|V5D diff --git a/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc b/tests/__pycache__/test_me.cpython-310-pytest-7.1.2.pyc deleted file mode 100644 index 38909b2311108707cdc47488da5664a019a14433..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 477 zcmYjM!A`3D7*=3_t zCZT3xmc`*X)O6!J!4|z{g>bhZ#oEOO$OIq5t^`f)PoOjG%!vT!Im)=lNe64B1) z#>@Q^f%bp)vt5)`8op<$gGm(YXspb(by~9nR-|qh-V~-S#Z*RGnA-Ztcz Date: Thu, 1 Sep 2022 21:05:02 +0000 Subject: [PATCH 22/33] =?UTF-8?q?Bump=20version:=200.1.0.dev6=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .coverage | Bin 53248 -> 53248 bytes hatch_version_action_example/__about__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.coverage b/.coverage index 0298e97bf42d05d3342a55fe54d303d363683f8e..7c3fcc7a2906d29714ce90f7d9ce01fce89b5f0d 100644 GIT binary patch delta 19 bcmZozz}&EadBZzB7E>z&!_A-c_!a^HOM3@t delta 19 bcmZozz}&EadBZzB79%TT)6Jjs_!a^HON|F@ diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index a07bca5..41e16f2 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev6" +__version__ = "0.1.0.dev7" From 2f62f8ebee9dd71769e5860b85c9f7b9defc5b31 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:06:08 -0500 Subject: [PATCH 23/33] wtih before-command --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff3bd4e..40f6267 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: - uses: actions/checkout@v3 - uses: waylonwalker/hatch-version-action@v1 with: - beforeCommand: "test-lint" + before-command: "test-lint" From fee83d03c586d766cf4012da78bffef237c84d27 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 21:07:04 +0000 Subject: [PATCH 24/33] =?UTF-8?q?Bump=20version:=200.1.0.dev7=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 41e16f2..d0e44f3 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev7" +__version__ = "0.1.0.dev8" From 826611cdc7e4019b18320b29d6dad7e3cd2ea9c7 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:24:43 -0500 Subject: [PATCH 25/33] merge --- .coverage | Bin 53248 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .coverage diff --git a/.coverage b/.coverage deleted file mode 100644 index 7c3fcc7a2906d29714ce90f7d9ce01fce89b5f0d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53248 zcmeI*&2QUe90zbaPLrlDdxoYe8r8JtvSrnprs+1shQ=6dhY1ksRw1MbJSTbDc#G}S zcDfb`p=?O|1CaO+5NG%ocG-!;4rsuE147~g5(vRzNagqQOVYH>G>J)@qOaE^PweM; z{5+rM#c^z9*OuS0LnT)|-?2h@N;|0Oy7q>Ynx+-#F-?zj$x|SkzM)rrM|fDUpeB{5}QyYcPC%?+yEVO6?76?E90uX>eB+y-+$`=nG*6(~0 zTD6u6eXFkg_<8!RtCugXT$U>r-+bq?jMvE%6Oxv4SzeUBcU!iVFIVlBlD6Bh>sDyH zYcg!AGXNY~-* z!}|@7lEF^Gqo~!A-fA>tIJJx$hkEnQF;ht~ET0FO^pc2F(&yUSxUf_PS!;Q2By^o#tq+A42YEt*Z*mhID!r8zi00!WV7uqd)s z^EzSFfB9|HJ^9$vFK?Vd|9xstvF4)aG`wj?!MXH}EH$lwC!e4sYo6CqmKz@uDB_iX zc4Y@L+V$Rp(S?2hcmN>rGr zKi#$hS@#ufq(kUj$#_!hb0e8me&(~}asD9FJ*wx6Cr|3#PBI4L>BS7_SngP9v6Hu% zfxfY8W51icNAoOw$l2LF*lq_0zm506b6VVjwOApIm3+jRnBxVyM`18Pb6u<%j2tWV=5P$##AOHafKmY;| zc!33`vc?gS-pNpX*)V2K@s<3g#igb4;@R?IRW4P}EuJ~ISQQy#wwPQ8e`VqH!s+hE zdiKa&JH3VBda1Hzhs{o{()1ivS!j86t5pe_bemI!?k%V{E6UxdY}kI-q4m+4a*|!y zif$z;t4+&kw^X@)Y1w@D)XJ+*j8&=GZl%2ysvs=Q%Tl>aSN_YsYI}ZoK2*L_cI+Ua zdjR_z>9&|vd+mICtL=L?RXtn?J*U;%d_F3YnH0&4i)1E6>c`^!1*H!ss7d99E znMvbFA^o<4um2ljT@#PQ*Ytt~0uX=z1Rwwb2tWV=5P$##AOL}9A@I79)w+6mi@|Nr zzZJCU*Nx&^1cqF-ub8Io+M#LE4;&oJ7~1mQ^00Izz z00bZa0SG_<0uUGhf$`j!UeNW-b|ybYp#p`*v+=6TcHZDnfdZK^+N9^U^LiB6&hhpC zoVd^D|G$Z!#eMOucr*eWr~(8a009U<00Izz00bZa0SG`~)C4ASeCE%m{<#7Lqi+Gm z(v_L*EU%=0nQfzx#7;@|)O4<#59NB{r; From 5ffe3518aa36855735497afad6da926fba9a17f5 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:25:08 -0500 Subject: [PATCH 26/33] Example Good run --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 289ad06..2f3ad4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Hatch Version Action Example + ## Installation ```console From a70e6882d51c9bf41751ce597fd2cf787088381f Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 21:25:53 +0000 Subject: [PATCH 27/33] =?UTF-8?q?Bump=20version:=200.1.0.dev8=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index d0e44f3..2d5ef81 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev8" +__version__ = "0.1.0.dev9" From 6b1986a9aa412c2773e41196601cc68e4ce2afec Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:28:42 -0500 Subject: [PATCH 28/33] Example flake8 error --- hatch_version_action_example/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index 8ecc75f..de180d8 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,3 +1,5 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT + +assert None == None From 21f8edb7d31f66e12c31686a996b34555d849790 Mon Sep 17 00:00:00 2001 From: autobump Date: Thu, 1 Sep 2022 21:29:57 +0000 Subject: [PATCH 29/33] =?UTF-8?q?Bump=20version:=200.1.0.dev9=20=E2=86=92?= =?UTF-8?q?=200.1.0.dev10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hatch_version_action_example/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatch_version_action_example/__about__.py b/hatch_version_action_example/__about__.py index 2d5ef81..86934b0 100644 --- a/hatch_version_action_example/__about__.py +++ b/hatch_version_action_example/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT -__version__ = "0.1.0.dev9" +__version__ = "0.1.0.dev10" From 2fa56ba63434f396ea4db001c2f87d5a63048ebf Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 16:29:34 -0500 Subject: [PATCH 30/33] remove flake8 issue --- hatch_version_action_example/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index de180d8..8ecc75f 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,5 +1,3 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT - -assert None == None From 8f0f5fc99f10c96e0471d5b85143778a5474b498 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 18:48:45 -0500 Subject: [PATCH 31/33] re-add flake8 error --- hatch_version_action_example/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index 8ecc75f..de180d8 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,3 +1,5 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT + +assert None == None From 944a5f65d756768c02047357ee6da9efa49d82ed Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 1 Sep 2022 19:18:23 -0500 Subject: [PATCH 32/33] Example Good run --- hatch_version_action_example/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hatch_version_action_example/__init__.py b/hatch_version_action_example/__init__.py index de180d8..8ecc75f 100644 --- a/hatch_version_action_example/__init__.py +++ b/hatch_version_action_example/__init__.py @@ -1,5 +1,3 @@ # SPDX-FileCopyrightText: 2022-present Waylon S. Walker # # SPDX-License-Identifier: MIT - -assert None == None From cc979d618b627d5f89a2e9283cea49f4bb9ad730 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Fri, 2 Sep 2022 07:51:28 -0500 Subject: [PATCH 33/33] Example Good Run on a Non-publishing branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f3ad4b..5b6d9fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Hatch Version Action Example + ## Installation ```console