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
upgrade "convertdate" to >= 2.3.0 #406
Comments
|
Hi! Great package, thanks for that. I would very much support an update on convertdate. The current version limits pytz to be < 2020 which makes the library run into dependency problems with other libraries |
|
Awesome library for holiday searching. but current pytz < 2020 conflict with many current popular libraries. |
|
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1905176 |
|
According to convertdate changes (https://github.com/fitnr/convertdate/releases/tag/v2.3.0) there are no changes, which should affect holidays. |
|
Limitation introduced in b57cb2d by @mmontel-wgs and released in 0.10.4 - 0.10.3 is not affected. |
|
The limitation has in fact been introduced due to convertdate 2.2.0 breaking changes (most notable ones: support for Python 2 dropped, some method signature changes, etc.), which prevented us to accept it immediately. Pls refer to https://github.com/dr-prodigy/python-holidays#development-version for how to change your holidays lib to beta version until it gets finalized and released in master, thx. |
|
@dr-prodigy Thanks for the explanation. Do you have any ETA on the next release? |
|
hi @lociii in fact, no, I don't have set a date yet: usually I sum up a reasonable number of updates before releasing: in the meantime, for who needs bleeding edge updates, the beta branch is the way to go (no untested / unstable features on it, never). |
|
That might work for an end user but not for a package depending on python-holidays. |
|
We are having the same problem in NixOS packaging sadly. Please release a version supporting recent convertdate versions. |
|
Hi, |
|
Thanks! One issue came up: |
|
Hi, |
|
Confirmed as fixed on other similar issue. Closing, thx 👍 |
Hi, Is it possible to check if upgrading to convertdate version >=2.3.0 does not have a big impact ?
Thanks
The text was updated successfully, but these errors were encountered: