14
0

21 Commits

Author SHA256 Message Date
72f5d031ab Accepting request 1246714 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1246714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=10
2025-02-18 18:13:03 +00:00
57e835e7b1 Accepting request 1246686 from home:glaubitz:branches:devel:languages:python
- Update to 5.2.0
  * Support for validating %A %a in strptime #161

OBS-URL: https://build.opensuse.org/request/show/1246686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=19
2025-02-18 14:54:04 +00:00
d5889df017 Accepting request 1239519 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=9
2025-01-22 15:39:25 +00:00
22429e35dd Accepting request 1239515 from home:glaubitz:branches:devel:languages:python
- Update to 5.1.0
  * Fix compare datetime with diffrent timezones #159
  * Drop Python 3.8 support
  * Add support for Python 3.13
- Drop py313-support.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1239515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=17
2025-01-22 13:00:45 +00:00
2bda56fafe Accepting request 1225505 from devel:languages:python
- add py313-support.patch to fix tests with python 3.13

OBS-URL: https://build.opensuse.org/request/show/1225505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=8
2024-11-21 14:19:34 +00:00
5519977846 - add py313-support.patch to fix tests with python 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=15
2024-11-21 09:49:09 +00:00
1fa13707cc Accepting request 1219555 from devel:languages:python
- update to 5.0.0:
  * Add support for Python 3.12
  * BREAKING CHANGE: Arithmetic operations on `date`/`datetime`
    against an unknown type will now return `NotImplemented`
    instead of raising `TypeError`
  * Drop Python 3.7 support
  * Move jalali.py to jalali_core dependency due to licensing
    issues #148

OBS-URL: https://build.opensuse.org/request/show/1219555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=7
2024-11-14 15:08:30 +00:00
da38441cfe - update to 5.0.0:
* Add support for Python 3.12
  * BREAKING CHANGE: Arithmetic operations on `date`/`datetime`
    against an unknown type will now return `NotImplemented`
    instead of raising `TypeError`
  * Drop Python 3.7 support
  * Move jalali.py to jalali_core dependency due to licensing
    issues #148

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=13
2024-10-30 12:36:33 +00:00
2248628916 Accepting request 1131725 from devel:languages:python
- update to 4.1.1:
  * Add `fromisoformat` method to `jdatetime.date`
  * Add support for Python 3.11
  * Fix two chars month handling in jdatetime.datetime.strptime

- Update to 4.0.0:

OBS-URL: https://build.opensuse.org/request/show/1131725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=6
2023-12-08 21:32:02 +00:00
7a4505f3bf - update to 4.1.1:
* Add `fromisoformat` method to `jdatetime.date`
  * Add support for Python 3.11
  * Fix two chars month handling in jdatetime.datetime.strptime
- Update to 4.0.0:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=11
2023-12-07 22:27:10 +00:00
cfddaf95a6 Accepting request 984627 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/984627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=5
2022-06-24 06:45:01 +00:00
8039b38e18 Accepting request 984621 from home:yarunachalam:branches:devel:languages:python
- Update to 4.1.0
  * Add support for %z directive in ``jdatetime.datetime.strptime`
  * Add support for %b and %B directive directive in ``jdatetime.datetime.strptime`
  Changed
  * Potential breaking change: Replace spaces with ZWNJ (نیم‌فاصله) in output of ``jdatetime.datetime.strftime`
- Update to 4.0.0: 
  * Add fold attribute to jdatetime.datetime
  * Change
  * Drop Python < 3.7 support

OBS-URL: https://build.opensuse.org/request/show/984621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=9
2022-06-23 05:21:07 +00:00
c68af5e990 Accepting request 949531 from devel:languages:python
- update to 3.8.2:
  * Fix older version objects unpickling problem
  * Fixed pickle problem of jdate and jdatetime objects(#108)
  * Fixed unicode literal problem in isoformat
  * Add ZoneInfo support
  * Add date.min based on cpython implementation
  * Add date.max based on cpython implementation
  * Run test and publish package from github action

OBS-URL: https://build.opensuse.org/request/show/949531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=4
2022-01-29 19:57:25 +00:00
2962a8e89d - update to 3.8.2:
* Fix older version objects unpickling problem
  * Fixed pickle problem of jdate and jdatetime objects(#108)
  * Fixed unicode literal problem in isoformat
  * Add ZoneInfo support
  * Add date.min based on cpython implementation
  * Add date.max based on cpython implementation
  * Run test and publish package from github action

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=8
2022-01-27 20:16:22 +00:00
0e9872df41 Accepting request 780798 from devel:languages:python
-  Update to version 3.6.2:
   * Support for python 3.7 and 3.8
   * Fixed %Y length in strptime

OBS-URL: https://build.opensuse.org/request/show/780798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=3
2020-03-08 21:22:03 +00:00
ba6e344209 - Update to version 3.6.2:
* Support for python 3.7 and 3.8
   * Fixed %Y length in strptime

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=6
2020-03-02 04:03:53 +00:00
c695b99f91 Accepting request 732666 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/732666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=2
2019-09-25 06:15:04 +00:00
f08cb85f32 Accepting request 730707 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/730707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jdatetime?expand=0&rev=1
2019-09-23 10:16:37 +00:00
Tomáš Chvátal
730e860855 Accepting request 730742 from home:jengelh:branches:devel:languages:python
- Use upstream description.

OBS-URL: https://build.opensuse.org/request/show/730742
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=3
2019-09-13 13:49:36 +00:00
Tomáš Chvátal
6c671f481c - Update to 3.6.0:
* improve fromgregorian to handle date and datetime input in Pythonic way
  * Adds support for '%-I' format token
  * support subtraction with python datetime
  * add isoformat for jdatetime.datetime

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=2
2019-09-13 12:32:15 +00:00
Tomáš Chvátal
1544b0a7a0 osc copypac from project:home:jayvdb:py-new package:python-jdatetime revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=1
2019-09-13 12:28:21 +00:00