From 86998ced1b20edc6af83f242d624104fc9df7a09 Mon Sep 17 00:00:00 2001 From: jokiefer Date: Wed, 3 Apr 2024 15:00:12 +0200 Subject: [PATCH] Update base.txt, CHANGELOG.rst, and 5 more files... --- .requirements/base.txt | 2 +- CHANGELOG.rst | 44 +++++++++++++++++++++-------------- ows_lib/__init__.py | 2 +- ows_lib/client/utils.py | 4 ++-- ows_lib/xml_mapper/gml/gml.py | 2 +- setup.py | 2 +- tox.ini | 2 +- 7 files changed, 34 insertions(+), 24 deletions(-) diff --git a/.requirements/base.txt b/.requirements/base.txt index b4a4ead..03d3094 100644 --- a/.requirements/base.txt +++ b/.requirements/base.txt @@ -1,5 +1,5 @@ Django>=3.2,<5.0 -django-axis-order==0.1.1 +django-epsg-cache==0.2.0 eulxml==1.1.3 isodate==0.6.1 camel-converter==3.1.1 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d5feb55..4ae852a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,8 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +[v0.14.4] - 2024-04-03 +---------------------- + +Changed +~~~~~~~ + +* moved to `django-epsg-cache` + + [v0.14.3] - 2024-03-15 ---------------------- +---------------------- Fixed ~~~~~ @@ -16,7 +26,7 @@ Fixed * service version was not passed trough `transform_to_model` correctly. [v0.14.2] - 2024-03-15 ---------------------- +---------------------- Fixed ~~~~~ @@ -25,7 +35,7 @@ Fixed [v0.14.1] - 2024-03-15 ---------------------- +---------------------- Fixed ~~~~~ @@ -33,7 +43,7 @@ Fixed * wrong xpath for operation urls [v0.14.0] - 2024-02-21 ---------------------- +---------------------- Fixed ~~~~~ @@ -43,7 +53,7 @@ Fixed [v0.13.0] - 2023-12-15 ---------------------- +---------------------- Added ~~~~~ @@ -52,7 +62,7 @@ Added [v0.12.7] - 2023-12-15 ---------------------- +---------------------- Fixed ~~~~~ @@ -61,7 +71,7 @@ Fixed [v0.12.6] - 2023-12-12 ---------------------- +---------------------- Fixed ~~~~~ @@ -70,7 +80,7 @@ Fixed [v0.12.5] - 2023-12-12 ---------------------- +---------------------- Fixed ~~~~~ @@ -79,7 +89,7 @@ Fixed [v0.12.3] - 2023-12-12 ---------------------- +---------------------- Fixed ~~~~~ @@ -89,7 +99,7 @@ Fixed [v0.12.2] - 2023-12-11 ---------------------- +---------------------- Fixed ~~~~~ @@ -99,7 +109,7 @@ Fixed [v0.12.1] - 2023-12-04 ---------------------- +---------------------- Changed ~~~~~~~ @@ -108,7 +118,7 @@ Changed [v0.12.0] - 2023-11-30 ---------------------- +---------------------- Changed ~~~~~~~ @@ -117,7 +127,7 @@ Changed [v0.11.3] - 2023-11-22 ---------------------- +---------------------- Fixed ~~~~~ @@ -127,7 +137,7 @@ Fixed [v0.11.2] - 2023-11-22 ---------------------- +---------------------- Fixed ~~~~~ @@ -136,7 +146,7 @@ Fixed [v0.11.1] - 2023-11-22 ---------------------- +---------------------- Fixed ~~~~~ @@ -146,7 +156,7 @@ Fixed [v0.11.0] - 2023-11-21 ---------------------- +---------------------- Added ~~~~~ @@ -156,7 +166,7 @@ Added [v0.10.0] - 2023-11-14 ---------------------- +---------------------- Added ~~~~~ diff --git a/ows_lib/__init__.py b/ows_lib/__init__.py index 2cd9321..71b73ea 100644 --- a/ows_lib/__init__.py +++ b/ows_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.14.3" +__version__ = "0.14.4" VERSION = __version__ # synonym diff --git a/ows_lib/client/utils.py b/ows_lib/client/utils.py index 185c5b2..e549233 100644 --- a/ows_lib/client/utils.py +++ b/ows_lib/client/utils.py @@ -1,10 +1,10 @@ import urllib.parse from typing import Dict, List -from axis_order_cache.registry import Registry -from axis_order_cache.utils import get_epsg_srid from django.contrib.gis.gdal import SpatialReference from django.contrib.gis.geos import GEOSGeometry, Polygon +from epsg_cache.registry import Registry +from epsg_cache.utils import get_epsg_srid from requests import Session from ows_lib.client.exceptions import (MissingBboxParam, MissingCrsParam, diff --git a/ows_lib/xml_mapper/gml/gml.py b/ows_lib/xml_mapper/gml/gml.py index ffef777..a09e2e0 100644 --- a/ows_lib/xml_mapper/gml/gml.py +++ b/ows_lib/xml_mapper/gml/gml.py @@ -1,5 +1,5 @@ -from axis_order_cache.utils import get_epsg_srid from django.contrib.gis.geos import GEOSGeometry +from epsg_cache.utils import get_epsg_srid from eulxml import xmlmap diff --git a/setup.py b/setup.py index 31f0428..0ace405 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ REQUIREMENTS = [ "django>=3.0", - "django-axis-order>=0.1.0", + "django-epsg-cache>=0.2.0", "eulxml>=1.1.3", "isodate>=0.6.1", "camel-converter>=3.0.0", diff --git a/tox.ini b/tox.ini index b86a025..1ef19bc 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps= requests228: requests>=2.28.0,<2.29.0 requests229: requests>=2.29.0,<2.30.0 pygeofilter021: pygeofilter>=0.2.1,<0.3.0 - django-axis-order==0.1.0 + django-epsg-cache==0.2.0 eulxml==1.1.3 isodate==0.6.1 camel-converter==3.0.0