Skip to content

Commit 0f2ad74

Browse files
pamfilosParthS007
authored andcommitted
global: updates forked packages from upstream
Signed-off-by: pamfilos <[email protected]>
1 parent d7e2ac7 commit 0f2ad74

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

requirements-local-forks.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
-e git+https://github.com/cernanalysispreservation/invenio-celery.git@mock/v1.1.1#egg=invenio-celery
2+
-e git+https://github.com/inveniosoftware/invenio-logging@94bc56117593eae62ba975d576e8c7b991311c0d#egg=invenio-logging[sentry,sentry-sdk]
3+
-e git+https://github.com/cernanalysispreservation/[email protected]#egg=invenio-oauthclient
4+
-e git+https://github.com/cernanalysispreservation/[email protected]#egg=invenio-userprofiles
5+
-e git+https://github.com/cernanalysispreservation/invenio-indexer.git@os-2-new#egg=invenio-indexer
6+
-e git+https://github.com/cernanalysispreservation/[email protected]#egg=invenio-jsonschemas
7+
-e git+https://github.com/cernanalysispreservation/invenio-oaiserver.git@os-2-new#egg=invenio-oaiserver
8+
-e git+https://github.com/parths007/invenio-records-rest.git@os-2-new#egg=invenio-records-rest
9+
-e git+https://github.com/parths007/[email protected]#egg=invenio-search[opensearch2]
10+
-e git+https://github.com/cernanalysispreservation/invenio-files-rest.git@mock/v1.0.5#egg=invenio-files-rest
11+
-e git+https://github.com/cernanalysispreservation/invenio-records-files.git@new#egg=invenio-records-files
12+
-e git+https://github.com/cernanalysispreservation/invenio-deposit.git@os-2#egg=invenio-deposit
13+
-e git+https://github.com/cernanalysispreservation/invenio-query-parser.git@os#egg=invenio-query-parser

setup.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,20 @@
8484
'invenio-mail==1.0.2',
8585
'invenio-rest==1.1.2',
8686
'invenio-theme==1.1.4',
87-
'invenio-celery @ git+https://github.com/parths007/invenio-celery.git@mock/v1.1.1',
87+
'invenio-celery@git+https://github.com/cernanalysispreservation/invenio-celery.git@mock/v1.1.1#egg=invenio-celery',
8888
'invenio-logging[sentry,sentry-sdk] @ git+https://github.com/inveniosoftware/invenio-logging@94bc56117593eae62ba975d576e8c7b991311c0d',
8989

9090
# Invenio Auth Deps
9191
'invenio-access==1.3.0',
9292
'invenio-accounts==1.1.1',
9393
'invenio-oauth2server==1.0.4',
94-
'invenio-oauthclient @ git+https://github.com/parths007/[email protected]',
95-
'invenio-userprofiles @ git+https://github.com/parths007/[email protected]',
94+
'invenio-oauthclient @ git+https://github.com/cernanalysispreservation/[email protected]',
95+
'invenio-userprofiles @ git+https://github.com/cernanalysispreservation/[email protected]',
9696

9797
# Invenio Metadata Deps
98-
'invenio-indexer @ git+https://github.com/parths007/invenio-indexer.git@os-2-new',
99-
'invenio-jsonschemas @ git+https://github.com/parths007/[email protected]',
100-
'invenio-oaiserver @ git+https://github.com/parths007/invenio-oaiserver.git@os-2-new',
98+
'invenio-indexer @ git+https://github.com/cernanalysispreservation/invenio-indexer.git@os-2-new',
99+
'invenio-jsonschemas @ git+https://github.com/cernanalysispreservation/[email protected]',
100+
'invenio-oaiserver @ git+https://github.com/cernanalysispreservation/invenio-oaiserver.git@os-2-new',
101101
'invenio-pidstore==1.1.0',
102102
'invenio-records-rest @ git+https://github.com/parths007/invenio-records-rest.git@os-2-new',
103103
'invenio-records-ui==1.0.1',
@@ -106,16 +106,16 @@
106106
'invenio-search @ git+https://github.com/parths007/[email protected]#egg=invenio-search',
107107

108108
# Invenio Files deps
109-
'invenio-files-rest @ git+https://github.com/parths007/[email protected]',
110-
'invenio-records-files @ git+https://github.com/parths007/invenio-records-files.git@new#egg=invenio-records-files',
109+
'invenio-files-rest @ git+https://github.com/cernanalysispreservation/invenio-files-rest.git@mock/v1.0.5',
110+
'invenio-records-files @ git+https://github.com/cernanalysispreservation/invenio-records-files.git@new#egg=invenio-records-files',
111111

112112
# Database deps
113113
'invenio-db[postgresql,versioning]==1.0.13',
114114

115115
# Invenio required deps
116-
'invenio-deposit @ git+https://github.com/parths007/invenio-deposit.git@os-2',
116+
'invenio-deposit @ git+https://github.com/cernanalysispreservation/invenio-deposit.git@os-2',
117117
'invenio-accounts-rest==1.0.0a4',
118-
'invenio-query-parser @ git+https://github.com/parths007/invenio-query-parser.git@os',
118+
'invenio-query-parser @ git+https://github.com/cernanalysispreservation/invenio-query-parser.git@os',
119119
'invenio[auth,base,metadata,postgresql]==3.2.0',
120120
]
121121

0 commit comments

Comments
 (0)