Commit Graph

  • 50b710e3a2 Accepting request 1331090 from devel:languages:python factory Ana Guerrero 2026-02-06 18:05:08 +00:00
  • 8b262d157d - Correct {Build,}Requires, the summary and the description to match reality. Steve Kowalik 2026-02-05 02:09:01 +00:00
  • c989dadae3 Update to 5.3.1, bsc#1254971 slfo-main Daniel Garcia Moreno 2025-12-16 13:58:19 +01:00
  • c4433bab48 Accepting request 1304050 from devel:languages:python Ana Guerrero 2025-09-12 19:09:03 +00:00
  • cab017fbc0 - update to 5.3.1: * Now only warns bout /etc/timezone if it is actually conflicting with other timezone configurations. * Now supports Python 3.9 to 3.13, and no longer requires backports.zoneinfo. * Some distributions are for some reason removing support for /etc/timezone, which is bad, because that's the only place where the timezone is stated in plain text, and what's worse, they don't delete it. So we can't trust it now, so when we have multiple configs, we are forced to just ignore it. * Attempts to return a ZoneInfo object also for UTC. * Updated python versions [hugovk] * Added type hints for the public functions * Moved to using pyproject.toml for project config. * The Unicode data doesn't change tz names when IANA does, so what is current in IANA is treated as an alias in Unicode data. This version handles that. * The logging info under windows made it look like it looked up the registry info even when you had a TZ environment, but it doesn't actually do that. * Improved the handling of loggers. * Fixed a bug in the new assert_tz_offset method. * Change how the system offset is calculated to deal with non- DST temporary changes, such as Ramadan time in Morocco. * Change the default to only warn when the timezone offset and system offset disagree (but still not even warn if TZ is set) * Add the assert_tz_offset() method to the top level for those who want to explicitly check and fail. - If tzlocal on Unix finds a timezone name in a /etc config file, then Dirk Mueller 2025-09-11 09:25:48 +00:00
  • da337f4c8a Accepting request 1282538 from devel:languages:python Ana Guerrero 2025-06-06 20:35:06 +00:00
  • 1e738db90f - Switch to pyproject macros. Steve Kowalik 2025-06-04 06:27:20 +00:00
  • 972d3b704f Accepting request 1084231 from devel:languages:python slfo-1.2 Dominique Leuenberger 2023-05-04 15:09:32 +00:00
  • 9c41021635 Accepting request 1084231 from devel:languages:python Dominique Leuenberger 2023-05-04 15:09:32 +00:00
  • 1ddf26d4e0 - update to 4.3: * Improved the error message when the ZoneInfo cannot be found * Don't error out because we find multiple possible timezones for a symlink. Dirk Mueller 2023-05-03 09:22:40 +00:00
  • 22db9f4b7d - update to 4.3: * Improved the error message when the ZoneInfo cannot be found * Don't error out because we find multiple possible timezones for a symlink. Dirk Mueller 2023-05-03 09:22:40 +00:00
  • 090d43c875 Accepting request 1081994 from devel:languages:python Dominique Leuenberger 2023-04-22 20:02:01 +00:00
  • d798dcc55c Accepting request 1081994 from devel:languages:python Dominique Leuenberger 2023-04-22 20:02:01 +00:00
  • 90f25e244d Accepting request 1081680 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:55:00 +00:00
  • f3d544f848 Accepting request 1081680 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:55:00 +00:00
  • a13efd50b3 Accepting request 1002999 from devel:languages:python Dominique Leuenberger 2022-09-13 13:07:58 +00:00
  • def198ef86 Accepting request 1002999 from devel:languages:python Dominique Leuenberger 2022-09-13 13:07:58 +00:00
  • 06ad0cb3ae Accepting request 1002998 from home:dimstar:Factory Dirk Mueller 2022-09-12 14:51:55 +00:00
  • 7e44bd48c9 Accepting request 1002998 from home:dimstar:Factory Dirk Mueller 2022-09-12 14:51:55 +00:00
  • b7b7546dcb Accepting request 970819 from devel:languages:python Dominique Leuenberger 2022-04-23 17:44:57 +00:00
  • 3e3cc10d6b Accepting request 970819 from devel:languages:python Dominique Leuenberger 2022-04-23 17:44:57 +00:00
  • a618a8db0e remove the old tarball Markéta Machová 2022-04-19 12:25:32 +00:00
  • da1af5bd88 remove the old tarball Markéta Machová 2022-04-19 12:25:32 +00:00
  • d76d1addbc Accepting request 970765 from home:pgajdos:python Markéta Machová 2022-04-19 12:10:38 +00:00
  • 91f31e1772 Accepting request 970765 from home:pgajdos:python Markéta Machová 2022-04-19 12:10:38 +00:00
  • 137d28df53 Accepting request 914742 from devel:languages:python Dominique Leuenberger 2021-09-03 19:25:37 +00:00
  • e5f07b7ce3 Accepting request 914742 from devel:languages:python Dominique Leuenberger 2021-09-03 19:25:37 +00:00
  • 80c6209d98 Accepting request 914569 from home:pgajdos:python Matej Cepl 2021-08-28 08:29:35 +00:00
  • 96d5cbb094 Accepting request 914569 from home:pgajdos:python Matej Cepl 2021-08-28 08:29:35 +00:00
  • 76d3a0d07c Accepting request 810919 from devel:languages:python Dominique Leuenberger 2020-06-05 18:00:04 +00:00
  • 8f0feb1f49 Accepting request 810919 from devel:languages:python Dominique Leuenberger 2020-06-05 18:00:04 +00:00
  • b227fa5f8f - update to 2.1: - The is_dst flag is wrong for Europe/Dublin on some Unix releases. I changed to another way of determining if DST is in effect or not. - Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works. Dirk Mueller 2020-06-02 17:18:54 +00:00
  • a5d24527d3 - update to 2.1: - The is_dst flag is wrong for Europe/Dublin on some Unix releases. I changed to another way of determining if DST is in effect or not. - Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works. Dirk Mueller 2020-06-02 17:18:54 +00:00
  • 7e729cd07e Accepting request 783973 from devel:languages:python Dominique Leuenberger 2020-03-26 23:20:16 +00:00
  • 7c31399fc3 Accepting request 783973 from devel:languages:python Dominique Leuenberger 2020-03-26 23:20:16 +00:00
  • 0d3d0e66cb - Fix build without py2 Tomáš Chvátal 2020-03-11 16:47:22 +00:00
  • e3b62fa2bc - Fix build without py2 Tomáš Chvátal 2020-03-11 16:47:22 +00:00
  • 6e7bd60511 Accepting request 720064 from devel:languages:python Dominique Leuenberger 2019-08-07 11:53:56 +00:00
  • c6e8001843 Accepting request 720064 from devel:languages:python Dominique Leuenberger 2019-08-07 11:53:56 +00:00
  • 3215eaa426 Accepting request 720055 from home:pgajdos Tomáš Chvátal 2019-07-31 13:46:05 +00:00
  • e8a9ea9fea Accepting request 720055 from home:pgajdos Tomáš Chvátal 2019-07-31 13:46:05 +00:00
  • 19f890e2be Accepting request 685941 from devel:languages:python Dominique Leuenberger 2019-03-19 08:59:09 +00:00
  • 9fcf0928b9 Accepting request 685941 from devel:languages:python Dominique Leuenberger 2019-03-19 08:59:09 +00:00
  • acf530f4fc Accepting request 685872 from home:jengelh:branches:devel:languages:python Tomáš Chvátal 2019-03-18 08:10:18 +00:00
  • 79bb745efa Accepting request 685872 from home:jengelh:branches:devel:languages:python Tomáš Chvátal 2019-03-18 08:10:18 +00:00
  • 8cc7adf277 Accepting request 681301 from devel:languages:python Dominique Leuenberger 2019-03-05 11:21:47 +00:00
  • cc2876e368 Accepting request 681301 from devel:languages:python Dominique Leuenberger 2019-03-05 11:21:47 +00:00
  • cc232de4c5 - Switch to github archive as per upstream recommendation: * the pypi archive fails tests due to wrong file->symlink conversions - Update to 1.5.1: * increased test coverage. * No longer treats macOS as special, but as a unix. * get_windows_info.py is renamed to update_windows_mappings.py * Windows mappings now also contain mappings from deprecated zoneinfo names. (Preston-Landers, regebro) Tomáš Chvátal 2019-03-04 11:15:43 +00:00
  • 877cf5826c - Switch to github archive as per upstream recommendation: * the pypi archive fails tests due to wrong file->symlink conversions - Update to 1.5.1: * increased test coverage. * No longer treats macOS as special, but as a unix. * get_windows_info.py is renamed to update_windows_mappings.py * Windows mappings now also contain mappings from deprecated zoneinfo names. (Preston-Landers, regebro) Tomáš Chvátal 2019-03-04 11:15:43 +00:00
  • d0289fe56b Accepting request 659730 from devel:languages:python Dominique Leuenberger 2018-12-24 10:45:30 +00:00
  • 236283f476 Accepting request 659730 from devel:languages:python Dominique Leuenberger 2018-12-24 10:45:30 +00:00
  • a2c2390685 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 14:11:16 +00:00
  • 0634a546fc Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 14:11:16 +00:00
  • de6fb05e0f Accepting request 635361 from devel:languages:python Yuchen Lin 2018-09-13 22:01:06 +00:00
  • 25c0d69e32 Accepting request 635361 from devel:languages:python Yuchen Lin 2018-09-13 22:01:06 +00:00
  • efcf95770e Accepting request 635353 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2018-09-12 16:31:20 +00:00
  • f91f33c323 Accepting request 635353 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2018-09-12 16:31:20 +00:00
  • 8d4641c29a Accepting request 635344 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2018-09-12 14:38:08 +00:00
  • f1f844bee0 Accepting request 635344 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2018-09-12 14:38:08 +00:00
  • f3f46935ef Accepting request 530456 from devel:languages:python Dominique Leuenberger 2017-10-09 17:41:11 +00:00
  • 131cda5f30 Accepting request 530456 from devel:languages:python Dominique Leuenberger 2017-10-09 17:41:11 +00:00
  • 2411e047d2 Accepting request 530426 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2017-10-02 12:29:22 +00:00
  • 41a452bbbe Accepting request 530426 from home:seanmarlow:branches:devel:languages:python Robert Schweikert 2017-10-02 12:29:22 +00:00
  • 69d9945fd7 Accepting request 519195 from home:bear454:branches:devel:languages:python Thomas Bechtold 2017-08-29 12:05:37 +00:00
  • edb982ab18 Accepting request 519195 from home:bear454:branches:devel:languages:python Thomas Bechtold 2017-08-29 12:05:37 +00:00
  • 3d22bc6510 Accepting request 511254 from devel:languages:python Dominique Leuenberger 2017-07-21 20:48:29 +00:00
  • b77368790d Accepting request 511254 from devel:languages:python Dominique Leuenberger 2017-07-21 20:48:29 +00:00
  • c500b0a224 - Convert to singlespec build Robert Schweikert 2017-07-11 16:23:04 +00:00
  • d58e20690e - Convert to singlespec build Robert Schweikert 2017-07-11 16:23:04 +00:00
  • 659fc61fda Accepting request 331686 from devel:languages:python Dominique Leuenberger 2015-10-01 07:28:56 +00:00
  • 5008bbd537 Accepting request 331686 from devel:languages:python Dominique Leuenberger 2015-10-01 07:28:56 +00:00
  • edee7db3a6 Accepting request 330912 from home:sax2:branches:devel:languages:python Denisart Benjamin 2015-09-17 11:57:54 +00:00
  • 8cdc2ba58d Accepting request 330912 from home:sax2:branches:devel:languages:python Denisart Benjamin 2015-09-17 11:57:54 +00:00
  • de1a64b38b Accepting request 319787 from devel:languages:python Dominique Leuenberger 2015-08-03 15:21:42 +00:00
  • 893ba1fb83 Accepting request 319787 from devel:languages:python Dominique Leuenberger 2015-08-03 15:21:42 +00:00
  • a2963c1296 Accepting request 316557 from home:TheBlackCat:branches:devel:languages:python Todd R 2015-07-14 07:45:19 +00:00
  • 21f10e61a5 Accepting request 316557 from home:TheBlackCat:branches:devel:languages:python Todd R 2015-07-14 07:45:19 +00:00
  • f0e0277ee2 Accepting request 311266 from home:jkeil:branches:devel:languages:python Denisart Benjamin 2015-06-14 18:53:01 +00:00
  • 5a7fe26455 Accepting request 311266 from home:jkeil:branches:devel:languages:python Denisart Benjamin 2015-06-14 18:53:01 +00:00
  • 88ab1b405d Accepting request 261559 from home:seilerphilipp Alberto Planas Dominguez 2014-11-14 10:27:14 +00:00
  • 92d42c8941 Accepting request 261559 from home:seilerphilipp Alberto Planas Dominguez 2014-11-14 10:27:14 +00:00