17
0

15 Commits

Author SHA256 Message Date
9b5492c6c7 Accepting request 1256039 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1256039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=12
2025-03-25 21:18:49 +00:00
e40fccdd14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=31 2025-03-18 18:26:14 +00:00
f3fcb89adf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=30 2025-03-18 18:25:48 +00:00
6ae3e48563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=29 2025-03-18 18:24:51 +00:00
5b4a52d538 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=28 2025-03-18 18:24:25 +00:00
99af2930ec Accepting request 1254103 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=11
2025-03-18 16:42:25 +00:00
33435ce062 Accepting request 1254066 from home:DocB:branches:devel:languages:python
- activate python 3.13

OBS-URL: https://build.opensuse.org/request/show/1254066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=26
2025-03-18 12:22:09 +00:00
65f34d6e5a Accepting request 1238538 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1238538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=10
2025-01-18 12:18:12 +00:00
f32e5a2e06 Accepting request 1235848 from devel:languages:python
- Exclude 32bit platforms: Fails to build with overflow errors
- Fix sources and revert to github tarball: tests missing
- Update to version 3.0.0
   Added
    * Added new testing helpers to time travel. #626
    * Made instance() support all native types (date, time, datetime). #732
   Changed
    * Dropped support for Python 2.7, 3.5 and 3.6. #569
    * The Timezone class now relies on the native zoneinfo.ZoneInfo class. #569
    * Renamed the Period class to Interval. #676
    * Renamed the period helper to interval. #676
    * Removed existing testing helpers: test() and set_test_now(). #626
    * Dropped support for Python 3.7. #734
    * Rewrote extensions in Rust. #721
    * Made day of week convention more consistent across the codebase. #731    
    * Relaxed dependency constraints. #760
    * The testing helpers are now optional and must be opted-in via the test extra. #778
   Fixed
    * Fixed datetime string representation to match the native library. #733
    * Fixed issues on some system when retrieving the local timezone. #733
    * Fixed DST handling in start_of()/end_of() methods. #713
    * Removed remaining mentions of periods instead of intervals. #757
    * Fixed the behavior of the week_of_month property for edge cases in January and December. #774
    * Fixed the handling of the fold attribute when deep-copying a DateTime instance. #776
    * Fixed errors where hours and days were not handled properly when adding durations. #775
    * Fixed errors where hours and days were not handled properly when adding durations. #775
   Locales
    * Added the sk locale. #575
    * Added the ja locale. #610
    * Added the he locale. #585
    * Added the sv locale. #562

OBS-URL: https://build.opensuse.org/request/show/1235848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pendulum?expand=0&rev=9
2025-01-12 10:08:32 +00:00
2409eddd50 Accepting request 1236904 from home:bnavigator:branches:devel:languages:python
- Skip python313: Not maintained enough
  gh#python-pendulum/pendulum#844

OBS-URL: https://build.opensuse.org/request/show/1236904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=23
2025-01-10 15:49:45 +00:00
c41ac753a9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=22 2025-01-08 09:27:43 +00:00
d631369878 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=21 2025-01-08 09:27:10 +00:00
a51e150fa9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=20 2025-01-08 09:26:50 +00:00
87416c4b38 - Fix sources and revert to github tarball: tests missing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=19
2025-01-07 20:49:59 +00:00
caf0cc7455 Accepting request 1235668 from home:yacar:branches:devel:languages:python
- Update to version 3.0.0
   Added
    * Added new testing helpers to time travel. #626
    * Made instance() support all native types (date, time, datetime). #732
   Changed
    * Dropped support for Python 2.7, 3.5 and 3.6. #569
    * The Timezone class now relies on the native zoneinfo.ZoneInfo class. #569
    * Renamed the Period class to Interval. #676
    * Renamed the period helper to interval. #676
    * Removed existing testing helpers: test() and set_test_now(). #626
    * Dropped support for Python 3.7. #734
    * Rewrote extensions in Rust. #721
    * Made day of week convention more consistent across the codebase. #731    
    * Relaxed dependency constraints. #760
    * The testing helpers are now optional and must be opted-in via the test extra. #778
   Fixed
    * Fixed datetime string representation to match the native library. #733
    * Fixed issues on some system when retrieving the local timezone. #733
    * Fixed DST handling in start_of()/end_of() methods. #713
    * Removed remaining mentions of periods instead of intervals. #757
    * Fixed the behavior of the week_of_month property for edge cases in January and December. #774
    * Fixed the handling of the fold attribute when deep-copying a DateTime instance. #776
    * Fixed errors where hours and days were not handled properly when adding durations. #775
    * Fixed errors where hours and days were not handled properly when adding durations. #775
   Locales
    * Added the sk locale. #575
    * Added the ja locale. #610
    * Added the he locale. #585
    * Added the sv locale. #562

OBS-URL: https://build.opensuse.org/request/show/1235668
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pendulum?expand=0&rev=18
2025-01-07 19:03:01 +00:00

Diff Content Not Available