geopic-tag-reader 1.3.1__tar.gz → 1.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/CHANGELOG.md +8 -1
  2. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/PKG-INFO +9 -9
  3. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/__init__.py +1 -1
  4. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  5. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +2 -2
  6. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/geopic_tag_reader.pot +1 -1
  7. geopic_tag_reader-1.3.2/geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  8. geopic_tag_reader-1.3.2/geopic_tag_reader/translations/hu/LC_MESSAGES/geopic_tag_reader.po +180 -0
  9. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/pyproject.toml +8 -8
  10. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/.gitignore +0 -0
  11. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/.gitlab-ci.yml +0 -0
  12. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/.pre-commit-config.yaml +0 -0
  13. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/CODE_OF_CONDUCT.md +0 -0
  14. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/LICENSE +0 -0
  15. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/Makefile +0 -0
  16. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/README.md +0 -0
  17. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/docs/develop.md +0 -0
  18. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/docs/index.md +0 -0
  19. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/docs/install.md +0 -0
  20. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/docs/tech/api_reference.md +0 -0
  21. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/docs/tech/cli.md +0 -0
  22. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/camera.py +0 -0
  23. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/i18n.py +0 -0
  24. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/main.py +0 -0
  25. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/model.py +0 -0
  26. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/py.typed +0 -0
  27. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/reader.py +0 -0
  28. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/sequence.py +0 -0
  29. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  30. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +0 -0
  31. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  32. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po +0 -0
  33. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  34. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po +0 -0
  35. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  36. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +0 -0
  37. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  38. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po +0 -0
  39. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/geopic_tag_reader/writer.py +0 -0
  40. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/mkdocs.yml +0 -0
  41. {geopic_tag_reader-1.3.1 → geopic_tag_reader-1.3.2}/pytest.ini +0 -0
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.3.2] - 2024-10-22
11
+
12
+ ### Changed
13
+
14
+ - Update some dependencies and especially pyexiv2 that is now compatible with python 3.13
15
+
10
16
  ## [1.3.1] - 2024-10-09
11
17
 
12
18
  ### Changed
@@ -231,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231
237
 
232
238
  - EXIF tag reading methods extracted from [Panoramax/GeoVisio API](https://gitlab.com/panoramax/server/api)
233
239
 
234
- [Unreleased]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.1...main
240
+ [Unreleased]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.2...main
241
+ [1.3.2]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.1...1.3.2
235
242
  [1.3.1]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.3.0...1.3.1
236
243
  [1.3.0]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.2.0...1.3.0
237
244
  [1.2.0]: https://gitlab.com/panoramax/server/geo-picture-tag-reader/-/compare/1.1.5...1.2.0
@@ -1,29 +1,29 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geopic-tag-reader
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: GeoPicTagReader
5
5
  Author-email: Adrien PAVIE <panieravide@riseup.net>
6
6
  Requires-Python: >=3.8
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: MIT License
9
9
  Requires-Dist: typer ~= 0.12
10
- Requires-Dist: xmltodict ~= 0.13
11
- Requires-Dist: pyexiv2 == 2.15.0
12
- Requires-Dist: timezonefinder == 6.2.0
13
- Requires-Dist: pytz ~= 2023.3
10
+ Requires-Dist: xmltodict ~= 0.14
11
+ Requires-Dist: pyexiv2 == 2.15.3
12
+ Requires-Dist: timezonefinder == 6.5.3
13
+ Requires-Dist: pytz ~= 2024.2
14
14
  Requires-Dist: types-pytz ~= 2023.3.0.1
15
15
  Requires-Dist: types-python-dateutil ~= 2.9.0
16
16
  Requires-Dist: flit ~= 3.8.0 ; extra == "build"
17
17
  Requires-Dist: black ~= 24.3 ; extra == "dev"
18
- Requires-Dist: mypy ~= 1.9 ; extra == "dev"
18
+ Requires-Dist: mypy ~= 1.12 ; extra == "dev"
19
19
  Requires-Dist: pytest ~= 7.2.0 ; extra == "dev"
20
20
  Requires-Dist: pytest-datafiles ~= 3.0 ; extra == "dev"
21
- Requires-Dist: types-xmltodict ~= 0.13 ; extra == "dev"
21
+ Requires-Dist: types-xmltodict ~= 0.14 ; extra == "dev"
22
22
  Requires-Dist: pre-commit ~= 3.3.3 ; extra == "dev"
23
23
  Requires-Dist: mkdocs-material ~= 9.5.21 ; extra == "docs"
24
24
  Requires-Dist: mkdocstrings[python] ~= 0.25.1 ; extra == "docs"
25
- Requires-Dist: python-dateutil ~= 2.8.2 ; extra == "write-exif"
26
- Requires-Dist: types-python-dateutil ~= 2.9.0.20240316 ; extra == "write-exif"
25
+ Requires-Dist: python-dateutil ~= 2.9.0 ; extra == "write-exif"
26
+ Requires-Dist: types-python-dateutil ~= 2.9.0.20241003 ; extra == "write-exif"
27
27
  Project-URL: Home, https://gitlab.com/panoramax/server/geo-picture-tag-reader
28
28
  Provides-Extra: build
29
29
  Provides-Extra: dev
@@ -2,4 +2,4 @@
2
2
  GeoPicTagReader
3
3
  """
4
4
 
5
- __version__ = "1.3.1"
5
+ __version__ = "1.3.2"
@@ -7,8 +7,8 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-10-09 10:49+0200\n"
11
- "PO-Revision-Date: 2024-10-09 10:49+0200\n"
10
+ "POT-Creation-Date: 2024-10-22 15:05+0200\n"
11
+ "PO-Revision-Date: 2024-10-22 15:05+0200\n"
12
12
  "Last-Translator: Automatically generated\n"
13
13
  "Language-Team: none\n"
14
14
  "Language: en\n"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-10-09 10:49+0200\n"
11
+ "POT-Creation-Date: 2024-10-22 15:05+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -0,0 +1,180 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-10-09 10:49+0200\n"
11
+ "PO-Revision-Date: 2024-10-22 10:07+0000\n"
12
+ "Last-Translator: GBAB <pleineux@gmail.com>\n"
13
+ "Language-Team: Hungarian <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/hu/>\n"
15
+ "Language: hu\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.4.3\n"
21
+
22
+ #: geopic_tag_reader/main.py:26
23
+ msgid "Latitude:"
24
+ msgstr "Szélesség:"
25
+
26
+ #: geopic_tag_reader/main.py:27
27
+ msgid "Longitude:"
28
+ msgstr "Hosszúság:"
29
+
30
+ #: geopic_tag_reader/main.py:28
31
+ msgid "Timestamp:"
32
+ msgstr "Időbélyegző:"
33
+
34
+ #: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
35
+ msgid "not set"
36
+ msgstr "nincs megadva"
37
+
38
+ #: geopic_tag_reader/main.py:30
39
+ msgid "(GPS)"
40
+ msgstr "(GPS)"
41
+
42
+ #: geopic_tag_reader/main.py:31
43
+ msgid "(Camera)"
44
+ msgstr "(Kamera)"
45
+
46
+ #: geopic_tag_reader/main.py:32
47
+ msgid "Heading:"
48
+ msgstr "Irány:"
49
+
50
+ #: geopic_tag_reader/main.py:33
51
+ msgid "Type:"
52
+ msgstr "Típus:"
53
+
54
+ #: geopic_tag_reader/main.py:34
55
+ msgid "Make:"
56
+ msgstr "Gyártó:"
57
+
58
+ #: geopic_tag_reader/main.py:35
59
+ msgid "Model:"
60
+ msgstr "Modell:"
61
+
62
+ #: geopic_tag_reader/main.py:36
63
+ msgid "Focal length:"
64
+ msgstr "Fókusztávolság:"
65
+
66
+ #: geopic_tag_reader/main.py:37
67
+ msgid "Crop parameters:"
68
+ msgstr "Levágási paraméterek:"
69
+
70
+ #: geopic_tag_reader/main.py:38
71
+ msgid "Pitch:"
72
+ msgstr "Bólintás (előre-hátra):"
73
+
74
+ #: geopic_tag_reader/main.py:39
75
+ msgid "Roll:"
76
+ msgstr "Bedőlés:"
77
+
78
+ #: geopic_tag_reader/main.py:40
79
+ msgid "Yaw:"
80
+ msgstr "Elfordulás (jobbra-balra):"
81
+
82
+ #: geopic_tag_reader/main.py:43
83
+ msgid "Warnings raised by reader:"
84
+ msgstr "Figyelmeztetés a beolvasó alkalmazástól:"
85
+
86
+ #: geopic_tag_reader/reader.py:218
87
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
88
+ msgstr ""
89
+ "A beolvasott szélesség kívül esik a WGS84 határain (a [-90, 90] tartományban "
90
+ "kellene lennie)"
91
+
92
+ #: geopic_tag_reader/reader.py:220
93
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
94
+ msgstr ""
95
+ "A beolvasott hosszúság kívül esik a WGS84 határain (a [-180, 180] "
96
+ "tartományban kellene lennie)"
97
+
98
+ #: geopic_tag_reader/reader.py:248
99
+ #, python-brace-format
100
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
101
+ msgstr "Mapillary dátum/idő kihagyása, mivel nem ismerhető fel: {v}"
102
+
103
+ #: geopic_tag_reader/reader.py:374
104
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
105
+ msgstr "Nem létező vagy hibás GPS-koordináták a kép EXIF-címkéiben"
106
+
107
+ #: geopic_tag_reader/reader.py:380
108
+ msgid "No valid date in picture EXIF tags"
109
+ msgstr "Nincs érvényes dátum a kép EXIF-címkéiben"
110
+
111
+ #: geopic_tag_reader/reader.py:385
112
+ msgid "The picture is missing mandatory metadata:"
113
+ msgstr "A képről hiányoznak a kötelező metaadatok:"
114
+
115
+ #: geopic_tag_reader/reader.py:476 geopic_tag_reader/reader.py:505
116
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
117
+ msgstr ""
118
+ "GPSLatitudeRef nem található, feltételezve, hogy a GPSLatitudeRef északra "
119
+ "vonatkozik"
120
+
121
+ #: geopic_tag_reader/reader.py:484
122
+ msgid "Broken GPS coordinates in picture EXIF tags"
123
+ msgstr "Hibás GPS-koordináták a kép EXIF-címkéiben"
124
+
125
+ #: geopic_tag_reader/reader.py:487 geopic_tag_reader/reader.py:511
126
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
127
+ msgstr ""
128
+ "GPSLongitudeRef nem található, feltételezve, hogy a GPSLongitudeRef keletre "
129
+ "vonatkozik"
130
+
131
+ #: geopic_tag_reader/reader.py:572
132
+ msgid "Precise timezone information not found, fallback to UTC"
133
+ msgstr "Nem található pontos időzóna-információ: visszaállítás UTC-re"
134
+
135
+ #: geopic_tag_reader/reader.py:577
136
+ msgid ""
137
+ "Precise timezone information not found (and no GPS coordinates to help), "
138
+ "fallback to UTC"
139
+ msgstr ""
140
+ "Nem található pontos időzóna-információ (és nincsenek GPS koordináták sem, "
141
+ "amelyek segíthetnének): visszaállítás a UTC-re"
142
+
143
+ #: geopic_tag_reader/reader.py:581
144
+ #, python-brace-format
145
+ msgid ""
146
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
147
+ msgstr ""
148
+ "Az eredeti dátum/idő kihagyása (innen: {datefield}), mivel nem sikerült "
149
+ "felismerni: {v}"
150
+
151
+ #: geopic_tag_reader/reader.py:613
152
+ #, python-brace-format
153
+ msgid ""
154
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
155
+ "group)"
156
+ msgstr ""
157
+ "A GPSTimeStamp és a GPSDateTime nem tartalmaz támogatott időformátumot (a "
158
+ "{group} csoportban)"
159
+
160
+ #: geopic_tag_reader/reader.py:644
161
+ #, python-brace-format
162
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
163
+ msgstr ""
164
+ "A GPS dátum/idő ({group} csoport) kihagyása, mivel nem sikerült felismerni: "
165
+ "{v}"
166
+
167
+ #: geopic_tag_reader/reader.py:670
168
+ #, python-brace-format
169
+ msgid ""
170
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
171
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
172
+ msgstr ""
173
+ "A másodperc tizedesjegyeiből ({microsecondsFromSeconds}) kiolvasott "
174
+ "mikroszekundum-érték nem egyezik az EXIF mező ({microseconds}) értékével. "
175
+ "Megmarad a maximális érték."
176
+
177
+ #: geopic_tag_reader/writer.py:132
178
+ #, python-brace-format
179
+ msgid "Unsupported key in additional tags ({k})"
180
+ msgstr "Nem támogatott kulcs a kiegészítő címkékben ({k})"
@@ -9,10 +9,10 @@ classifiers = ["License :: OSI Approved :: MIT License"]
9
9
  dynamic = ["version", "description"]
10
10
  dependencies = [
11
11
  "typer ~= 0.12",
12
- "xmltodict ~= 0.13",
13
- "pyexiv2 == 2.15.0",
14
- "timezonefinder == 6.2.0",
15
- "pytz ~= 2023.3",
12
+ "xmltodict ~= 0.14",
13
+ "pyexiv2 == 2.15.3",
14
+ "timezonefinder == 6.5.3",
15
+ "pytz ~= 2024.2",
16
16
  "types-pytz ~= 2023.3.0.1",
17
17
  "types-python-dateutil ~= 2.9.0",
18
18
  ]
@@ -27,17 +27,17 @@ geopic-tag-reader="geopic_tag_reader.main:app"
27
27
  [project.optional-dependencies]
28
28
  dev = [
29
29
  "black ~= 24.3",
30
- "mypy ~= 1.9",
30
+ "mypy ~= 1.12",
31
31
  "pytest ~= 7.2.0",
32
32
  "pytest-datafiles ~= 3.0",
33
- "types-xmltodict ~= 0.13",
33
+ "types-xmltodict ~= 0.14",
34
34
  "pre-commit ~= 3.3.3",
35
35
  ]
36
36
  build = ["flit ~= 3.8.0"]
37
37
  # optional dependencies to be able to write exif tags
38
38
  write-exif = [
39
- "python-dateutil ~= 2.8.2",
40
- "types-python-dateutil ~= 2.9.0.20240316",
39
+ "python-dateutil ~= 2.9.0",
40
+ "types-python-dateutil ~= 2.9.0.20241003",
41
41
  ]
42
42
 
43
43
  docs = [