github-forker 1.0.1__tar.gz → 1.0.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-forker
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Production-ready GitHub repository forking built on PyGithub — retry, backoff, readiness polling, thread pool, background jobs, upstream remotes, and webhooks.
5
5
  Project-URL: Homepage, https://github.com/cumulus13/pygithub-fork
6
6
  Project-URL: Repository, https://github.com/cumulus13/pygithub-fork
@@ -34,8 +34,8 @@ Description-Content-Type: text/markdown
34
34
 
35
35
  # github-forker
36
36
 
37
- [![PyPI version](https://badge.fury.io/py/pygithub-fork.svg)](https://pypi.org/project/pygithub-fork/)
38
- [![Python](https://img.shields.io/pypi/pyversions/pygithub-fork)](https://pypi.org/project/pygithub-fork/)
37
+ [![PyPI version](https://badge.fury.io/py/github-forker.svg)](https://pypi.org/project/github-forker/)
38
+ [![Python](https://img.shields.io/pypi/pyversions/github-forker)](https://pypi.org/project/github-forker/)
39
39
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
40
40
 
41
41
  Production-ready GitHub repository forking built on [PyGithub](https://github.com/PyGithub/PyGithub).
@@ -1,7 +1,7 @@
1
1
  # github-forker
2
2
 
3
- [![PyPI version](https://badge.fury.io/py/pygithub-fork.svg)](https://pypi.org/project/pygithub-fork/)
4
- [![Python](https://img.shields.io/pypi/pyversions/pygithub-fork)](https://pypi.org/project/pygithub-fork/)
3
+ [![PyPI version](https://badge.fury.io/py/github-forker.svg)](https://pypi.org/project/github-forker/)
4
+ [![Python](https://img.shields.io/pypi/pyversions/github-forker)](https://pypi.org/project/github-forker/)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6
6
 
7
7
  Production-ready GitHub repository forking built on [PyGithub](https://github.com/PyGithub/PyGithub).
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "github-forker"
9
- version = "1.0.1"
9
+ version = "1.0.2"
10
10
  description = "Production-ready GitHub repository forking built on PyGithub — retry, backoff, readiness polling, thread pool, background jobs, upstream remotes, and webhooks."
11
11
  readme = "README.md"
12
12
  authors = [
File without changes
File without changes
File without changes