Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Changes in 0.3.4 (under development)


## Changes in 0.3.3

- Updated dependencies in `pyproject.toml`, impacting PyPI distribution
Expand Down
2 changes: 1 addition & 1 deletion integration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.
2 changes: 1 addition & 1 deletion integration/test_sen2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion integration/test_sen3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: EOPF xcube data store
repo_url: https://github.com/EOPF-Sample-Service/xcube-eopf
repo_name: EOPF-Sample-Service/xcube-eopf

copyright: Copyright © 2025 EOPF Sample Service Team
copyright: Copyright © 2026 EOPF Sample Service Team

nav:
- Overview: index.md
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ version = {attr = "xcube_eopf.__version__"}
readme = {file = "README.md", content-type = "text/markdown"}

[tool.setuptools.packages.find]
exclude = [
"tests",
"docs"
]
include = ["xcube_eopf*"]

[tool.flake8]
max-line-length = 88
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.
2 changes: 1 addition & 1 deletion tests/helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/sentinel2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/sentinel3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/prodhandlers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.
2 changes: 1 addition & 1 deletion tests/prodhandlers/test_sentinel_2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/prodhandlers/test_sentinel_3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_prodhandler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_store.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/prodhandler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/prodhandlers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/prodhandlers/sentinel1.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/prodhandlers/sentinel2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/prodhandlers/sentinel3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/store.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
2 changes: 1 addition & 1 deletion xcube_eopf/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

Expand Down
4 changes: 2 additions & 2 deletions xcube_eopf/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (c) 2025 by EOPF Sample Service team and contributors
# Copyright (c) 2025-2026 by EOPF Sample Service team and contributors
# Permissions are hereby granted under the terms of the Apache 2.0 License:
# https://opensource.org/license/apache-2-0.

version = "0.3.3"
version = "0.3.4.dev0"
Loading