Skip to content

Commit

Permalink
Version 20231017
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsetti committed Oct 17, 2023
1 parent 1f58dbb commit 543db83
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default_language_version:
# A list of repository mappings.
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
# see https://github.com/pre-commit/pre-commit-hooks
# - id: check-added-large-files
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on the UTC date of the release.

`Contributions <https://github.com/mborsetti/airportdata/blob/master/CHANGELOG.rst>`__ always welcomed!

Version 20231017
==================
* Addded VDSA/SIA, Siem Reap Angkor International Airport, Siem Reap, Siem-Reap, Cambodia, opened on 05 October
2023 and replacing VDSR/REP (see `here
<http://www.civilaviation.gov.kh/images/pdf/ANS/AIP_SUP_2023/AIRAC%20AIP%20SUP%20A5-A6-A7-A8-A9%202023%20EFFICTIVE%2005%20OCT%2023.pdf>`__).


Version 20231007
==================
* Added support for Python 3.12
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
airportsdata |downloads|
========================

.. |ICAO| replace:: 28,132
.. |ICAO| replace:: 28,133

.. |IATA| replace:: 7,587

Expand Down
3 changes: 3 additions & 0 deletions README_AIP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ contained here.
* - IT
- https://pre.enav.it/en/services/list
- Registration required
* - KH
- http://www.civilaviation.gov.kh/en/2014-04-07-07-52-5/aip-cambodia/aip-sup
-
* - MH
- https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/dafd/
- Airport/Facility Directory
Expand Down
11 changes: 3 additions & 8 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
* Added support for Python 3.12
* Removed support for Python 3.8 (This does not affect users of the the CSV files). As a reminder, older Python
versions are supported for 3 years after being obsoleted by a new major release (i.e. about 4 years since their
original release).
* Added VOKN/CNN, Kannur International Airport, Mattannur, Kerala, India. Based on a contribution upstream by `Ryan-DL
<https://github.com/Ryan-DL>`__ in PRs `#99 <https://github.com/mwgg/Airports/pull/91>`__
and `#93 <https://github.com/mwgg/Airports/pull/99>`__, but with official data from Indian AIP.
* Fixed IATA code and name of UELL/NER, Chulman Neryungri Airport, Chulman, Chukot, Russia.
* Addded VDSA/SIA, Siem Reap Angkor International Airport, Siem Reap, Siem-Reap, Cambodia, opened on 05 October
2023 and replacing VDSR/REP (see `here
<http://www.civilaviation.gov.kh/images/pdf/ANS/AIP_SUP_2023/AIRAC%20AIP%20SUP%20A5-A6-A7-A8-A9%202023%20EFFICTIVE%2005%20OCT%2023.pdf>`__).
2 changes: 1 addition & 1 deletion airportsdata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__project_name__ = __package__
# Release numbering follows the release date
__version__ = '20231007'
__version__ = '20231017'
__min_python_version__ = (3, 9)
__author__ = 'Mike Borsetti <mike@borsetti.com>'
__copyright__ = 'Copyright 2020- Mike Borsetti'
Expand Down
1 change: 1 addition & 0 deletions airportsdata/airports.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25088,6 +25088,7 @@
"VDMK","MWV","Mondulkiri Airport","Sen Monorom","Mondolkiri","KH",0,12.4636479116,107.187252045,"Asia/Phnom_Penh",""
"VDPP","PNH","Phnom Penh International Airport","Phnom Penh","","KH",40,11.5466003418,104.84400177,"Asia/Phnom_Penh",""
"VDRK","RBE","Ratanakiri Airport","Ratanakiri","Ratanakiri","KH",0,13.7299995422,106.9869995117,"Asia/Phnom_Penh",""
"VDSA","SIA","Siem Reap Angkor International Airport","Siem Reap","Siem-Reap","KH",191,13.369167,104.223056,"Asia/Phnom_Penh",""
"VDSR","REP","Angkor International Airport","Siem Reap","Siem-Reap","KH",60,13.4106998444,103.81300354,"Asia/Phnom_Penh",""
"VDST","TNX","Stung Treng Airport","Stung Treng","Stung-Treng","KH",203,13.5319004059,106.0149993896,"Asia/Phnom_Penh",""
"VDSV","KOS","Sihanoukville International Airport","Sihanukville","Kampot","KH",33,10.57970047,103.637001038,"Asia/Phnom_Penh",""
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requires =
env_list =
pre-commit
py312-new-install
py{312,311,310,39,38}-pytest
py{312,311,310,39}-pytest
skip_missing_interpreters = true

[testenv]
Expand Down

0 comments on commit 543db83

Please sign in to comment.