autopub 0.3.0__py3-none-any.whl → 0.4.0__py3-none-any.whl
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.
- autopub/base copy.py +159 -0
- autopub/create_github_release.py +5 -5
- autopub/prepare_release copy.py +119 -0
- autopub/vendor/__init__.py +0 -0
- autopub/vendor/github_release.py +1164 -0
- {autopub-0.3.0.dist-info → autopub-0.4.0.dist-info}/METADATA +4 -6
- {autopub-0.3.0.dist-info → autopub-0.4.0.dist-info}/RECORD +10 -6
- {autopub-0.3.0.dist-info → autopub-0.4.0.dist-info}/WHEEL +1 -1
- {autopub-0.3.0.dist-info → autopub-0.4.0.dist-info}/LICENSE +0 -0
- {autopub-0.3.0.dist-info → autopub-0.4.0.dist-info}/entry_points.txt +0 -0
@@ -1,31 +1,29 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: autopub
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.4.0
|
4
4
|
Summary: Automatic package release upon pull request merge
|
5
5
|
Home-page: https://github.com/autopub/autopub
|
6
6
|
License: AGPL-3.0
|
7
7
|
Keywords: automatic,packaging,publish,release,version
|
8
8
|
Author: Justin Mayer
|
9
9
|
Author-email: entroP@gmail.com
|
10
|
-
Requires-Python: >=3.
|
10
|
+
Requires-Python: >=3.10.0,<4.0
|
11
11
|
Classifier: Development Status :: 4 - Beta
|
12
12
|
Classifier: Environment :: Console
|
13
13
|
Classifier: Intended Audience :: Developers
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
15
15
|
Classifier: Operating System :: OS Independent
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
17
|
-
Classifier: Programming Language :: Python :: 3.7
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
20
17
|
Classifier: Programming Language :: Python :: 3.10
|
21
18
|
Classifier: Programming Language :: Python :: 3.11
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
22
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
23
22
|
Classifier: Topic :: System :: Software Distribution
|
24
23
|
Classifier: Topic :: System :: Systems Administration
|
25
24
|
Provides-Extra: github
|
26
25
|
Requires-Dist: build (>=0.10.0,<0.11.0)
|
27
26
|
Requires-Dist: dunamai (>=1.17.0,<2.0.0)
|
28
|
-
Requires-Dist: githubrelease (>=1.5.9,<2.0.0) ; extra == "github"
|
29
27
|
Requires-Dist: httpx (==0.16.1) ; extra == "github"
|
30
28
|
Requires-Dist: tomlkit (>=0.5,<2.0)
|
31
29
|
Requires-Dist: twine (>=4.0.2,<5.0.0)
|
@@ -1,16 +1,20 @@
|
|
1
1
|
autopub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
autopub/autopub.py,sha256=uY-CGv6NIamoZYdv3U5oA4GDJZ-MBSmn2v9X5YRjn6w,1908
|
3
|
+
autopub/base copy.py,sha256=usIfektR-rFMoTZP4Oot3SFyLX9g9GG-5jRy4s5jZQo,4789
|
3
4
|
autopub/base.py,sha256=DUldASRwL8F3nWY5jXnzW0bY_4RIClvOVIK94EBxJyw,4794
|
4
5
|
autopub/build_release.py,sha256=UM9AbDHJWn4FpkeTJfm6PcAOMu1ma_xArTKk9202H4w,361
|
5
6
|
autopub/check_release.py,sha256=XcoX067xrJ1B1A7z0Y50Lj9zt4ELLEKjWRDf318y9fg,641
|
6
7
|
autopub/commit_release.py,sha256=Tz-TToqEO9AaWz5HUCNrQV3mlusdyI3HaxmwvHsPIT4,680
|
7
|
-
autopub/create_github_release.py,sha256=
|
8
|
+
autopub/create_github_release.py,sha256=8uK7Rlg7zWwA0F1FfuwWX9n8NhKFBYXdIkbE6tHxQ4g,1566
|
8
9
|
autopub/deploy_release.py,sha256=J0hkMhLaO-ktKMjNa-Zu1pVngx_fD_nM_dzC3UTWJM4,447
|
9
10
|
autopub/github_contributor.py,sha256=z49DxFGuvjMimUbKBP9BtsYmNLGuEW22tsPZkL_qL-0,2466
|
11
|
+
autopub/prepare_release copy.py,sha256=F1oQVv4Ez6kl0M3Tr5_z529eZ2SMRuqjVsZEsnihl4c,3322
|
10
12
|
autopub/prepare_release.py,sha256=Ku4ZDXeTRYpNwqAY02GYzTB2umsPlZUFs5DZUzA6jho,2537
|
11
13
|
autopub/publish_release.py,sha256=xxHI2SiXIFrJPRUP5EVUWrsozJIW8HiIgSLDgzt6s2U,374
|
12
|
-
autopub
|
13
|
-
autopub
|
14
|
-
autopub-0.
|
15
|
-
autopub-0.
|
16
|
-
autopub-0.
|
14
|
+
autopub/vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
autopub/vendor/github_release.py,sha256=CqcS3uVZtp_zBN_fZG1J_1EPwHUEJxCugAvogF-IIF8,38433
|
16
|
+
autopub-0.4.0.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
17
|
+
autopub-0.4.0.dist-info/METADATA,sha256=mYFYUqWrM7Ynu8OMBiaO1p1vnXKbk7Cg8hNvycuX1wo,3518
|
18
|
+
autopub-0.4.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
19
|
+
autopub-0.4.0.dist-info/entry_points.txt,sha256=dneC-sBNh-ntAab9sb46B2D6zW7GGvXHHBtIGyknjnA,48
|
20
|
+
autopub-0.4.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|