[Git][debian-gis-team/asf-search][master] 4 commits: New upstream version 8.0.1
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Tue Aug 27 07:14:18 BST 2024
Antonio Valentino pushed to branch master at Debian GIS Project / asf-search
Commits:
c67a4d0f by Antonio Valentino at 2024-08-27T06:09:05+00:00
New upstream version 8.0.1
- - - - -
78c42628 by Antonio Valentino at 2024-08-27T06:09:11+00:00
Update upstream source from tag 'upstream/8.0.1'
Update to upstream version '8.0.1'
with Debian dir 0709e580920f12788434f49a854ae6acc631622d
- - - - -
cd7a1ca2 by Antonio Valentino at 2024-08-27T06:09:44+00:00
New upstream release
- - - - -
757e0859 by Antonio Valentino at 2024-08-27T06:10:07+00:00
Set distribution to unstable
- - - - -
4 changed files:
- .github/workflows/lint.yml
- CHANGELOG.md
- asf_search/CMR/translate.py
- debian/changelog
Changes:
=====================================
.github/workflows/lint.yml
=====================================
@@ -7,3 +7,5 @@ jobs:
steps:
- uses: actions/checkout at v4
- uses: chartboost/ruff-action at v1
+ with:
+ src: './asf_search'
\ No newline at end of file
=====================================
CHANGELOG.md
=====================================
@@ -25,6 +25,11 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
-->
+------
+## [v8.0.1](https://github.com/asfadmin/Discovery-asf_search/compare/v8.0.0...v8.0.1)
+### Fixed
+- Fixed setting end date timezone when translating search opts to CMR opts
+
------
## [v8.0.0](https://github.com/asfadmin/Discovery-asf_search/compare/v7.1.0...v7.2.0)
### Added
=====================================
asf_search/CMR/translate.py
=====================================
@@ -202,7 +202,7 @@ def fix_date(fixed_params: Dict[str, Any]):
fixed_params['start'] if 'start' in fixed_params else '1978-01-01T00:00:00Z'
)
fixed_params['end'] = (
- fixed_params['end'] if 'end' in fixed_params else datetime.now(datetime.UTC).isoformat()
+ fixed_params['end'] if 'end' in fixed_params else datetime.now(timezone.utc).isoformat()
)
fixed_params['season'] = (
','.join(str(x) for x in fixed_params['season']) if 'season' in fixed_params else ''
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+asf-search (8.0.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Tue, 27 Aug 2024 06:09:50 +0000
+
asf-search (8.0.0-1) unstable; urgency=medium
[ Bas Couwenberg ]
View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/compare/2d8d2f84a1ad3e6bb604f9c83d9d40e797e62b3c...757e085914dc8fc83917ba16ce6dc4c84eab82aa
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/asf-search/-/compare/2d8d2f84a1ad3e6bb604f9c83d9d40e797e62b3c...757e085914dc8fc83917ba16ce6dc4c84eab82aa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240827/bb140705/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list