augint-github 1.0.0__tar.gz → 1.2.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.
@@ -1,13 +1,15 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: augint-github
3
- Version: 1.0.0
3
+ Version: 1.2.0
4
4
  Summary: GitHub tools for Augmenting Integrations
5
5
  License: AGPL-3.0-only
6
6
  Author: Samuel Vange
7
7
  Author-email: 7166607+svange@users.noreply.github.com
8
- Requires-Python: >=3.12,<4.0
8
+ Requires-Python: >=3.10,<4.0
9
9
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
10
10
  Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
11
13
  Classifier: Programming Language :: Python :: 3.12
12
14
  Classifier: Programming Language :: Python :: 3.13
13
15
  Requires-Dist: click (>=8.1.8,<9.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "augint-github"
3
- version = "1.0.0"
3
+ version = "1.2.0"
4
4
  description = "GitHub tools for Augmenting Integrations"
5
5
  authors = ["Samuel Vange <7166607+svange@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -25,6 +25,13 @@ pep621 = "commitizen.providers:Pep621Provider"
25
25
  poetry = "commitizen.providers:PoetryProvider"
26
26
  scm = "commitizen.providers:ScmProvider"
27
27
 
28
+ [tool.poetry.dependencies]
29
+ python = ">=3.10,<4.0"
30
+ click = "^8.1.8"
31
+ python-dotenv = "^1.0.1"
32
+ rich = "^13.9.4"
33
+ loguru = "^0.7.3"
34
+ pygithub = "^2.5.0"
28
35
 
29
36
  [tool.poetry.group.dev.dependencies]
30
37
  pytest = "^8.3.4"
@@ -89,15 +96,6 @@ major_version_zero = true
89
96
  pep440 = "commitizen.version_schemes:Pep440"
90
97
  semver = "commitizen.version_schemes:SemVer"
91
98
 
92
- [tool.poetry.dependencies]
93
- python = "^3.12"
94
- click = "^8.1.8"
95
- python-dotenv = "^1.0.1"
96
- rich = "^13.9.4"
97
- loguru = "^0.7.3"
98
- pygithub = "^2.5.0"
99
-
100
-
101
99
  [tool.coverage] # not tested
102
100
  [tool.coverage.report]
103
101
  show_missing = true
File without changes