invenio-github 5.0.0__tar.gz → 7.0.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.
Files changed (70) hide show
  1. {invenio_github-5.0.0 → invenio_github-7.0.0}/CHANGES.rst +8 -0
  2. {invenio_github-5.0.0 → invenio_github-7.0.0}/PKG-INFO +19 -11
  3. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/__init__.py +1 -1
  4. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/cs/LC_MESSAGES/messages.mo +0 -0
  5. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/da/LC_MESSAGES/messages.mo +0 -0
  6. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/de/LC_MESSAGES/messages.mo +0 -0
  7. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/en/LC_MESSAGES/messages.mo +0 -0
  8. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/es/LC_MESSAGES/messages.mo +0 -0
  9. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/fr/LC_MESSAGES/messages.mo +0 -0
  10. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/it/LC_MESSAGES/messages.mo +0 -0
  11. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/PKG-INFO +19 -11
  12. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/requires.txt +10 -10
  13. {invenio_github-5.0.0 → invenio_github-7.0.0}/setup.cfg +10 -10
  14. {invenio_github-5.0.0 → invenio_github-7.0.0}/.git-blame-ignore-revs +0 -0
  15. {invenio_github-5.0.0 → invenio_github-7.0.0}/.lgtm +0 -0
  16. {invenio_github-5.0.0 → invenio_github-7.0.0}/.travis.yml +0 -0
  17. {invenio_github-5.0.0 → invenio_github-7.0.0}/AUTHORS.rst +0 -0
  18. {invenio_github-5.0.0 → invenio_github-7.0.0}/CONTRIBUTING.rst +0 -0
  19. {invenio_github-5.0.0 → invenio_github-7.0.0}/INSTALL.rst +0 -0
  20. {invenio_github-5.0.0 → invenio_github-7.0.0}/LICENSE +0 -0
  21. {invenio_github-5.0.0 → invenio_github-7.0.0}/MAINTAINERS +0 -0
  22. {invenio_github-5.0.0 → invenio_github-7.0.0}/MANIFEST.in +0 -0
  23. {invenio_github-5.0.0 → invenio_github-7.0.0}/README.rst +0 -0
  24. {invenio_github-5.0.0 → invenio_github-7.0.0}/RELEASE-NOTES.rst +0 -0
  25. {invenio_github-5.0.0 → invenio_github-7.0.0}/babel.ini +0 -0
  26. {invenio_github-5.0.0 → invenio_github-7.0.0}/constraints-pypi.txt +0 -0
  27. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/alembic/2f62e6442a08_change_datetime_types.py +0 -0
  28. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/alembic/5a5428312b2b_create_github_branch.py +0 -0
  29. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/alembic/b0eaee37b545_create_github_tables.py +0 -0
  30. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/api.py +0 -0
  31. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/assets/semantic-ui/js/invenio_github/index.js +0 -0
  32. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/config.py +0 -0
  33. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/errors.py +0 -0
  34. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/ext.py +0 -0
  35. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/models.py +0 -0
  36. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/oauth/handlers.py +0 -0
  37. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/oauth/remote_app.py +0 -0
  38. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/proxies.py +0 -0
  39. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/receivers.py +0 -0
  40. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/tasks.py +0 -0
  41. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/base.html +0 -0
  42. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/helpers.html +0 -0
  43. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/base.html +0 -0
  44. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/helpers.html +0 -0
  45. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/index.html +0 -0
  46. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/index_item.html +0 -0
  47. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/templates/semantic-ui/invenio_github/settings/view.html +0 -0
  48. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/cs/LC_MESSAGES/messages.po +0 -0
  49. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/da/LC_MESSAGES/messages.po +0 -0
  50. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/de/LC_MESSAGES/messages.po +0 -0
  51. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/en/LC_MESSAGES/messages.po +0 -0
  52. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/es/LC_MESSAGES/messages.po +0 -0
  53. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/fr/LC_MESSAGES/messages.po +0 -0
  54. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/it/LC_MESSAGES/messages.po +0 -0
  55. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/translations/messages.pot +0 -0
  56. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/utils.py +0 -0
  57. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/views/__init__.py +0 -0
  58. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/views/badge.py +0 -0
  59. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/views/github.py +0 -0
  60. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github/webpack.py +0 -0
  61. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/SOURCES.txt +0 -0
  62. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/dependency_links.txt +0 -0
  63. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/entry_points.txt +0 -0
  64. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/not-zip-safe +0 -0
  65. {invenio_github-5.0.0 → invenio_github-7.0.0}/invenio_github.egg-info/top_level.txt +0 -0
  66. {invenio_github-5.0.0 → invenio_github-7.0.0}/pyproject.toml +0 -0
  67. {invenio_github-5.0.0 → invenio_github-7.0.0}/requirements-devel.txt +0 -0
  68. {invenio_github-5.0.0 → invenio_github-7.0.0}/run-i18n-tests.sh +0 -0
  69. {invenio_github-5.0.0 → invenio_github-7.0.0}/run-tests.sh +0 -0
  70. {invenio_github-5.0.0 → invenio_github-7.0.0}/setup.py +0 -0
@@ -26,6 +26,14 @@
26
26
  Changes
27
27
  =======
28
28
 
29
+ Version v7.0.0 (released 2026-06-16)
30
+
31
+ - chore(setup): bump dependencies
32
+
33
+ Version v6.0.0 (released 2026-05-29)
34
+
35
+ - chore(setup): bump dependencies
36
+
29
37
  Version v5.0.0 (released 2026-01-29)
30
38
 
31
39
  - chore(black): update formatting to >= 26.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-github
3
- Version: 5.0.0
3
+ Version: 7.0.0
4
4
  Summary: "Invenio module that adds GitHub integration to the platform."
5
5
  Home-page: https://github.com/inveniosoftware/invenio-github
6
6
  Author: CERN
@@ -18,17 +18,17 @@ Requires-Dist: email-validator>=1.0.5
18
18
  Requires-Dist: github3.py<5.0.0,>=4.0.1
19
19
  Requires-Dist: humanize>=0.5.1
20
20
  Requires-Dist: invenio-assets<5.0.0,>=4.0.0
21
- Requires-Dist: invenio-accounts<8.0.0,>=7.0.0
21
+ Requires-Dist: invenio-accounts<10.0.0,>=9.0.0
22
22
  Requires-Dist: invenio-celery<3.0.0,>=2.0.0
23
23
  Requires-Dist: invenio-db<3.0.0,>=2.2.0
24
- Requires-Dist: invenio-formatter<5.0.0,>=4.0.0
25
- Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
26
- Requires-Dist: invenio-oauth2server<5.0.0,>=4.0.0
27
- Requires-Dist: invenio-oauthclient<8.0.0,>=7.0.0
28
- Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
29
- Requires-Dist: invenio-records-rest<5.0.0,>=4.0.0
30
- Requires-Dist: invenio-webhooks<3.0.0,>=2.0.0
31
- Requires-Dist: invenio-records-resources<10.0.0,>=9.0.0
24
+ Requires-Dist: invenio-formatter<6.0.0,>=5.0.0
25
+ Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
26
+ Requires-Dist: invenio-oauth2server<7.0.0,>=6.0.0
27
+ Requires-Dist: invenio-oauthclient<10.0.0,>=9.0.0
28
+ Requires-Dist: invenio-pidstore<5.0.0,>=4.0.0
29
+ Requires-Dist: invenio-records-rest<7.0.0,>=6.0.0
30
+ Requires-Dist: invenio-webhooks<5.0.0,>=4.0.0
31
+ Requires-Dist: invenio-records-resources<12.0.0,>=11.0.0
32
32
  Requires-Dist: mistune>=0.7.2
33
33
  Requires-Dist: six>=1.12.0
34
34
  Requires-Dist: uritemplate>=3.0.1
@@ -36,7 +36,7 @@ Provides-Extra: tests
36
36
  Requires-Dist: httpretty>=0.8.14; extra == "tests"
37
37
  Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == "tests"
38
38
  Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.2.0; extra == "tests"
39
- Requires-Dist: invenio-files-rest<5.0.0,>=4.0.0; extra == "tests"
39
+ Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0; extra == "tests"
40
40
  Requires-Dist: isort>=4.2.2; extra == "tests"
41
41
  Requires-Dist: mock>=2.0.0; extra == "tests"
42
42
  Requires-Dist: pytest-black>=0.6.0; extra == "tests"
@@ -129,6 +129,14 @@ Invenio module that adds GitHub integration to the platform.
129
129
  Changes
130
130
  =======
131
131
 
132
+ Version v7.0.0 (released 2026-06-16)
133
+
134
+ - chore(setup): bump dependencies
135
+
136
+ Version v6.0.0 (released 2026-05-29)
137
+
138
+ - chore(setup): bump dependencies
139
+
132
140
  Version v5.0.0 (released 2026-01-29)
133
141
 
134
142
  - chore(black): update formatting to >= 26.0
@@ -27,6 +27,6 @@
27
27
 
28
28
  from .ext import InvenioGitHub
29
29
 
30
- __version__ = "5.0.0"
30
+ __version__ = "7.0.0"
31
31
 
32
32
  __all__ = ("__version__", "InvenioGitHub")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: invenio-github
3
- Version: 5.0.0
3
+ Version: 7.0.0
4
4
  Summary: "Invenio module that adds GitHub integration to the platform."
5
5
  Home-page: https://github.com/inveniosoftware/invenio-github
6
6
  Author: CERN
@@ -18,17 +18,17 @@ Requires-Dist: email-validator>=1.0.5
18
18
  Requires-Dist: github3.py<5.0.0,>=4.0.1
19
19
  Requires-Dist: humanize>=0.5.1
20
20
  Requires-Dist: invenio-assets<5.0.0,>=4.0.0
21
- Requires-Dist: invenio-accounts<8.0.0,>=7.0.0
21
+ Requires-Dist: invenio-accounts<10.0.0,>=9.0.0
22
22
  Requires-Dist: invenio-celery<3.0.0,>=2.0.0
23
23
  Requires-Dist: invenio-db<3.0.0,>=2.2.0
24
- Requires-Dist: invenio-formatter<5.0.0,>=4.0.0
25
- Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
26
- Requires-Dist: invenio-oauth2server<5.0.0,>=4.0.0
27
- Requires-Dist: invenio-oauthclient<8.0.0,>=7.0.0
28
- Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
29
- Requires-Dist: invenio-records-rest<5.0.0,>=4.0.0
30
- Requires-Dist: invenio-webhooks<3.0.0,>=2.0.0
31
- Requires-Dist: invenio-records-resources<10.0.0,>=9.0.0
24
+ Requires-Dist: invenio-formatter<6.0.0,>=5.0.0
25
+ Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
26
+ Requires-Dist: invenio-oauth2server<7.0.0,>=6.0.0
27
+ Requires-Dist: invenio-oauthclient<10.0.0,>=9.0.0
28
+ Requires-Dist: invenio-pidstore<5.0.0,>=4.0.0
29
+ Requires-Dist: invenio-records-rest<7.0.0,>=6.0.0
30
+ Requires-Dist: invenio-webhooks<5.0.0,>=4.0.0
31
+ Requires-Dist: invenio-records-resources<12.0.0,>=11.0.0
32
32
  Requires-Dist: mistune>=0.7.2
33
33
  Requires-Dist: six>=1.12.0
34
34
  Requires-Dist: uritemplate>=3.0.1
@@ -36,7 +36,7 @@ Provides-Extra: tests
36
36
  Requires-Dist: httpretty>=0.8.14; extra == "tests"
37
37
  Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == "tests"
38
38
  Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.2.0; extra == "tests"
39
- Requires-Dist: invenio-files-rest<5.0.0,>=4.0.0; extra == "tests"
39
+ Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0; extra == "tests"
40
40
  Requires-Dist: isort>=4.2.2; extra == "tests"
41
41
  Requires-Dist: mock>=2.0.0; extra == "tests"
42
42
  Requires-Dist: pytest-black>=0.6.0; extra == "tests"
@@ -129,6 +129,14 @@ Invenio module that adds GitHub integration to the platform.
129
129
  Changes
130
130
  =======
131
131
 
132
+ Version v7.0.0 (released 2026-06-16)
133
+
134
+ - chore(setup): bump dependencies
135
+
136
+ Version v6.0.0 (released 2026-05-29)
137
+
138
+ - chore(setup): bump dependencies
139
+
132
140
  Version v5.0.0 (released 2026-01-29)
133
141
 
134
142
  - chore(black): update formatting to >= 26.0
@@ -4,17 +4,17 @@ email-validator>=1.0.5
4
4
  github3.py<5.0.0,>=4.0.1
5
5
  humanize>=0.5.1
6
6
  invenio-assets<5.0.0,>=4.0.0
7
- invenio-accounts<8.0.0,>=7.0.0
7
+ invenio-accounts<10.0.0,>=9.0.0
8
8
  invenio-celery<3.0.0,>=2.0.0
9
9
  invenio-db<3.0.0,>=2.2.0
10
- invenio-formatter<5.0.0,>=4.0.0
11
- invenio-i18n<4.0.0,>=3.0.0
12
- invenio-oauth2server<5.0.0,>=4.0.0
13
- invenio-oauthclient<8.0.0,>=7.0.0
14
- invenio-pidstore<4.0.0,>=3.0.0
15
- invenio-records-rest<5.0.0,>=4.0.0
16
- invenio-webhooks<3.0.0,>=2.0.0
17
- invenio-records-resources<10.0.0,>=9.0.0
10
+ invenio-formatter<6.0.0,>=5.0.0
11
+ invenio-i18n<5.0.0,>=4.0.0
12
+ invenio-oauth2server<7.0.0,>=6.0.0
13
+ invenio-oauthclient<10.0.0,>=9.0.0
14
+ invenio-pidstore<5.0.0,>=4.0.0
15
+ invenio-records-rest<7.0.0,>=6.0.0
16
+ invenio-webhooks<5.0.0,>=4.0.0
17
+ invenio-records-resources<12.0.0,>=11.0.0
18
18
  mistune>=0.7.2
19
19
  six>=1.12.0
20
20
  uritemplate>=3.0.1
@@ -32,7 +32,7 @@ invenio-search[opensearch2]<4.0.0,>=3.0.0
32
32
  httpretty>=0.8.14
33
33
  invenio-app<4.0.0,>=3.0.0
34
34
  invenio-db[mysql,postgresql]<3.0.0,>=2.2.0
35
- invenio-files-rest<5.0.0,>=4.0.0
35
+ invenio-files-rest<7.0.0,>=6.0.0
36
36
  isort>=4.2.2
37
37
  mock>=2.0.0
38
38
  pytest-black>=0.6.0
@@ -24,17 +24,17 @@ install_requires =
24
24
  github3.py>=4.0.1,<5.0.0
25
25
  humanize>=0.5.1
26
26
  invenio-assets>=4.0.0,<5.0.0
27
- invenio-accounts>=7.0.0,<8.0.0
27
+ invenio-accounts>=9.0.0,<10.0.0
28
28
  invenio-celery>=2.0.0,<3.0.0
29
29
  invenio-db>=2.2.0,<3.0.0
30
- invenio-formatter>=4.0.0,<5.0.0
31
- invenio-i18n>=3.0.0,<4.0.0
32
- invenio-oauth2server>=4.0.0,<5.0.0
33
- invenio-oauthclient>=7.0.0,<8.0.0
34
- invenio-pidstore>=3.0.0,<4.0.0
35
- invenio-records-rest>=4.0.0,<5.0.0
36
- invenio-webhooks>=2.0.0,<3.0.0
37
- invenio-records-resources>=9.0.0,<10.0.0
30
+ invenio-formatter>=5.0.0,<6.0.0
31
+ invenio-i18n>=4.0.0,<5.0.0
32
+ invenio-oauth2server>=6.0.0,<7.0.0
33
+ invenio-oauthclient>=9.0.0,<10.0.0
34
+ invenio-pidstore>=4.0.0,<5.0.0
35
+ invenio-records-rest>=6.0.0,<7.0.0
36
+ invenio-webhooks>=4.0.0,<5.0.0
37
+ invenio-records-resources>=11.0.0,<12.0.0
38
38
  mistune>=0.7.2
39
39
  six>=1.12.0
40
40
  uritemplate>=3.0.1
@@ -44,7 +44,7 @@ tests =
44
44
  httpretty>=0.8.14
45
45
  invenio-app>=3.0.0,<4.0.0
46
46
  invenio-db[postgresql,mysql]>=2.2.0,<3.0.0
47
- invenio-files-rest>=4.0.0,<5.0.0
47
+ invenio-files-rest>=6.0.0,<7.0.0
48
48
  isort>=4.2.2
49
49
  mock>=2.0.0
50
50
  pytest-black>=0.6.0
File without changes
File without changes
File without changes
File without changes