15
0
Commit Graph

22 Commits

Author SHA256 Message Date
048be505db - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=38
2024-04-20 15:40:41 +00:00
5f295382d4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=36
2024-04-06 19:35:14 +00:00
45535bc9ab OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=35 2024-04-06 19:34:53 +00:00
ca7900c8eb - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=34
2024-04-02 16:19:57 +00:00
e683a690f3 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=32
2024-03-19 05:58:11 +00:00
b2a8c21a67 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=30
2024-02-07 20:14:24 +00:00
6681f54cfa - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=28
2024-01-23 03:12:36 +00:00
81987556a5 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=26
2023-03-03 06:57:45 +00:00
7850024984 Accepting request 1009754 from home:pgajdos:python
- really  update to version 0.16
- does not require python-six

OBS-URL: https://build.opensuse.org/request/show/1009754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=24
2022-10-11 12:44:33 +00:00
d827a725ec Accepting request 1006799 from home:yarunachalam:branches:devel:languages:python
- Update Version 0.16
  Released September 16, 2022
  This release is dedicated to Queen Elizabeth II (21 April 1926 – 8 September 2022),
  who lived her long life as a monarch through 2 centuries, in both happy and difficult moments,
  with grace, dignity and an always inspiring strong sense of duty and warm heart.
  Goodbye "Lilibet", you have symbolically been a queen, a mother and a grandmother
  to a lot of us, and will be dearly missed.
  - Financial market support review, new method financial_holidays(..) #694 (dr-p)
  - Support for Moldova #695 (Thedand)
  - Support for Bolivia #679, #698 (kasya)
  - UK updates #702 (JPunter, violuke)
  - Australia updates #699 (Ryan-McCrory, dr-p)
  - Canada updates #710 (bkthomps)
  - New Zealand updates #708, #709 (dr-p, markhoneth)
  - NYSE updates #693, #696 (kasya)
- Update Version 0.15
  Released August 21, 2022
  - Added support for Python3.11 (dr-p)
  - Updated README - improved badges area (dr-p)
  - Support for Cuba #678 (bthompson, dr-p)
  - Typechecking implementation, first release (HolidayBase, utils, some sample countries) #661 (dimbleby)
  - Test coverage improvement #633 (akosfurton, dr-p)
  - Drop support for UK subdivisions as countries (England, Scotland..) (dr-p)
  - Drop support for IsleOfMan as UK subdivision (dr-p)
  - Drop support for PortugalExt (ie: extended Portugal) (dr-p)
  - US fixes #675 (arkid15r)
  - Colombia fixes & test improvements #676 (bkthomps)
  - Venezuela fixes & test improvements #677 (bkthomps)
  - Canada fixes #579 (dr-p, scubaandre)
  - Ukraine refactoring #681 (kasya)

OBS-URL: https://build.opensuse.org/request/show/1006799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=22
2022-09-29 09:25:12 +00:00
2e9e0bdfea Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=20
2021-05-04 16:00:35 +00:00
bfbf1288e3 - Use %pytest macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=19
2021-05-03 13:21:57 +00:00
2d81862e4e Accepting request 889926 from system:homeautomation:home-assistant:unstable
- 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
- obsoletes disable-lag-baomer.patch

OBS-URL: https://build.opensuse.org/request/show/889926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=18
2021-05-03 13:18:24 +00:00
5c6389d915 Accepting request 870207 from system:homeautomation:home-assistant
- update to version 0.10.5.2
  * Dropped support for Python 2 (dr-p)
  * Removed convertdate<=2.2.0 constraint (dr-p)
  * Travis CI integration review (dr-p)
  * Support for Mozambique (jusce17)
  * Angola fixes (jusce17)
  * Portugal localized holidays (jusce17)
  * Disable year expansion on name search #411 (giladmaya)
  * Israel fixes (new convertdate version) #407 (giladmaya)
  * Ireland fixes (ISO-2 code, partial split from UK) #417 (javicalle)
  * Honduras fix (ISO-2 code) #405 (dr-p, agorajek)
- had to disable lag-boamer support due lack of official resource for it
  via disable-lag-baomer.patch

- update to version 0.10.4
  * Dropped support for Python 3.5
  * Support for Djibouti (Abdisamade)
  * Support for United Arab Emirates (marcomasulli, mborsetti)
  * Support for Chile (mborsetti, dr-p)
  * Support for Angola (jusce17, pietervdw115, dr-p)
  * Support for Malawi (pietervdw115)
  * Support for Bangladesh (dr-p, tasnimislam)
  * Korea fixes (MYUNGJE, dr-p, hiddentrap)
  * Australia 2020 fix (bencollerson, trauty-is-me)
  * Croatia fixes and updates (jangrg, mborsetti, dr-p)
  * United States fixes (raffg, bgmiles, dr-p)
  * UK fixes/improvements (dr-p, richard-kunert, emreay-)
  * Russia fixes (tserekh)
  * Ireland fixes (chiuczek)
  * Spain observed holidays fix (sermayoral)

OBS-URL: https://build.opensuse.org/request/show/870207
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=16
2021-02-08 15:24:17 +00:00
1fd5fcbbff Accepting request 822929 from system:homeautomation:home-assistant:unstable
- Update to version 0.10.3
Released July 15, 2020
- Added get_named(substring) method to retrieve holidays by name (dr-p)
- Added pop_named(substring) method to pop specific holiday/s by name (samtregar, dr-p)
- Support for Burundi (bmwachajr)
- Support for Latvia (rolandinsh)
- Support for Romania (dorianm)
- Spain fix (dr-p)
- Netherlands fix (RooieRakkert)
- Switzerland fixes (cgrigis)
- Germany fix (MikeTsenatek)
- Added korean_cal attribute to Korea and Vietnam (seriousran, pelennor)
- United States fixes (patrick-nicholson, dr-p)
- Singapore fixes + 2021 holidays (mborsetti)
Version 0.10.2
==============
Released April 13, 2020
- Support for Spain (piliamaurizio, jbroudou, dr-p, gerardo15)
- Support for Turkey (cemkaragozlu)
- Support for Korea (1kko, dr-p)
- Support for Vietnam (1kko, dr-p)
- Support for Morocco (abensrhir, dr-p)
- Mexico fix (Rosi2143, dr-p)
- Croatia fix (sebojanko, dr-p)
- US Georgia fix (jbroudou, dr-p)
- Austria province ISO3166-2 adoption (jbroudou, dr-p)
- Portugal typos & name fixes (reinaldoramosarxi)
- US MLK renamed (snoopyjc, dr-p)
- ISO-3 codes export fix (dr-p)

OBS-URL: https://build.opensuse.org/request/show/822929
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=14
2020-07-29 10:47:07 +00:00
Tomáš Chvátal
17ceae006c Accepting request 792660 from home:mcalabkova:branches:devel:languages:python
- Update to 0.10.1
  * Project structure refactoring (MaxHaertwig, dr-p)
  * Added support for Python3.8 (dr-p)
  * Dropped support for pypy and Python3.4, welcome back pypy3 (dr-p)
  * Fully reviewed Travis CI integration (dr-p)
  * Added 3-digit country ISO codes (MaxHaertwig)
  * Support for Paraguay (dr-p, sfeliu)
  * Support for Israel (giladmaya, dr-p)
  * Support for Egypt (gaberm)
  * Support for Serbia (kosugor)
  * Support for Singapore (mborsetti)
  * README.rst fixes / sync
  * Brazil-Parana support (dr-p, jbroudou)
  * Japan fixes (dr-p, thophan92, saurabh3896)
  * Canada, Spain, US fixes (jbroudou)
  * Belarus fix (mpolyakovsky)

OBS-URL: https://build.opensuse.org/request/show/792660
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=12
2020-04-09 10:38:23 +00:00
Tomáš Chvátal
f368a34010 Accepting request 765222 from home:alarrosa:branches:devel:languages:python
- Update to 0.9.12:
  * Support for Nigeria (ioluwayo)
  * Support for India - Telangana (kiranbeethoju, dr-p)
  * Support for Dominican Republic (gabmartinez)
  * Support for Nicaragua (CARocha)
  * Code refactoring, bugfixes (vlt)
  * Add method to list all supported countries (fabaff)
  * Germany bugfixes (bitraten)
  * Correctly handle United Kingdom "May Day" holiday in 2020 - #219 (robfraz)
  * Hungary fixes (gypapp)
  * Chile test fixes (rpanai)
  * Italy fixes (jokerigno, sixbladeknife)
  * Other minor fixes

OBS-URL: https://build.opensuse.org/request/show/765222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=10
2020-01-17 12:01:45 +00:00
Tomáš Chvátal
bc25736ac0 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=8
2019-09-12 09:02:15 +00:00
Tomáš Chvátal
8e45f35c46 Accepting request 685457 from home:jengelh:branches:devel:languages:python
- Remove conjecture from description and ensure neutrality.

OBS-URL: https://build.opensuse.org/request/show/685457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=3
2019-03-17 15:31:46 +00:00
4be405277e Accepting request 685363 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/685363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-holidays?expand=0&rev=1
2019-03-22 14:03:33 +00:00
Tomáš Chvátal
9011f2b3fe - Update to 0.9.10:
- Added Lithuanian holidays support (GiedriusMauza)
  - Added Luxembourgish holidays (theFeverDog)
  - Added Russian holidays (mshinkareva)
  - Added Bulgarian holidays (pavelsof)
  - Holidays in date range (elln2)
  - German holidays updates (MrtnBckr, alexanderschulze)
  - South African holidays updates (nickyspag)
  - Australian holidays updates (itssimon)
- Run tests
- Run fdupes
- Fix URL

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=2
2019-03-15 13:20:55 +00:00
81ea25ed3a Accepting request 684191 from system:homeautomation:home-assistant
new package

OBS-URL: https://build.opensuse.org/request/show/684191
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-holidays?expand=0&rev=1
2019-03-12 09:07:33 +00:00