Revisions of python-holidays

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1172537 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- update to 0.48:
  * Introduce workdays calculation support
  * Refactor `HolidayBase::__getattr__`: speed up _add_holiday_*
    methods
  * Add Palau holidays
  * Update Greece holidays: move 2024 Labor Day to May 7
  * Update Timor-Leste holidays
  * Update United States holidays: fix Confederate Memorial Day
    in MS
  * Update badges in README
  * Update CI/CD: fix macOS Python versions
  * Extend HolidayBase::_add_holiday family methods with Easter
    support
  * Prioritize entity default holiday category processing
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1169388 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- update to 0.47:
  * Refactor some sequential holidays
  * Add Jordan holidays
  * Change contributors badge placement
  * Update Australia holidays: fix Sovereign's Birthday dates in
    WA
  * Update Eid al-Fitr 2024 dates
  * Update European Central Bank holidays
  * Update Poland holidays: fix Ascension Day
  * Update South Africa holidays: add public holiday on May 29,
    2024
  * Update contributing guidelines
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1165875 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- update to 0.46:
  * Fix Romanian language strings: replace U+015F with proper
    U+0219
  * Update (c) in file headers and LICENSE
  * Update Australia holidays
  * Update Makefile clean action
  * Update US tests: Day After Thanksgiving
  * Update United Kingdom holidays: fix observed New Year's Day
    in Scotland
  * Update tests: use assertIsInstance
  * Fix README layout (attempt 1)
  * Add file header pre-commit check
  * Add package build tests
  * Unify file headers after recent update
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1159181 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 14)
- Update to 0.45:
  * Add Python 3.12 support
  * Add Kuwait holidays
  * Add Seychelles holidays
  * Fix SonarCloud security hotspots
  * Update Mexico holidays
  * Update Ethiopia holidays
  * Update Ukrainian translations (proper apostrophe)
  * Update snapshots: Portugal holidays
  * Add `UNOFFICIAL` category for the United States
  * Introduce subdivisions aliases
  * Update Ireland holidays
  * Update Portugal holidays: fix Carnival date
  * Update Taiwan holidays
  * Update Thailand holidays: add Bridge Public Holiday on Apr 12, 2024
- Add missing BuildRequires on importlib-metadata.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1145004 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- update to 0.42:
  * Add Ghana holidays
  * Add Jersey holidays
  * Update Costa Rica holidays
  * Update Croatia holidays
  * Update Greece holidays
  * Update Switzerland holidays
  * Update United Arab Emirates holidays
  * 2020 China calendar discrepancies fix
  * Add United Kingdom's Whit Monday holidays for pre-1971 years
  * Unify common holidays name translation
  * Use current version for release notes generation

  * Implement Tanzania `StaticHolidays`
  - Pre-commit v.2.0.3 (dr-p)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1140748 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 12)
- Update to 0.41:
  * Introduce observed_estimated_label
  * Update Argentina holidays
  * Update Cyprus holidays
  * Update Malaysia holidays
  * Update Paraguay holidays
  * Update Thailand holidays
  * Add Papua New Guinea holidays
  * Fix United States and Guam holidays
  * Extend native holiday categories support
  * Update NYSE holidays: fix New Year's Day observed
  * Update Netherlands holidays: fix Liberation Day
  * Add categories and subdivisions support to special observed holidays
  * Add categories and subdivisions support to substituted holidays
  * Update Israel holidays
  * Update Ukraine holidays
  * Migrate NYSE holidays to ObservedHolidayBase
  * Add special holidays per subdivisions support
  * Add special_holidays_observed support
  * Add Bahamas holidays
  * Add Timor-Leste holidays
  * Add Tonga holidays
  * Update Portugal holidays: add holiday categories
  * Add Maldives holidays
  * Add Tanzania holidays
  * Implement Tanzania `StaticHolidays` 
  * Add Laos holidays
  * Update Belarus holidays: add substituted holidays
  * Update NYSE holidays: fix Juneteenth National Independence Day start year
  * Update Spain holidays
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1069087 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 11)
- Update to 0.20:
  * Add localization support, #827 (@arkid15r, @bkthomps, @dragoon)
  * Introduce `HolidayBase::_is_leap_year()`, #886 (@arkid15r)
  * Introduce `HolidayBase::_is_monday` - `HolidayBase::_is_sunday` helper
    methods, #841 (@arkid15r)
  * Change holiday name separator from ", " to "; ", #922 (@arkid15r)
  * Fix Hong Kong, #928 (@KJhellico)
  * Fix Islamic holidays calculation, #914 (@KJhellico)
  * Fix Thailand related changes coverage decrease, #942 (@arkid15r, @PPsyrius)
  * Improve Thailand holidays, #929 (@PPsyrius, @arkid15r, @KJhellico)
  * Update Australia holidays: fix 2020 QLD holidays, #923 (@arkid15r)
  * Update Bolivia holidays, #910 (@KJhellico)
  * Update Bosnia and Herzegovina holidays, #909 (@KJhellico)
  * Update Jamaica holidays, #913 (@KJhellico)
  * Update PR template, #960 (@arkid15r)
  * Update Poland holidays, add uk localization, #947 (@KJhellico)
  * Add International Women's Day for DE-MV, #936 (@alexanderschulze)
  * Add Marshall Islands (ISO-3666-1 code MH), #937 (@mborsetti)
  * Add Northern Mariana Islands (ISO-3666-2 code US-MP), #939 (@mborsetti)
  * ISO 3166-1 for US subdivisions, #941 (@mborsetti, @dr-prodigy)
  * Add Albania initial support #895 (@arkid15r)
  * Add Andorra initial support #896 (@arkid15r)
  * Add Bahrain initial support #888 (@arkid15r)
  * Add Montenegro initial support #897 (@arkid15r)
  * Add San Marino initial support #898 (@arkid15r)
  * Add Vatican City initial support #904 (@arkid15r)
  * Add Monaco holidays #877 (@KJhellico)
  * Migrate prophet.hdays countries #887 (@arkid15r)
  * Singapore holidays update #880 (@KJhellico)
  * PyMeeus for equinox and solstice calculation #828, #863 (Nalguedo)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 890465 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 8)
- Use %pytest macro
- update to version 0.11.1
  * Support for Saudi Arabia
  * Support for Curacao
  * Support for Jamaica
  * Support for Georgia
  * init.py flake8 issue fix
  * Korea 2020 fix
  * Singapore fix for multi-year
  * Israel fix
  * Japan fix
  * Serbia fix
  * United Kingdom get_list fix
  * Singapore fix for multi-year
  * Fixed holidays pickling
- remove:
  - disable-lag-baomer.patch
  - disable-flake.patch
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 730322 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
- Update to 0.9.11:
  - Added Japanese holidays for new Emperor (kokinamura)
  - Fixed Australian Canberra day holiday (explodingdinosaurs, dr-p)
  - Added support for Estonian holidays (RaulVS14)
  - Added support for Iceland and Kenya (justinasfour04)
  - Added support for Aruba (orson1282)
  - Added support for Hong Kong (polifaces)
  - Added support for Peru (manuelvalino)
  - Switzerland fixes (spasche)
  - Croatia fix (pave121, dr-p)
  - Polish deprecation: replaced by Poland (dr-p)
  - Czech(ia) - Slovak(ia) fixes (dr-p)
  - Allow passing years to CountryHoliday (mr.shu)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 690281 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 2)
- Remove conjecture from description and ensure neutrality.
Displaying all 17 revisions
openSUSE Build Service is sponsored by