Beta#1
Open
aztrock wants to merge 318 commits into
Open
Conversation
Fix E721 (do not compare types...) issues.
* Update internal scripts - Add `make clean` target - Update release notes generator repository path * Update po file generation script * Update locale files
Apply convertion to deprecated subdiv params (prov, state) too.
* Finalize HolidayBase::_add_holiday_* family methods migration - Get the tests coverage level back to 100% - Migrate the rest of the cases - Add related refactoring changes * Update Christian holiday group * Update l10n, remove duplicates
…nce (#1414) * Update Saudi Arabia: fix observed holidays for Eid al-Fitr and Eid al-Adha * PR suggestions * Optimize * Refactor some tests
* Add l10n tests Remove Canada empty `en_US` l10n * Update tests
* Added Singapore Polling Day 2023 as Announced in state-associated press on 12 August 2023: https://www.straitstimes.com/singapore/politics/singapore-presidential-election-2023-polling-day-on-sept-1-nomination-day-on-aug-22 * Update test_singapore.py Updated comment
* adding vanuatu * comment changes * father lini day
* Add Barbados holidays * Remove default_lang * Update holidays/countries/barbados.py Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> * Update holidays/countries/barbados.py Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> * Update holidays/countries/barbados.py Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> * Update holidays/countries/barbados.py Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> * Update holidays/countries/barbados.py Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> * Update holidays/countries/barbados.py Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> * Some changes * Changes to method * Switch to _add_holiday_1st_mon_of_aug * Changes to _add_holiday --------- Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
* Add Solidarity Day to SI country holidays * [SL] add test case, switch to `special_holiday` * Update comment * Update po files for SI --------- Co-authored-by: PPsyrius <19505219+PPsyrius@users.noreply.github.com>
Fix Unsupported operand types for == ("Mapping" and "HolidayBase") error.
Remove holiday_groups.py
Co-authored-by: Arkadii Yakovets <ark@cho.red>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arkadii Yakovets <ark@cho.red>
Co-authored-by: Arkadii Yakovets <ark@cho.red>
Co-authored-by: arkid15r <arkid15r@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
Co-authored-by: arkid15r <2201626+arkid15r@users.noreply.github.com>
Co-authored-by: Arkadii Yakovets <ark@cho.red>
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
Co-authored-by: arkid15r <2201626+arkid15r@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arkadii Yakovets <ark@cho.red>
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <ark@cho.red>
Co-authored-by: arkid15r <2201626+arkid15r@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Your PR description goes here.
Type of change
Checklist
betabranch of the repositorymake pre-commitmake test,make tox(we strongly encourage adding tests to your code)