Re: [PR] Avoid datetime deprecations in releaseWizard.py [solr-operator]

2025-01-24 Thread via GitHub
gerlowskija merged PR #751: URL: https://github.com/apache/solr-operator/pull/751 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@sol

Re: [PR] Avoid datetime deprecations in releaseWizard.py [solr-operator]

2025-01-23 Thread via GitHub
HoustonPutman commented on PR #751: URL: https://github.com/apache/solr-operator/pull/751#issuecomment-2610566406 Nah, it's a good change. Thanks for doing the housekeeping! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Avoid datetime deprecations in releaseWizard.py [solr-operator]

2025-01-23 Thread via GitHub
gerlowskija commented on PR #751: URL: https://github.com/apache/solr-operator/pull/751#issuecomment-2610558904 The releaseWizard requires at least Python 3.4 and the replacement functions ('now' and 'fromtimestamp') have been around at least that long, so this should be safe to merge in th

[PR] Avoid datetime deprecations in releaseWizard.py [solr-operator]

2025-01-23 Thread via GitHub
gerlowskija opened a new pull request, #751: URL: https://github.com/apache/solr-operator/pull/751 Python 3.12 deprecates two popular datetime functions that are used throughout the Release Wizard, 'utcnow()' and 'utcfromtimestamp()', resulting in many distracting messages that make the oth