Accepting request 1218792 from devel:languages:python

- update to 3.0.4:
  * Fix overflow on 32bits systems (#87) [kiorky]
  * Fix python2 testing (related to #93) [kiorky]
  * Modernize packaging. Special thanks to Aarni Koskela (akx)
    for all the inputs. [kiorky, akx]

OBS-URL: https://build.opensuse.org/request/show/1218792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=33
This commit is contained in:
Ana Guerrero 2024-10-28 14:22:59 +00:00 committed by Git OBS Bridge
commit 33331ea0e9
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34117ec1741f10a7bd0ec3ad7d8f0eb8fa457a2feb9be32e6a2250e158957668
size 53088

3
croniter-3.0.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9dcd4bdb6c97abedb6f09d6ed3495b13ede4d4544503fa580b6372a56a0c520
size 54500

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 28 11:35:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.4:
* Fix overflow on 32bits systems (#87) [kiorky]
* Fix python2 testing (related to #93) [kiorky]
* Modernize packaging. Special thanks to Aarni Koskela (akx)
for all the inputs. [kiorky, akx]
-------------------------------------------------------------------
Wed Oct 9 06:35:07 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-croniter
Version: 3.0.3
Version: 3.0.4
Release: 0
Summary: Python iterators for datetime objects with cron-like format
License: MIT