Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit f2bb96d

Browse files
authored
Merge pull request #48 from eea/develop
fix: error urllib.error.HTTPError: HTTP Error 308: Permanent Redirect
2 parents 22128c5 + 8a8bdd6 commit f2bb96d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/HISTORY.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
4.1 - (2023-08-16)
5+
---------------------------
6+
* Change: fix: error urllib.error.HTTPError: HTTP Error 308: Permanent Redirect
7+
[claudiaifrim]
8+
49
4.0 - (2023-07-13)
510
---------------------------
611
* Change: Update sonarqube tags

eea/ldapadmin/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
OPTIONAL { <http://rdfdata.eionet.europa.eu/eea/countries/EIONET> skos:member ?ucountry, ?eionetmember }
3333
}""" # noqa: E501
3434

35-
SPARQL_ENDPOINT = 'http://semantic.eea.europa.eu/sparql'
35+
SPARQL_ENDPOINT = 'https://semantic.eea.europa.eu/sparql'
3636

3737
USER_INFO_KEYS = [
3838
'status', 'last_name', 'uid', 'reasonToCreate', 'full_name', 'id',

eea/ldapadmin/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.1

0 commit comments

Comments
 (0)