-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tz] Package the source database by default #21671
base: master
Are you sure you want to change the base?
[tz] Package the source database by default #21671
Commits on Dec 7, 2023
-
[tz] Add source database to package as default
* This replaces the iana binary tzdb with the source tzdb as the default. This is because this is what's supported most comprehensively by the date package. This still retains the option to build the binary database if required. Closes conan-io#21670
Configuration menu - View commit details
-
Copy full SHA for 69914f8 - Browse repository at this point
Copy the full SHA 69914f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89ec20 - Browse repository at this point
Copy the full SHA a89ec20View commit details
Commits on Jan 13, 2024
-
[tz] Fix test_package on Windows
* Swap the quotation characters in the python string to read the source database to enable the command to be parsed correctly on Windows
Configuration menu - View commit details
-
Copy full SHA for 1d819e4 - Browse repository at this point
Copy the full SHA 1d819e4View commit details -
[tz] Add windowsZones.xml to source database
This file is parsed by windows to convert local timezone mappings to that of the IANA database. It's necessary to use the source version of the database on windows.
Configuration menu - View commit details
-
Copy full SHA for 42d7a8f - Browse repository at this point
Copy the full SHA 42d7a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a44b92e - Browse repository at this point
Copy the full SHA a44b92eView commit details -
[tz] Remove conditional download of windowsZones.xml
* Options can't be queried in the source() method, so remove this and just always download windowsZones.xml
Configuration menu - View commit details
-
Copy full SHA for 3cafb14 - Browse repository at this point
Copy the full SHA 3cafb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52af15 - Browse repository at this point
Copy the full SHA b52af15View commit details
Commits on Jan 14, 2024
-
[tz] Refactor self.dependencies usage for conan 1.x compatibility
Conan 1.x is not able to parse self.dependencies in the test() method due to differences in the lifetime of objects. The solution presented here is to save the necessary options to file and load them back again in the test() method to be used as appropriate. Additionally, utilise the conan `save` and `load` methods for readability and consistency with other recipes. Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3e9ccc - Browse repository at this point
Copy the full SHA d3e9cccView commit details
Commits on Jan 19, 2024
-
[tz] Add documentation to explain file listing
* Explain where file listing for tzdata has come from, including windowsZones.xml, which is managed by CLDR.
Configuration menu - View commit details
-
Copy full SHA for 2a9c43b - Browse repository at this point
Copy the full SHA 2a9c43bView commit details -
Revert "[tz] Fix binary database compilation on Macos"
This reverts commit a89ec20.
Configuration menu - View commit details
-
Copy full SHA for 027549f - Browse repository at this point
Copy the full SHA 027549fView commit details