gitversion-simple 1.0.0__tar.gz → 1.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gitversion_simple-1.0.0/src/gitversion_simple.egg-info → gitversion_simple-1.1.0}/PKG-INFO +3 -3
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/pyproject.toml +6 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/readme.md +2 -2
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0/src/gitversion_simple.egg-info}/PKG-INFO +3 -3
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/SOURCES.txt +1 -0
- gitversion_simple-1.1.0/src/gitversion_simple.egg-info/entry_points.txt +5 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/LICENSE +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/setup.cfg +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple/__init__.py +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple/format_.py +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple/next_version.py +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple/py.typed +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/dependency_links.txt +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/requires.txt +0 -0
- {gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitversion_simple
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: A simple version based on git for setuptools.
|
|
5
5
|
Author-email: Ярыкин Евгений <pypi@zedzhen.ru>
|
|
6
6
|
License: The zlib/libpng License
|
|
@@ -49,10 +49,10 @@ If the latest tag is pre-release, the pre-release number is incremented by 1.
|
|
|
49
49
|
used:
|
|
50
50
|
1. add "gitversion_simple" in build-system.requires (in pyproject.toml)
|
|
51
51
|
```toml
|
|
52
|
-
|
|
52
|
+
[build-system]
|
|
53
53
|
requires = [
|
|
54
54
|
"setuptools>=81.0.0",
|
|
55
|
-
"gitversion_simple~=1.
|
|
55
|
+
"gitversion_simple~=1.1",
|
|
56
56
|
]
|
|
57
57
|
```
|
|
58
58
|
2. add in pyproject.toml
|
|
@@ -25,6 +25,12 @@ dynamic = ["version"]
|
|
|
25
25
|
[project.urls]
|
|
26
26
|
source = "https://github.com/zedzhen/gitversion_simple"
|
|
27
27
|
|
|
28
|
+
[project.entry-points."versioningit.next_version"]
|
|
29
|
+
simple = "gitversion_simple:next_version"
|
|
30
|
+
|
|
31
|
+
[project.entry-points."versioningit.format"]
|
|
32
|
+
simple = "gitversion_simple:format_"
|
|
33
|
+
|
|
28
34
|
[project.optional-dependencies]
|
|
29
35
|
dev = [
|
|
30
36
|
'black~=26.5',
|
|
@@ -10,10 +10,10 @@ If the latest tag is pre-release, the pre-release number is incremented by 1.
|
|
|
10
10
|
used:
|
|
11
11
|
1. add "gitversion_simple" in build-system.requires (in pyproject.toml)
|
|
12
12
|
```toml
|
|
13
|
-
|
|
13
|
+
[build-system]
|
|
14
14
|
requires = [
|
|
15
15
|
"setuptools>=81.0.0",
|
|
16
|
-
"gitversion_simple~=1.
|
|
16
|
+
"gitversion_simple~=1.1",
|
|
17
17
|
]
|
|
18
18
|
```
|
|
19
19
|
2. add in pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitversion_simple
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: A simple version based on git for setuptools.
|
|
5
5
|
Author-email: Ярыкин Евгений <pypi@zedzhen.ru>
|
|
6
6
|
License: The zlib/libpng License
|
|
@@ -49,10 +49,10 @@ If the latest tag is pre-release, the pre-release number is incremented by 1.
|
|
|
49
49
|
used:
|
|
50
50
|
1. add "gitversion_simple" in build-system.requires (in pyproject.toml)
|
|
51
51
|
```toml
|
|
52
|
-
|
|
52
|
+
[build-system]
|
|
53
53
|
requires = [
|
|
54
54
|
"setuptools>=81.0.0",
|
|
55
|
-
"gitversion_simple~=1.
|
|
55
|
+
"gitversion_simple~=1.1",
|
|
56
56
|
]
|
|
57
57
|
```
|
|
58
58
|
2. add in pyproject.toml
|
{gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/SOURCES.txt
RENAMED
|
@@ -8,5 +8,6 @@ src/gitversion_simple/py.typed
|
|
|
8
8
|
src/gitversion_simple.egg-info/PKG-INFO
|
|
9
9
|
src/gitversion_simple.egg-info/SOURCES.txt
|
|
10
10
|
src/gitversion_simple.egg-info/dependency_links.txt
|
|
11
|
+
src/gitversion_simple.egg-info/entry_points.txt
|
|
11
12
|
src/gitversion_simple.egg-info/requires.txt
|
|
12
13
|
src/gitversion_simple.egg-info/top_level.txt
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/requires.txt
RENAMED
|
File without changes
|
{gitversion_simple-1.0.0 → gitversion_simple-1.1.0}/src/gitversion_simple.egg-info/top_level.txt
RENAMED
|
File without changes
|