autopub 0.2.2__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.
@@ -1,31 +1,32 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: autopub
3
- Version: 0.2.2
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.6,<4.0
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.6
18
- Classifier: Programming Language :: Python :: 3.7
19
- Classifier: Programming Language :: Python :: 3.8
20
- Classifier: Programming Language :: Python :: 3.9
21
17
  Classifier: Programming Language :: Python :: 3.10
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
- Requires-Dist: githubrelease (>=1.5.8,<2.0.0); extra == "github"
27
- Requires-Dist: httpx (==0.16.1); extra == "github"
25
+ Requires-Dist: build (>=0.10.0,<0.11.0)
26
+ Requires-Dist: dunamai (>=1.17.0,<2.0.0)
27
+ Requires-Dist: httpx (==0.16.1) ; extra == "github"
28
28
  Requires-Dist: tomlkit (>=0.5,<2.0)
29
+ Requires-Dist: twine (>=4.0.2,<5.0.0)
29
30
  Project-URL: Issue Tracker, https://github.com/autopub/autopub/issues
30
31
  Project-URL: Repository, https://github.com/autopub/autopub
31
32
  Description-Content-Type: text/markdown
@@ -38,7 +39,7 @@ AutoPub enables project maintainers to release new package versions to PyPI by m
38
39
 
39
40
  ## Environment
40
41
 
41
- AutoPub is intended for use with continuous integration (CI) systems such as [GitHub Actions][], [CircleCI][], or [Travis CI][]. Projects used with AutoPub can be published via [Poetry][] or [setuptools][]. Contributions that add support for other CI and build systems are welcome.
42
+ AutoPub is intended for use with continuous integration (CI) systems such as [GitHub Actions][], [CircleCI][], or [Travis CI][]. Projects used with AutoPub are built via [build][] and published via [Twine][]. Contributions that add support for other CI and build systems are welcome.
42
43
 
43
44
  ## Configuration
44
45
 
@@ -82,6 +83,5 @@ For systems such as Travis CI in which only one deployment step is permitted, th
82
83
  [GitHub Actions]: https://github.com/features/actions
83
84
  [CircleCI]: https://circleci.com
84
85
  [Travis CI]: https://travis-ci.org
85
- [Poetry]: https://poetry.eustace.io
86
- [setuptools]: https://setuptools.readthedocs.io/
87
-
86
+ [build]: https://pypa-build.readthedocs.io
87
+ [Twine]: https://twine.readthedocs.io/
@@ -0,0 +1,20 @@
1
+ autopub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ autopub/autopub.py,sha256=uY-CGv6NIamoZYdv3U5oA4GDJZ-MBSmn2v9X5YRjn6w,1908
3
+ autopub/base copy.py,sha256=usIfektR-rFMoTZP4Oot3SFyLX9g9GG-5jRy4s5jZQo,4789
4
+ autopub/base.py,sha256=DUldASRwL8F3nWY5jXnzW0bY_4RIClvOVIK94EBxJyw,4794
5
+ autopub/build_release.py,sha256=UM9AbDHJWn4FpkeTJfm6PcAOMu1ma_xArTKk9202H4w,361
6
+ autopub/check_release.py,sha256=XcoX067xrJ1B1A7z0Y50Lj9zt4ELLEKjWRDf318y9fg,641
7
+ autopub/commit_release.py,sha256=Tz-TToqEO9AaWz5HUCNrQV3mlusdyI3HaxmwvHsPIT4,680
8
+ autopub/create_github_release.py,sha256=8uK7Rlg7zWwA0F1FfuwWX9n8NhKFBYXdIkbE6tHxQ4g,1566
9
+ autopub/deploy_release.py,sha256=J0hkMhLaO-ktKMjNa-Zu1pVngx_fD_nM_dzC3UTWJM4,447
10
+ autopub/github_contributor.py,sha256=z49DxFGuvjMimUbKBP9BtsYmNLGuEW22tsPZkL_qL-0,2466
11
+ autopub/prepare_release copy.py,sha256=F1oQVv4Ez6kl0M3Tr5_z529eZ2SMRuqjVsZEsnihl4c,3322
12
+ autopub/prepare_release.py,sha256=Ku4ZDXeTRYpNwqAY02GYzTB2umsPlZUFs5DZUzA6jho,2537
13
+ autopub/publish_release.py,sha256=xxHI2SiXIFrJPRUP5EVUWrsozJIW8HiIgSLDgzt6s2U,374
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.1.0b2
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,17 +0,0 @@
1
- autopub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- autopub/autopub.py,sha256=uY-CGv6NIamoZYdv3U5oA4GDJZ-MBSmn2v9X5YRjn6w,1908
3
- autopub/base.py,sha256=usIfektR-rFMoTZP4Oot3SFyLX9g9GG-5jRy4s5jZQo,4789
4
- autopub/build_release.py,sha256=QuKzFJYt8LNziwNI-ANl7gxPYf1Wbw80mAAGMtxtzAQ,302
5
- autopub/check_release.py,sha256=tNiNdx3lXEtV6mralqu1pLWViYm3kRikCx60dM9DULw,446
6
- autopub/commit_release.py,sha256=Tz-TToqEO9AaWz5HUCNrQV3mlusdyI3HaxmwvHsPIT4,680
7
- autopub/create_github_release.py,sha256=6jjp-7cU4ERZjNVpp8tR7U6k-hUmB7VCzC9JiBfKu70,1558
8
- autopub/deploy_release.py,sha256=J0hkMhLaO-ktKMjNa-Zu1pVngx_fD_nM_dzC3UTWJM4,447
9
- autopub/github_contributor.py,sha256=z49DxFGuvjMimUbKBP9BtsYmNLGuEW22tsPZkL_qL-0,2466
10
- autopub/prepare_release copy.py,sha256=F1oQVv4Ez6kl0M3Tr5_z529eZ2SMRuqjVsZEsnihl4c,3322
11
- autopub/prepare_release.py,sha256=aHTgW0d7n8joJLFiLFL53iR15wj529Yx0tpEsQkAb_Q,2372
12
- autopub/publish_release.py,sha256=G8poolFM9j5W6gtLSCo4AoZvVKmlIrkBslBlJf-1JQY,488
13
- autopub-0.2.2.dist-info/entry_points.txt,sha256=dneC-sBNh-ntAab9sb46B2D6zW7GGvXHHBtIGyknjnA,48
14
- autopub-0.2.2.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
15
- autopub-0.2.2.dist-info/WHEEL,sha256=FWzWAvOOsDP6aqtZj_z3pIhVEk8S9F03Xwafa0tLqIY,90
16
- autopub-0.2.2.dist-info/METADATA,sha256=IXdKYKXe7Q5YE6Un0_yVKwXzj1ETVkK1lvxNx34ipNw,3509
17
- autopub-0.2.2.dist-info/RECORD,,